I found the required velocity jar file at http://velocity.apache.org website and have included it in my libs dir. Tomcat now deploys and starts the application without errors. However the text in between the span tags does not get replaced with the text that is in the HelloWorld class. I checked the logs and cant see errors. I cant look at it right now, but my next step is to once again check that I have followed the example correctly. If there is any further advise on something I should check that would be greatly appreciated.
gbak1 gbak1 wrote: > > As I mentioned before I have added a jode.jar, slfXXXapi.jar and > slfXXXsimple.jar. However the application still fails to start and I am > now getting the following error message in the Tomcat logs: > > SERVER: Exception starting filter HelloWorldApplication > java.lang.NoClassDefFoundError: org.apache.velocity.app.Velocity > > Do you know where I can get this required class from? Thanks > > gbak1 > > > > Kent Tong wrote: >> >> >> gbak1 wrote: >>> >>> Im a newbie and am having problems with the helloworld example. >>> I have created an ant script to create an application WAR and I can >>> deploy this WAR to tomcat (running on fedora7). >>> After deploy, Tomcat fails to start the application and displays the >>> following message: FAIL - Application at context path >>> /HelloWorldApplication could not be started. >>> This only occurs when I include the filter tags which I copied and >>> pasted from the example and which I modified to suit my own helloworld >>> application. >>> Im now down to guessing and hope someone can point me in the right >>> direction. >>> >> >> Most likely you're missing some jars. Wicket needs some jars not included >> in the >> distribution. You may follow my tutorial to get started (see my signature >> for >> the URL). >> >> > > -- View this message in context: http://www.nabble.com/Helloworld-Application-cant-be-started-tp15039388p15073892.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]
