RE: Tomcat 5.5.28 on 64 bit windows server 2008.

2011-08-21 Thread Venkata Surapaneni

As suggested I have installed the latest version(5.5.33) of Tomcat 5.5.x. After 
installing I have typed in the browser 'http://localhost' to check if the 
tomcat is installed properly. The home page is displayed indicating that the 
installation is fine. Then I typed in ip address of the machine 
'http://10.4.2.10' and page not found page is displayed. This is exactly the 
same problem why we have downgraded the version. There are no changes or 
customizations made  to the installation. It was default installation and the 
only change is to use port 80 instead of 8080.

The below is the server.xml file.

?xml version=1.0 encoding=UTF-8?

Server port=8005 shutdown=SHUTDOWN
  Listener className=org.apache.catalina.core.AprLifecycleListener /
  Listener className=org.apache.catalina.mbeans.ServerLifecycleListener /
  Listener 
className=org.apache.catalina.mbeans.GlobalResourcesLifecycleListener /
  Listener 
className=org.apache.catalina.storeconfig.StoreConfigLifecycleListener/

  GlobalNamingResources

Environment name=simpleValue type=java.lang.Integer value=30/

Resource name=UserDatabase auth=Container
  type=org.apache.catalina.UserDatabase
   description=User database that can be updated and saved
   factory=org.apache.catalina.users.MemoryUserDatabaseFactory
  pathname=conf/tomcat-users.xml /

  /GlobalNamingResources

  Service name=Catalina

Connector port=80 maxHttpHeaderSize=8192
   maxThreads=150 minSpareThreads=25 maxSpareThreads=75
   enableLookups=false redirectPort=8443 acceptCount=100
   connectionTimeout=2 disableUploadTimeout=true /

Connector port=8009
   enableLookups=false redirectPort=8443 protocol=AJP/1.3 /

Engine name=Catalina defaultHost=localhost

  Realm className=org.apache.catalina.realm.UserDatabaseRealm
 resourceName=UserDatabase/

  Host name=localhost appBase=webapps
   unpackWARs=true autoDeploy=true
   xmlValidation=false xmlNamespaceAware=false

  /Host

/Engine

  /Service

/Server



-Original Message-
From: André Warnier [mailto:a...@ice-sa.com]
Sent: Sunday, August 21, 2011 2:55 PM
To: Tomcat Users List
Subject: Re: Tomcat 5.5.28 on 64 bit windows server 2008.

Venkata Surapaneni wrote:
 We have a requirement to stick to 5.x version as of now. We tried using the 
 latest version of 5.5.x, but we encountered a issue. After installing the 
 tomcat and if we check in the browser as localhost, it is working fine. But 
 if we try accessing using IP address, then the Tomcat home page is not 
 displayed. The result is same for all the versions later than 5.5.28. Not 
 sure what is causing this or what needs to be done to fix this. So we started 
 using 5.5.28.

That sounds like a network misconfiguration issue or a misconfiguration within 
Tomcat's server.xml, not a Tomcat problem per se.

1) download the latest version of Tomcat 5.5 and install it, even if it appears 
not to work
2) Note the exact problem carefully (including logfile message if any)
3) Remove all comments and sensitive information from the server.xml file, and 
copy and paste it in your next message.
Repeat : copy and paste, do not send it as an attachment; the list strips most 
attachmnts.

The point : better to use a known best version of Tomcat, and fix what 
appears to be a simple misconfiguration, rather than spending a lot of time 
looking for missing DLLs or the like.

-
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org


-
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org



RE: Tomcat 5.5.28 on 64 bit windows server 2008.

2011-08-21 Thread Venkata Surapaneni
And on top of this all the log look clean. Nothing looks suspicious.



As suggested I have installed the latest version(5.5.33) of Tomcat 5.5.x. After 
installing I have typed in the browser 'http://localhost' to check if the 
tomcat is installed properly. The home page is displayed indicating that the 
installation is fine. Then I typed in ip address of the machine 
'http://10.4.2.10' and page not found page is displayed. This is exactly the 
same problem why we have downgraded the version. There are no changes or 
customizations made  to the installation. It was default installation and the 
only change is to use port 80 instead of 8080.

The below is the server.xml file.

?xml version=1.0 encoding=UTF-8?

Server port=8005 shutdown=SHUTDOWN
  Listener className=org.apache.catalina.core.AprLifecycleListener /
  Listener className=org.apache.catalina.mbeans.ServerLifecycleListener /
  Listener 
className=org.apache.catalina.mbeans.GlobalResourcesLifecycleListener /
  Listener 
className=org.apache.catalina.storeconfig.StoreConfigLifecycleListener/

  GlobalNamingResources

Environment name=simpleValue type=java.lang.Integer value=30/

Resource name=UserDatabase auth=Container
  type=org.apache.catalina.UserDatabase
   description=User database that can be updated and saved
   factory=org.apache.catalina.users.MemoryUserDatabaseFactory
  pathname=conf/tomcat-users.xml /

  /GlobalNamingResources

  Service name=Catalina

Connector port=80 maxHttpHeaderSize=8192
   maxThreads=150 minSpareThreads=25 maxSpareThreads=75
   enableLookups=false redirectPort=8443 acceptCount=100
   connectionTimeout=2 disableUploadTimeout=true /

Connector port=8009
   enableLookups=false redirectPort=8443 protocol=AJP/1.3 /

Engine name=Catalina defaultHost=localhost

  Realm className=org.apache.catalina.realm.UserDatabaseRealm
 resourceName=UserDatabase/

  Host name=localhost appBase=webapps
   unpackWARs=true autoDeploy=true
   xmlValidation=false xmlNamespaceAware=false

  /Host

