[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: problem installing tomcat



Hi Hossam.

> thats what i got
> hosam:/home# /etc/init.d/tomcat4 start
> Starting Tomcat 4.1 servlet engine using Java from
> /usr/local/j2sdk1.4.0: hosam:/home#
> is my java path set right?
Yes, your Java is set up correctly.

> i have two folders for tomcat so whats the difference one is
> /var/lib/tomcat4 as u mentioned and the other is /usr/share/tomcat4
Most of the subfolders in /usr/share/tomcat4 are just symlinks to subfolders
of /var/lib/tomcat4. In fact, /usr/share/tomcat4/webapps points to
/var/lib/tomcat4/webapps, so it doesn't matter if you put your JSP files in one
or another.

> and thats my server.xml file
> <Server port="8005" shutdown="SHUTDOWN" debug="0">
See? The port Tomcat is using is 8005 (I think this is Debian's default value).
So you should try localhost:8005 in your browser instead of localhost:8080.

Good luck.

-- 
 Ivan Bittencourt de Araujo e S Neto   <ivanneto@linux.ime.usp.br>



Reply to: