[jboss-dev-forums] [Design of JBoss/Tomcat Integration] - Tomcat as a service
n_k_10
do-not-reply at jboss.com
Sun Dec 7 05:57:55 EST 2008
Hello,
I want to use download and use the last available tomcat (6.0.18), and deploy it as a service.
The service only runs the following code:
Catalina cat = new Catalina();
| cat.start();
Since I had classloading problems, I deployed the service from a .ear file, which included the .sar file, application.xml and downloaded tomcat jar files.
The tomcat starts and respondes correctly.
Is that the correct way to use tomcat as a standalone service? (I do not want to use jbossweb since it does not update frequently...)
Thanks.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4194877#4194877
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4194877
More information about the jboss-dev-forums
mailing list