/Engine

  /Service

/Server



-Original Message-
From: André Warnier [mailto:a...@ice-sa.com]
Sent: Sunday, August 21, 2011 2:55 PM
To: Tomcat Users List
Subject: Re: Tomcat 5.5.28 on 64 bit windows server 2008.

Venkata Surapaneni wrote:
 We have a requirement to stick to 5.x version as of now. We tried using the 
 latest version of 5.5.x, but we encountered a issue. After installing the 
 tomcat and if we check in the browser as localhost, it is working fine. But 
 if we try accessing using IP address, then the Tomcat home page is not 
 displayed. The result is same for all the versions later than 5.5.28. Not 
 sure what is causing this or what needs to be done to fix this. So we started 
 using 5.5.28.

That sounds like a network misconfiguration issue or a misconfiguration within 
Tomcat's server.xml, not a Tomcat problem per se.

1) download the latest version of Tomcat 5.5 and install it, even if it appears 
not to work
2) Note the exact problem carefully (including logfile message if any)
3) Remove all comments and sensitive information from the server.xml file, and 
copy and paste it in your next message.
Repeat : copy and paste, do not send it as an attachment; the list strips most 
attachmnts.

The point : better to use a known best version of Tomcat, and fix what 
appears to be a simple misconfiguration, rather than spending a lot of time 
looking for missing DLLs or the like.

-
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org


-
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org


-
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org



RE: Tomcat 5.5.28 on 64 bit windows server 2008.

2011-08-21 Thread Venkata Surapaneni
Verlag,

Both the suggestions worked and We are going to add address line to the 
server.xml file.

Is the support for IP 4 dropped by plan or by accident ? If it is by plan, 
isn't it early ? There are still lot of applications running on IP 4 and it 
will be while before every one is ready for IP 6.

If it is by accident, I believe the versions from 5.5.29 have this issue.


-
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org



RE: Tomcat 5.5.28 on 64 bit windows server 2008.

2011-08-20 Thread Venkata Surapaneni
We have a requirement to stick to 5.x version as of now. We tried using the 
latest version of 5.5.x, but we encountered a issue. After installing the 
tomcat and if we check in the browser as localhost, it is working fine. But if 
we try accessing using IP address, then the Tomcat home page is not displayed. 
The result is same for all the versions later than 5.5.28. Not sure what is 
causing this or what needs to be done to fix this. So we started using 5.5.28.


-Original Message-
From: André Warnier [mailto:a...@ice-sa.com]
Sent: Sunday, August 21, 2011 3:15 AM
To: Tomcat Users List
Subject: Re: Tomcat 5.5.28 on 64 bit windows server 2008.

kiran surapaneni wrote:
 We are setting up Tomcat 5.5.28 on 64 bit Windows server 2008.

Why are you doing this on a new system ? The current version of Tomcat is 
7.0.20, and between Tomcat 5.5.28 (itself not the most recent version of Tomcat 
5.5), there was already Tomcat 6.0 (current version 6.0.33).

Understand : it is not /forbidden/ to use an older version, but the level of 
support you will get will always be better on a more recent version.
Specially for issues such as the one you mention.

-
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org


-
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org



Tomcat 5.5.23 installation issues

2011-04-18 Thread Venkata Surapaneni
Hi,

I have installed Tomcat 5.5.23 on Windows 2008,32 bit  and Java 
1.6.0_23 . The installation completed fine.

When I typed in localhost:8080 on the web page Tomcat home page is displayed 
indicating that Tomcat installation is done.

But when I type the ip address of the machine like 10.4.2.10:8080 instead of 
local host, Tomcat home page is not displayed.

I thought it may be something related to the host mapping and checked the hosts 
file in etc folder and it doesn't seem to have anything extra configured except 
the default.

Any idea why Tomcat is not working with the IP address?
Thanks in advance.



RE: Tomcat 5.5.23 installation issues

2011-04-18 Thread Venkata Surapaneni

0) Is there any particular reason to use that version?
There is no particular reason to use this version. I just need to stick 
to Tomcat 5 and so I downloaded the latest version available.
1) Port 8080 may be bound to localhost rather than all ports.  netstat -an | 
find 8080 will tell you.  If it is, change Tomcat's server.xml appropriately.
I tried the same by configuring on 80 port also. But the result is 
same. And no other application is using this port.
2) You may need to open up port 8080 on the firewall
I need to try this but I am not sure if it will blocked with in the 
same network. But quite possible as this is in production network.

Thank you so much.


-Original Message-
From: peter.crowth...@googlemail.com [mailto:peter.crowth...@googlemail.com] On 
Behalf Of Peter Crowther
Sent: Monday, April 18, 2011 11:38 PM
To: Tomcat Users List
Subject: Re: Tomcat 5.5.23 installation issues

On 18 April 2011 11:48, Venkata Surapaneni vsurapan...@imedx.com wrote:

I have installed Tomcat 5.5.23 on Windows 2008,32 bit
 and Java 1.6.0_23 . The installation completed fine.

 When I typed in localhost:8080 on the web page Tomcat home page is
 displayed indicating that Tomcat installation is done.

 But when I type the ip address of the machine like 10.4.2.10:8080
 instead of local host, Tomcat home page is not displayed.

 I thought it may be something related to the host mapping and checked
 the hosts file in etc folder and it doesn't seem to have anything
 extra configured except the default.

 Any idea why Tomcat is not working with the IP address?

 0) Is there any particular reason to use that version?

1) Port 8080 may be bound to localhost rather than all ports.  netstat -an | 
find 8080 will tell you.  If it is, change Tomcat's server.xml appropriately.

2) You may need to open up port 8080 on the firewall.

- Peter

-
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org