RE: Apache 2.0.35 + mod_jk-3.3-ap20.so

2002-04-07 Thread Donald Lee
Yes I agree but in this situation, the file mod_jk-3.3-ap20.so is specifically stated on the Jakarta site as being for Apache 2.0. Thanks -Original Message- From: Paul D. Bain [mailto:[EMAIL PROTECTED]] Sent: Saturday, April 06, 2002 11:06 PM To: Tomcat Users List Subject: Re: Apache

In wich cases does catatlina need access to application specific classes ???

2002-04-07 Thread Kriss Weissmann
Hi, I have a JAXM based web service as war-file with all needed libraries included. When I access the web service via catalina (4.0.2) as servlet engine, I get java.lang.NoClassDefFoundError exceptions. When I put certain libs (jaxb-rt-1.0-ea.jar, jaxm101ea.jar) in CATALINA\lib or in

Cookies and tomcat (URGENT PLEASE!)

2002-04-07 Thread paolo ciao
I know that servlet use cookies (if client support it) to manage session id. My question is quite simple: where this cookie is? I need to understand this because I have to test my application with Jmeter and I want to track session...how can i do? Thanks for any help.

java.io.IOException: Stream ended prematurely.

2002-04-07 Thread @Basebeans.com
Subject: java.io.IOException: Stream ended prematurely. From: Hyunjin Kim [EMAIL PROTECTED] === hi. i am using apache 1.3 and tomcat 4.0.3 and warp connector. I have successfully developed and tested my application in tomcat only situation(using 8080), but when i ported the application to

IP address

2002-04-07 Thread Alan Williamson
I am having a strange problem with Apache [Tomcat4] logs. All the accesses are going in from the [a.b.c.7] machine which is the ip address of the machine that is running Tomcat and Apache. I thought this a problem with Apache first of all, but when i do any CGI information like

Re: Cookies and tomcat (URGENT PLEASE!)

2002-04-07 Thread Daniel Hinojosa
paolo ciao wrote: I know that servlet use cookies (if client support it) to manage session id. My question is quite simple: where this cookie is? I need to understand this because I have to test my application with Jmeter and I want to track session...how can i do? Thanks for any help.

alias

2002-04-07 Thread Paul Phillips
I need some generic advice... probably really easy. I have written an application with a controller servlet. The controller servlet is event driven - every form submit button on one of the jsp pages maps to controller?event=DOWHATEVER. After the controller does its thing, it sends the puts

Urgent !!! Cannot start tomcat with SSL

2002-04-07 Thread Ann
Dear all, I have installed SSL for the tomcat 4.0 . It cannot start with the startup program. When I use the catalina run, I find that it has java.lang.NoSuchMethod Exception. Can anybody help? Thanks Ann Bruisy

status mod_webapp.so

2002-04-07 Thread Greg Munger
The server works for a moment and eventually stops working. The restart fails with: (98)Address already in use: make_sock: could not bind to port 80 First question: Where do I find the sources in order to recompile them? http://jakarta.apache.org/builds/jakarta-tomcat-4.0/release/v4.0.1/src to

IIS and TC 4.03

2002-04-07 Thread ce
I admit, I'm new to TC and I've been trying unsuccessfully all weekend to get TC playing nice with IIS5. I can get TC to work fine on its own, but the trouble appears to be getting TC to work through IIS. I've installed the ISAPI redirector and I've attempted to modify the settings according to

RE: alias

2002-04-07 Thread Jay Gardner
Did you try servlet servlet-namecontroller/servlet-name servlet-classcontroller/servlet-class !--This servlet-class needs to be the actual name of the servlet. If name is com.mycompany.myproject.Controller, then that is what needs to appear here.-- /servlet

Does TC 4.0 support multiple config files?

2002-04-07 Thread Michael Roberts
Does TC 4.0x support multiple config (server.xml) files. I would like to defined webapp contexts in separate files, one per webapp, and then address them via an 'include' command (element or attribute), similar to Apache HTTPD config files. I have searched the archives, but found no similar

RE: alias

