Marcin Okraszewski wrote:


Hi,

I did all you suggested, but something must be wrong. I use tomcat 4.1.29
and before adding users to the tomcat-users.xml file I got a login screen
for both admin and manager. When I entered the username below and restarted
tomcat I don't get the login screen, but simply the message that requested
resource /manage/html is not available.

You should put your jars into WEB-INF/lib. If you're using Tomcat, stick 'reloadable=true' attribute onto the <Context> node for your webapp in $tomcat/conf/server.xml, and you should see Tomcat reload your jar (or classes in WEB-INF/classes) a few seconds after you change them.

Regards, Upayavira


I'm not sure if you misspelled the url only here or in browser too. It should be /manager/html not /manage/html


Regards,
Marcin Okraszewski


--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]





--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to