RE: Struts and VisualAge 3.5.3 with WTE

2001-05-08 Thread Gaulin . David
12:27 PM To: [EMAIL PROTECTED] Subject: RE: Struts and VisualAge 3.5.3 with WTE Hi Kyle, Yes error messages are OK. One thing I did have to change was under point 7), the servlet-path should read : servlet-path*.do/servlet-path the / in front seems to have caused a problem. Jon. -Original

Re: Struts and VisualAge 3.5.3 with WTE

2001-05-08 Thread Dan Miser
PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, May 08, 2001 7:38 AM Subject: RE: Struts and VisualAge 3.5.3 with WTE Hello, Anyone of you encountered the following error while trying to start the WTE? resolveEntity('-//Apache Software Foundation//DTD Struts Configuration 1.0//EN', 'http

RE: Struts and VisualAge 3.5.3 with WTE

2001-05-07 Thread Nick Chalko
Here is a xsl and an ant build file to convert a web.xml file into the needed appname.webapp and the part.xml file to cut and past into the default_servlet_engine file This assumes that all your Action classes are in a Visual Age project called MyProject R, Nick build.xml webapp.xsl

RE: Struts and VisualAge 3.5.3 with WTE

2001-05-03 Thread Kyle Brown
PROTECTED] on 05/03/2001 10:14:15 AM Please respond to [EMAIL PROTECTED] To: [EMAIL PROTECTED] cc: Subject: RE: Struts and VisualAge 3.5.3 with WTE Hi All, Just to let you know that the following seems to have worked fine. 1) Add WTE EJB Env to workspace. 2) Create open editions

RE: Struts and VisualAge 3.5.3 with WTE

2001-05-03 Thread Jon.Ridgway
:02 To: [EMAIL PROTECTED] Subject: RE: Struts and VisualAge 3.5.3 with WTE Very good Jon. One last question -- have you tested far enough to see if Error messages display in JSP's? I think you might have to set another classpath on the servlet engine or the workspace classpath to get

Re: Struts and VisualAge 3.5.3 with WTE

2001-05-02 Thread Kyle Brown
/Raleigh/IBM on 05/02/2001 08:58 AM --- Kyle Brown 05/01/2001 07:25 AM To: [EMAIL PROTECTED] cc: From: Kyle Brown/Raleigh/IBM@IBMUS Subject: Re: Struts and VisualAge 3.5.3 with WTE (Document link: Kyle Brown) Yes, I've managed to do it. Getting Struts to work under VAJ

RE: Struts and VisualAge 3.5.3 with WTE

2001-05-02 Thread Jon.Ridgway
a great help. Many thanks Jon Ridgway. -Original Message- From: Kyle Brown [mailto:[EMAIL PROTECTED]] Sent: 02 May 2001 13:57 To: [EMAIL PROTECTED] Subject: Re: Struts and VisualAge 3.5.3 with WTE One more modification to this set of instructions: I didn't like my own solution about

RE: Struts and VisualAge 3.5.3 with WTE

2001-05-02 Thread Kyle Brown
AM Please respond to [EMAIL PROTECTED] To: [EMAIL PROTECTED] cc: Kyle Brown/Raleigh/IBM@IBMUS Subject: RE: Struts and VisualAge 3.5.3 with WTE Hi Kyle, If you have time, could you elaborate on step three. The app group/servlets/app group.webapps file that I am familiar with in VAJ makes

RE: Struts and VisualAge 3.5.3 with WTE

2001-05-02 Thread Jon.Ridgway
:45:01 AM Please respond to [EMAIL PROTECTED] To: [EMAIL PROTECTED] cc: Kyle Brown/Raleigh/IBM@IBMUS Subject: RE: Struts and VisualAge 3.5.3 with WTE Hi Kyle, If you have time, could you elaborate on step three. The app group/servlets/app group.webapps file that I am familiar with in VAJ

RE: Struts and VisualAge 3.5.3 with WTE

2001-05-02 Thread Nick Chalko
-contextfalse/shared-context /websphere-webgroup This worked for me. -Original Message- From: Jon.Ridgway [mailto:[EMAIL PROTECTED]] Sent: Wednesday, May 02, 2001 9:09 AM To: [EMAIL PROTECTED] Subject: RE: Struts and VisualAge 3.5.3 with WTE Hi Kyle, Sorry to bother you again. I take

RE: Struts and VisualAge 3.5.3 with WTE

2001-05-02 Thread Nick Chalko
-webgroup -Original Message- From: Jon.Ridgway [mailto:[EMAIL PROTECTED]] Sent: Wednesday, May 02, 2001 9:09 AM To: [EMAIL PROTECTED] Subject: RE: Struts and VisualAge 3.5.3 with WTE Hi Kyle, Sorry to bother you again. I take it from your reply that VisualAge 3.5.3 does not support web.xml

RE: Struts and VisualAge 3.5.3 with WTE

2001-05-02 Thread Nick Chalko
Message- From: Nick Chalko [mailto:[EMAIL PROTECTED]] Sent: Tuesday, May 01, 2001 9:36 AM To: '[EMAIL PROTECTED]' Subject: RE: Struts and VisualAge 3.5.3 with WTE When I try to start my struts application (which works under VAJ 3.5 and TomCat 3.1) I get avax.servlet.ServletException

RE: Struts and VisualAge 3.5.3 with WTE

2001-05-02 Thread Dan Miser
and VisualAge 3.5.3 with WTE Date: Wed, 2 May 2001 17:09:29 +0100 Hi Kyle, Sorry to bother you again. I take it from your reply that VisualAge 3.5.3 does not support web.xml files, is there an easy way to convert both ways ? Also I found that importing the latest version of xerces worked for me. Struts seems

RE: Struts and VisualAge 3.5.3 with WTE

2001-05-02 Thread Nick Chalko
PROTECTED] on 05/02/2001 09:45:01 AM Please respond to [EMAIL PROTECTED] To: [EMAIL PROTECTED] cc: Kyle Brown/Raleigh/IBM@IBMUS Subject: RE: Struts and VisualAge 3.5.3 with WTE Hi Kyle, If you have time, could you elaborate on step three. The app group/servlets/app group.webapps file that I am

RE: Struts and VisualAge 3.5.3 with WTE

2001-05-02 Thread Arjun Bhattacharya
Title: RE: Struts and VisualAge 3.5.3 with WTE Kyle, FYI, I found a *dirty* way to import Xerces into VAJ. Import it into the XML4J project and select yes to overwrite everything. That will work. Regards, Arjun -Original Message- From: Kyle Brown [mailto:[EMAIL PROTECTED]] Sent

RE: Struts and VisualAge 3.5.3 with WTE

2001-05-01 Thread Nick Chalko
When I try to start my struts application (which works under VAJ 3.5 and TomCat 3.1) I get avax.servlet.ServletException: java.lang.ClassNotFoundException: org.apache.crimson.jaxp.SAXParserFactoryImpl which is strange because I have jaxp in a projects and both WTE and the webapp classpath point