Try appbase="jetspeed", I think it is relative to webapps, then try
absolute path.
I've tried running two portals on one instance of Tomcat but it had a
conflict. I didn't have time to resolve it, I think that they must use
separate database with separate jndi datasources.

Philip

On 9/27/06, Nikko Gaerlan <[EMAIL PROTECTED]> wrote:
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




--
Philip Donaghy
donaghy.blogspot.com del.icio.us/donaghy/philip
Skype: philipmarkdonaghy
Office: +33 5 56 60 88 02
Mobile: +33 6 20 83 22 62

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

Reply via email to