Why not chown the whole tomcat directory to yourself (or your group)? Then you can just pop in your apps. Tomcat doesn't need to (and should not) run as root. No need to restart either.
-Michael Greer


On Feb 22, 2005, at 8:47 AM, Mohd. Jeffry wrote:

Hi, I'm pretty new with tomcat, 1 month to be exect. So what are the
standart operating procedure to develop and deploy at linux
environtment? For the time being this is what I do and it's kinda
troublesome.

1. compile my app at /home/devel/myapps
2. su as root and move it to /usr/local/tomcat/webapps/myapps
3. and chown myapps for tomcat:tomcat.
4. and restart tomcat

If possible I don't want to use any IDE tools for time being because I
want to focus on servlet/jsp and not on IDE.

---------------------------------------------------------------------
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