A small question from a novice J2EE user: how can I get multiple versions of one J2EE application deployed in one app-server. For the record we're using WSAD and deploy to WebSphere 5.1 (on z/OS).
TIA,
Melis
Discussions
EJB programming & troubleshooting: Novice: can I deploy multiple versions of a J2EE app in 1 serve
-
Novice: can I deploy multiple versions of a J2EE app in 1 serve (1 messages)
- Posted by: Melis van den Brink
- Posted on: December 01 2005 03:23 EST
Threaded Messages (1)
- Novice: can I deploy multiple versions of a J2EE app in 1 serve by Pampa S B on January 10 2006 03:58 EST
-
Novice: can I deploy multiple versions of a J2EE app in 1 serve[ Go to top ]
- Posted by: Pampa S B
- Posted on: January 10 2006 03:58 EST
- in response to Melis van den Brink
You can always deploy multiple versions of the same application on a single server no issues. Only issue is the clash of the context name for your application, the same name cannot be registered for multiple verions of the application on a single server.A small question from a novice J2EE user: how can I get multiple versions of one J2EE application deployed in one app-server. For the record we're using WSAD and deploy to WebSphere 5.1 (on z/OS).TIA,Melis