Hi,
I am having trouble testing my locally installed Tomcat/Axis server (WinXP SP2
if that should matter). I have done absolutely everything from the
Installation Guide, but if I try to run the stock sample application as
described in the Guide the following thing happens:
Exception in
xis.
Tony
"Sushil Sureka"
<[EMAIL PROTECTED]>
07-Sep-2004 00:53
Please respond to [EMAIL PROTECTED]
To
[EMAIL PROTECTED]
cc
Subject
RE: JNDI Lookup does not
work with Tomcat/Axis
Thanks Tony. I am concerned
with client running in J2EE environme
:26 AM
To: [EMAIL PROTECTED]
Subject: Re: JNDI Lookup does not
work with Tomcat/Axis
I'm not too sure about using JNDI on the client side. If you are using
client code in a J2EE application, running on Tomcat, then you should be able
to specify a JNDI resource, in the Tomcat configuration,
I'm not too sure about using JNDI on the
client side. If you are using client code in a J2EE application, running
on Tomcat, then you should be able to specify a JNDI resource, in the Tomcat
configuration, that defines a stub class (or factory class) for your web
service stub. But if your client i
Hi,
I was wondering if any of you had any success with JNDI
lookup of the Web Service deployed using Axis on Tomcat. The java spec (JSR
109) says that the web services should be looked up using JNDI in a J2EE
environment rather than directly calling the stub classes. But I have not had
e knows them, I would
love to hear about it.
-Brian Abbott
- Original Message -
From: "George Armhold" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Friday, August 06, 2004 3:13 PM
Subject: Re: single sign-on for Tomcat+Axis?
> Priest, Mark wrote:
>
>
Priest, Mark wrote:
> We are planning to incorporate Axis into our web application by
> referencing the Axis servlets in web.xml and placing the Axis jars
> in WEB-INF/lib.
Actually this is how I already use Axis, and it works well for me.
> The Axis servlets and our servlets and JSPs will be in th
]
Subject: single sign-on for Tomcat+Axis?
I'm wondering if someone could suggest what might be a "best practice" for
implementing single-sign-on for Tomcat/Axis. I have an app that is
partially web-based (servlets and JSPs), and partially Swing-based. The
Swing portion talks to the s
On 8/6/04 9:49 AM, "George Armhold" <[EMAIL PROTECTED]> wrote:
> I'm wondering if someone could suggest what might be a "best practice"
> for implementing single-sign-on for Tomcat/Axis. I have an app that
> is partially web-based (servlets and JSPs)
I'm wondering if someone could suggest what might be a "best practice"
for implementing single-sign-on for Tomcat/Axis. I have an app that
is partially web-based (servlets and JSPs), and partially Swing-based.
The Swing portion talks to the server over SOAP using Axis. I'd
Hi there,
Is your deploy.wsdd a valid XML document. It seems that the SAX parser is having a difficulty to parse your deploy.wsdd.
Hope this helps.
Tony.Xiao-Ye Wu <[EMAIL PROTECTED]> wrote:
HiI've installed tomcat v4.1.29 & axis1.1 on my machine according to the instruction, and I can get the
Hi
I've installed tomcat v4.1.29 & axis1.1 on my machine according to the
instruction, and I can get the main page, there is no error message when I
validate the setting via axis happiness page. And I can deploy web service
using jws ( but i can't invoke the service by typing
http://localhost
I ran through the examples for JBoss 3.2.3 to deploy a HelloWorld web
service. It was so simple (compared to the usual Axis approach, anyway),
that I was stumped for a while.
What I don't get is why is JBoss so vastly simpler than what is done
with Axis in Tomcat even though it is apparently Axis
Hi all.
Firstly, although I already have tomcat running Citrix NFuse, I'm very new
to the whole thing.
I'm attempting to use Tomcat to serve axis for soap communication, and I've
run across a problem.
Firstly, happyaxis.jsp appears to be happy:
---
> Where can I go to find an overall architecture for how all the
> various web services, SOAP, application services, etc. fit together
> and their roles?
Maybe have a look at http://java.sun.com/blueprints/enterprise/,
especially the two sample applications (Pet Shop, Adventure Builder).
--
Eric
Where can I go to find an overall architecture for how all the
various web services, SOAP, application services, etc. fit together
and their roles?
Thanks!
Brian Atkins
--
Brian Atkins[EMAIL PROTECTED](970) 288-2114
Agilent Technologies 4380 Ziegler Road - MS ISPFt. Co
I provide a pretty thorough overview of these things in Chapter 8 in my book:
http://www.amazon.com/exec/obidos/tg/detail/-/0321185773/qid=1060870784/sr=8-1/ref=sr_8_1/002-8408632-8355247?v=glance&s=books&n=507846
Anne
At 09:21 AM 8/14/2003 +0200, you wrote:
> Where can I go to find an overall arc
Hi,
I would like to use Apache HTTPS to access Axis soap services, with CLIENT
AUTHENTICATION.
The config work with IE and Mozilla (I can access to service?wsdl) but I can
not use an axis client.
I can only use axis client with Https and no Client Authentication.
Can anyone help me...
Thanks
"; ...
>
So it seems that tomcat/axis gets the rewritten URL instead of the original URL.
Does anyone know, If I can make it work so that I get:
https://host.xy.z/ws/DomainService"; ...
>
in the wsdl definition?
Thanks,
- Jurgen
Hi all,
We have problem with our Axis 1.0 final release running under Tomcat 4.0.1: when
multiple virtual users
(the same client app running as separate processes) are invoking a web service method
we get a lot of Java socket exceptions: "connection refused" from WSDL2Java generated
client app
Check the log in tomcat_dir/logs. it should give you a stack trace that can
narrow it down.
-prabhakar
--- Original Message
i generate (i hope successfully ;-) a web-service with Java2WSDL.
But after i deployed the classes and wsdl file within Tomcat i never
manage to run it.
I the
Hi there,
i generate (i hope successfully ;-) a web-service with Java2WSDL.
But after i deployed the classes and wsdl file within Tomcat i never
manage to run it.
I the Tomcat Console i get the following message
> - The class org.apache.axis.MessageContext does not contain a default constructo
At 04:06 PM 7/8/2002 -0500, you wrote:
>Is deploying axis under jboss-3.0.1RC1_tomcat-4.0.4, is as simple as
>creating war file of all the contents in webapps/axis and copying the war
>file to deploy directory?.I tried to access "axis" using
>http://localhost:8080/axis and I get the Axis page with
Try putting jaxrpc.jar & xerces.jar from xml-axis/java/build/lib directory
in the WEB-INF/lib directory
--- Aravind Chavar <[EMAIL PROTECTED]> wrote:
> Is deploying axis under jboss-3.0.1RC1_tomcat-4.0.4, is as simple as
> creating war file of all the contents in webapps/axis and copying the
> war
Is deploying axis under jboss-3.0.1RC1_tomcat-4.0.4, is as simple as
creating war file of all the contents in webapps/axis and copying the war
file to deploy directory?.I tried to access "axis" using
http://localhost:8080/axis and I get the Axis page with two links -
Administer Axis
Visit the Axis
name).
- Original Message -
From: "Manuel Reyes" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Tuesday, April 30, 2002 8:29 AM
Subject: Tomcat / Axis Performance Issues
> I am running Jakarta Tomcat 4.0.2 (as WinNT service) with XML-AXIS Beta 1
> RC2 on Windows 200
I am running Jakarta Tomcat 4.0.2 (as WinNT service) with XML-AXIS Beta 1
RC2 on Windows 2000, this is running solo, i.e. not integrated into a
webserver (i.e. appache/iis etc) as it isnt required for the project.
The process that I use Tomcat/Axis for is made up of the following
components :
1
27 matches
Mail list logo