(Solution) RE: problem with Struts 2 setup -class file has wrong version 49.0, should be 48.0

2007-05-08 Thread Jack Yu
a?threadID=5121172 thanks, Jack -Original Message----- From: Jack Yu [mailto:[EMAIL PROTECTED] Sent: Tuesday, May 08, 2007 9:46 AM To: 'Struts Users Mailing List' Cc: 'Jae Lim' Subject: RE: problem with Struts 2 setup -class file has wrong version 49.0, should be 48.0 Ok,

(solution) RE: problem with Struts 2 setup -class file has wrong version 49.0, should be 48.0

2007-05-08 Thread Jack Yu
The soltuoi -Original Message- From: Jack Yu [mailto:[EMAIL PROTECTED] Sent: Tuesday, May 08, 2007 9:46 AM To: 'Struts Users Mailing List' Cc: 'Jae Lim' Subject: RE: problem with Struts 2 setup -class file has wrong version 49.0, should be 48.0 Ok, I have did all

RE: problem with Struts 2 setup -class file has wrong version 49.0, should be 48.0

2007-05-08 Thread Jack Yu
Monday, May 07, 2007 5:31 PM Subject: RE: problem with Struts 2 setup -The requested resource (/struts2-blank-2.0.6/) is not available > --- Jack Yu <[EMAIL PROTECTED]> wrote: >> Yeah, I have tried this, but it still give me the >> same problem. Thanks. > > ?! I hate

RE: problem with Struts 2 setup -The requested resource (/struts2-blank-2.0.6/) is not available

2007-05-07 Thread Jack Yu
/) is not available Clean out your work directory so the JSPs are re-compiled. --- Jack Yu <[EMAIL PROTECTED]> wrote: > Ok, I can start my webapps now, by using JVM 1.6. > (The mistakes was that I > configured tomcat to point to the jre1.4 directory. > ) > > However, I

RE: problem with Struts 2 setup -The requested resource (/struts2-blank-2.0.6/) is not available

2007-05-07 Thread Jack Yu
: problem with Struts 2 setup -The requested resource (/struts2-blank-2.0.6/) is not available That problem is definitely a jvm version issue. Run: java -showversion to see what version you have in the path and make sure it is 1.5 (1.6 should be fine also) musachy On 5/7/07, Jack Yu <[EM

RE: problem with Struts 2 setup -The requested resource (/struts2-blank-2.0.6/) is not available

2007-05-07 Thread Jack Yu
uested resource (/struts2-blank-2.0.6/) is not available Download a more recent JVM for Tomcat to use. Looks like struts needs 1.5+... PK Jack Yu wrote: > Ok, I found the error from the log > == > 2007-05-07 12:51:55 StandardContext[/ma

RE: problem with Struts 2 setup -The requested resource (/struts2-blank-2.0.6/) is not available

2007-05-07 Thread Jack Yu
h Struts 2 setup -The requested resource (/struts2-blank-2.0.6/) is not available There should be an error in the /logs directory (not sure on which file). musachy On 5/7/07, Jack Yu <[EMAIL PROTECTED]> wrote: > > Hi, > > Yes, the war as deployed with the expected path. >

RE: problem with Struts 2 setup -The requested resource (/struts2-blank-2.0.6/) is not available

2007-05-07 Thread Jack Yu
if there is any error on context start in catalina.out ? Mike Jack Yu a écrit : > Hello Everyone, > > > > I'm new to Tomcat5 and Struts2, and I'm having problem setting up struts. > > > > I installed Tomcat 5, and checked that http://localhost:8080

problem with Struts 2 setup -The requested resource (/struts2-blank-2.0.6/) is not available

2007-05-07 Thread Jack Yu
Hello Everyone, I'm new to Tomcat5 and Struts2, and I'm having problem setting up struts. I installed Tomcat 5, and checked that http://localhost:8080/ is working fine. Then I copied the sample war file "struts2-blank-2.0.6.war" from struts into to the webapps directory under tomcat