| Author |
Migration from iPlanet to JBoss
|
Renjith Nair
Greenhorn
Joined: Jun 03, 2007
Posts: 1
|
|
|
I need help in getting the steps of how we could migrate an .ear application( a J2EE application without EJB) from iPlanet to JBoss. Please help me in getting some documents on this. Thanks in Advance.
|
 |
Jaikiran Pai
Marshal
Joined: Jul 20, 2005
Posts: 8212
|
|
|
You may not find a document listing out the steps for migrating your application from iPlanet to JBoss. The best way to go about this is to deploy the application in JBoss and as and when you see some errors, try and fix them. To get you started with deploying your application - all you have to do is place the .ear file in the %JBOSS_HOME%/server/default/deploy folder and start JBoss using the run.bat file in %JBOSS_HOME%/bin. I am assuming you are using Windows OS.
|
[My Blog] [JavaRanch Journal]
|
 |
 |
|
|
subject: Migration from iPlanet to JBoss
|
|
|