I don't wont using Jetty.... I'm Tomcat fan :-)
I'm usually use Eclipse+MyEclise+Tomcat for my web application (spring MVC).

Is a Tomcat-wicket integration problem? 


igor.vaynberg wrote:
> 
> test it out this way:
> 
> go here
> 
> http://wicket.apache.org/quickstart.html
> 
> copy and paste the maven command to create a quickstart project
> find the Start class, right click and do "run as java application"
> 
> this will start embedded jetty, go to localhost:8080, then find
> Index.html, edit it, and refresh the browser. do you see the changes?
> 
> -igor
> 
> 
> On Feb 6, 2008 12:08 PM, gantini <[EMAIL PROTECTED]> wrote:
>>
>> Strange....this dosn't work for me...
>> When wicket starts, in the tomcat console I can read:
>>
>> ********************************************************************
>> *** WARNING: Wicket is running in DEVELOPMENT mode.              ***
>> ***                               ^^^^^^^^^^^                    ***
>> *** Do NOT deploy to your live server(s) without changing this.  ***
>> *** See Application#getConfigurationType() for more information. ***
>>
>>
>> But when I modify any html file, no reload is performed :-((((((
>>
>> Other suggest for me?
>> G.
>>
>>
>>
>> igor.vaynberg wrote:
>> >
>> > this should automatically be happening if you run wicket in development
>> > mode.
>> > that call you do is not necessary.
>> >
>> > -igor
>> >
>> >
>> > On Feb 5, 2008 3:01 PM, gantini <[EMAIL PROTECTED]> wrote:
>> >>
>> >> Nothing to help me?
>> >>
>> >>
>> >>
>> >> gantini wrote:
>> >> >
>> >> > I'm very new with Wicket.
>> >> > It is possible to automatically reload resource (class and HTML
>> file) ?
>> >> >
>> >> > I've set:
>> >> >
>> >> >       @Override
>> >> >       protected void init() {
>> >> >               getResourceSettings().setResourcePollFrequency(
>> >> Duration.ONE_SECOND );
>> >> >       }
>> >> >
>> >> > but this don't work for me.
>> >> > Thanks.
>> >> >
>> >>
>> >> --
>> >> View this message in context:
>> >> http://www.nabble.com/Reloading-resource-tp15268997p15300053.html
>> >>
>> >> Sent from the Wicket - User mailing list archive at Nabble.com.
>> >>
>> >>
>> >> ---------------------------------------------------------------------
>> >> To unsubscribe, e-mail: [EMAIL PROTECTED]
>> >> For additional commands, e-mail: [EMAIL PROTECTED]
>> >>
>> >>
>> >
>> > ---------------------------------------------------------------------
>> > To unsubscribe, e-mail: [EMAIL PROTECTED]
>> > For additional commands, e-mail: [EMAIL PROTECTED]
>> >
>> >
>> >
>>
>> --
>> View this message in context:
>> http://www.nabble.com/Reloading-resource-tp15268997p15312660.html
>>
>> Sent from the Wicket - User mailing list archive at Nabble.com.
>>
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: [EMAIL PROTECTED]
>> For additional commands, e-mail: [EMAIL PROTECTED]
>>
>>
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 
> 
> 

-- 
View this message in context: 
http://www.nabble.com/Reloading-resource-tp15268997p15323736.html
Sent from the Wicket - User mailing list archive at Nabble.com.


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

Reply via email to