is there already a solution for this problem?
I'm running JBoss 3.0.4 with integrated Jetty;
the login screen of my Turbine application is showing but
all other URLs are malformed. also when I try to enter
the correct URLs only the login screen is ever shown.
the hint to expand the war seems to be not useful as
Jetty is already un-warring automatically in a temporary 
directory...

Marcel


----------------------------------------------
Subject: Re: Turbine and JBoss/Jetty 
Date: Wed, 16 Oct 2002 08:24:16 -0700 
I already expanded the war file to a directory with no luck. I have searched
extensively through the archives for answers and while I see claims that
people have this working, I cannot find explanations as to how. The few very
brief explanations that I did find, when I try to follow what others say
they did, nothing works.
What I am hoping for is if someone has already gone through this pain that
they post a short howto to the user list.

Aron

-------Original Message-------

From: Turbine Users List
Date: Tuesday, October 15, 2002 07:12:06 PM
To: turbine-user
Subject: Re: Turbine and JBoss/Jetty

Try:
1. Expanding the war file. Internally, turbine is using methods that don't
work correctly from a war file.
2. Search the archives (including the dev list) as I think this has been
covered a couple of times already.

Cheers,

Scott
--
Scott Eade
Backstage Technologies Pty. Ltd.
http://www.backstagetech.com.au


> From: "Aron Benett" <[EMAIL PROTECTED]>
> Reply-To: "Turbine Users List" <[EMAIL PROTECTED]>
> Date: Tue, 15 Oct 2002 16:01:54 -0400
> To: <[EMAIL PROTECTED]>, <[EMAIL PROTECTED]>
> Subject: Turbine and JBoss/Jetty
>
> Is there anyone here that is running Turbine under JBoss/Jetty.
>
> If there is, can you please either send me directions as to how you got it
> to run or point me to where I can find this information.
>
> I have tried deploying my Turbine app as a war but am running into path
> problems when running under JBoss.
>
> Help!!
>
> Aron Benett
>
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