You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@wicket.apache.org by overseastars <na...@gmail.com> on 2008/10/17 14:13:06 UTC

tomcat doesnt work with wicket


Hi all

I have this strange problem now. If i use jetty, everything is find. But if
I wanna run wicket application on tomcat in eclipse, it doesnt work. Any
ideas to solve this????? Do I need to do sth with tomcat??? I'm a newbie. So
is the question......


-- 
View this message in context: http://www.nabble.com/tomcat-doesnt-work-with-wicket-tp20032073p20032073.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 doesnt work with wicket

Posted by Erik van Oosten <e....@grons.nl>.
Actually, there are some weird things with Tomcat. For example 
https://issues.apache.org/jira/browse/WICKET-847.


Piller Sébastien wrote:
> tomcat does work fine with wicket, your problem is elsewhere.
>
> look at the logs, at the console, reinstall, test with a simple hello 
> world project, ...
>
> but not tomcat neither wicket are responsible
>
> overseastars a écrit :
>> Hi all
>>
>> I have this strange problem now. If i use jetty, everything is find. 
>> But if
>> I wanna run wicket application on tomcat in eclipse, it doesnt work. Any
>> ideas to solve this????? Do I need to do sth with tomcat??? I'm a 
>> newbie. So
>> is the question......
>>
>>
>>   
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
> For additional commands, e-mail: users-help@wicket.apache.org
>


-- 
Erik van Oosten
http://www.day-to-day-stuff.blogspot.com/


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


Re: tomcat doesnt work with wicket

Posted by Piller Sébastien <pi...@hmcrecord.ch>.
tomcat does work fine with wicket, your problem is elsewhere.

look at the logs, at the console, reinstall, test with a simple hello 
world project, ...

but not tomcat neither wicket are responsible

overseastars a écrit :
> Hi all
>
> I have this strange problem now. If i use jetty, everything is find. But if
> I wanna run wicket application on tomcat in eclipse, it doesnt work. Any
> ideas to solve this????? Do I need to do sth with tomcat??? I'm a newbie. So
> is the question......
>
>
>   


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


Re: tomcat doesnt work with wicket

Posted by Erik van Oosten <e....@grons.nl>.
Some more details please.


overseastars wrote:
> Hi all
>
> I have this strange problem now. If i use jetty, everything is find. But if
> I wanna run wicket application on tomcat in eclipse, it doesnt work. Any
> ideas to solve this????? Do I need to do sth with tomcat??? I'm a newbie. So
> is the question......
>
>
>   

-- 
Erik van Oosten
http://www.day-to-day-stuff.blogspot.com/


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


Re: tomcat doesnt work with wicket

Posted by Swanthe Lindgren <sw...@megasol.se>.
Did you add the wicket application to you tomcat server instance in 
eclipse? Are you aware that eclipse by default does not deploy to your 
tomcat install folder but to a folder in your workspace 
(D:\workspace\.metadata\.plugins\org.eclipse.wst.server.core)

//Swanthe

overseastars wrote:
> I dont know exactly the problem. But I went to the logs folder under tomcat
> home folder and find nothing there. no files.actually.  also according to
> the console on eclipse, I think it doesnt start the wicket development model
> at all.
>
>
>
> overseastars wrote:
>   
>> Hi all
>>
>> I have this strange problem now. If i use jetty, everything is find. But
>> if I wanna run wicket application on tomcat in eclipse, it doesnt work.
>> Any ideas to solve this????? Do I need to do sth with tomcat??? I'm a
>> newbie. So is the question......
>>
>>
>>
>>     
>
>   



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


Re: tomcat doesnt work with wicket

Posted by Nav Che <na...@gmail.com>.
You need to initialize the logger, see if u r tomcat conf directory as any
log4j property file....I am running wicket on tomcat with eclipse and i dont
see any issues.

//Nav

On Fri, Oct 17, 2008 at 8:32 AM, overseastars <na...@gmail.com> wrote:

>
>
> I dont know exactly the problem. But I went to the logs folder under tomcat
> home folder and find nothing there. no files.actually.  also according to
> the console on eclipse, I think it doesnt start the wicket development
> model
> at all.
>
>
>
> overseastars wrote:
> >
> >
> > Hi all
> >
> > I have this strange problem now. If i use jetty, everything is find. But
> > if I wanna run wicket application on tomcat in eclipse, it doesnt work.
> > Any ideas to solve this????? Do I need to do sth with tomcat??? I'm a
> > newbie. So is the question......
> >
> >
> >
>
> --
> View this message in context:
> http://www.nabble.com/tomcat-doesnt-work-with-wicket-tp20032073p20032357.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 doesnt work with wicket

Posted by Piller Sébastien <pi...@hmcrecord.ch>.
Please notive that some versions of eclipse have an embedded version of 
tomcat, so by default eclipse will not use your "normal" tomcat, but its 
embedded one instead...

overseastars a écrit :
> I dont know exactly the problem. But I went to the logs folder under tomcat
> home folder and find nothing there. no files.actually.  also according to
> the console on eclipse, I think it doesnt start the wicket development model
> at all.

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


Re: tomcat doesnt work with wicket

Posted by overseastars <na...@gmail.com>.

I dont know exactly the problem. But I went to the logs folder under tomcat
home folder and find nothing there. no files.actually.  also according to
the console on eclipse, I think it doesnt start the wicket development model
at all.



overseastars wrote:
> 
> 
> Hi all
> 
> I have this strange problem now. If i use jetty, everything is find. But
> if I wanna run wicket application on tomcat in eclipse, it doesnt work.
> Any ideas to solve this????? Do I need to do sth with tomcat??? I'm a
> newbie. So is the question......
> 
> 
> 

-- 
View this message in context: http://www.nabble.com/tomcat-doesnt-work-with-wicket-tp20032073p20032357.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 doesnt work with wicket

Posted by Swanthe Lindgren <sw...@megasol.se>.
Not knowing what your exact problem with tomcat and eclipse is, I had 
somewhat of a trouble with the combination.

When using wicket, eclipse and maven I had a dependency to servlet-api 
which was provided, but which eclipse of course added to its classpass. 
My solution to this was to add a profile to my pom-file that added the 
servlet-api dependency only when it was active.

    <profiles>
        <profile>
            <id>eclipse</id>
            <dependencies>
                <dependency>
                    <groupId>javax.servlet</groupId>
                    <artifactId>servlet-api</artifactId>
                    <scope>provided</scope>
                </dependency>
            </dependencies>
        </profile>
    </profiles>

When using maven with my project I activate the profile to add the 
provided dependency.

mvn package -Peclipse

//Swanthe

overseastars wrote:
> Hi all
>
> I have this strange problem now. If i use jetty, everything is find. But if
> I wanna run wicket application on tomcat in eclipse, it doesnt work. Any
> ideas to solve this????? Do I need to do sth with tomcat??? I'm a newbie. So
> is the question......
>
>
>   



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