I wanted to try out a java web app framework, after finding out stripes a quick
and easy to learn 
I decided to give a try. I started of with the calculator example. I ran into
some problem with it 
Here is the steps I executed.

Created quickstart folder under webapps/ROOT/
Created the web.xml file in WEB-INF , copied the content from the Quick start
guide on the web
Placed the stripes.jar, commons-logging.jar, cos.jar (latest version from
sourceforge) in the /ROOT/WEB-INF/lib 

folder 
Place all the properties in /ROOT//WEB-INF/classes/ 
Created index.jsp in quickstart folder (content from the online guide)
Created CalculatorActionBean.java in
/ROOT/WEB-INF/net/sourceforge/stripes/examples/quickstart/
Compile this to create the class file
point the broswer to http://localhost:8080/quickstart/index.jsp
It loads up the page correctly
After entering some values and pressing add results in a HTTP Status 404:

type Status report

message /examples/quickstart/Calculator.action

description The requested resource (/examples/quickstart/Calculator.action) is
not available.

Clicking on add makes the browser point to the following address: 

http://localhost:8080/examples/quickstart/Calculator.action

I can run the the stripe-example.war file after uploading via Tomcat-Manager
perfectly

Can someone point out the proper way to go about this 

Thanks 


------------------------------------------------------------------------------
Download Intel® Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
_______________________________________________
Stripes-users mailing list
Stripes-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/stripes-users

Reply via email to