Re: forced to constantly restart Tomcat

2006-11-02 Thread Tuomas
> The server is most likely running a linux OS or similar. Such systems > don't allow non-root users to bind to ports below 1024. I THINK it I have solved it, with your support. http://www.coreservlets.com/Apache-Tomcat-Tutorial/ install Tomcat on Windows and the author recommends editing conf/s

Re: forced to constantly restart Tomcat

2006-11-02 Thread Martin Gainty
copying of it or its contents - Original Message - From: "Tuomas" <[EMAIL PROTECTED]> To: "Tomcat Users List" Sent: Thursday, November 02, 2006 2:40 PM Subject: RE: forced to constantly restart Tomcat >> The catalina files are more likely to have something

Re: forced to constantly restart Tomcat

2006-11-02 Thread David Smith
Error 1: SEVERE: StandardServer.await: create[8005]: java.net.BindException: Address already in use You most likely have another instance of tomcat running Error 2: SEVERE: Error initializing endpoint java.net.BindException: Permission denied:80 The server is most likely running a linux OS or s

Re: forced to constantly restart Tomcat

2006-11-02 Thread EDMOND KEMOKAI
Is there a reason you can't use something like netbeans? which comes bundled with tomcat, that way your don't have to fiddle with the settings. Looks like you may be starting multiple instances of tomcat and the port is already in use. On 11/2/06, Tuomas <[EMAIL PROTECTED]> wrote: > The catalin

RE: forced to constantly restart Tomcat

2006-11-02 Thread Tuomas
> The catalina files are more likely to have something of interest. In > particular, look during the time period right after you make the browser > request. See if anything like these messages is in there: Here is it. I cannot decipher it. Sorry for the lengthy quotation. Nov 2, 2006 9:27:42 PM

Re: forced to constantly restart Tomcat

2006-11-02 Thread Tuomas
> If you're getting a "connection refused" error, it may be that you're > using > the wrong local host IP address. check the sys/host file, it may have an > entry in there that looks like this: > > your_user_name 127.0.1.1 desktop:/etc# cat /etc/hosts 127.0.0.1 localhost.localdomain local

Re: forced to constantly restart Tomcat

2006-11-02 Thread EDMOND KEMOKAI
127.0.1.1 instead of 127.0.0.1 . On 11/2/06, Caldarale, Charles R <[EMAIL PROTECTED]> wrote: > From: Tuomas [mailto:[EMAIL PROTECTED] > Subject: RE: forced to constantly restart Tomcat > > I didn't find anything "special" in the localhost file. The catalina fil

RE: forced to constantly restart Tomcat

2006-11-02 Thread Caldarale, Charles R
> From: Tuomas [mailto:[EMAIL PROTECTED] > Subject: RE: forced to constantly restart Tomcat > > I didn't find anything "special" in the localhost file. The catalina files are more likely to have something of interest. In particular, look during the time period right

RE: forced to constantly restart Tomcat

2006-11-02 Thread Tuomas
> Didn't realize Tomcat was being used in Middle Earth... Fighting Sauron... His shadow seems to have taken over my computer. :-/ > What's in the Tomcat log files? desktop:/usr/local/bin/apache-tomcat-5.5.20/logs# ls -lh total 112K -rw-r--r-- 1 tuope tuope 0 Nov 2 18:43 admin.2006-11-02.log

RE: forced to constantly restart Tomcat

2006-11-02 Thread Caldarale, Charles R
> From: Tuomas [mailto:[EMAIL PROTECTED] > Subject: forced to constantly restart Tomcat Didn't realize Tomcat was being used in Middle Earth... > "Test 1: A Servlet That Does Not Use Packages" Probably not a good test, since packages are required for almost everything t

forced to constantly restart Tomcat

2006-11-02 Thread Tuomas
Hi! I have a problem that mystifies me. I have followed the instructions given in to the tiniest detail (in my opinion). And in fact, I have managed to get to the Tomcat's welcome page, and I successfully "passed" the test "Test 1: A Servlet Th