[jboss-dev-forums] [Design of JBoss/Tomcat Integration] - How can i Deploy an application from Tomcat to Jboss????
jainendra.pathak
do-not-reply at jboss.com
Tue Jan 29 04:33:49 EST 2008
Hi Every one...
I want help of u guys...because...i m stacking....to deploy an application name Login_Module1 on Jboss...it is working fine in Tomcat ....
Structure for tomcat is
webapps
----
Login_Module1
------>css
------->images
-------->jsp
-------->WEB-INF
-----web.xml
------classes
------com
------UserLogin
------two .class files
------src
------com
------UserLogin
-------two java files
and its working fine over tomcat......
but when i created the war file of whole package to deploy on JBoss
using command...
jar -cvf LoginModule.war *
and this war file i putted into JBOSS_HOME/server/default/deploy/
folder...after satrting the jboss its giving the error
like
******************************************
"HTTP Status 404 - /Login_Module1/servlet/hrms_user_login
type Status report
message /Login_Module1/servlet/hrms_user_login
description The requested resource (/Login_Module1/servlet/hrms_user_login) is not available.
Apache To"
************************************************
i need ur help .....i m waiting for ur response....
thanks in advance
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4124308#4124308
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4124308
More information about the jboss-dev-forums
mailing list