Working on deployment on Lettuce
Posted by mholmes on 15 Nov 2007 in Activity log
We have a dev Tomcat working on Lettuce now, so that'll be the place to deploy the app. The problem now is how best to deploy the application itself under this Tomcat.
What we'll probably do is this:
- Change
web.xmlto rename the application from "Cocoon" to "teiJournal". - Also change
web.xmlto set all encodings to UTF-8 (some are still 8859-1 in the default setup). - Deploy the application itself in a directory called
ialltjournalin thewebappsdirectory of Tomcat.
Right now, we don't have permission to restart Tomcat, so we can't have it find the webapp where we've placed it; we've tried "deploying" it using the Tomcat manager, but since it's not a WAR file, that doesn't seem to work; telling it to deploy an application from the directory where its files are seems to cause those files to be deleted. Once Greg has control over Tomcat, we can restart it and see if it finds the new webapp or not.