Re: Use of Tomcat DB pooling for webapps
Serge Huber <[email protected]>
| Newsgroups | gmane.comp.cms.jahia.devel |
|---|---|
| Message-ID | <[email protected]> |
Hi Guillaume, Jahia deploys the application on Tomcat itself, so it should be no different than your usual setup. You might want to do a manual deployment in order to avoid naming issues on the context though. Go into the administration -> Manage Porlets -> Manually add a new component and enter the file path to your webapp. Regards, Serge Huber. Guillaume Kuhmel wrote: > Hello everybody, > > I developped a webapp under a Tomcat 4.1.31 not included in Jahia > In this webapp, i use a global naming resource (a tomcat connection > pool) that i declare in TOMCAT_HOME/conf/server.xml > I declare the context of my webapp and the resource link in this file > too. > > So now, i want to import my webapp into jahia. > How can i do in order to use a tomcat connection pool? Where is > declared my webapp's context (i've included it with automatic > deployement)? I've not found such an xml file up to now. > > Thanks a lot! > > Guillaume >