AW: [opencms-dev] server under 80 and "normal" repository?

per media [Wolfgang Nagele] w.nagele at permedia.at
Tue Nov 6 15:55:30 CET 2001


>in the <tomcat-home>/conf/server.xml
>
>change the following lines:
>
>    <Connector className="org.apache.catalina.connector.http.HttpConnector"
>               port="8080" minProcessors="5" maxProcessors="75"
>into
>    <Connector className="org.apache.catalina.connector.http.HttpConnector"
>               port="80" minProcessors="5" maxProcessors="75"
>
>and
>     <!--
>          <Context path="" docBase="ROOT" debug="0"/>
>     -->
>into
>
>          <Context path="" docBase="opencms" debug="0"/>
>
>note that the xml comment start and end lines have been deleted!
>
>in <tomcat-home>/webapps/opencms/WEB-INF/web.xml add this>
>
>
>    <servlet-mapping>
>      <servlet-name>OpenCmsServlet</servlet-name>
>      <url-pattern>/*</url-pattern>
>    </servlet-mapping>
>
>before
>
>
>    <servlet-mapping>
>      <servlet-name>OpenCmsServlet</servlet-name>
>      <url-pattern>/opencms/*</url-pattern>
>    </servlet-mapping>
>
>
> thats all.

sorry but all images got lost :)
what to do to give the new path???

thanks :)




More information about the opencms-dev mailing list