Solved
tomcat4.1.30 with JBoss2.4.9 (URGENT)
Posted on 2004-04-30
Hi,
I am having problem integrating Tomcat4.1.30 with JBoss2.4.9.
I installed them separetly in different directoy in C:\ drive(C:\tomcat and C:\JBoss2.4.9).
I think i set all classpaths correctly as i done as follow:
JAVA_HOME= C:\j2sdk1.4.1_03
JBOSS_HOME= C:\JBoss-2.4.9
CATALINA_HOME= C:\tomcat
CLASSPATH = .;%JAVA_HOME%\lib\tools.jar;%CATALINA_HOME%\common\lib\servlet.jar;%JBOSS_HOME%\lib\ext\jboss-j2ee.jar.
PATH= %CATALINA_HOME%\bin;%JAVA_HOME%\bin
i can run tomcat and jboss saperatly, jboss works okay with ejb files, but when it comes with jsp i cant integrate tomcat with jboss.
After a lot of reading including articles, books i thinkthat i need to edit these files(TOMCAT_HOME/conf/server.xml , JBOSS_HOME/conf/default/jboss.jcml and JBOSS_HOME/conf/default/jboss.conf ) to integrate tomcat with jboss
Please HELP me out from this mess.
how to do it and what to do?
URGENT
thank you in advance.
Myare2004