have seen postings that state that some users are running Turbine under
JBoss/Jetty. I have packaged my webapp as a .war file and installed it under
deploy/all. When I go to run it, Turbine start up ok but I see that when I
try to go to any Turbine page the following happens:

I try to access the following URL

http://localhost:8080/myapp/servlet/myapp

this will take me to my default Turbine page Index.vm as defined in my
TurbineResources.properties file.

I then notice that in my template when I use $link.setpage("mynewpage.vm")
it is set as

http://localhost:8080/myapp/servlet/template/mynewpage.vm

when it should be

http://localhost:8080/myapp/servlet/myapp/template/mynewpage.vm

I have done lots of digging to try to find out why JBoss/Jetty is sending a
different HttpRequest information than Tomcat does.

Does anyone know why this is and how to correct it to get my app to run. I
am hoping that someone who is running Turbine under JBoss/Jetty can give me
any pointers.

Thanks,

Aron Benett




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

Reply via email to