Hi,

Joey122 wrote:
> 
> Does anyone know if the War contains ALL dependencies that are needed?
> 
> I m trying to deploy this app (which works fine using Jetty on my local
> machine) to Tomcat 5 - Unfortunately the server provider does not allow
> WAR files so I am having to unpack them (exploded).
> 
> Does anyone know whether this should be sufficient or whether Appfuse
> requires additional libraries as part of deployment?
> 

I believe the WAR file contains everything you need.  How are you unpacking
it?  Are you sure you're ending up with everything located correctly?  You
might want to first try deploying to tomcat on a machine you have control
over, first using a straight WAR file and proving that works, then using the
technique you have to use on the server provider's system.

With TC 5, IIRC, you have to have a context xml file in the
${CATALINA_HOME}/conf/Catalina/MY_APP directory too.  If you've not done so
already, you may want to read up on 
http://tomcat.apache.org/tomcat-5.5-doc/deployer-howto.html deployments .

HTH,

Rob Hills
Waikiki, Western Australia
-- 
View this message in context: 
http://www.nabble.com/Are-There-Any-Dependencies-When-Deploying-To-Tomcat-tp19688736s2369p19690880.html
Sent from the AppFuse - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to