HPE GreenLake Administration
- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Tomcat Server Up and Running : But cannot browse t...
Operating System - HP-UX
1834413
Members
1775
Online
110067
Solutions
Forums
Categories
Company
Local Language
back
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
back
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Blogs
Information
Community
Resources
Community Language
Language
Forums
Blogs
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-19-2009 02:34 AM
02-19-2009 02:34 AM
Tomcat Server Up and Running : But cannot browse through IE/Firefox
Hi All,
I have started both apache server and tomcat server on HP-UX box.
Apache running on port 80 and Tomcat supposedly on port 8080.
When I do a
# ps -aex | grep httpd
11053 ? 0:00 /opt/hpws/apache/bin/httpd -d /opt/hpws/apache -k start
11054 ? 0:00 /opt/hpws/apache/bin/httpd -d /opt/hpws/apache -k start
11051 ? 0:00 /opt/hpws/apache/bin/httpd -d /opt/hpws/apache -k start
11052 ? 0:00 /opt/hpws/apache/bin/httpd -d /opt/hpws/apache -k start
# ps -aex | grep catalina
5811 ? 0:13 /opt/java1.5/bin/IA64N/java -Djava.util.logging.manager=org.apache.juli.ClassLoaderLogManager -XdoCloseWithReadPending -Djava.endorsed.dirs=/opt/hpws/tomcat/common/endorsed -classpath :/opt/hpws/tomcat/bin/bootstrap.jar:/opt/hpws/tomcat/bin/commons-logging-api.jar -Dcatalina.base=/opt/hpws/tomcat -Dcatalina.home=/opt/hpws/tomcat -Djava.io.tmpdir=/opt/hpws/tomcat/temp org.apache.catalina.startup.Bootstrap start
[rx26-154]/opt/hpws/apache/bin
Which shows both the servers are running.
But I can access the homepage of the Apache server by:
http:///
But I cannot access the homepage of the Tomcat server by:
http://:8080/
Please help.
I have started both apache server and tomcat server on HP-UX box.
Apache running on port 80 and Tomcat supposedly on port 8080.
When I do a
# ps -aex | grep httpd
11053 ? 0:00 /opt/hpws/apache/bin/httpd -d /opt/hpws/apache -k start
11054 ? 0:00 /opt/hpws/apache/bin/httpd -d /opt/hpws/apache -k start
11051 ? 0:00 /opt/hpws/apache/bin/httpd -d /opt/hpws/apache -k start
11052 ? 0:00 /opt/hpws/apache/bin/httpd -d /opt/hpws/apache -k start
# ps -aex | grep catalina
5811 ? 0:13 /opt/java1.5/bin/IA64N/java -Djava.util.logging.manager=org.apache.juli.ClassLoaderLogManager -XdoCloseWithReadPending -Djava.endorsed.dirs=/opt/hpws/tomcat/common/endorsed -classpath :/opt/hpws/tomcat/bin/bootstrap.jar:/opt/hpws/tomcat/bin/commons-logging-api.jar -Dcatalina.base=/opt/hpws/tomcat -Dcatalina.home=/opt/hpws/tomcat -Djava.io.tmpdir=/opt/hpws/tomcat/temp org.apache.catalina.startup.Bootstrap start
[rx26-154]/opt/hpws/apache/bin
Which shows both the servers are running.
But I can access the homepage of the Apache server by:
http://
But I cannot access the homepage of the Tomcat server by:
http://
Please help.
2 REPLIES 2
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-19-2009 02:44 AM
02-19-2009 02:44 AM
Re: Tomcat Server Up and Running : But cannot browse through IE/Firefox
You can easily check whether the server is listening on port 8080 with netstat: -
netstat -an | grep LISTEN
Also, if you have lsof installed (a very usefuly tool to install if you don't have it), then you can see what port a particular process is listening to: -
lsof -p 5811
You will see a TCP line for any open listening ports.
Of course you can also double-check in your Tomcat config files, and even "telnet localhost 8080" to see if you get a response.
netstat -an | grep LISTEN
Also, if you have lsof installed (a very usefuly tool to install if you don't have it), then you can see what port a particular process is listening to: -
lsof -p 5811
You will see a TCP line for any open listening ports.
Of course you can also double-check in your Tomcat config files, and even "telnet localhost 8080" to see if you get a response.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-19-2009 02:54 AM
02-19-2009 02:54 AM
Re: Tomcat Server Up and Running : But cannot browse through IE/Firefox
Shalom,
netstat -an | grep 8080
If you are running oracle on the same server there may be a port conflict with the oracle web based OEM product.
Other conflict is possible.
SEP
netstat -an | grep 8080
If you are running oracle on the same server there may be a port conflict with the oracle web based OEM product.
Other conflict is possible.
SEP
Steven E Protter
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
The opinions expressed above are the personal opinions of the authors, not of Hewlett Packard Enterprise. By using this site, you accept the Terms of Use and Rules of Participation.
Company
Events and news
Customer resources
© Copyright 2025 Hewlett Packard Enterprise Development LP