diff --git a/tomcat4-adapter/tomcat4-adapter.conf b/tomcat4-adapter/tomcat4-adapter.conf index 5ad676b4aa..6d5f87c008 100644 --- a/tomcat4-adapter/tomcat4-adapter.conf +++ b/tomcat4-adapter/tomcat4-adapter.conf @@ -12,7 +12,7 @@ LoadModule webapp_module @l_prefix@/libexec/tomcat4-adapter/mod_webapp.so # and the optional parameter points to Tomcat's listen port # # name provider optional-parameter -WebAppConnection conn warp localhost:8080 +WebAppConnection conn warp localhost:8008 # # map URIs to Tomcat applications @@ -25,7 +25,8 @@ WebAppConnection conn warp localhost:8080 # you can (should) add this to a VirtualHost environment # # name connection uri-path -#WebAppDeploy examples conn /examples +WebAppDeploy ROOT conn /tomcat4/ +WebAppDeploy examples conn /tomcat4/examples # # Status query over all connections and applications @@ -35,5 +36,5 @@ WebAppConnection conn warp localhost:8080 # you can (should) add this to a VirtualHost environment # # uri-path -#WebAppInfo /webapp-info +WebAppInfo /webapp-info diff --git a/tomcat4-adapter/tomcat4-adapter.spec b/tomcat4-adapter/tomcat4-adapter.spec index 215f86c978..74c5fbda2e 100644 --- a/tomcat4-adapter/tomcat4-adapter.spec +++ b/tomcat4-adapter/tomcat4-adapter.spec @@ -33,7 +33,7 @@ Distribution: OpenPKG [EVAL] Group: Web License: Apache Software License 1.1 Version: 4.1.18 -Release: 20030117 +Release: 20030120 # list of sources Source0: http://jakarta.apache.org/builds/jakarta-tomcat-4.0/release/v%{version}/src/jakarta-tomcat-connectors-%{version}-src.tar.gz