WSAS + J-Boss
I'm trying to install WSAS with JBoss. I'm following the instructions in the documentation. I get an error when attempting to install WSAS to the container. Here's the error:
Copying "wso2wsas-derby-ds.xml" to "c:\jboss\server\default\deploy\wso2wsas-derb
y-ds.xml"
OK
Installation failed : org.wso2.wsas.installer.InstallationException: Tomcat not
found
org.wso2.wsas.installer.InstallationException: Tomcat not found
at org.wso2.wsas.installer.JBossInstaller.copyServerXML(JBossInstaller.j
ava:194)
at org.wso2.wsas.installer.JBossInstaller.install(JBossInstaller.java:15
4)
at org.wso2.wsas.installer.ServletContainerInstallationMode.doInstallati
on(ServletContainerInstallationMode.java:123)
at org.wso2.wsas.installer.InstallationManager.doInstallation(Installati
onManager.java:83)
at org.wso2.wsas.installer.InstallationManager.main(InstallationManager.
java:92)
Do I need to install Derby?
beren
- Login or register to post comments
- Printer friendly version
- 29 reads






















I think you are using a
I think you are using a version newer that JBoss 4.0.5. The WSAS JBoss installer is looking for jbossweb-tomcat55.sar in the JBoss deploy directory. So you will have to do a generic installation and configure your JBoss instance. More specifically, you will need to enable HTTPS in the JBOSS_HOME/server/default/deploy/jboss-web.deployer/server.xml file. Also you will need to register the WSAS DB data source. The WSAS installation docs explain what needs to be done.
Take a look at http://wso2.org/project/wsas/java/2.2.1/docs/installation_guide.html#JBoss
Regards
Afkham Azeez
JBoss 4.2.2
Yes I am using the most recent GA release of JBoss: 4.2.2
I guess this is not supported?
The files in those instructions are not present in the installation.
beren
Any plans for Jboss 4.2?
Are there any plans to provide an updated set of instructions for jboss 4.2.2?
I spent a bit of time today trying to get it to work, but can't seem to figure out all the steps and where stuff needs to be.
beren