How did you create your project? Using the quickstart archetype? I'm not sure where your eclipse compiles your Java sources to. With normal Eclipse use, that is iirc /bin If you use maven to generate your project using mvn eclipse:eclipse, then it will be under /target/classes
In the particular location for your setup, the html should be copied there as well. Martijn On 9/17/07, Doug Leeper <[EMAIL PROTECTED]> wrote: > > When you say " copy to the classes directory", I am assuming you mean the > WEB-INF/classes. If that is the case...then no. The classpath for the > start application refers to the source code directory. > > Do I need to have Eclipse copy this files to WEB-INF/classes? If so, how do > I go about doing that? I am an Eclipse novice (I got up and running based > on the quick start tutorial but varying from that I am useless lost) > > Thanks > - Doug > > > Martijn Dashorst wrote: > > > > Are the files copied from the sources directory to the classes > > directory? By default eclipse doesn't copy those files to the > > classpath iirc. > > > > Martijn > > > > On 9/17/07, Doug Leeper <[EMAIL PROTECTED]> wrote: > >> > >> I was under the impression that I would be able to change HTML while the > >> server was running and see it reflected when I refreshed the browser. > >> Unfortunately, I have to restart the entire server to see the change. If > >> my > >> understanding is correct, what could I be doing wrong? > >> > >> > >> Notes: > >> - I am starting Jetty 4.2.24 from Eclipse 3.3. > >> - I checked to see if I have my Wicket Application is running in > >> development > >> mode and it is. > >> - I am using wicket 1.3 beta3. > >> - My html files are located in the same directory as my components. > >> - I am setting <meta http-equiv="CACHE-CONTROL" content="NO-CACHE" /> > >> <meta http-equiv="PRAGMA" content="NO-CACHE" /> > >> > >> Thanks > >> - Doug > >> > >> > >> -- > >> View this message in context: > >> http://www.nabble.com/Refresh-page-vs-Restart-to-see-HTML-changes-tf4469520.html#a12743603 > >> Sent from the Wicket - User mailing list archive at Nabble.com. > >> > >> > >> --------------------------------------------------------------------- > >> To unsubscribe, e-mail: [EMAIL PROTECTED] > >> For additional commands, e-mail: [EMAIL PROTECTED] > >> > >> > > > > > > -- > > Buy Wicket in Action: http://manning.com/dashorst > > Apache Wicket 1.3.0-beta3 is released > > Get it now: http://www.apache.org/dyn/closer.cgi/wicket/1.3.0-beta3/ > > > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: [EMAIL PROTECTED] > > For additional commands, e-mail: [EMAIL PROTECTED] > > > > > > > > -- > View this message in context: > http://www.nabble.com/Refresh-page-vs-Restart-to-see-HTML-changes-tf4469520.html#a12743870 > Sent from the Wicket - User mailing list archive at Nabble.com. > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > -- Buy Wicket in Action: http://manning.com/dashorst Apache Wicket 1.3.0-beta3 is released Get it now: http://www.apache.org/dyn/closer.cgi/wicket/1.3.0-beta3/ --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
