LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   Apache Tomcat Cocoon Final Configuration (https://www.linuxquestions.org/questions/linux-software-2/apache-tomcat-cocoon-final-configuration-125473/)

RKris 12-13-2003 08:18 AM

Apache Tomcat Cocoon Final Configuration
 
Hi,

I have installed Tomcat (tomcat4-4.0.1-1) , Cocoon-2.1 and
Apache_1.3.23. The installation of these packages went fine.
Tomcat configuration files are in /var/tomcat4, Cocoon in
/var/tomcat4/webapps/cocoon/ and Apache in /usr/local/apache

This is my VirtualHost directive
<VirtualHost 203.xxx.xxx.yyy>
ServerAdmin info@domain.net
DocumentRoot /usr/local/apache/htdocs
ServerName www.domain.net
WebAppConnection conn warp localhost:8008
WebAppDeploy examples conn /examples/
</VirtualHost>

so, If I access http://203.xxx.xxx.yyy/examples/ , I can see the files
placed under /var/tomcat4/webapps/examples and the servlets are
executing.
However when I made a test xml page it does not execute?

Any idea? how I should configure it so that everything works under the
DocumentRoot /usr/local/apache/htdocs/ ....for both xml and jsp pages!


regards,
Krishna


All times are GMT -5. The time now is 07:31 PM.