You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@wicket.apache.org by "Leucht, Axel" <Ax...@prodv.de> on 2008/10/20 09:30:32 UTC

tomcat 6

Hi,

I'm currently trying to get a HelloWorld application running with wicket 1.3.4.

I'm doing all my web development from within the Eclipse IDE (3.4 Ganymede), so I suspect setup of the project should be easy.
When the server environment is set to tomcat 5.5.27 the HelloWorldApplication runs fine but NOT under tomcat 6.0.16!

There is no clue in the logs stating that wicket is started in development mode which it is when started under tc 5.5.27. The application does run when I start tomcat 6.0.16 in standalone mode (outside Eclipse).

Does someone knows what to do to make it run from within Eclipse?

/Axel

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
For additional commands, e-mail: users-help@wicket.apache.org


Re: tomcat 6

Posted by Timm Helbig <ti...@th-hosting.net>.
Hi,

I use Tomcat 6.0.16/17/18 with the Wicket Example Application out of the box. 
No Problems at all. I suspect Tomcat is not the Problem.

Regards,
Timm

Am Monday 20 October 2008 09:30:32 schrieb Leucht, Axel:
> Hi,
>
> I'm currently trying to get a HelloWorld application running with wicket
> 1.3.4.
>
> I'm doing all my web development from within the Eclipse IDE (3.4
> Ganymede), so I suspect setup of the project should be easy. When the
> server environment is set to tomcat 5.5.27 the HelloWorldApplication runs
> fine but NOT under tomcat 6.0.16!
>
> There is no clue in the logs stating that wicket is started in development
> mode which it is when started under tc 5.5.27. The application does run
> when I start tomcat 6.0.16 in standalone mode (outside Eclipse).
>
> Does someone knows what to do to make it run from within Eclipse?
>
> /Axel
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
> For additional commands, e-mail: users-help@wicket.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
For additional commands, e-mail: users-help@wicket.apache.org


Re: tomcat 6

Posted by Timo Rantalaiho <Ti...@ri.fi>.
On Tue, 21 Oct 2008, Guðmundur Bjarni wrote:
> If you decide to go for Jetty, you should try the run-jetty-run[1] plugin
> that Eelco wrote. Basically if your project is set up right, i.e. web.xml in
> the right place and so on. You can run it like any other Java Application
> from Eclipse's run configurations.

Jetty can also easily be run like any Java application, 
without any plugin, with about 20 lines of code. Wicket 
quickstart provides a working example.

Best wishes,
Timo

-- 
Timo Rantalaiho           
Reaktor Innovations Oy    <URL: http://www.ri.fi/ >

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
For additional commands, e-mail: users-help@wicket.apache.org


Re: tomcat 6

Posted by Guðmundur Bjarni <gu...@gmail.com>.
If you decide to go for Jetty, you should try the run-jetty-run[1] plugin
that Eelco wrote. Basically if your project is set up right, i.e. web.xml in
the right place and so on. You can run it like any other Java Application
from Eclipse's run configurations.

regards,
Guðmundur Bjarni


[1] http://code.google.com/p/run-jetty-run/
-- 
View this message in context: http://www.nabble.com/tomcat-6-tp20064539p20086138.html
Sent from the Wicket - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
For additional commands, e-mail: users-help@wicket.apache.org


Re: tomcat 6

Posted by Nino Saturnino Martinez Vazquez Wael <ni...@jayway.dk>.
Argh just saw that I did a typo..

I of course meant start.java :) Everything's setup for you if you use 
wicket archetype, iolite or wickettopia..

Nino Saturnino Martinez Vazquez Wael wrote:
> Check you dependencies..
>
> I just use jetty when running from eclipse, much simpler.. Just run 
> start jar or debug start jar.. etc..
>
> Leucht, Axel wrote:
>> Hi,
>>
>> I'm currently trying to get a HelloWorld application running with 
>> wicket 1.3.4.
>>
>> I'm doing all my web development from within the Eclipse IDE (3.4 
>> Ganymede), so I suspect setup of the project should be easy.
>> When the server environment is set to tomcat 5.5.27 the 
>> HelloWorldApplication runs fine but NOT under tomcat 6.0.16!
>>
>> There is no clue in the logs stating that wicket is started in 
>> development mode which it is when started under tc 5.5.27. The 
>> application does run when I start tomcat 6.0.16 in standalone mode 
>> (outside Eclipse).
>>
>> Does someone knows what to do to make it run from within Eclipse?
>>
>> /Axel
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
>> For additional commands, e-mail: users-help@wicket.apache.org
>>
>>   
>

-- 
-Wicket for love

Nino Martinez Wael
Java Specialist @ Jayway DK
http://www.jayway.dk
+45 2936 7684


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
For additional commands, e-mail: users-help@wicket.apache.org


Re: tomcat 6

Posted by Nino Saturnino Martinez Vazquez Wael <ni...@jayway.dk>.
Check you dependencies..

I just use jetty when running from eclipse, much simpler.. Just run 
start jar or debug start jar.. etc..

Leucht, Axel wrote:
> Hi,
>
> I'm currently trying to get a HelloWorld application running with wicket 1.3.4.
>
> I'm doing all my web development from within the Eclipse IDE (3.4 Ganymede), so I suspect setup of the project should be easy.
> When the server environment is set to tomcat 5.5.27 the HelloWorldApplication runs fine but NOT under tomcat 6.0.16!
>
> There is no clue in the logs stating that wicket is started in development mode which it is when started under tc 5.5.27. The application does run when I start tomcat 6.0.16 in standalone mode (outside Eclipse).
>
> Does someone knows what to do to make it run from within Eclipse?
>
> /Axel
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
> For additional commands, e-mail: users-help@wicket.apache.org
>
>   

-- 
-Wicket for love

Nino Martinez Wael
Java Specialist @ Jayway DK
http://www.jayway.dk
+45 2936 7684


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
For additional commands, e-mail: users-help@wicket.apache.org