Tomcate and Windows XP Question

2003-09-07 Thread Aziz
Hi there,

I installed Tomcate 5.0.9 on Windows XP Home edition.
It seems the Tomcate starts sucessfully, but when I browse to http://127.0.0.1:8080, I 
get error message saying 
  The page cannot be displayed 
  There is a problem with the page you are trying to reach and it cannot be 
displayed. 

Here is what I did:

1) I download and Install a Java Development Kit  JDK1.3.1 an dinstalled it to 
C:\JDK1.3.1
2) I download and Installed the Tomcat 5 Binary Distribution to C:\jakarta-tomcat-5.0.9
3) I have set the following environment variables
a: set variable JAVA_HOME to value: C:\JDK1.3.1
b: set variable CATALINA_HOME to value: C:\jakarta-tomcat-5.0.9
   c: set variable JASPER_HOME to value: C:\jakarta-tomcat-5.0.9
   d: set variable tomcat_home to value: C:\jakarta-tomcat-5.0.9
   e: I added C:\JDK1.3.1;C:\jakarta-tomcat-5.0.9; to the Path variable
4) Start Up Tomcat 5 I the DOS window show the folloiwng:
 [INFO] Http11Protocol - -Initializing Coyote HT
 [INFO] Catalina - -Initialization processed in
 [INFO] StandardService - -Starting service Cata
 [INFO] StandardEngine - -Starting Servlet Engin
 [INFO] StandardHost - -Create Host deployer for
 [INFO] StandardHostDeployer - -Processing Conte
  \jakarta-tomcat-5.0.9\conf\Catalina\localhost\m
[INFO] StandardHostDeployer - -Processing Conte
 \jakarta-tomcat-5.0.9\conf\Catalina\localhost\a
[INFO] PropertyMessageResources - -Initializing
LocalStrings', returnNull=true
[INFO] PropertyMessageResources - -Initializing
n.ActionResources', returnNull=true
[INFO] PropertyMessageResources - -Initializing
.ApplicationResources', returnNull=true
   [INFO] StandardHostDeployer - -Installing web a
   ets-examples from URL file:C:\jakarta-tomcat-5.
   [INFO] StandardHostDeployer - -Installing web a
   URL file:C:\jakarta-tomcat-5.0.9\webapps\ROOT
  [INFO] StandardHostDeployer - -Installing web a
  xamples from URL file:C:\jakarta-tomcat-5.0.9\w
  [INFO] StandardHostDeployer - -Installing web a
  t-docs from URL file:C:\jakarta-tomcat-5.0.9\we
  [INFO] Http11Protocol - -Starting Coyote HTTP/1
  [INFO] ChannelSocket - -JK2: ajp13 listening on
  [INFO] JkMain - -Jk running ID=0 time=0/31  con
  jk2.properties
  [INFO] Catalina - -Server startup in 5218 ms

I will appreacite If anyone can tell me what else shoud I do to run Tomcat on Windows 
XP Home edition.

Thank You 

Az




Re: Tomcate and Windows XP Question

2003-09-07 Thread Yann Cébron
I installed Tomcate 5.0.9 on Windows XP Home edition.
It seems the Tomcate starts sucessfully, but when I browse to
http://127.0.0.1:8080, I get error message saying
  The page cannot be displayed
  There is a problem with the page you are trying to reach and it
cannot be displayed.

Here is what I did:

snip/

This looks allright

Seems like you're having a network/proxy configuration problem.

From RUNNING.txt in your TOMCAT installation directory:

*
3) The 'localhost' machine isn't found.  This could happen if you're behind
a
   proxy.  If that's the case, make sure the proxy configuration for your
   browser knows that you shouldn't be going through the proxy to access the
   localhost.

   In Netscape, this is under Edit/Preferences - Advanced/Proxies, and in
   Internet Explorer, Tools - Internet Options - Connections - LAN
Settings.
*

Yann




-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: Tomcate and Windows XP Question

2003-09-07 Thread Dean Searle
Is Tomcat running on port 8080 or is it 8180 like in TC4.1.27.

It's tough to tell because your log message is partially cut off where it tells you 
which ports it's listening to. If I remember correctly the [INFO] Http11Protocol line 
should tell you which port it is listening to.

snip

[INFO] Http11Protocol - -Starting Coyote HTTP/1
  [INFO] ChannelSocket - -JK2: ajp13 listening on
  [INFO] JkMain - -Jk running ID=0 time=0/31  con
  jk2.properties
  [INFO] Catalina - -Server startup in 5218 ms

/snip

Dean Searle
Computing Oasis
989.245.7369 (p)
989.921.3904 (f)

-Original Message-
From: Yann Cébron [mailto:[EMAIL PROTECTED] 
Sent: Sunday, September 07, 2003 3:15 PM
To: [EMAIL PROTECTED]
Subject: Re: Tomcate and Windows XP Question

I installed Tomcate 5.0.9 on Windows XP Home edition.
It seems the Tomcate starts sucessfully, but when I browse to
http://127.0.0.1:8080, I get error message saying
  The page cannot be displayed
  There is a problem with the page you are trying to reach and it
cannot be displayed.

Here is what I did:

snip/

This looks allright

Seems like you're having a network/proxy configuration problem.

From RUNNING.txt in your TOMCAT installation directory:

*
3) The 'localhost' machine isn't found.  This could happen if you're behind
a
   proxy.  If that's the case, make sure the proxy configuration for your
   browser knows that you shouldn't be going through the proxy to access the
   localhost.

   In Netscape, this is under Edit/Preferences - Advanced/Proxies, and in
   Internet Explorer, Tools - Internet Options - Connections - LAN
Settings.
*

Yann




-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]