Hello guys i'm tring to deploy my 1st struct2 applicaion but i'm having very big problems...
I'm using Apache 6.0 and netbeans 6.8
Hope someone can help me.
My web.xml file is(is set under WEB-INF) :
My struts.xml is (is set under src)
Under src/actions i have my action java file (named VerySimpleAction.java)
now i want to show the resoult calling the verysimple.jsp page
If i'm correct my application should show me : VERY SIMPLE
The problem is that i'm not getting this message but i get HELLO WORLD, the message is written in the default index.jsp that i'm not calling (i think)
Can someone PLEASE give me some hint?
The name of the framework is Struts not struct. If you have actually named your xml as struct.xml, you need to change it. Also what is the URL that you are entering in the browser??
Sorry it was my mistake. The XML file is named struts.xml.
Ankit Garg wrote: Also what is the URL that you are entering in the browser??
Generally i start the application usung the button "Start Main Project" after having done "Clean and Build".
The call in the browser is this one: http://localhost:8084/Struct2Example1/