[jboss-user] [Tomcat, HTTPD, Servlets & JSP] - Re: Context parameters in Tomcat with JBoss ?

2007-03-27 Thread jefec
Hello. I have similar problem. I have defined custom resource in context, but after deploy it is not bound (in jmx console it is not visible too) and there are no errors in the log file. What is wrong? Thanks View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4031

[jboss-user] [Tomcat, HTTPD, Servlets & JSP] - Re: Context parameters in Tomcat with JBoss ?

2007-04-04 Thread beres
Put your applica.war in deploy directory, and call the site under: http://servername:port/applica/ Take a look in your in server.log for autodeploy, error. You do not need to touch the server.xml in Tomcat. Adam Beres View the original post : http://www.jboss.com/index.html?module=bb&op=viewt

[jboss-user] [Tomcat, HTTPD, Servlets & JSP] - Re: Context parameters in Tomcat with JBoss ?

2007-04-04 Thread beres
Package your applica.war in applica.ear with an application.xml. "beres" wrote : Put your applica.war in deploy directory, and call the site under: http://servername:port/applica/ | | Take a look in your in server.log for autodeploy, error. | You do not need to touch the server.xml in Tomc