re: Would you please tell me what the "WARP" means?

2002-06-28 Thread shi_hang
Thanks for your reply. But do you know the full name of "WARP"? Regard. > > > Howdy, > > > > WARP = (See also 'Impulse Power') The two huge nacelles at the back of > the ship contain our warp drive engines. These engines allow the > Enterprise to travel at many times the sp

RE: The best website database!

2002-06-28 Thread Andrew Conrad
Actually Desktop SQL is SQL Server, it's just a change in configurations (smaller default mem usage) and I believe a limited number of concurrent connections. It's also meant to work on Windows 95/98/ME. I also believe if it is run on 9x it doesn't support Named Pipes. As far as a good databas

Re: Tomcat Classpath

2002-06-28 Thread Jacob Kjome
Hi Jack, Tomcat ignores your classpath. Believe me, this solves a *ton* of problems. If you want to use the classpath, go back to using Tomcat 2.x.x. I wouldn't give it the time of day now that 3.3.x and 4.x.x are out. Seriously, do yourself a favor and just copy the jar into $CATALINA_HO

exclude dirs from packing a .war file

2002-06-28 Thread Günter Kukies
Hello, how can I setup the filter to exclude whole dirs from my web-app getting packed to a .war- file? The POSIX reg-expressions work only on file-names, but not on path-names. Günter Kukies

exclude dirs from packing a .war file

2002-06-28 Thread Günter Kukies
Hello, how can I setup the filter to exclude whole dirs from my web-app getting packed to a .war- file? The POSIX reg-expressions work only on file-names, but not on path-names. Günter Kukies

Re: Tomcat 4.0.4 Performance - PROBLEM

2002-06-28 Thread Remy Maucherat
Victor Popiol wrote: > I set up Jasper2 on Tomcat 4.0.3 as previously recomended. Our webapp worked great. >But other webapps, inclding the JSP examples don't work. Wehen invoking a jsp such as >this: http://host:8080/examples/jsp/dates/date.jsp this exception is displayed: For this Jasper 2 bu

RE: what is JNDI ??? (Was JNDI - What resources are loaded? )

2002-06-28 Thread Dominic Clay
JAVA NAMING AND DIRECTORY INTERFACETM The Java Naming and Directory InterfaceTM (JNDI) is a standard extension to the JavaTM platform, providing Java technology-enabled applications with a unified interface to multiple naming and directory services in the enterprise. As part of the Java Enterpri

AW: JNDI - What resources are loaded?

2002-06-28 Thread Ralph Einfeldt
http://java.sun.com/products/jndi/ > -Ursprüngliche Nachricht- > Von: Power-Netz (Schwarz) [mailto:[EMAIL PROTECTED]] > Gesendet: Freitag, 28. Juni 2002 11:41 > An: Tomcat Users List > Betreff: AW: JNDI - What resources are loaded? > > OT: what is JNDI ??? > -- To unsubscribe, e-mail:

AW: JNDI - What resources are loaded?

2002-06-28 Thread Power-Netz \(Schwarz\)
OT: what is JNDI ??? > > > Is there a way to list all of the JNDI Resources that are loaded for a > > particular context? > > Sure. > > Here is a snipp from my "JNDI browser" JSP: > > <%@ page > info="JNDI browser" > import="javax.naming.*, javax.sql.*, java.sql.*" > contentType="text/html

RE: JDBC Error

2002-06-28 Thread John Burgess
Just a guess, but could your database connection be timing out under linux? Best Wishes John Burgess [EMAIL PROTECTED] Tel: 01865 718666 Fax: 01865 718600 -Original Message- From: Roger Maltby [mailto:[EMAIL PROTECTED]] Sent: Thursday, June 27, 2002 8:18 PM To: Tomcat User (E-mail) Sub

AW: HELP! iSaSiLk 3.04 and Tomcat4

2002-06-28 Thread Ralph Einfeldt
If you use jdk 1.4 or jsse (don't know if that is part of the current tomcat distribution), I guess that java.net.URL finds sun's HttpsURLConnectionImpl before your for the iaik class/jar. Either make shure that your lib is found before those or just use sun's implementation. (See: http://jaka

problem after upgrading 4.0.1 -> 4.1.3: java.lang.VerifyError

2002-06-28 Thread Mark Prins
Many of my servlets that worked under 4.0.1 are complaining with: java.lang.VerifyError: (class: com/caris/fusion/servlet/JDMC_FusionServletBase, method: init signature: (Ljavax/servlet/ServletConfig;)V) Incompatible object argument for function call Any thoughts on this? Mark

RE: TC 4.1.3: JK2 connector dies? cant get isapi_redirector to talk to tomcat

2002-06-28 Thread Mark Prins
> -Original Message- > From: Ignacio J. Ortega [mailto:[EMAIL PROTECTED]] > Sent: Thursday, June 27, 2002 7:20 PM > To: unlisted-recipients > Subject: RE: TC 4.1.3: JK2 connector dies? cant get > isapi_redirector to > t alkto tomcat > > > > De: Mark Prins [mailto:[EMAIL PROTECTED]] > >

Re: TC 4.1.3 ExptyStackException

2002-06-28 Thread Martin Jacobson
Remy Maucherat wrote: >>Remy, >> >>I'm sure you're a busy guy, but I'd really appreciate an assist here; I >>moved to TC4.1 in order to have a working implementation of a JNDI >>DataSource, but in the process I have lost a working SSL implementation, >>which is *vital* for my application (this is

running multiple instances as NT services

2002-06-28 Thread Main, David
I've successfully set up multiple instances of Tomcat 4 on Windows 2000, and am using batch files to manually change CATALINA-BASE and start up / shut down each instance. Now, I'd like to be able to run the instances as NT services. Does anyone know how to do this? I used Javaservice.exe ( h