Page: http://wiki.cocoondev.org/Wiki.jsp?page=As400, version: 14 on Thu Jan 23
16:03:11 2003 by DanFeather
- # Go into the web subdirectory under the cocoon webapp directory (i.e.
/QIBM/UserData/WebASAdv/default/hosts/default_host/cocoon/web) and copy the
__ENTIRE__ WEB-INF subdirectory over to the servlets subdirectory under the
cocoon directory (i.e./
QIBM/UserData/WebASAdv/default/hosts/default_host/cocoon/servlets). This is
what makes it all work...WAS 3.5 does not deploy WARs properly and it looks for
this information in the wrong place.
+ # Go into the web subdirectory under the cocoon webapp directory (i.e.
/QIBM/UserData/WebASAdv/default/hosts/default_host/cocoon/web) and copy the
__ENTIRE__ WEB-INF subdirectory over to the servlets subdirectory under the
cocoon directory (i.e./
QIBM/UserData/WebASAdv/default/hosts/default_host/cocoon/servlets). This is
what makes it all work...WAS 3.5 does not deploy WARs properly and it looks for
this information in the wrong place. ''You may also be able to just add the web
subdirectory to the classpath of the webapp. I have not tried that yet to see
if it works. It would be worth a shot though.''\\
?
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Page: http://wiki.cocoondev.org/Wiki.jsp?page=DanFeather, version: 4 on Thu Jan
23 16:03:41 2003 by DanFeather
+ dfeather.at.vapor.org
+
Page: http://wiki.cocoondev.org/Wiki.jsp?page=HotDeploy, version: 2 on Thu Jan
23 16:33:09 2003 by JoergHeinicke
- {{{<cocoon-home>/build/cocoon/webapp}}}
+ {{{ <cocoon-home>/build/cocoon/webapp}}}
? ++++
- {{{<tomcat-home>/conf/server.xml}}}
+ {{{ <tomcat-home>/conf/server.xml}}}
? ++++
- <Context path="/cocoon" docBase="C:\xml-cocoon2\build\cocoon\webapp"
+ <Context path="/cocoon" docBase="C:\xml-cocoon2\build\cocoon\webapp"
? ++++
- debug="0" reloadable="true">
+ debug="0" reloadable="true">
? ++++
- <Logger className="org.apache.catalina.logger.FileLogger"
+ <Logger className="org.apache.catalina.logger.FileLogger"
? ++++
- prefix="localhost_cocoon_log." timestamp="true" suffix=".txt"/>
+ prefix="localhost_cocoon_log." timestamp="true"
suffix=".txt"/>
? ++++
- </Context>
+ </Context>
? ++++
- {{{build.[bat|sh] -Dinclude.webapp.libs=true webapp-local}}}
+ {{{ build.[bat|sh] -Dinclude.webapp.libs=true webapp-local}}}
? ++++