hi fellow users..

after configuring C:\WINDOWS\system32\drivers\etc\hosts.file

i've added this code to my tomcat's /conf/server.xml


to set http://portal.mysite.com:8080/
<Host name="portal.mysite.com" appBase="webapps/jetspeed"
      unpackWARs="true" autoDeploy="true"
      xmlValidation="false" xmlNamespaceAware="false">
</Host>

also tried

to set http://portal.mysite.com:8080/jetspeed/
<Host name="portal.mysite.com" appBase="webapps"
      unpackWARs="true" autoDeploy="true"
      xmlValidation="false" xmlNamespaceAware="false">
</Host>


trying to have jetspeed on a vitual host..

im getting errors..

metadata not found.. during initialization
velocity servlet is messed up..

looks like jetspeed is being deployed/initialized on all hosts.

can anybody here help/guide me how set jetspeed2 on a virtual host?

Thanks,
nikko

Reply via email to