RE: Connection failed from other computers

2003-11-18 Thread LOU, YONGMING (SBCSI)
- From: Wendell Holmes [mailto:[EMAIL PROTECTED] Sent: Tuesday, November 18, 2003 2:16 PM To: 'Tomcat Users List' Subject: RE: Connection failed from other computers Is there a firewall between the other computer and installedTomcat that might not allow traffic on 8088? Does Tomcat

RE: Connection failed from other computers

2003-11-18 Thread Wendell Holmes
: Tuesday, November 18, 2003 11:14 AM To: 'Tomcat Users List' Subject: RE: Connection failed from other computers Ralf, I changed the port number from 8080 to 8088. everything works fine locally as long as I start tomcat as an application, not as a NT service. I did try connect it fr

RE: Connection failed from other computers

2003-11-18 Thread LOU, YONGMING (SBCSI)
- From: Ralf B [mailto:[EMAIL PROTECTED] Sent: Tuesday, November 18, 2003 12:06 PM To: Tomcat Users List Subject: Re: Connection failed from other computers Hi, are you sure you are running Tomcat on port 8088? For that you need to modify server.xml. Standard is 8080 and if this port is taken

Re: Connection failed from other computers

2003-11-18 Thread Ralf B
Hi, are you sure you are running Tomcat on port 8088? For that you need to modify server.xml. Standard is 8080 and if this port is taken already, the batch file will fail. If you want to access Tomcat from another computer you will need to use either its name or its IP address like: http://10.10

Connection failed from other computers

2003-11-18 Thread LOU, YONGMING (SBCSI)
Hi, I installed tomcat 4.1.29 on window 2000 professional. I selected it as service. It starts and stops fine. But I can not access it from http://localhost:8088/ (8080 is used by another application). However it will work fine when I start tomcat from DOS or click