- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- Tomcat 5.5.9 on RHL ES 3
Categories
Company
Local Language
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
Forums
Discussions
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
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- 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
тАО04-20-2005 03:49 AM
тАО04-20-2005 03:49 AM
Tomcat 5.5.9 on RHL ES 3
I've gone through all the install steps, but when I try to run Tomcat as a deamon, using the following command (from $catalina_home)
./bin/jsvc -Djava.endorsed.dirs=./common/endorsed -cp ./bin/bootstrap.jar -outfile ./logs/catalina.out -errfile ./logs/catalina.err org.apache.catalina.startup.Bootstrap but get the error message:
jsvc error: Cannot find any VM in Java Home /usr/java
Segmentation fault
Any tips would be greatly appreciated
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-20-2005 04:33 AM
тАО04-20-2005 04:33 AM
Re: Tomcat 5.5.9 on RHL ES 3
RHEL should come with a version, but the path in the catalina startup routines might be wrong.
Otherwise, get a real JRE from Sun, and use that (modifying the tomcat startup routines appropriately).
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-20-2005 08:01 PM
тАО04-20-2005 08:01 PM
Re: Tomcat 5.5.9 on RHL ES 3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-20-2005 10:00 PM
тАО04-20-2005 10:00 PM
Re: Tomcat 5.5.9 on RHL ES 3
All the best.
Naveej
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-20-2005 10:01 PM
тАО04-20-2005 10:01 PM
Re: Tomcat 5.5.9 on RHL ES 3
Is it time for a tea break??
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-22-2005 01:16 AM
тАО04-22-2005 01:16 AM
Re: Tomcat 5.5.9 on RHL ES 3
Using the automatic installer for the Java SDK placed the files under /usr/java/j2sdk1.5.0_02
We moved the files up one level to /usr/java, and that seems to have fixed the problems.