RE: Starting with Axis. Please help!

2005-01-03 Thread Jay Doggett
Julio, It sounds like you are working in a UNIX environment. When you unTar Axis, you may find a webapps folder, like I did in Windows. Under the webapps folder is an "axis" folder. In windows I copied that folder to the tomcat/webapps folder. You will need to restart Tomcat. Jay Your

Axis and applets Not SPAM.

2005-01-01 Thread Jay Doggett
list recently, but they are not spam. A.) I needed help. B.) I won't be the last person who runs into these problems and hopefully the next person will be able to follow the trail.   Jay Doggett Your best bet is to hire a vet! -Original Message-From: Baker, Jay [mailto:[

RE: Axis and applets classpath answer and next problem.

2004-12-31 Thread Jay Doggett
nknown Source)    at java.lang.SecurityManager.checkPropertyAccess(Unknown Source)    at java.lang.System.getProperty(Unknown Source)    at org.apache.commons.discovery.log.SimpleLog.(SimpleLog.java:108)   Jay Your best bet is to hire a vet! -Original Message-----From: Jay Doggett [mailto:[EMAIL PROTECTED]Sent: Friday,

Axis and applets

2004-12-31 Thread Jay Doggett
      It turns out that the java plugin has its very own magic classpath which may be viewed by way of selecting Tools\java console from the main menu and pressing the 's' key when the console pops.       In my case the value stored under "java.class.path" is C:\PROGRA~1\Java\J2RE14~1.2_0\cl

Ok the new error is:

2004-12-30 Thread Jay Doggett
lassDefFoundError at org.apache.axis.configuration.FileProvider.configureEngine(FileProvider.java:176) But only when I run it in IE. When I run it in netbeans it works. This looks like still more classpath problems. Any Ideas anyone? Jay Your best bet is to hire a vet! -Original Message----- From: Jay Doggett [mailto:[E

RE: client config solved and on to the next problem

2004-12-30 Thread Jay Doggett
axis.jar jar xvf axis.jar org/apache/axis/client/client-config.wsdd b) place the client-config.wsdd into the applet folder c) test Let me know how this goes Al -- Algirdas P. Veitas Allesta, LLC wsabi4axis: http://axis.wsabi.org/ Quoting Jay Doggett <[EMAIL PROTEC

RE: client config solved and on to the next problem

2004-12-30 Thread Jay Doggett
e is taken directly from the samples\security in the Axis distribution. Hope this helps... Al Quoting Jay Doggett <[EMAIL PROTECTED]>: > > I have learned that dropping a client-confg.wsdd in the same folder as > the > applet cures my previous issue, but there is no doc that

client config solved and on to the next problem

2004-12-30 Thread Jay Doggett
know where I can get some detailed information on the creation of the client-config.wsdd? Jay Your best bet is to hire a vet! -Original Message- From: Jay Doggett [mailto:[EMAIL PROTECTED] Sent: Thursday, December 30, 2004 10:56 AM To: [EMAIL PROTECTED] Subject: Applet classpath and the IE

Applet classpath and the IE plugin

2004-12-30 Thread Jay Doggett
I have made some progress. After creating a CLASSPATH windows environment variable and setting it to %AXISCLASSPATH% (from the directions) I get a different behavior. Now, I get this error: "org.apache.axis.InternalException: org.apache.axis.ConfigurationException: org.apache.ax

RE: Axis 1.2 RC2 - server-config.wsdd is missing

2004-12-30 Thread Jay Doggett
Title: Message Stojan,       I had to make my own, based on the installation instructions. I found that it needed to be placed in my axis/web-inf/ directory. What follows turns on the monitor as well, so make sure you have compiled that.                        

Basic installation instructions problem

2004-12-29 Thread Jay Doggett
I have the Axis server up and working at last, and have made a list of the issues I ran into and fixes, which I will write up soon. Now I am attempting to deploy the monitor service per the existing instructions, but I am getting an error that reads: The axis engine could not fi

Would a kind soul help me please?

2004-12-28 Thread Jay Doggett
Hi all, this is my second post to the list. Like many others, I need help. If some kind hearted and knowledgeable person helps me get through this, I will create a doc for others that will get them through it too. I'm using Netbeans and Tomcat. Acquired the latest Axis and droppe