Tomcat Manager problem..

2008-11-05 Thread slytheman
Hi there.. My tomcat was working perfectly and also my Tomcat manager.. Then I decide to switch from just 1 site to host (mine) to virtual hosting... Everything works except my tomcat manager... when I type http://domain.com/manager/html I get the username and password box and I enter it and

Help configuring Tomcat

2008-07-22 Thread slytheman
I had a web site with my previous employer and when I quit my job I saved my web site... I installed Fedora core 9 with Tomcat 6 I just want to add my site to Tomcat that's all I can see the default Tomcat site with the http://localhost/ (I changed the port to 80) I have eclipse on my

RE: Help configuring Tomcat

2008-07-22 Thread slytheman
:616) at org.apache.catalina.startup.Bootstrap.stopServer(Bootstrap.java:337) at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:415) Caldarale, Charles R wrote: From: slytheman [mailto:[EMAIL PROTECTED] Subject: Help configuring Tomcat Tomcat is installed

Re: Help configuring Tomcat

2008-07-22 Thread slytheman
/Server slytheman wrote: I had a web site with my previous employer and when I quit my job I saved my web site... I installed Fedora core 9 with Tomcat 6 I just want to add my site to Tomcat that's all I can see the default Tomcat site with the http://localhost/ (I changed the port

Re: Help configuring Tomcat

2008-07-22 Thread slytheman
found the problem.. Host name=localhost appBase=/var/www/html syntax error... now I get a status 404.. I will try to troubleshoot it. -- View this message in context: http://www.nabble.com/Help-configuring-Tomcat-tp18591522p18594566.html Sent from the Tomcat - User mailing list

RE: Help configuring Tomcat

2008-07-23 Thread slytheman
Now I get this error 11:29:40 AM org.apache.catalina.core.StandardContext listenerStart SEVERE: Exception sending context initialized event to listener instance of class ca.aximage.cms.init.CMSInitializator ca.aximage.servlet.framework.InitializationException: InitializationException:

RE: Help configuring Tomcat

2008-07-23 Thread slytheman
: From: slytheman [mailto:[EMAIL PROTECTED] Subject: RE: Help configuring Tomcat [Root exception is java.lang.ClassNotFoundException: org.apache.commons.dbcp.BasicDataSourceFactory] The message is pretty clear - your webapp (not Tomcat) is missing at least one critical component. Do you have

RE: Help configuring Tomcat

2008-07-23 Thread slytheman
I fixed the problem... I copied all of the jar files off my windows tomcat directory to the linux tomcat directory and it worked many thanks -- View this message in context: http://www.nabble.com/Help-configuring-Tomcat-tp18591522p18617261.html Sent from the Tomcat - User mailing list