[JBoss-user] [HTTPD, Servlets & JSP] - Deploy from outside jboss ???

2005-02-25 Thread amith_pj
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\

[JBoss-user] [HTTPD, Servlets & JSP] - Re: Deploy without ear/war ???

2005-02-25 Thread amith_pj
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

[JBoss-user] [Beginners Corner] - Re: Recompile with -deprecation

2005-02-25 Thread amith_pj
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

[JBoss-user] [Beginners Corner] - Re: Deploy without ear/war ???

2005-02-24 Thread amith_pj
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

[JBoss-user] [HTTPD, Servlets & JSP] - Re: Deploy without ear/war ???

2005-02-24 Thread amith_pj
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

[JBoss-user] [HTTPD, Servlets & JSP] - Deploy without ear/war ???

2005-02-24 Thread amith_pj
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

[JBoss-user] [Beginners Corner] - Deploy without ear/war ???

2005-02-23 Thread amith_pj
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

[JBoss-user] [Beginners Corner] - Recompile with -deprecation

2005-02-23 Thread amith_pj
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