RE: Re: Directory listing... what happened ?

2006-04-18 Thread GB Developer
: Jonathan Pare [mailto:[EMAIL PROTECTED] Sent: Monday, April 17, 2006 5:20 PM To: Tomcat Users List Subject: RE: Re: Directory listing... what happened ? That's it ! Thaks a lot ! I changed the tomcat port back to 8080 and everything went back to normal. But then I remembered why I

RE: Re: Directory listing... what happened ?

2006-04-18 Thread Jonathan Pare
Subject: RE: Re: Directory listing... what happened ? Date: Tue, 18 Apr 2006 08:18:49 -0500 ask in an ubuntu-related forum for help on permanently disabling your apache server, or, connect your apache server to tomcat with mod_jk. If you're unsure of how to do the first, you probably

Directory listing... what happened ?

2006-04-17 Thread jonathan . pare
Hi, I'm running Ubuntu 5.10. I installed Tomcat 5.5.16. My webserver was going fine until I rebooted my computer. Now when I go to http://localhost/ I get a directory listing of Index of/ with those 2 entries: [DIR] Parent Directory 15-Apr-2006 15:22 - [DIR] apache2-default/

Re: Directory listing... what happened ?

2006-04-17 Thread Filip Hanik - Dev Lists
who listens to port 80? Apache? if so, consult your apache docs. if Tomcat listens to port 80, then the webapps/ROOT/ is your root application / Filip [EMAIL PROTECTED] wrote: Hi, I'm running Ubuntu 5.10. I installed Tomcat 5.5.16. My webserver was going fine until I rebooted my computer.

RE: Re: Directory listing... what happened ?

2006-04-17 Thread Jonathan Pare
? (and the file exists !) Date: Mon, 17 Apr 2006 13:43:03 -0500 From: [EMAIL PROTECTED] To: users@tomcat.apache.org Subject: Re: Directory listing... what happened ? who listens to port 80? Apache? if so, consult your apache docs. if Tomcat listens to port 80, then the webapps/ROOT/ is your root

Re: Directory listing... what happened ?

2006-04-17 Thread Filip Hanik - Dev Lists
/ROOT/index.jsp is not showing when I go to http://localhost/ ? And why do I have a file not found when I go to http://localhost/index.jsp ? (and the file exists !) Date: Mon, 17 Apr 2006 13:43:03 -0500 From: [EMAIL PROTECTED] To: users@tomcat.apache.org Subject: Re: Directory listing... what

Re: Directory listing... what happened ?

2006-04-17 Thread David Smith
@tomcat.apache.org Subject: Re: Directory listing... what happened ? who listens to port 80? Apache? if so, consult your apache docs. if Tomcat listens to port 80, then the webapps/ROOT/ is your root application / Filip [EMAIL PROTECTED] wrote: Hi, I'm running Ubuntu 5.10. I installed Tomcat 5.5.16

RE: Re: Directory listing... what happened ?

2006-04-17 Thread Jonathan Pare
org.apache.catalina.startup.Catalina start INFO: Server startup in 7924 ms -- Date: Mon, 17 Apr 2006 15:07:27 -0400 From: [EMAIL PROTECTED] To: users@tomcat.apache.org Subject: Re: Directory listing... what happened

RE: Re: Directory listing... what happened ?

2006-04-17 Thread GB Developer
listing... what happened ? There are my 2 logs: SEVERE: Error initializing endpoint java.net.BindException: Address already in use:80 at org.apache.tomcat.util.net.PoolTcpEndpoint.initEndpoint(PoolTc

RE: Re: Directory listing... what happened ?

2006-04-17 Thread Jonathan Pare
suggestion ? From: [EMAIL PROTECTED] To: users@tomcat.apache.org Subject: RE: Re: Directory listing... what happened ? Date: Mon, 17 Apr 2006 16:43:33 -0500 buried in your stacktrace: SEVERE: Error initializing endpoint java.net.BindException

Re: Directory listing... what happened ?

2006-04-17 Thread Filip Hanik - Dev Lists
: Directory listing... what happened ? Date: Mon, 17 Apr 2006 16:43:33 -0500 buried in your stacktrace: SEVERE: Error initializing endpoint java.net.BindException: Address already in use:80 Combine this with your previous statement ... until I rebooted my computer Most likely there is a version