I'm trying to work on a new Struts 2 app, but I'm having some difficulty.  If I 
run "mvn jetty:run-war" the tests all pass and the app loads. But when I try to 
save a particular object I get a blank page [view source is completely empty], 
and nothing is printed to the console.  I'm sure I did something to cause this 
problem, but I can't find a log or something to narrow down what the problem 
could be.  

Are there logs created when you run "mvn jetty:run-war"?  And if so where would 
they be?

Also if I try to run the app using "mvn tomcat:run" I get an error saying there 
are 2 Log4J.jars in my classpath and Tomcat won't load.  Then I tried "mvn 
jetty:run" and I get the following error when I connect to 
http://localhost:8080/

  HTTP ERROR: 503
  SERVICE_UNAVAILABLE
  RequestURI=/

During startup I get an error about not being able to open 
/WEB-INF/xfire-servlet.xml, but there is no error displayed on the console when 
I get the 503 response from Jetty.

Is there something obvious that I'm missing?  It seems like is something 
doesn't work it should be logged somewhere :/

Thanks for any pointers,
Nathan

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to