customising

Ideas about exposing services and their properties belonging to an app as a virtual file system accessible from a simulated unix shell

I have a complex app with many components. I would like to place services in a heirarchical filesystem so that services have known names. Read only properties under a service file might for instance hold monitored stats. I hope to have a unix like shell so it can be programmable, so the user can write scripts etc. My app is all java so I...

SoapUI load test customised error

Hello, Im trying to do load testing on a web server. I want to customise the error fields whenever i get results other than 200 ok. At present the error is realised only when the server doesnot respond. Is there anyway i could customise error as i need. ...

<asp:PasswordRecovery > How to Customise the E-mail sent to the user ?

I have currently setup a basic membership system in ASP.NET and have used the <asp:PasswordRecovery ID="PasswordRecovery1" Runat="server"></asp:PasswordRecovery> To deal with the password recovery, Which Works great but how would one customise the e-mail such as changing the"Subject" and the actual body content of the e-mail ? ...