[Opensource] [Opensource]server restart after object compilation

Maurizio Brilli mbrilli at tiscali.it
Mon Dec 1 08:46:37 PST 2003


Hi Larry!
Thanks for your message addressing me to the tomcat docs. I actually 
found what I was looking for at

http://jakarta.apache.org/tomcat/tomcat-4.1-doc/manager-howto.html

which refers to my release (they made quite a few enhancements switching from 4.0 to 4.1).

Actually, it was just as you told me: since Tomcat is Internet-ready, they decided to leave the /manager application and manager user profiles undefined, in order to avoid security troubles.
What needs to be done (in the simplest scenario) is:

- add a "manager" context to the server.xml configuration, pointing to the manage application's path
- modify one of the defined users or better add a new user with "manager" role

After that, you may either point to some http actions or use the /manage/html web application (very nice!)

Anyway, everything is nicely pointed out in the doc. So now it takes me less than half the time to get the application working after I compile some objects...

Thanks again!
Ciao
Maurizio


larry hamel ha scritto:

>At 07:55 AM 11/28/2003, Maurizio Brilli wrote:
>  
>
>>Sorry about this, maybe it's a silly question, but I didn't find an explicit answer anywhere...
>>
>>After I compile some objects in my application, do I need to restart the server (Tomcat 4.1.27, as part of the expresso5-3-RC3-complete.zip), or is there another way to have the changes available?
>>    
>>
>
>apache discusses hot deployment at
>http://jakarta.apache.org/tomcat/tomcat-4.0-doc/manager-howto.html
>
>
>Resin has this feature also, which I use.
>
>otherwise, you can always restart.
>
>  
>
>>BTW, in Geeta Ramani's doc about DBMaint there is a command that no longer seems to work: <servername>:8080/admin/reload.do
>>    
>>
>
>this feature may be turned off for security reasons; can you check the tomcat docs above to turn it on?
>
>this is all about tomcat.  the tomcat package downloaded with expresso-complete may need adjustment if there is some tweak needed for tomcat properties.  can you let us know?
>
>larry  
>
>_______________________________________________
>Opensource mailing list
>Opensource at jcorporate.com
>http://mail.jcorporate.com/mailman/listinfo/opensource
>Archives: http://mail.jcorporate.com/pipermail/opensource/
>
>  
>




More information about the Opensource mailing list