-
- Forums
-
- Advancing Life & Work
- Advantage EX
- Alliances
- Around the Storage Block
- HPE Ezmeral: Uncut
- OEM Solutions
- Servers & Systems: The Right Compute
- Tech Insights
- The Cloud Experience Everywhere
- HPE Blog, Austria, Germany & Switzerland
- Blog HPE, France
- HPE Blog, Italy
- HPE Blog, Japan
- HPE Blog, Middle East
- HPE Blog, Latin America
- HPE Blog, Russia
- HPE Blog, Saudi Arabia
- HPE Blog, South Africa
- HPE Blog, UK & Ireland
-
Blogs
- Advancing Life & Work
- Advantage EX
- Alliances
- Around the Storage Block
- HPE Blog, Latin America
- HPE Blog, Middle East
- HPE Blog, Saudi Arabia
- HPE Blog, South Africa
- HPE Blog, UK & Ireland
- HPE Ezmeral: Uncut
- OEM Solutions
- Servers & Systems: The Right Compute
- Tech Insights
- The Cloud Experience Everywhere
-
Information
- Community
- Welcome
- Getting Started
- FAQ
- Ranking Overview
- Rules of Participation
- Tips and Tricks
- Resources
- Announcements
- Email us
- Feedback
- Information Libraries
- Integrated Systems
- Networking
- Servers
- Storage
- Other HPE Sites
- Support Center
- Aruba Airheads Community
- Enterprise.nxt
- HPE Dev Community
- Cloud28+ Community
- Marketplace
-
Forums
-
Blogs
-
Information
-
English
- 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
- Email to a Friend
- Report Inappropriate Content
03-13-2009 06:23 AM
03-13-2009 06:23 AM
tomcat
I did:
Urpmi Tomcat5
urpmi tomcat5-webapps
urpmi tomcat5-admin-clearwebapps
I get apache webpage http://localhost but nothing on http://localhost:8080
netstat -anp |grep 8080
tcp 0 0 :::8080 :::* LISTEN 5710/java
Firewall is off.
Any ideas ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
03-13-2009 09:39 AM
03-13-2009 09:39 AM
Re: tomcat
tcp 0 0 :::8080 :::* LISTEN 5710/java
Did you check the apache configuration for for the port binding ?
If you run only netstat -anp |grep 80 , what's the output?
I think that apache is running at 80 now, I don't know.. just a thought.
Try that, maybe it works by changing the configuration at that file.
Regards,
Marco,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
03-13-2009 11:26 AM
03-13-2009 11:26 AM
Re: tomcat
netstat -lptu
or
lsof -i | grep 8080
Or try tomcat first on another port 8081 for example.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
03-13-2009 11:42 AM
03-13-2009 11:42 AM
Re: tomcat
If you don't have it .., take it from here
http://hpux.connect.org.uk/hppd/hpux/Sysadmin/lsof-4.81/
Regards,
Marco,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
03-16-2009 12:56 AM
03-16-2009 12:56 AM
Re: tomcat
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
03-16-2009 10:51 AM
03-16-2009 10:51 AM
Re: tomcat
Check the file: /var/log/tomcat5/catalina.out
Make sure that you don't have any errors.
You can stop/restart tomcat5 like this:
# /sbin/service tomcat5 stop
{wait for process rundown}
# /sbin/service tomcat5 start
-then-
Check the following file:
/etc/tomcat5/server.xml
make sure that the following section is uncommented like this:
enableLookups="false" redirectPort="8443" acceptCount="100"
connectionTimeout="20000" disableUploadTimeout="true" />
Then access the default Tomcat5 site:
http://hostname.domain.name.com:8080/
Those are some things to check.
Hewlett Packard Enterprise International
- Communities
- HPE Blogs and Forum
© Copyright 2021 Hewlett Packard Enterprise Development LP