Problems running JNI code inside Tomcat 5.0.28

2005-01-21 Thread Joe Krause
Hey Folks, We have a C++ SDK that we HAVE to integrate using JNI. We are able to create a console Java app that works perfectly (and beautifully) using JNI and our C++ SDK. When we wrap this up in servlets and attempt to run it within Tomcat 5.0.28, we get an UnsatisfiedLinkError: java.lang.Unsat

Re: Error Building Tomct 5.0.28 with JDK 1.5

2004-10-16 Thread Joe Krause
Thanks Shinobu (especially for getting back so quickly) I'll try compiling Tomcat 5.5 instead. The only reason I didn't want to go straight to Tomcat 5.5 was to isolate changes. I'm currently running/compiling Tomcat 5.0.28 against the 1.4.2 JDK in our production environment. I am thinking of u

Error Building Tomct 5.0.28 with JDK 1.5

2004-10-16 Thread Joe Krause
pile failed; see the compiler error output for details. It says to check the copuiler error output for details - but I don't know where that is... Much thanks for looking at this and setting me in the right direction Joe Krause

Absolute path to webapp???

2004-08-04 Thread Joe Krause
How do you specify an absolute path to a webapplication. I don't want to run my webapp from within $CATALINA_HOME/webapps. When I set it up to point to an absolute path outside of the webapps directory, it still looks for it there:

RE: Removing Balancer Webapp?

2004-08-03 Thread Joe Krause
w: with it, autoDeploy and its equivalents are on, so if there's a balancer.xml in conf/[engine]/[host] it will be deployed. Yoav Shapira Millennium Research Informatics >-Original Message- >From: Joe Krause [mailto:[EMAIL PROTECTED] >Sent: Monday, August 02, 2004 8:43 PM >To:

Removing Balancer Webapp?

2004-08-02 Thread Joe Krause
How do you remove the balancer webapp. I don't want to deploy my web app into the webapps directory - I want to use my own path. But everytime I change the path of the appBase, I get startup errors. Here's my server.xml file: This is very s

Advanced Question about tag

2003-10-15 Thread Joe Krause
s problem before? Is ther a way to tell tomcat to always go and get the page every time? Joe Krause

RE: JDBC + MySQL Datasource + Tomcat = ClassCastException

2003-07-22 Thread Joe Krause
th-connectorj.html > -Original Message- > From: Joe Krause [mailto:[EMAIL PROTECTED] > Sent: Tuesday, July 22, 2003 2:49 PM > To: '[EMAIL PROTECTED]' > Subject: JDBC + MySQL Datasource + Tomcat = ClassCastException > > > Hi Folks, I am trying to recast

JDBC + MySQL Datasource + Tomcat = ClassCastException

2003-07-22 Thread Joe Krause
ing works fine with the datasource. Its configured properly (I think) and I can fully access the database in all respects. I am using: Tomcat 4.1.24 Linux 2.4.20 Mysql 4.0.13 Java 1.4.1.03 Mysql Connector/J 3.0.8 Thanks For the help! Joe Krause

RE: JK2 Servlet Configuration Problem

2003-07-17 Thread Joe Krause
omcat is > serving up my /images/* folder instead of Apache. I can't move all the > JSPs > under the /action directory. Is there any way to specify more than one > uri > per virtual host?   > The documentation for JK is really bad. Someone should re-wr

JK2 Servlet Configuration Problem

2003-07-16 Thread Joe Krause
re than one uri per virtual host?   The documentation for JK is really bad. Someone should re-write it.   Joe Krause

JK2 Servlet Configuration

2003-07-16 Thread Joe Krause
I can't move all the JSPs under the /action directory. Is there any way to specify more than one uri per virtual host? The documentation for JK is really bad. Someone should re-write it. Joe Krause

RE: The "servlet" prefix

2001-04-25 Thread Joe Krause
is:      UserServices  /UserServices    I just tested it, it works fine.   Wes -Original Message-From: Joe Krause [mailto:[EMAIL PROTECTED]]Sent: Wednesday, April 25, 2001 4:56 PMTo: '[EMAIL PROTECTED]'Subject: RE: The "servlet" pref

RE: The "servlet" prefix

2001-04-25 Thread Joe Krause
: [EMAIL PROTECTED]Subject: RE: The "servlet" prefix I map my servlets to a .JSP extension, then I can use relative URLs both for my serlvets and in my servlets when I do redirects.  This may not be the best way, but it works great.   Wes -Original Message----

The "servlet" prefix

2001-04-25 Thread Joe Krause
get access to the servlets and end up with a 404 error. Has anyone seen this problem before? Can anyone help me?   Thanks for taking the time to read this!   Joe Krause