It's WLS 6.1 / JDK 1.3.1.
It's pretty much out of the box. I copied the whole examples directory under
Default_Webapp directory. The only other change was to create a weblogic.xml to
reside with web.xml. The web application seems to be deployed as I can get the
first page and run a few tests.

I also tried deploying the webwork.war too but even that gives the error.
Thanks,
Ashish.


Matt Baldree wrote:

> Can you provide more specifics - what WL version, JDK, is it WL out of the
> box, etc. Enough so we can try and reproduce it.
>
> -Matt
>
> ----- Original Message -----
> From: "Ashish Jain" <[EMAIL PROTECTED]>
> To: <[EMAIL PROTECTED]>
> Sent: Saturday, April 06, 2002 6:07 PM
> Subject: [Webwork-user] Webwork Jsp examples under Weblogic.
>
> > I'm trying to use webwork jsp examples as a webapp under weblogic.
> >
> > I've copied the webwork examples directory under weblogic/applications,
> > and extracted the taglib.tld from webwork.jar to WEB-INF directory. I
> > can run a few tests, and the XSLT examples but get an error for all the
> > jsp examples.
> >
> >
> > e.g. I get the following error while trying to run the bank example.
> >
> >
> D:\develop\XPPro\weblogic\config\mydomain\applications\DefaultWebApp_myserve
> r\WEB-INF\_tmp_war_myser
> >
> >
> ver_myserver_DefaultWebApp_myserver\jsp_servlet\_examples\_bank\__transfer.j
> ava:85:
> > _webwork_textfie
> > ld0 is already defined in
> > _jspService(javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpS
> >
> > ervletResponse)
> >         webwork.view.taglib.ui.TextFieldTag _webwork_textfield0 = null,
> > _webwork_textfield1 = null;
> >                                             ^
> >
> D:\develop\XPPro\weblogic\config\mydomain\applications\DefaultWebApp_myserve
> r\WEB-INF\_tmp_war_myser
> >
> >
> ver_myserver_DefaultWebApp_myserver\jsp_servlet\_examples\_bank\__transfer.j
> ava:85:
> > _webwork_textfie
> > ld1 is already defined in
> > _jspService(javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpS
> >
> > ervletResponse)
> >         webwork.view.taglib.ui.TextFieldTag _webwork_textfield0 = null,
> > _webwork_textfield1 = null;
> >
> > Thanks in advance for your help.
> > Ashish.
> >
> >
> > _______________________________________________
> > Webwork-user mailing list
> > [EMAIL PROTECTED]
> > https://lists.sourceforge.net/lists/listinfo/webwork-user
> >
> >


_______________________________________________
Webwork-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/webwork-user

Reply via email to