AppFuseOnTomcat |
|
Your trail: |
Difference between
version 6
and
version 1:
At line 4 changed 4 lines. |
# With a fresh tomcat install edit $CATALINA_HOME/conf/server.xml and set autoDeploy="false" for Host localhost. |
# Run 'ant setup' from a fresh AppFuse install |
# rm $CATALINA_HOME/wabapps/appfuse/META-INF/context.xml |
# In your appfuse.xml (or metadata/conf/tomcat-context.xml), use the following: |
1. With a fresh tomcat install edit $CATALINA_HOME/conf/server.xml and set autoDeploy="false" for Host localhost.\\ |
2. Run 'ant setup' from a fresh AppFuse install\\ |
3. rm $CATALINA_HOME/wabapps/appfuse/META-INF/context.xml \\ |
4. In your appfuse.xml (or metadata/conf/tomcat-context.xml), use the following: |
At line 11 changed 1 line. |
Then put all your files in the ROOT directory. This works for me and after testing many different options for several days - this seems to be the *only* way to make an app the root app on Tomcat. |
5. Then put all your files in the ROOT directory. |
At line 13 added 2 lines. |
This works for me and after testing many different options for several days - this seems to be the *only* way to make an app the root app on Tomcat. |
|
At line 16 added 3 lines. |
|
|
;:In tomcat 5.5 it worked when I set the {{<Context path="" docBase="appfuse">}} and then created a link from {{tomcat/conf/Catalina/<host>/ROOT.xml}} to {{appfuse.xml}}. This requires having a unixy filesystem. But it may be easier than keeping appfuse war, and dir in sync. ''Justin Spears'' |
Back to AppFuseOnTomcat,
or to the Page History.
|