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:

Error Building Tomct 5.0.28 with JDK 1.5

2004-10-16 Thread Joe Krause
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

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

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: Server port=8005 shutdown=SHUTDOWN Service name=DVRSERVICE

RE: Removing Balancer Webapp?

2004-08-03 Thread Joe Krause
as it does now: 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: [EMAIL

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: Server port=8005 shutdown=SHUTDOWN Service name=Catalina

Advanced Question about jsp:include / tag

2003-10-15 Thread Joe Krause
to the including of the page. Has anyone had this problem before? Is ther a way to tell tomcat to always go and get the page every time? Joe Krause

JDBC + MySQL Datasource + Tomcat = ClassCastException

2003-07-22 Thread Joe Krause
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: JDBC + MySQL Datasource + Tomcat = ClassCastException

2003-07-22 Thread Joe Krause
- 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 the JDBC Statement object that is given to me from a Connection object that I get out

RE: JK2 Servlet Configuration Problem

2003-07-17 Thread Joe Krause
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 -- Using M2, Opera's revolutionary e-mail client: http://www.opera.com/m2

JK2 Servlet Configuration

2003-07-16 Thread Joe Krause
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

JK2 Servlet Configuration Problem

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

The servlet prefix

2001-04-25 Thread Joe Krause
t 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

RE: The servlet prefix

2001-04-25 Thread Joe Krause
ets 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

RE: The servlet prefix

2001-04-25 Thread Joe Krause
servlet-mappingservlet-nameUserServices/servlet-nameurl-pattern/UserServices/url-pattern/servlet-mapping 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 PROTECTE