2002-04-07 Thread Paul Phillips
Actually, its a bit more complicated, so I don't think Jay's solution (quoted below) will work. I am using a security constraint with form based authentication. This means that I have to request a servlet that is in a constrained area. The container forwards the request to a login page

Tomcat + Konqueror Weirdness ...

2002-04-07 Thread Peter Sojan
Hi! Has anyone noticed the weird behaviour of Konqueror when receiving 404-Errors from Tomcat!? The browser does not display the default 404-Error page from Tomcat but rather pops-up a window: Open blabla.html [Open] [Save] [Cancel] ... If i save the file it has zero bytes .. However if I

Re: Is there a native JDBC driver for MS Access?

2002-04-07 Thread Shantul Nigam
You may want to check out Sprinta2000 driver. I could get you the URL on monday or you can just look it up on a search engine. We use it for getting to MS-SQL. I expect that they could be used to get to Access. Shantul. On Saturday, April 6, 2002, at 08:55 PM, [EMAIL PROTECTED] wrote:

RE: saving object

2002-04-07 Thread Jay Gardner
It is best to set the column to auto-increment and put the unique constraint on it. Which programming language are you using? If JAVA, the mm.mysql driver has a method that does what you want: org.gjt.mm.mysql.Statement stmt = (org.gjt.mm.mysql.Statement)con.createStatement(); int

web.xml and jspc

2002-04-07 Thread Christian Bourque
Hi ! I'm trying to include the external xml fragment generated by Tomcat's JSPC into web.xml like this : -- web.xml : ?xml version=1.0 encoding=ISO-8859-1? !DOCTYPE web-app PUBLIC -//Sun Microsystems, Inc.//DTD Web Application 2.2//EN http://java.sun.com/j2ee/dtds/web-app_2_2.dtd; [ !ENTITY

Connectors: what are the differences?

2002-04-07 Thread Hans Bergsten
Hi guys, I'm trying to figure how the two Apache connectors available for Tomcat 4 compare. From what I've learned by reading all the info available on the site and the mailing list archives, it seems to me that the following is true: * Both the WARP and AJP connectors are considered to be

Problem Installing Tomcat

2002-04-07 Thread Layer111
Hello; I have installed Tomcat 3.1 on my PC.I set some environment variable as described in the documentation on apache web site.When I start Tomcat from DOS using startup command it does start in a new window but then the new window closes.Writing Url localhost:8080 on the browser address

Problem with SQL

2002-04-07 Thread Sudhir Kumar
Hi, I have a problem with the SQL Database. I have connected to SQL server through JDBC-ODBC bridge. In the code since i need to fetch the data inside a number of loops one inside the other , i have used 5 different resultset objects , 5 statement onjects and a single connection

RE: Problem Installing Tomcat

2002-04-07 Thread ce
window closes.Writing Url localhost:8080 on the browser address field returns nothing. If using IE, be sure to fully type URL out. As in: http://localhost:8080 IE won't know what to do with just localhost:8080. - tex -- To unsubscribe: mailto:[EMAIL PROTECTED] For additional

Tomcat 4.0 CVS won't start...

2002-04-07 Thread Jack Lauman
I get the following error in catalina.out with todays build from the cvs. Tomcat will not start as a result of this error. Ran fine yesterday. Would appreciate any suggestions on how to resolve it. Regards, Jack log4j:ERROR No appenders could be found for category

How to mess with BodyContent prior to evaluation

2002-04-07 Thread Jeffrey Bonevich
Here is what I want to do: * I have a taglib with a tag: mytag:get value=value_name [parse=(true|false)]/ * the GetTag class extends BodyTagSupport * doStartTag returns EVAL_BODY_BUFFERED * doInitBody() needs to get the object/value associated with value attribute; so I lookup value_name in a

Configuring ISP with virtual hosting

2002-04-07 Thread Stefan Lindgren
Hi all, I'm having some problems getting a proper ISP setup with Tomcat/Apache/Virtual hosting. Hopefully some can guide me/correct me:). 1. I need all customers to have a own setup. I have defined CATALINA_BASE for every user and in that dir a server structure(webapps/logs e t c) 2. In the