RE: Help on struts on Unix.

2001-05-02 Thread Michael Wang
Title: RE: Help on struts on Unix. Thanks, that is the problem. I kill the process which is running on background. However when I use "shutdown.sh", it does not shutdown the process. I will post if I find out what is going on. --Michael -Original Message- From: s

Re: Help on struts on Unix.

2001-05-01 Thread shunhui zhu
It seems you have another copy of Tomcat running, you may want to type "ps" to see the processes, and kill the old one. Or type "shutdown.sh" to shutdown the old Tomcat. Shunhui --- Michael Wang <[EMAIL PROTECTED]> wrote: > > On Unix, when I started tomcat by typing startup.sh, > I got followin

Re: Help on struts on Unix.

2001-05-01 Thread Paul Tindall
Title: Help on struts on Unix. Michael,   You probably didn't shut down the first instance of tomcat after step 2.  I'm not familiar with the specifics of tomcat, but there should be a shutdown script.  If not, you will need to manually kill the tomcat process.   Regar

Help on struts on Unix.

2001-05-01 Thread Michael Wang
Title: Help on struts on Unix. On Unix, when I started tomcat by typing startup.sh, I got following errors: What I did were 1. install tomcat 2. start tomcat, test tomcat example, work fine. 3. install struts. 4. export struts-example.war, start tomcat, got error. The same procedure is