I have two apps on the some pc with different domains one domain works
fine the other will not run jsp pages..

Here is a sample of my workers2.properties

[channel.socket:localhost:8009]
info=Ajp13 forwarding over socket
debug=0
tomcatId=localhost:8009

[uri:localhost/*]
worker=ajp13:localhost:8009

[uri:intranet.???.com/*]
worker=ajp13:localhost:8009


Localhost will not run jsp pages (some pages it treats as html some
pages it give you the download popup)

Here is my server xml

 <Host name="localhost" debug="0" appBase="webapps" unpackWARs="false"
autoDeploy="true">
   <Context path="" docBase="/var/www/html" debug="0">
     <Logger className="org.apache.catalina.logger.FileLogger"
                prefix="shaolin_log." suffix=".txt"
            timestamp="true"/>
   </Context>
 </Host>
 <Host name="intranet.???.com" debug="0" appBase="webapps"
unpackWARs="true"               autoDeploy="true">
   <Context path="" docBase="/var/www/intranet" debug="0">
          <Logger className="org.apache.catalina.logger.FileLogger"
                     prefix="intranet." suffix=".txt"
            timestamp="true"/>
        </Context>
      </Host>

Thanks,

John


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to