RE: localhost:8080 blank browser screen

2003-01-24 Thread Turner, John
Victor Lewis" <[EMAIL PROTECTED]> > To: "'Tomcat Users List'" <[EMAIL PROTECTED]> > Sent: Friday, January 24, 2003 11:57 AM > Subject: RE: localhost:8080 blank browser screen > > > > The name entry should be just the name of the host, not a UR

Re: localhost:8080 blank browser screen

2003-01-24 Thread Lajos Moczar
Connector I changed true to false To: "'Tomcat Users List'" <[EMAIL PROTECTED]> Sent: Friday, January 24, 2003 11:57 AM Subject: RE: localhost:8080 blank browser screen The name entry should be just the name of the host, not a URL. E.g. name="localhost&quo

Re: localhost:8080 blank browser screen

2003-01-24 Thread pcampaigne
I have returned my defaultHost="localhost". Here are the only entries that I have altered: and in the definition of the HTTP/1.1 Connector I changed true to false To: "'Tomcat Users List'" <[EMAIL PROTECTED]> Sent: Friday, January 24, 2003 11:57 AM Subje

RE: localhost:8080 blank browser screen

2003-01-24 Thread Turner, John
Also, localhost is ALWAYS 127.0.0.1. John > -Original Message- > From: Victor Lewis [mailto:[EMAIL PROTECTED]] > Sent: Friday, January 24, 2003 2:58 PM > To: 'Tomcat Users List' > Subject: RE: localhost:8080 blank browser screen > > > The name en

RE: localhost:8080 blank browser screen

2003-01-24 Thread Victor Lewis
There is much good documentation for all this at http://jakarta.apache.org/tomcat/tomcat-4.1-doc/config/index.html. -Victor > -Original Message- > From: pcampaigne [mailto:[EMAIL PROTECTED]] > Sent: Friday, January 24, 2003 2:49 PM > To: Tomcat Users List > Subject: localhost:8080

localhost:8080 blank browser screen

2003-01-24 Thread pcampaigne
I have installed tomcat4.1.18 stand alone on RedHat 8.0 with JDK 1.3.1. Tomcat starts ok but when I execute localhost:8080 from the browser I get a blank screen. My default Virtual host entry in server.xml is as follows: http://192.168.1.2:8080/ debug="0" appBase="webapps" unpackWARs="true" a