RE: apache Tomcat webserver problem

2006-08-07 Thread Propes, Barry L
probably a firewall!

-Original Message-
From: Rahul Sood [mailto:[EMAIL PROTECTED]
Sent: Saturday, August 05, 2006 9:03 AM
To: users@tomcat.apache.org
Subject: apache Tomcat webserver problem


Hello.

I have set up tomcat's service catalina to have the default host
192.168.15.100 and have also changed the virtual host to be the same. Also
added a context element with the sample app.

Now when I try to access the app using the following url
http://192.168.15.100:8080/sample from my machine it works fine.
But if i go to another machine, I am not able to access the website. I get
the page cannot be displayed error. Followed by the usual ramblings ending
with cannot find the server.

My question is how do you set up TomCat to be the webserver and what is
going on ..? Why is it not recognizing this address from another machine
while it does so from my machine?
Anyone who knows this will be great.
thank you

Here is my server.xml file







  
  
  
  
  

  
  







  

  

  
  




























  
  

  

  
  

  
  

  

  

  

  

  
  




































  



  



-
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: apache Tomcat webserver problem

2006-08-07 Thread Peter Crowther
> From: Rahul Sood [mailto:[EMAIL PROTECTED] 
> Now when I try to access the app using the following url
> http://192.168.15.100:8080/sample from my machine it works fine.
> But if i go to another machine, I am not able to access the 
> website.

Have you checked your firewall settings?  That's the commonest cause of
this issue.

- Peter

-
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: apache Tomcat webserver problem

2006-08-07 Thread David Smith
Question: Is the "other computer" you  are trying to contact tomcat from 
on the same subnet or outside your cable router.  I ask because 
192.168.x.x addresses are not routeable.  You can get around that with 
config settings in your cable router, check the docs for details.


Outside of that, check to make sure your Windows XP firewall and 
ZoneAlarm both allow connections on port 8080.


--David

Rahul Sood wrote:


hello I am using TomCat5.5, I have Windows xp professional, i have
zonealarm..and everything in it looks fine..i have not tried pinging 
tomcat

..thats strange..i tried standard ping 192.168.15.100 and that did not
work...but when I ping from my own machine it works...it mayb be zone
alarm..but earlier i had shut zone alarm...just to test and it had 
still not
worked..i will try again..meanwhile if you know anything more please 
let me

know

On 8/5/06, Richard Mixon <[EMAIL PROTECTED]> wrote:



You did not say which version of Tomcat you were using, or what OS. It
appears you are using Windows - check the settings on any software
firewall
you may have configured as this may be preventing access. Can you ping
from
the other machine to your Tomcat server?

-Original Message-
From: Rahul Sood [mailto:[EMAIL PROTECTED]
Sent: Saturday, August 05, 2006 7:03 AM
To: users@tomcat.apache.org
Subject: apache Tomcat webserver problem

Hello.

I have set up tomcat's service catalina to have the default host
192.168.15.100 and have also changed the virtual host to be the same. 
Also

added a context element with the sample app.

Now when I try to access the app using the following url
http://192.168.15.100:8080/sample from my machine it works fine.
But if i go to another machine, I am not able to access the website. 
I get
the page cannot be displayed error. Followed by the usual ramblings 
ending

with cannot find the server.

My question is how do you set up TomCat to be the webserver and what is
going on ..? Why is it not recognizing this address from another machine
while it does so from my machine?
Anyone who knows this will be great.
thank you

Here is my server.xml file







  
  
  className="org.apache.catalina.mbeans.ServerLifecycleListener"

/>
  
  

  
  


value="30"/>



   
factory="org.apache.catalina.users.MemoryUserDatabaseFactory "

  pathname="conf/tomcat-users.xml" />

  

  

  
  




   maxThreads="150" minSpareThreads="25" 
maxSpareThreads="75"
   enableLookups="true" redirectPort="8443" 
acceptCount="100"

   connectionTimeout="2" disableUploadTimeout="true"  />






   maxThreads="150" minSpareThreads="25" 
maxSpareThreads="75"

   enableLookups="false" disableUploadTimeout="true"
   acceptCount="100" scheme="https" secure="true"
   clientAuth="false" sslProtocol="TLS"
keystorePass="kipling"/>
















  
  

  

  
  

  
  

  

  

  

  

  
  













 directory="logs"  prefix="192_access_log." 
suffix=".txt"

 pattern="common" resolveHosts="true"/>






















  



  




-
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]







-
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: apache Tomcat webserver problem

2006-08-05 Thread Rahul Sood

hello I am using TomCat5.5, I have Windows xp professional, i have
zonealarm..and everything in it looks fine..i have not tried pinging tomcat
..thats strange..i tried standard ping 192.168.15.100 and that did not
work...but when I ping from my own machine it works...it mayb be zone
alarm..but earlier i had shut zone alarm...just to test and it had still not
worked..i will try again..meanwhile if you know anything more please let me
know

On 8/5/06, Richard Mixon <[EMAIL PROTECTED]> wrote:


You did not say which version of Tomcat you were using, or what OS. It
appears you are using Windows - check the settings on any software
firewall
you may have configured as this may be preventing access. Can you ping
from
the other machine to your Tomcat server?

-Original Message-
From: Rahul Sood [mailto:[EMAIL PROTECTED]
Sent: Saturday, August 05, 2006 7:03 AM
To: users@tomcat.apache.org
Subject: apache Tomcat webserver problem

Hello.

I have set up tomcat's service catalina to have the default host
192.168.15.100 and have also changed the virtual host to be the same. Also
added a context element with the sample app.

Now when I try to access the app using the following url
http://192.168.15.100:8080/sample from my machine it works fine.
But if i go to another machine, I am not able to access the website. I get
the page cannot be displayed error. Followed by the usual ramblings ending
with cannot find the server.

My question is how do you set up TomCat to be the webserver and what is
going on ..? Why is it not recognizing this address from another machine
while it does so from my machine?
Anyone who knows this will be great.
thank you

Here is my server.xml file







  
  
  
  
  

  
  







  

  

  
  




























  
  

  

  
  

  
  

  

  

  

  

  
  




































  



  




-
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




RE: apache Tomcat webserver problem

2006-08-05 Thread Richard Mixon
You did not say which version of Tomcat you were using, or what OS. It
appears you are using Windows - check the settings on any software firewall
you may have configured as this may be preventing access. Can you ping from
the other machine to your Tomcat server?

-Original Message-
From: Rahul Sood [mailto:[EMAIL PROTECTED] 
Sent: Saturday, August 05, 2006 7:03 AM
To: users@tomcat.apache.org
Subject: apache Tomcat webserver problem

Hello.

I have set up tomcat's service catalina to have the default host
192.168.15.100 and have also changed the virtual host to be the same. Also
added a context element with the sample app.

Now when I try to access the app using the following url
http://192.168.15.100:8080/sample from my machine it works fine.
But if i go to another machine, I am not able to access the website. I get
the page cannot be displayed error. Followed by the usual ramblings ending
with cannot find the server.

My question is how do you set up TomCat to be the webserver and what is
going on ..? Why is it not recognizing this address from another machine
while it does so from my machine?
Anyone who knows this will be great.
thank you

Here is my server.xml file







  
  
  
  
  

  
  







  

  

  
  




























  
  

  

  
  

  
  

  

  

  

  

  
  




































  



  




-
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]