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