Hey all,
I'm in the process of trying to configure jboss3.0.4/tomcat to support jsp's for virtual hosts. I'm pretty sure I had this working with standalone tomcat a while back.

Here's what I did:
1. create a ROOT.war directory under deploy
2. WEB-INF/web.xml is basically an empty <web-app> entry
3. WEB-INF/jboss-web.xml sets <context-root> to / and defines the <virtual-host> entry
4. in tomcat4-service.xml I added a <Host> entry and used the 'appBase' attribute to the absolute path of the document root that apache is also using for the host.

This does not work, however. Just as a test, I copied the index.jsp test file over to the ROOT.war directory, and that worked. It appears that JBoss is ignoring my appBase attribute?

Is there something else I need to configure as well?

Also, is there a way that I can get away without making a ROOT web application and adding hosts to the jboss-web.xml file? I'd really like a setup where I can just setup the host in apache httpd.conf file and jkmount *.jsp over to tomcat and have that work.

Thanks in advance for any help,
gary.




-------------------------------------------------------
This SF.NET email is sponsored by: FREE SSL Guide from Thawte
are you planning your Web Server Security? Click here to get a FREE
Thawte SSL guide and find the answers to all your SSL security issues.
http://ads.sourceforge.net/cgi-bin/redirect.pl?thaw0026en
_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to