Issue while running wicket from tomcat

2014-04-20 Thread kumar ramanathan
Hi Friends,
Am facing issues in running wicket from Tomcat.Please find the information
below.

a. I have created three files HelloWorld.java , HelloWorldApplication.java
,HelloWorld.html with in the package HelloWorld.
b. I am using Tomcat server to run my first wicket.
c.As usual I have placed class files inside the classes folder
(/WEB-INF/Classes/HelloWorld/) (HelloWorld.class
,HelloWorldApplication.class)
d.Then copied the html file in ROOT directory.
e.Started the tomcat server
f.If i launch https://localhost:8080/HelloWorld.html nothing comes up. Then
tried https://localhost:8080/HelloWorld/ the system says 404 error.

I need your help how to run our application from tomcat . Please help to run
my first wicket application.

Thanks,
Kumar Ramanathan


--
View this message in context: 
http://apache-wicket.1842946.n4.nabble.com/Issue-while-running-wicket-from-tomcat-tp4665469.html
Sent from the Users forum mailing list archive at Nabble.com.

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



Re: WicketTester in Thread

2014-04-20 Thread Maxim Solodovnik
#2 works for me with Quartz
Thanks Martin!


On Sat, Apr 19, 2014 at 9:51 PM, Mathias Nilsson <
wicket.program...@gmail.com> wrote:

> Thank you!
>
> 1) ComponentRenderer does not work. Have already tried that and with same
> result as my above error.
> 2) I get the same result when trying this.
> 3) I Will try this.
>
> // Mathias
>
> --
> View this message in context:
> http://apache-wicket.1842946.n4.nabble.com/WicketTester-in-Thread-tp4665477p4665481.html
> Sent from the Users forum mailing list archive at Nabble.com.
>
> -
> To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
> For additional commands, e-mail: users-h...@wicket.apache.org
>
>


-- 
WBR
Maxim aka solomax


Re: The wicket way of getting application base URL

2014-04-20 Thread Maxim Solodovnik
Thanks!
Has added config option


On Thu, Mar 13, 2014 at 8:39 PM, Chris Snyder wrote:

> I think that such a configuration option is likely your only choice, and is
> something I often see in other webapps. The only other option I can think
> of would be if the proxy was passing a header with the original requested
> URL. However, I don't see such functionality in mod_proxy (at least from a
> quick skim of its documentation).
>
> I can imagine a hacky way of using Javascript to pass it in. I'm only
> mentioning it to dissuade you from considering it (if you were), as it
> would be a huge security risk: Someone could send incorrect data to the
> server, causing it to send out the wrong URLs. That would make for an
> effective phishing campaign - emails from a legitimate source with links to
> the cracker's server.
>
> Best,
> Chris
>
>
> On Thu, Mar 13, 2014 at 9:22 AM, jchappelle  wrote:
>
> > We just use a configuration property in our application that is stored in
> > our
> > "properties" database table. So our solution really doesn't involve
> wicket
> > at all.
> >
> > --
> > View this message in context:
> >
> http://apache-wicket.1842946.n4.nabble.com/The-wicket-way-of-getting-application-base-URL-tp4664925p4664938.html
> > Sent from the Users forum mailing list archive at Nabble.com.
> >
> > -
> > To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
> > For additional commands, e-mail: users-h...@wicket.apache.org
> >
> >
>
>
> --
> Chris Snyder
> Web Developer, BioLogos
> biologos.org
>



-- 
WBR
Maxim aka solomax


Re: Issue while running wicket from tomcat

2014-04-20 Thread Mathias Nilsson
Download the  sample application from wicket.apache.org and go from there.

--
View this message in context: 
http://apache-wicket.1842946.n4.nabble.com/Issue-while-running-wicket-from-tomcat-tp4665469p4665484.html
Sent from the Users forum mailing list archive at Nabble.com.

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