- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - OpenVMS
- >
- JBOSS under OpenVMS 7-3-2
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
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
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
тАО08-19-2007 09:40 PM
тАО08-19-2007 09:40 PM
Does anybody have any experience getting JBoss running under OpenVMS. Is it feasible to get it running under 7-3-2 or does it need 8-3? I know there was an article posted on OpenVMS.ORG some time ago, a colleague has followed this and has not had too much luck.
Thanks
Brian
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО08-20-2007 05:47 AM
тАО08-20-2007 05:47 AM
Re: JBOSS under OpenVMS 7-3-2
I found this ref, not sure if it would work on 7.3-2 Dean
http://wiki.jboss.org/wiki/Wiki.jsp?page=OpenVMSHints
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО08-20-2007 01:44 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО08-20-2007 07:00 PM
тАО08-20-2007 07:00 PM
Re: JBOSS under OpenVMS 7-3-2
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО08-20-2007 09:11 PM
тАО08-20-2007 09:11 PM
Re: JBOSS under OpenVMS 7-3-2
Is there another source of this file somewhere?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО08-21-2007 01:00 AM
тАО08-21-2007 01:00 AM
Re: JBOSS under OpenVMS 7-3-2
JBoss is "pure java" , or am I mistaken? According the Java marketeers that would mean it _should_ run anywhere, regardless the hardware. Whether the performance is acceptable is another matter. It might run on Alpha but require BIG memory (like on Itanium) and still have a lousy performance ;).
OpenVMS Developer & System Manager
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО08-21-2007 01:10 AM
тАО08-21-2007 01:10 AM
Re: JBOSS under OpenVMS 7-3-2
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО08-21-2007 03:54 AM
тАО08-21-2007 03:54 AM
Re: JBOSS under OpenVMS 7-3-2
I still have a copy of the supplemental jar and have attached it.
there is definitely some magic to getting JBoss installed on VMS. It was quite a learning experience for me.
What I can tell you - is you need to be sure you following the instructions very carefully -
- files are case-sensitive, so be sure to always >set proc/parse=extend
- use the examples in the guide for renaming zip files exactly as documented.
- remember to set the file attributes
- If you are passing a lowercase parameter you must always enclose it in quotes because DCL will convert it to uppercase otherwise.
I cannot talk about performance yet. Still in preliminary testing etc..
Hope this helps...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО08-21-2007 09:54 PM
тАО08-21-2007 09:54 PM
Re: JBOSS under OpenVMS 7-3-2
It's all in the java documnetation (on line found at http://h18012.www1.hp.com/java/documentation/1.5.0/ovms/docs/user_guide.html.
OpenVMS Developer & System Manager
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО08-22-2007 02:20 AM
тАО08-22-2007 02:20 AM
Re: JBOSS under OpenVMS 7-3-2
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-18-2007 10:31 PM
тАО09-18-2007 10:31 PM
Re: JBOSS under OpenVMS 7-3-2
We can start a Jboss server, which uses 127.0.0.1 as base address for the server.
But we want to connect to the web-console using the Ip-adress of the VMs server where the jboss server runs.
In Jboss documentation it say use:
run -b
How can we use this command on VMS using run.com.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-18-2007 11:42 PM
тАО09-18-2007 11:42 PM
Re: JBOSS under OpenVMS 7-3-2
In the run.com the JAVA command must be extended with -b
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-19-2007 12:32 AM
тАО09-19-2007 12:32 AM
Re: JBOSS under OpenVMS 7-3-2
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО11-26-2007 06:42 AM
тАО11-26-2007 06:42 AM
Re: JBOSS under OpenVMS 7-3-2
Thanks
Geoff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО11-26-2007 07:23 AM
тАО11-26-2007 07:23 AM
Re: JBOSS under OpenVMS 7-3-2
If you want the supplemental jar file, send me a note (john.egolf@digital.com).
We have only tested JBoss on OpenVMS Integrity. Previous notes are correct, Java is Java but like many very intense Java applications, its possible that a patch may be required in Java or OpenVMS or some other piece of code.
Our focus is Integrity and this is where we have spent our time testing. Anybody is welcome to try JBoss on Alpha but don't expect support in any form - we just don't have the cycles.
/John
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО11-28-2007 12:22 AM
тАО11-28-2007 12:22 AM
Re: JBOSS under OpenVMS 7-3-2
Maybe you can borrow some resources from HP's gSOAP port to Itanium *and* Alpha? They seem to have heaps of spare capacity: -
Looks like HP VMS is moving away from Java altogether; is 1.5 the last Java on VMS?
http://johndapps.blogspot.com/
Cheers Richard Maher