- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Install tomcat in other filesystem
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
Discussions
Discussions
Discussions
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
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
02-17-2015 12:02 AM
02-17-2015 12:02 AM
Install tomcat in other filesystem
Hi ,
Is it possible to install tomacat v7.0 in another filesystem other than /opt ??
Hpux 11iv3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-17-2015 12:06 AM - edited 02-18-2015 01:52 PM
02-17-2015 12:06 AM - edited 02-18-2015 01:52 PM
Re: Install tomcat in other filesystem
You can always create a symlink from /opt to /wherever.
That's assuming you're out of space or you want the bits to be exactly the same?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-17-2015 12:16 AM
02-17-2015 12:16 AM
Re: Install tomcat in other filesystem
The intention is that if something happens to this server , it must failover to other server with services up and running .
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-17-2015 07:41 AM - edited 02-18-2015 04:30 AM
02-17-2015 07:41 AM - edited 02-18-2015 04:30 AM
Re: Install tomcat in other filesystem
>it must failover to other server with services up and running .
Is this an additional requirement? The files in /opt should be read only and don't contain any state.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-17-2015 12:27 PM
02-17-2015 12:27 PM
Re: Install tomcat in other filesystem
Perhaps you could define what you mean "something happens to this server".
If the server crashes, Tomcat is the least of your worries.
Do you have Service Guard running on this server?
Bill Hassell, sysadmin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-17-2015 01:57 PM
02-17-2015 01:57 PM
Re: Install tomcat in other filesystem
You don't need to worry so much about the executables as you do the appropriate configuration files and data.
If you employ some method to sync your Tomcat config between 2 servers then that could work.
If you have this server configured as part of a Service Guard cluster then your Tomcat configuration files and data should be stored on one of the shared logical volumes.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-17-2015 10:29 PM
02-17-2015 10:29 PM
Re: Install tomcat in other filesystem
Hi Patrick ,
Its a part of SG cluster.
Tomcat configuration files are in /opt by default right ?
Thats my original question .
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-18-2015 09:17 AM
02-18-2015 09:17 AM
Re: Install tomcat in other filesystem
>>Tomcat configuration files are in /opt by default right ?
I don't use Tomcat so I'm not sure where the config files / data files would be. If you have configured Tomcat and are using it I would hope you'd know where things are. :)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-18-2015 10:34 AM
02-18-2015 10:34 AM
Re: Install tomcat in other filesystem
Tomcat, just like Apache and Java, etc should be installed and maintained on every node in the cluster. Your package design will require the active configs and logfiles to move automatically to the active node. All nodes where the package is to be run should have the same base products installed.
Bill Hassell, sysadmin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-18-2015 01:55 PM
02-18-2015 01:55 PM
Re: Install tomcat in other filesystem
>Tomcat configuration files are in /opt by default right?
Of course not, that wouldn't be a SVR4 layout where /opt is read only and not modifiable.
They could be in /var/opt or /etc/, etc. (That's assuming tomcat is following the rules. :-)
The default, example or skeleton files might be there.