RE: Problem with packaging Axis app - ClassNotFoundException

2003-03-22 Thread Naresh Bhatia
Sent: Saturday, March 22, 2003 9:04 AMTo: [EMAIL PROTECTED]Subject: Problem with packaging Axis app - ClassNotFoundException I have an ear file that works perfectly well with WebLogic 7.0 but gives me a ClassNotFoundException in WebLogic 6.1. Hoping that someone might know what is

Problem with packaging Axis app - ClassNotFoundException

2003-03-22 Thread Naresh Bhatia
Title: Problem with packaging Axis app - ClassNotFoundException I have an ear file that works perfectly well with WebLogic 7.0 but gives me a ClassNotFoundException in WebLogic 6.1. Hoping that someone might know what is going on. The ear file is structured as follows:     MyApp.ear

Re: Packaging Axis...

2003-01-04 Thread James Carman
ary 03, 2003 3:40 PM Subject: RE: Packaging Axis... I think you're right about server-config.wsdd, but you don't need to deploy the Axis webapp at all. If you put server-config.wsdd in your app's web-inf and the Axis libraries in the classpath, and map your service url to Axis, thi

RE: Packaging Axis...

2003-01-03 Thread Joe Hanink
--- From: James Carman [mailto:[EMAIL PROTECTED]] Sent: Friday, January 03, 2003 6:13 AM To: [EMAIL PROTECTED] Subject: Re: Packaging Axis... I don't think the server-config.wsdd file goes across contexts. From what I understand, it is used to initialize the webapp that it lives in. For exam

Re: Packaging Axis...

2003-01-03 Thread James Carman
nuary 03, 2003 1:04 PM Subject: Re: Packaging Axis... > > - Original Message - > From: "Gene Chuang" <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Sent: Thursday, January 02, 2003 23:34 > Subject: Re: Packaging Axis... > > > > > > I wi

Re: Packaging Axis...

2003-01-03 Thread Steve Loughran
- Original Message - From: "Gene Chuang" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, January 02, 2003 23:34 Subject: Re: Packaging Axis... > > I will eventually be packing axis in my webapp as well for transportability across servlet c

Re: Packaging Axis...

2003-01-03 Thread James Carman
etely different web services deployments. - Original Message - From: "Joe Hanink" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, January 02, 2003 4:42 PM Subject: RE: Packaging Axis... I just started using Axis and had some difficulty with server-confi

Re: Packaging Axis...

2003-01-03 Thread James Carman
That's the preferred method of web application initialization now. - Original Message - From: Gene Chuang To: [EMAIL PROTECTED] Sent: Friday, January 03, 2003 2:34 AM Subject: Re: Packaging Axis... I will eventually be packing axis in my webapp as well for t

Re: Packaging Axis...

2003-01-02 Thread Gene Chuang
I will eventually be packing axis in my webapp as well for transportability across servlet containers, so thanks for the pointers! This does bring up an issue that perhaps has been addressed on this board before: I'm assuming that most J2EE vendor implementation of Web services is done using the Se

Re: Packaging Axis...

2003-01-02 Thread Mir Shafiqul Islam
All you would need to is have axis.jar and other axis related jar files in your WEB-INF/lib directory before "war"ing your web application. In the web.xml file you need to define what the service location will be and add proper entry for the servlet. You can take al the entries in web.xml file

RE: Packaging Axis...

2003-01-02 Thread Joe Hanink
ED]] Sent: Thursday, January 02, 2003 11:08 AM To: [EMAIL PROTECTED] Subject: Packaging Axis... I would like to package the AxisServlet in my webapp along with other pieces of my distributed application (Java WebStart servlet, etc.). How do I "war up" my files so that when I place my WAR file

Packaging Axis...

2003-01-02 Thread James Carman
I would like to package the AxisServlet in my webapp along with other pieces of my distributed application (Java WebStart servlet, etc.). How do I "war up" my files so that when I place my WAR file in the webapps directory of a server, it will already have my service deployed? I've tried supplyin

Antw: RE: Packaging Axis into an EAR file

2002-12-13 Thread Markus Frommherz
nal Treasury Services > E-mail: [EMAIL PROTECTED] > Phone: +44 20 7756 5012 > Fax: +44 20 7612 4342 > > > -Original Message- > From: Michael Hudson [mailto:[EMAIL PROTECTED]] > Sent: 12 December 2002 22:54 > To: [EMAIL PROTECTED] > Subject: Packaging Axis into a

RE: Packaging Axis into an EAR file

2002-12-13 Thread Yates, Danny (ANTS)
2 09:43 To: '[EMAIL PROTECTED]' Subject: RE: Packaging Axis into an EAR file I use Axis as both a client and server. As a web service engine, I use Axis to basically map a web service to a stateless session bean. This is where the Axis WAR has to be able to access the EJB. If this i

RE: Packaging Axis into an EAR file

2002-12-13 Thread Michael Hudson
Yates > Technical Architect > Abbey National Treasury Services > E-mail: [EMAIL PROTECTED] > Phone: +44 20 7756 5012 > Fax: +44 20 7612 4342 > > > -----Original Message- > From: Michael Hudson [mailto:[EMAIL PROTECTED]] > Sent: 12 December 2002 22:54 > To: [EMAIL PR

RE: Packaging Axis into an EAR file

2002-12-13 Thread Yates, Danny (ANTS)
-Original Message- From: Michael Hudson [mailto:[EMAIL PROTECTED]] Sent: 12 December 2002 22:54 To: [EMAIL PROTECTED] Subject: Packaging Axis into an EAR file I'm using Weblogic 6.1sp4, and Axis 1.0 I can package Axis as a WAR file inside of my EAR file, and because of the Web

Re: Packaging Axis into an EAR file

2002-12-13 Thread Michael Hudson
xis and Axis can use my EJBs. > I hope this will help you. > > > Björn > > > -Ursprüngliche Nachricht- > > Von: Michael Hudson [mailto:[EMAIL PROTECTED]] > > Gesendet: Donnerstag, 12. Dezember 2002 23:54 > > An: [EMAIL PROTECTED] > > Betreff: Pack

Re: Packaging Axis into an EAR file

2002-12-12 Thread Björn Klatt
Title: Re: Packaging Axis into an EAR file Hello, I have put the Axis jars in the webapp/lib/ directory and put the new jars in the classpath of the start.cmd file. WebLogic now finds all the necessary Axis classes and my Beans can use Axis and Axis can use my EJBs. I hope this will help

Packaging Axis into an EAR file

2002-12-12 Thread Michael Hudson
I'm using Weblogic 6.1sp4, and Axis 1.0 I can package Axis as a WAR file inside of my EAR file, and because of the Weblogic classloader hierarchy, I don't have to do anything else for Axis to see my EJBs in my EAR to act on them. However, if my EJBs want to use Axis... the only solution I have f