Re: File does not exist error - public_html/addArticle.do

2010-02-16 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Steve, On 2/14/2010 12:54 PM, Steve Campisano wrote: > So this does work > > It will not work however when I attempt to run it with > http://www.mysite.com/TestStruts1/newArticle.jsp. I agree with Chuck: the botched configuration of Tomcat is c

Re: File does not exist error - public_html/addArticle.do

2010-02-14 Thread Steve Campisano
please let me know. Again, thanks for all your help. I'll let you know how things work out. Steve On 2/14/2010 7:05 PM, Caldarale, Charles R wrote: From: Pid [mailto:p...@pidster.com] Subject: Re: File does not exist error - public_html/addArticle.do www.X.com Th

RE: File does not exist error - public_html/addArticle.do

2010-02-14 Thread Caldarale, Charles R
> From: Steve Campisano [mailto:w1...@yahoo.com] > Subject: Re: File does not exist error - public_html/addArticle.do > > Here is what they sent for the context.xml. > > > WEB-INF/web.xml > That's the global conf/context.xml, which applies to all webapp

RE: File does not exist error - public_html/addArticle.do

2010-02-14 Thread Caldarale, Charles R
> From: Pid [mailto:p...@pidster.com] > Subject: Re: File does not exist error - public_html/addArticle.do > > > > > www.X.com > > > debug="1"/> > > This is the old school and somewhat discouraged way of doing things, It's much worse

Re: File does not exist error - public_html/addArticle.do

2010-02-14 Thread Pid
[error] [client xxx.xxx.xx.xxx] File does not exist: /home/X/public_html/TestStruts1/addArticle.do On 2/14/2010 10:48 AM, Caldarale, Charles R wrote: From: Steve Campisano [mailto:w1...@yahoo.com] Subject: Re: File does not exist error - public_html/addArticle.do I spoke to so

Re: File does not exist error - public_html/addArticle.do

2010-02-14 Thread Steve Campisano
/TestStruts1/addArticle.do On 2/14/2010 10:48 AM, Caldarale, Charles R wrote: From: Steve Campisano [mailto:w1...@yahoo.com] Subject: Re: File does not exist error - public_html/addArticle.do I spoke to soon . I'm still getting the same error . So respond to Pid's

Re: File does not exist error - public_html/addArticle.do

2010-02-14 Thread Steve Campisano
ist: /home/X/public_html/TestStruts1/addArticle.do On 2/14/2010 10:48 AM, Caldarale, Charles R wrote: From: Steve Campisano [mailto:w1...@yahoo.com] Subject: Re: File does not exist error - public_html/addArticle.do I spoke to soon . I'm still getting the same error .

Re: File does not exist error - public_html/addArticle.do

2010-02-14 Thread Steve Campisano
Yes, you are correct that the .do is part of struts. However, this appears to be a setup issue with my site. Again, I have this working in my testing environment. It is only an issue after deployment to my web site. Also note that is will work if I access the application in the following ma

Re: File does not exist error - public_html/addArticle.do

2010-02-14 Thread Steve Campisano
I'm waiting for this information now .. On 2/14/2010 10:48 AM, Caldarale, Charles R wrote: From: Steve Campisano [mailto:w1...@yahoo.com] Subject: Re: File does not exist error - public_html/addArticle.do I spoke to soon . I'm still getting the same error . So

Re: File does not exist error - public_html/addArticle.do

2010-02-14 Thread Ken Bowen
I believe addArticle.do is part of what is provided or generated by the Struts framework. You're much more likely to find someone who can help you with this on the struts mailing list. --Ken On Feb 14, 2010, at 10:21 AM, Steve Campisano wrote: Thanks for replying . Yes, it is ugly I a

RE: File does not exist error - public_html/addArticle.do

2010-02-14 Thread Caldarale, Charles R
> From: Steve Campisano [mailto:w1...@yahoo.com] > Subject: Re: File does not exist error - public_html/addArticle.do > > I spoke to soon . I'm still getting the same error . So respond to Pid's suggestion: "Without seeing the server.xml, any applicatio

Re: File does not exist error - public_html/addArticle.do

2010-02-14 Thread Steve Campisano
I spoke to soon . I'm still getting the same error . On 2/14/2010 10:21 AM, Steve Campisano wrote: Thanks for replying . Yes, it is ugly I agree with that . but I'm just starting out ... small steps Anyway, I figured I'd start off with something small and easy. I did pass a

Re: File does not exist error - public_html/addArticle.do

2010-02-14 Thread Steve Campisano
Well, I seemed to have corrected my issue I created a new directory under public_html and copied all of my componets to this directory including WEB-INF, etc . Did a start and stop and it worked Now I'm going to try and create a small MySQL database and see if I can CRUD t

Re: File does not exist error - public_html/addArticle.do

2010-02-14 Thread Steve Campisano
Thanks for replying . Yes, it is ugly I agree with that . but I'm just starting out ... small steps Anyway, I figured I'd start off with something small and easy. I did pass a few emails back and forth with the support staff but they pushed it back on me ... They told me to talk w

Re: File does not exist error - public_html/addArticle.do

2010-02-14 Thread Pid
On 14/02/2010 11:58, Steve Campisano wrote: I have a new website that I'm using to bring my skills up to date and I'm running into a file does not exist issue. This is a very simple JSP/STRUTS application that I have working on my home system using NetBeans 6.8 and TomCat 5.5.28. It is made up o

File does not exist error - public_html/addArticle.do

2010-02-14 Thread Steve Campisano
I have a new website that I'm using to bring my skills up to date and I'm running into a file does not exist issue. This is a very simple JSP/STRUTS application that I have working on my home system using NetBeans 6.8 and TomCat 5.5.28. It is made up of a couple of JSP pages and a STRUTS acti