Re: FW: Deploying web application thats not located in the webapps di rectory

2006-07-18 Thread manivannan_palanichamy
Are you getting any exception during tomcat start up? Whats displayed when you request the web application? -- Manivannan Palanichamy -- View this message in context: http://www.nabble.com/FW%3A-Deploying-web-application-thats-not-located-in-the-webapps-di-rectory-tf1960844.html#a5382910 Sent

Re: Tomcat5 installation problem

2006-07-15 Thread manivannan_palanichamy
World's most simplest problem :) . Before you start your tomcat, ensure the shutdown port and server binding port are free. you can use telnet. For changing your tomcat's binding port in conf/server.xml, you can get it running on different port. -- manivannan palanichamy -- View this message in

Re: Error configuring SSL with Tomcat

2006-07-10 Thread manivannan_palanichamy
Did you put the keystore file in correct location? Have you followed the steps properly as mentioned in the Tomcat - SSL Documentaion? - Manivannan Palanichamy http://geocities.com/manivannan57 -- View this message in context: http://www.nabble.com/Error-configuring-SSL-with-Tomcat-tf1918879.

Re: My Tomcat just not start

2006-04-30 Thread manivannan_palanichamy
hi, I will recommend you to manually start/stop tomcat (I mean, without using this Start->Programs magics! ). You can go to your tomcat installation directory (Ex: c:\program files\tomcat1.4 etc..) and then switch to bin directory, run the bat file, startup.bat. Now see what happens and po