Tomcat/Apache trying to hide /webapp/ from URL

2002-04-07 Thread Soefara Redzuan
Sorry, I know Tomcat/Apache has been discussed endlessly but this problem is driving me around the bend. We have Tomcat(3.2.3) running fine. We have several webapps running on it with no problem, including our main corporate website which is accessed directly via Tomcat at http://www.domain.co

Re: IIS and TC 4.03

2002-04-07 Thread Tarun Ramakrishna Elankath
I managed to get Tomcat 4.03 + IIS working on my box (though it took some tinkering around). I used the tomcat-iis documentation on the ajp connector (in the configuration reference). Just follow it and ignore the other howto's on the web (which are outdated). At what point did you get stuck ?

RE: Problem with SQL

2002-04-07 Thread Gurmeet
Well u need to use Type -V drivers for SQL, one of them is Sprinta 2000 or Opta 2000 from i-net software. You can download the trial version from www.inetsoftware.de Gurmeet -Original Message- From: Sudhir Kumar [mailto:[EMAIL PROTECTED]] Sent: Monday, April 08, 2002 12:06 PM To: 'Tomca

RE: Problem with SQL

2002-04-07 Thread Sudhir Kumar
Ya.. it is the same JDBC-ODBC bridge.. any solution for this ?? -Original Message- From: Gurmeet [mailto:[EMAIL PROTECTED]] Sent: Monday, April 08, 2002 11:58 AM To: Tomcat Users List; [EMAIL PROTECTED] Subject: RE: Problem with SQL Are u using the same JDBC-ODBC bridge in case of oracl

mod_jk tru64 Plateform

2002-04-07 Thread Jayesh Srivastava
Hi all, I am trying to compile mod_jk.so on tru64 compaq unix but I am getting this error gcc -DOSF1 -DUSE_HSREGEX -DUSE_EXPAT -I../lib/expat-lite -fpic -DSHARED_MODULE -I/home5/staff/genepick/usr/apache/include -I../common -I/usr/opt/java131/includ e -I/usr/opt/java131/include/alpha -c ../c

RE: Problem with SQL

2002-04-07 Thread Gurmeet
Are u using the same JDBC-ODBC bridge in case of oracle and Access also? Anyway this problem comes becuase JDBC-ODBC bridge drivers are not serialisable. Gurmeet -Original Message- From: Sudhir Kumar [mailto:[EMAIL PROTECTED]] Sent: Monday, April 08, 2002 9:07 AM To: 'Tomcat Users List'

Re: Simple Question (I hope...)

2002-04-07 Thread Erwin Ambrosch
I think your docBase should be webapps/test Erwin Am Freitag, 5. April 2002 18:29 schrieben Sie: > Hi there, > > I'm new to Tomcat and to this list, so apologies if this question has > already been asked (I've checked the archives and can't find an answer). > > I'm trying to create a new conte

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

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: * 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 repository object I shoved in my PageContext

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 (org.apache.commons.digeste

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: For additional c

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 object.

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 fiel

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 produc

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 : http://java.sun.com/j2ee/dtds/web-app_2_2.dtd"; [ ] > &auto-web; 10 index.html /WEB-INF/app.tld /WEB-INF/app.tld --

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 Re

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: > my

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

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 outside

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 info

RE: alias

2002-04-07 Thread Jay Gardner
Did you try controller controller controller /login Don't worry about the query string being passed in to the servlet. That will be passed by the container from the jsp to the servlet. Hope this helps! --Jay Gardner -Original Message- Fro

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

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

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

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 put

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.

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 getRemoteAddr(

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 com

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. _

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 CATALINA\com

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 2.0