Re: can not reach the jsp file

2006-11-17 Thread Ed Griebel
Does Welcome.do work correctly? I would first try to get that working because then you will know that your jsp's are in the correct directory and you are calling the do from the correct directory. If Welcome.do doesn't work, check out: - check that you have defined that *.do is mapped to Struts s

RE: can not reach the jsp file

2006-11-17 Thread Lance Semmens
scrap that idea... I was being a stupid head. cdms is your context path which it ok. -Original Message- From: Lance Semmens [mailto:[EMAIL PROTECTED] Sent: 17 November 2006 13:01 To: 'Struts Users Mailing List' Subject: RE: can not reach the jsp file > The URL that I ask

RE: can not reach the jsp file

2006-11-17 Thread Lance Semmens
> The URL that I ask my browser to browse is: > http://localhost:8080/cdms/ShowDocs.do Try hitting http://localhost:8080/ShowDocs.do Or change your action mapping to mailto:[EMAIL PROTECTED] Sent: 17 November 2006 10:40 To: Struts Users Mailing List Subject: RE: can not reach t

Re: can not reach the jsp file

2006-11-17 Thread WongTseng
#x27;ve got a server error that IE is hiding from you. Any errors in the log? > > -Original Message- > From: Ken Hu [mailto:[EMAIL PROTECTED] > Sent: 17 November 2006 01:39 > To: Struts Users Mailing List > Subject: RE: can not reach the jsp file > > well ... sorry

RE: can not reach the jsp file

2006-11-17 Thread Ken Hu
To: Struts Users Mailing List > Subject: RE: can not reach the jsp file > > well ... sorry for that , this is a wrong typing when I post this > question. > In my struts-config.xml , the slash is not missing. > > I add log4J in my app to trace my code : > > public class S

RE: can not reach the jsp file

2006-11-17 Thread Lance Semmens
November 2006 01:39 To: Struts Users Mailing List Subject: RE: can not reach the jsp file well ... sorry for that , this is a wrong typing when I post this question. In my struts-config.xml , the slash is not missing. I add log4J in my app to trace my code : public class

RE: can not reach the jsp file

2006-11-16 Thread Ken Hu
well ... sorry for that , this is a wrong typing when I post this question. In my struts-config.xml , the slash is not missing. I add log4J in my app to trace my code : public class ShowDocsAct extends org.apache.struts.action.Action{ private Category _cat = Category.getInstance(this.getClass

RE: can not reach the jsp file

2006-11-16 Thread Lance Semmens
I think you're missing a '/' To keep your webapp a bit cleaner, perhaps consider -Original Message- From: Ken Hu [mailto:[EMAIL PROTECTED] Sent: 16 November 2006 09:03 To: user@struts.apache.org Subject: can not reach the jsp file Dear All: I'm doing a simple strus test, but all I ca