Is it possible to delploy an application without placing it in the
JBOSS_HOME\server\default\deploy
If possible, then how to make a reference to the application from jboss ???
In tomcat, it is very easy, suppose the application is at E:\Bidla, then i
place Bidla.xml in TOMCAT_HOME\conf\Catalina\
Thanks a lot !!!
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3867990#3867990
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3867990
---
SF email is sponsored by - T
Hi,
I solved the Generated servlet error by using the servlet.jar or similar
provided by jboss itself. I mean i stopped using my own servlet.jar
Hope this helps someone.
Thanks !
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3867823#3867823
Reply to the po
Answer to this question can be found at
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3867862#3867862
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3867863#3867863
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply
Hi,
Thanks a lot, your suggestion worked.
One more question, what about META-INF\application.xml Where should i
place it now ??
What if i want to give a short name for my application with the help of
/abc
in my application.xml
Thanks
View the original post :
http://www.jboss.org/i
Hi,
How to deploy an application without creating ear/war files ???
In Tomcat, it is very simple, i place the application in Tomcat_Home/webapps .
How to do the same in Jboss ?
I want to do this, because everytime i make some changes to my java/jsp files,
i have to create a war, then a ear a
Hi,
How to deploy an application without creating ear/war files ???
In Tomcat, it is very simple, i place the application in Tomcat_Home/webapps .
How to do the same in Jboss ?
I want to do this, because everytime i make some changes to my java/jsp files,
i have to create a war, then a ear and
Hi,
I am trying to deploy an application with Jboss. The same application runs fine
with Tomcat. I am getting the following error
org.apache.jasper.JasperException: Unable to compile class for JSP
Generated servlet error:
E:\Jboss 4.0.1
sp1\server\default\work\jboss.web\localhost\Bidla\org\apac