Heya, 정준영 wrote: > My 'Makefile' has this line: ~/tomcat/bin/startup.sh this line > executes tomcat with port number 8080.
[..] > How can I prevent jde-make from killing tomcat when it exits? I assume you could run it with nohup. (nohup ~/tomcat/bin/startup.sh &). Just out of curiosity: Why do you want to start Tomcat from your Makefile? Wouldn't it be better to start the Tomcat and let jde-make update the webapp and have Tomcat hot deploying it? Cheers, -Torstein ------------------------------------------------------------------------------ Come build with us! The BlackBerry(R) Developer Conference in SF, CA is the only developer event you need to attend this year. Jumpstart your developing skills, take BlackBerry mobile applications to market and stay ahead of the curve. Join us from November 9 - 12, 2009. Register now! http://p.sf.net/sfu/devconference _______________________________________________ jdee-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jdee-users
