Hi,
I have no problem running quickstart in eclipse on jetty. However having
problem deploying it on tomcat/apache. Here are the steps I followed:
1. Modified build.xml - changed wicket-quickstart to quickstart
2. ran ant war and dropped quickstart.war file into ~tomcat/webapps
3. added to mod_jk the following
###################################################
Alias /quickstart "/usr/local/tomcat/webapps/quickstart"
<Directory "/usr/local/tomcat/webapps/quickstart">
Options Indexes FollowSymLinks
DirectoryIndex index.html index.htm index.jsp
</Directory>
JkMount /quickstart/app/* ajp13
ErrorLog logs/quickstart-error_log
TransferLog logs/quickstart-access_log
########################################
4. after restarting tomcat and apache i went to this url in web browser
http://<my domain>/quickstart
and got redirected to
http://<my domain>/quickstart/app
and got a message
"The requested URL /quickstart/app was not found on this server."
I have several other project with servlets running on the same instance of
tomcat/apache. Any idea what i might be missing with wicket quickstart?
thank you in advance!
Vicky
--
View this message in context:
http://www.nabble.com/problem-deploying-quickstart-application-on-tomcat%2Bapache-%28mod_jk%29-tp21882831p21882831.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]