RE: connection refused, localhost not found

2003-12-08 Thread Patrick Ale
Well, I got this problem with MLDonkey (not really java, I know but hey.. :P) This simply means your program crashes on startup and that nothing listens on port 8080. Now.. dunno what browser you use but I had this with Mozilla. I tried to connect to http://localhost:4080/ it didnt find anythi

Re: connection refused, localhost not found

2003-12-08 Thread Adam Hardy
The app is not running, yup, guess I can't argue with that. Unfortunately it's not logging any exceptions. I see that tomcat starts a session for the context, and it logs the request in localhost_access_log, but otherwise, it's dead as a dodo. It's definitely on 8080 - the other contexts are ob

RE: connection refused, localhost not found

2003-12-08 Thread Patrick Ale
y [mailto:[EMAIL PROTECTED] > Verzonden: maandag 8 december 2003 14:16 > Aan: Tomcat Users List > Onderwerp: Re: connection refused, localhost not found > > > The app is not running, yup, guess I can't argue with that. > Unfortunately it's not logging any exceptions. I

Re: connection refused, localhost not found

2003-12-08 Thread Adam Hardy
vocĂȘ mesmo" -Oorspronkelijk bericht- Van: Adam Hardy [mailto:[EMAIL PROTECTED] Verzonden: maandag 8 december 2003 14:16 Aan: Tomcat Users List Onderwerp: Re: connection refused, localhost not found The app is not running, yup, guess I can't argue with that. Unfortunately it's not

Re: connection refused, localhost not found

2003-12-08 Thread Graham Reeds
> Now when I try to call up http://localhost:8080/myapp/ the browser zooms > off to find http://www.localhost.net.au! When I try > http://127.0.0.1:8080/myapp/ I get a 'connection refused' pop-up from > the browsers - on my machine and on others. (root context still works as > I said). My instant

Re: connection refused, localhost not found

2003-12-08 Thread Adam Hardy
On 12/08/2003 02:41 PM Graham Reeds wrote: Obviously I tried restarting tomcat, redeploying the app, taking out all the filters, changing the context name, checked server.xml. I had this when I was developing. I closed tomcat but because I had Lynx open I assumed that the dos window was the tomcat

Re: connection refused, localhost not found

2003-12-08 Thread Adam Hardy
lijk bericht- Van: Adam Hardy [mailto:[EMAIL PROTECTED] Verzonden: maandag 8 december 2003 14:16 Aan: Tomcat Users List Onderwerp: Re: connection refused, localhost not found The app is not running, yup, guess I can't argue with that. Unfortunately it's not logging any exceptions. I

RE: connection refused, localhost not found

2003-12-08 Thread Patrick Ale
> -Oorspronkelijk bericht- > Van: Adam Hardy [mailto:[EMAIL PROTECTED] > Verzonden: maandag 8 december 2003 15:39 > Aan: Tomcat Users List > Onderwerp: Re: connection refused, localhost not found > > > Oops, sorry being a plonker. Had the ports in my config for >

Re: connection refused, localhost not found

2003-12-08 Thread Adam Hardy
EMAIL PROTECTED] Verzonden: maandag 8 december 2003 14:16 Aan: Tomcat Users List Onderwerp: Re: connection refused, localhost not found The app is not running, yup, guess I can't argue with that. Unfortunately it's not logging any exceptions. I see that tomcat starts a session for the context

Re: connection refused, localhost not found

2003-12-08 Thread Damien Pacaud
andle some network code that could cause it to crash when loaded via te url : http://localhost:8080/myapp/ ? - Original Message - From: "Patrick Ale" <[EMAIL PROTECTED]> To: "Tomcat Users List" <[EMAIL PROTECTED]> Sent: Monday, December 08, 2003 1:41 PM Subj

Re: connection refused, localhost not found

2003-12-08 Thread Damien Pacaud
one idea that jumps in my head after re-reading your original post is : did you configure well the entry for your app in the web.xml file? just an idea (as you said you were looking for wild guesses ;) ) - Original Message - From: "Adam Hardy" <[EMAIL PROTECTED]> To: "Tomcat Users List"

Re: connection refused, localhost not found

2003-12-08 Thread Doug Parsons
search. Doug - Original Message - From: "Patrick Ale" <[EMAIL PROTECTED]> To: "Tomcat Users List" <[EMAIL PROTECTED]> Sent: Monday, December 08, 2003 7:41 AM Subject: RE: connection refused, localhost not found Well, I got this problem with MLDonkey (not

RE: connection refused, localhost not found

2003-12-08 Thread Luc Foisy
Does the manager report that the context is loaded? -Original Message- From: Damien Pacaud [mailto:[EMAIL PROTECTED] Sent: Monday, December 08, 2003 7:46 AM To: Tomcat Users List Subject: Re: connection refused, localhost not found i disagree with you, since the root context works fine

Re: connection refused, localhost not found

2003-12-09 Thread Adam Hardy
s for the help. Adam - Original Message - From: "Patrick Ale" <[EMAIL PROTECTED]> To: "Tomcat Users List" <[EMAIL PROTECTED]> Sent: Monday, December 08, 2003 1:41 PM Subject: RE: connection refused, localhost not found Well, I got this problem with