Lifecycle error

2002-04-29 Thread muralipn
Hello I get get this error sometimes when compile a java file and run the application " WebappClassLoader: Lifecycle error : CL stopped " Your help is needed. From Murali -- To unsubscribe: For additional commands

Re: tomcat deployment

2002-04-29 Thread Nathan Coast
Thanks, > > It seems you are looking for a difficult way. > I think the easiest way would be having some ant targets that put your war files in >TOMCAT_HOME/webapps. Don't forget to have unpackWARs to be true in the Host element >(in server.xml). > does this work for updates to the war file?

Re: WAR deployment

2002-04-29 Thread Oki DZ
On 04/27 00:06 Rick Snide wrote: > When I place myapp.war in the /webapps directory and do not put a context entry in >the server.xml, the app unpacks when Tomcat starts and works fine. > When I put a context entry into the server.xml, the app does NOT unpack, and does >not work. > 1. Is it pos

tomcat/java advocacy (was Re: Tomcat and Apache Server - Instalation and Performance)

2002-04-29 Thread Joel Rees
Sexton, George commented > I can give you some good reasons not to use PHP. Take a look at the > Horde/IMP project. It's nice stuff. But my goodness, some of the problems > they have > > For example, it is impossible in PHP to open an IMAP connection and save it > on the session so that it ca

Re: tomcat deployment

2002-04-29 Thread Oki DZ
On 04/29 21:09 Nathan Coast wrote: > I'm looking for the correct way to deploy / redeploy webapps into the tomcat web > container from ant. I've followed a few threads in tomcat and ant user lists > but am just getting confused. ... > as far as I can see there are a number of options: > 1) writ

RE: Apache 2.0x with Tomcat 4.0x?

2002-04-29 Thread Brett Porter
searching the archives will turn up about 100 such messages. http://www.mail-archive.com -Original Message- From: Jack Frosch [mailto:[EMAIL PROTECTED]] Sent: Tuesday, 30 April 2002 12:19 PM To: 'Tomcat-User' Subject: Apache 2.0x with Tomcat 4.0x? Now that Apache 2.0x has been released,

Apache 2.0x with Tomcat 4.0x?

2002-04-29 Thread Jack Frosch
Now that Apache 2.0x has been released, I'm wondering if Tomcat 4.0x can work with it, using the Warp connector or something else? Thanks. Jack

careful with -Xms etc.?

2002-04-29 Thread Phillip Morelock
I just noticed something quite by accident because I accidentally mistyped my TOMCAT_OPTS inside of the tomcat.sh file. (3.2.4, standalone, linux, jdk 1.3). I don't know if this is "common knowledge" or not, but I thought I would share with the group: the TOMCAT_OPTS affects not only the VM that

Two version of Tomcat on Sun Box

2002-04-29 Thread Steve Vanspall
Can anyone help me, I have Tomcat 3.2.2 and tomcat 4.0 on my sun box, I have just deployed an application under tomcat 4.0, but when I try to startup tomcat, the startup process starts the tomcat 3.2.2 version not the 4.0 version I am in the Tomcat 4.0/bin directory, and I actually execute the

Re: Why deployment using xml file doesn't work?

2002-04-29 Thread Vernon Wu
Thanks Brett for your thought. The problem, unfortunately, is not the one you mentioned. It seems to be very tough. No one has any clue yet. 4/30/2002 4:40:04 AM, "Brett M. Bergquist" <[EMAIL PROTECTED]> wrote: >Vernon, is the error message below cut'n'pasted to your email? If so, it look

Re: Configuring Apache 2.0.35 and TomCat 4 under WinXP Server

2002-04-29 Thread Jeffrey Bonevich
Sorry, I am a linux jockey. Have not tried any of this under win2K. [EMAIL PROTECTED] wrote: > Hi jeff > > I need your help if you could have linked the tomcat + apache2.0 under w2k ? > Pls give me some tips how to do that > > reg > bm > > Jeffrey Bonevich wrote: > > >>You actually have

RE: Off topic:cookies nightmare!!!!!!!!

2002-04-29 Thread John Regan
THAT WAS IT!! Scott, thank you so much for the quick response, and thank you Craig for the clarification!! Happy Monday. -Original Message- From: Craig R. McClanahan [mailto:[EMAIL PROTECTED]] Sent: Monday, April 29, 2002 2:49 PM To: Tomcat Users List Cc: [EMAIL PROTECTED]; Struts Users

Re: Which Connectors?

2002-04-29 Thread Milt Epstein
On Mon, 29 Apr 2002 [EMAIL PROTECTED] wrote: > On Mon, 29 Apr 2002, Anthony W. Marino wrote: > > > You mentioned something about a "tar" problem. Does the cvs > > snapshot "tar" work? > > 'tar' is not the problem :-), but the snapshot that is included with > 4.0.2/4.0.3. > > The nightly is fine,

Re: Which Connectors?

2002-04-29 Thread costinm
On Mon, 29 Apr 2002, Anthony W. Marino wrote: > You mentioned something about a "tar" problem. Does the cvs snapshot "tar" > work? 'tar' is not the problem :-), but the snapshot that is included with 4.0.2/4.0.3. The nightly is fine, and 4.0.4/3.3.2 will include the right snapshot ( I hope

manager app comands

2002-04-29 Thread Nathan Coast
Hi, I'm trying to determine what tasks / methods I should be calling on the manager app, to deploy etc. What is the difference between install and deploy? (also remove and undeploy). what sequence of commands to I need to call to a) install a webapp from a war b) replace an existing webapp wi

Re: Off topic:cookies nightmare!!!!!!!!

2002-04-29 Thread Craig R. McClanahan
On Mon, 29 Apr 2002, pixel wrote: > Date: Mon, 29 Apr 2002 17:42:13 -0400 > From: pixel <[EMAIL PROTECTED]> > Reply-To: Tomcat Users List <[EMAIL PROTECTED]> > To: [EMAIL PROTECTED] > Cc: Tomcat Users List <[EMAIL PROTECTED]>, > "Struts Users (E-mail)" <[EMAIL PROTECTED]> > Subject: Re: Of

Re: Off topic:cookies nightmare!!!!!!!!

2002-04-29 Thread pixel
John, I had a similar problem, which seem to be resovled by explicitly setting the path of the cookie to "/" before adding it to the response. Cookie userCookie = new Cookie("U_ID", userId); userCookie.setMaxAge(94608); userCookie.setPath("/"); httpResp.addCookie(userCookie)

tomcat 4.1 source

2002-04-29 Thread Nathan Coast
hi, can someone let me know where to find the tomcat 4.1 sources? trying to find the ant deploy task code. thanks Nathan -- To unsubscribe: For additional commands: Troubles with the list:

Re: Which Connectors?

2002-04-29 Thread Anthony W. Marino
You mentioned something about a "tar" problem. Does the cvs snapshot "tar" work? Thanks again, Anthony > On Mon, 29 Apr 2002, Anthony W. Marino wrote: > > Costin, > > > > Thank you very much for this claification!!! > > Could you, or someone, advise/point to document on where "jk2" is with >

Re: Which Connectors?

2002-04-29 Thread costinm
On Mon, 29 Apr 2002, Anthony W. Marino wrote: > Costin, > > Thank you very much for this claification!!! > Could you, or someone, advise/point to document on where "jk2" is with regards > to function completion? Most of the essential features ( Ajp over TCP, with manual configuration ) are do

Off topic:cookies nightmare!!!!!!!!

2002-04-29 Thread John Regan
I am John Regan. Environment: NT IE 5.0 Tomcat 4.0 Struts 1.0 When a user requests our index page we write a pagehit sequence # to the client's cookie through the following code: //no cookie exits else { Cookie pcookie = new Cookie("P",r.getPagehitcode());

Re: Problem with Filters - Tomcat 4.0.1

2002-04-29 Thread @Basebeans.com
Subject: Re: Problem with Filters - Tomcat 4.0.1 From: "Shaun Thompson" <[EMAIL PROTECTED]> === Answered my own question. The setContentType() on my responseWrapper was being called again downstream before the response was committed setting the content type back to text/html. "Shaun Thompson"

Re: Why deployment using xml file doesn't work?

2002-04-29 Thread Brett M. Bergquist
Vernon, is the error message below cut'n'pasted to your email? If so, it looks like you have a space between the in the directory. It looks like there is a space between "b2-" and the "01". Document base c:\tomcat\jakarta-tomcat-4.0.4-b2- 01\webapps\mm

Problem with Filters - Tomcat 4.0.1

2002-04-29 Thread @Basebeans.com
Subject: Problem with Filters - Tomcat 4.0.1 From: "Shaun Thompson" <[EMAIL PROTECTED]> === Hello, I'm trying to run a filter for my jsp's formatting the output I get back for a wap enabled browser. The problem that I run into is when I stuff the response in a wrapper and send it down the filte

RE: Servlet init() callin twice on startup. PLease help.

2002-04-29 Thread Andy Eastham
Ivan, I had this problem. I found it was caused when you use Tomcat Standalone and Tomcat Apache (at least when using mod_webapp / warp). I don't need Tomcat Standalone, so I removed it from server.xml. It seemed that a separate class instance was being loaded for each (I tested 4.0.1 and 4.0.

Re: [Fwd: Object Not Found.. Tomcat won't connect]

2002-04-29 Thread David A. Bartmess
My main server is Dingo.Home.. But the virtual server I want to put under JSP is its.home. Will that matter? Do I need to put the its.home:82 (the port it's assigned to) in the WebAppConnection statement? It's not real clear in the documentation. And by that assumption, I put the its.home in the E

Re: Which Connectors?

2002-04-29 Thread Anthony W. Marino
Costin, Thank you very much for this claification!!! Could you, or someone, advise/point to document on where "jk2" is with regards to function completion? Thanks, Anthony > On Sun, 28 Apr 2002, Anthony W. Marino wrote: > > I'm confused with the state of the connectors available for > > Apache

RE: context variable in web.xml does not work in tomcat 4

2002-04-29 Thread Jack Li
Thanks, That is how I resolved my problem. Jack -Original Message- From: Chris Faulkner [mailto:[EMAIL PROTECTED]] Sent: Monday, April 29, 2002 2:40 PM To: Tomcat Users List Subject: Re: context variable in web.xml does not work in tomcat 4 HI I also had this problem. I moved the vari

Re: Apache 2, Tomcat 4 and mod_jk2

2002-04-29 Thread Anthony W. Marino
Costin, I appreciate you taking the time to further explain jk!!! Thank You, Anthony > On Fri, 26 Apr 2002, Anthony W. Marino wrote: > > The example for "mod_jk2" shows a worker's config for "AJP13" but I > > thought that "jk2" is "AJP14"? > > Well, there is a lot of confusion ( and I'm talking

Re: jsp servlet error in NetBeans

2002-04-29 Thread @Basebeans.com
Subject: Re: jsp servlet error in NetBeans From: "Joey DiPrimo" <[EMAIL PROTECTED]> === Under your tomcat directory there should be a sub-directory work/DEFAULT/your-app-name Under that directory should be .java and .class files that correspond to your .jsps. These are automatically generated by

RE: Apache+tomcat Integration....Confused....

2002-04-29 Thread costinm
On Mon, 29 Apr 2002, Vinay Singh wrote: > As far as I know - > > > 1) mod_webapp is latest and will continue to evolve It's development started the 'latest', true. > 2) mod_jk will not see any future enhancements and will have only bug fixes That's completely false. mod_jk has a stable versi

RE: mod_jk1.2.0 with Apache2.0.35 on Solaris8

2002-04-29 Thread costinm
On Mon, 29 Apr 2002, Steve Wong wrote: > Hello, > > I have changed those configuration files to the same as yours. But still don't work. > Don't know will it because that my mod_jk.so has problem or not. > I use ant to make the mod_jk.so from the jakarta-tomcat-connectors-4.0.2-01-src > When ma

Re: Which Connectors?

2002-04-29 Thread costinm
On Sun, 28 Apr 2002, Anthony W. Marino wrote: > I'm confused with the state of the connectors available for Apache2/Tomcat > integration. Could someone, please, shed some light on this. The following > is some of what I've read/interpreted from messages on this list: > > mod_jk: Unstab

Re: jdbc realm + form authenication setup

2002-04-29 Thread Rick Fincher
Hi Julie, In your web.xml file if you specify auth-method FORM you have to give it two form names like so: FORM /login.htm /loginFailed.htm You only use realm-name if you are using the BASIC authentication scheme. You have to provide the pages for form-login and

taglib problem

2002-04-29 Thread Frederic Rouyre
Hello, I'm using Tomcat 4.0.3 under linux with j2sdk1.4.0. I developped a web application that works great under nt (same jvm, same Tomcat) but under linux, it complains about a missing tag (but I have them included in my web.xml). Does someone has an idea why it works on NT 4

Re: context variable in web.xml does not work in tomcat 4

2002-04-29 Thread Chris Faulkner
HI I also had this problem. I moved the variables to the top of my web.xml and it worked. Honest. It seems that TC 4 is fussy about the order of the entries. Chris -- To unsubscribe: For additional commands: Troubles with the list:

RE: Servlet init() callin twice on startup. PLease help.

2002-04-29 Thread Brian Bernardo
How about you give a little background info? If you are using webappdeploy in apache, the comment out the below line in your server.xml file: People always miss that one when using mod_webapp. Give more info, so the list can be of greater assistance. Brian -Original Message

RE: Servlet init() callin twice on startup. PLease help.

2002-04-29 Thread Donie Kelly
I guess not. Search the archives as I've seen this problem discussed here in detail... Hope you find it. Donie -Original Message- From: IvanLatysh [mailto:[EMAIL PROTECTED]] Sent: 29 April 2002 19:25 To: Tomcat Users List Subject: Re: Servlet init() callin twice on startup. PLease help.

Re: Servlet init() callin twice on startup. PLease help.

2002-04-29 Thread IvanLatysh
Hello, Donie! You wrote to "'Tomcat Users List'" <[EMAIL PROTECTED]> on Mon, 29 Apr 2002 19:14:32 +0100: DK> Do you have the servlet mapped twice in web.xml? http://java.sun.com/dtd/web-app_2_3.dtd";> Postmaster On-Line data validation system. execloader postmaster.execLoader

RE: Servlet init() callin twice on startup. PLease help.

2002-04-29 Thread Donie Kelly
Do you have the servlet mapped twice in web.xml? -Original Message- From: IvanLatysh [mailto:[EMAIL PROTECTED]] Sent: 29 April 2002 19:17 To: Tomcat Apache Subject: Servlet init() callin twice on startup. PLease help. I have servlet that executing on start up. And when I see log - i ca

Servlet init() callin twice on startup. PLease help.

2002-04-29 Thread IvanLatysh
I have servlet that executing on start up. And when I see log - i can see that servlet was started twice. I need to start it one. Where I am wrong ? Sincerely yours, Ivan Latysh. [EMAIL PROTECTED] http://ivan.yourmail.com -- To unsubscribe: For additional commands:

Re: Stable and Secure?

2002-04-29 Thread Orion Henry
On Mon, 2002-04-29 at 11:06, Orion Henry wrote: > What's the most stable and secure combo of Tomcat, VJM, and > Apache-Connector to use on an x86 Red Hat Linux box running Apache > 1.3.22 (current for RH 7.2)? I mean JVM not VJM. :( -- To unsubscribe: For additional

Stable and Secure?

2002-04-29 Thread Orion Henry
What's the most stable and secure combo of Tomcat, VJM, and Apache-Connector to use on an x86 Red Hat Linux box running Apache 1.3.22 (current for RH 7.2)? -- To unsubscribe: For additional commands: Troubles with the list:

Tomcat4.0 + Apache2.0 integration on Win2K

2002-04-29 Thread Sefton, Adam
Hi there, I'm still having problems getting Apache to start with the mod_webapp module to connect it to tomcat on Win2k. I've installed mod_webapp as directed, and also put libapr.dll in system32 (also I've put it in the /modules directory and I noticed that /bin directory already contains th

how to set environment variable(or system properties)

2002-04-29 Thread Leland Chen
Hi all, I try to move an application from Netscape fasttrack web server to tomcat 4.0.1. I found there are some environment variables defined in netscape config "jvm12.conf" file. The environment variables are used in some of the servlets. Any one knows where to def

Re: Configuring Apache 2.0.35 and TomCat 4 under WinXP Server

2002-04-29 Thread bm
Hi jeff I need your help if you could have linked the tomcat + apache2.0 under w2k ? Pls give me some tips how to do that reg bm Jeffrey Bonevich wrote: > You actually have three arguments ;-) Get rid of the whitespace in your > module path and try again. > > jeff > > Frederick Aubert wrote:

JSPWriter vs ServletOutputStream

2002-04-29 Thread Clearwater, Pete
Hi. In an attempt to increase my webapp performance, I've created servlets out of my JSP's using JspC then modified the output java files to replace the JSPWriter out with a ServletOutputStream out. This has increased my maximum CPU load - total throughput from 250 KB/s to 800 KB/s !!. I was

Re: [Fwd: Object Not Found.. Tomcat won't connect]

2002-04-29 Thread Adrian
Servername under Apache2 has to be dingo.home:80 grep server.xml for webapp, you find the necessary config there. (See below) change Apache to dingo.home or dingo.home:80 , I think localhost will also work, I`m on a different machine right now. make sure you apachectl

Using PrintWriter instead of System.err for Errors (Was mm.mysql Driver)

2002-04-29 Thread Adrian
No , I`m running under FreeBSD , I found out my problem. I used driver instead of Driver for mthe class name. I was looking for an error named MySQL, instead it was showing an unable to find mm.mysql.driver error (I forget the exact path to it so I shortened it above) it should have been Driv

Re: Why deployment using xml file doesn't work?

2002-04-29 Thread Vernon Wu
Can someone please help me on this problem. Thx. 4/26/2002 1:24:18 PM, Vernon Wu <[EMAIL PROTECTED]> wrote: >During the development phrase, I would like to use xml to deploy my application >without copy all file, directories to the >tomcat installation directory. My deployment xml is very s

context variable in web.xml does not work in tomcat 4

2002-04-29 Thread Jack Li
Hello all, I have setup a context variable in web.xml below. It worked in tomcat 3. After I upgraded to Tomcat 4, it doesn't work anymore and generated an xml parse error message in log file. Any idea? myServerName ABC Thanks, Jack Li

Re: Tomcat and JSP Custom Tags

2002-04-29 Thread Javier Urbaneja Fan
I can change 1.1 to 1.2 in that tag, but if I change the name of the tag from jspversion (or tlibversion, etc) to jsp-version (tlib-version,...), these last names adjusting to the DTD 1.2, the Tomcat launches a Parse Error while starting and the webapp doesn't work. In fact, the next tag has a com

RE: Configuring Apache 2.0.35 and TomCat 4 under WinXP Server

2002-04-29 Thread Frederick Aubert
Hi, Here is the next step... Any thought? Contact me privately, I guess it¹s better... Cannot load D:/Server/Apache2/modueles/mod_webapp.so (I am also trying to install PHP) Cannot load D:/Server/PHP/sapi/php4apache.dll I checked and double checked there are files with the correct names at the

Re: Tomcat Crash or stuck without DISPLAY

2002-04-29 Thread @Basebeans.com
Subject: Re: Tomcat Crash or stuck without DISPLAY From: Torgeir Veimo <[EMAIL PROTECTED]> === Liza Shuliak wrote: > Being running from terminal window without DISPLAY environmental variable > defned properly, > (that is when DISPLAY points to "closed" display, for example), catalina > (version

Re: tomcat/apache with ALIASES (Was canonical names)

2002-04-29 Thread Ken Anderson
I don't know if this will help, but ServerName should be the hostname, not the IP. http://httpd.apache.org/docs/mod/core.html#servername Ken Brian Bernardo wrote: Brian Bernardo wrote: > > > Here is the whole catalina.out file. The last line is the targetHost entry. > That always is the Ser

Re: How do you use j_security within in a servlet?

2002-04-29 Thread Craig R. McClanahan
On Mon, 29 Apr 2002, Hillel Bilman wrote: > Date: Mon, 29 Apr 2002 01:27:28 +0200 > From: Hillel Bilman <[EMAIL PROTECTED]> > Reply-To: Tomcat Users List <[EMAIL PROTECTED]> > To: [EMAIL PROTECTED] > Subject: How do you use j_security within in a servlet? > > Dear Tomcat Guru's > > All the refe

Tomcat Crash or stuck without DISPLAY

2002-04-29 Thread Liza Shuliak
Being running from terminal window without DISPLAY environmental variable defned properly, (that is when DISPLAY points to "closed" display, for example), catalina (version 4.0.1) sometimes gets stuck or even crashes. In both cases there is the following line in catalina's output: X connectio

jdbc realm + form authenication setup

2002-04-29 Thread julie . f . mccabe
Hello I have been unable to set up jdbc realm with form authenication method. I have the jsp, the server.xml and web.xml files configured but it doesn't work - I am missing sometime but have not found a good resource to explain exactly what this is. Does anybody have an example/know of a good r

webapp-info and security

2002-04-29 Thread Jean-Luc BEAUDET
> Hi everybody ! > > Well > Working on SOLARIS8 with Apache1.3.22/Tomcat 4.0.2-Final and Warp 1.0.2 > > I find the http://MyServer/webapp-info very usefull for many things. > > I customized the manager to manage my Servlets Zone and it works good > with the basic tomcat-users.xml meyhod. > > I add

Re: [Fwd: Object Not Found.. Tomcat won't connect]

2002-04-29 Thread David A. Bartmess
Actually, I have 3 Virtual Servers, the relevant httpd.conf parts are below... Thanks for any help! ServerName Dingo.Home DocumentRoot /var/www/html/ Listen 10.0.0.3:80 Listen 10.0.0.4:80 Listen 10.0.0.5:80 Listen 127.0.0.1 LoadModule mod_webapp /usr/local/apache2/modules/mod_webapp.so AddModul

Re: Tomcat and JSP Custom Tags

2002-04-29 Thread James Williamson
Javier, There's a jspversion element within the tag descriptor file, you need to change it to 1.2 James www.nameonthe.net UK Tomcat Hosting - Original Message - From: Javier Urbaneja Fan <[EMAIL PROTECTED]> To: Tomcat Users List <[EMAIL PROTECTED]> Sent: Monday, April 29, 2002 12:35 PM

tomcat 4 logging extended NCSA

2002-04-29 Thread Lea Allison
Hi can anyone tell me what I have to do to get Tomcat 4.0.2 logging in extended NCSA format for use with a web stats program? Thanks Lea -- To unsubscribe: For additional commands: Troubles with the list:

How to limit Tomcat connection ?

2002-04-29 Thread lau bella
Hi, I have connect connect apache 1.3.20 <--> tomcat 3.2.2 <--> Oracle8.1.7 The tomcat die (stop) when there is heavily load. 1. Does tomcat has limited "number of connection" to apache and Oracle database ? 2. If yes, is it useful to set "number of connection" to a larger number in Tomca

tomcat deployment

2002-04-29 Thread Nathan Coast
hi, I'm looking for the correct way to deploy / redeploy webapps into the tomcat web container from ant. I've followed a few threads in tomcat and ant user lists but am just getting confused. http://www.mail-archive.com/tomcat-user%40jakarta.apache.org/msg51926.html http://www.mail-archive.c

indexed property type ie (String[] s) for handling checkboxes.

2002-04-29 Thread Chuck Amadi
Hi , anyone exceptional on indexed property types ie String[] opportunities for handling checkboxes. I have followed the Memento design pattern every is going as plan except that when i check the populated PostgreSqj db i get a [Ljava.lang.String;@13a9bc77 in the column field . Thus reply wit

Re: javax.servlet.ServletException: Cannot create bean of class MoniTestBean

2002-04-29 Thread Chuck Amadi
Scott Purcell wrote: >I have ran into that issue many times, and my workaround has always been to put your >bean in a class. >eg. com/MoniTestBean >and make sure you add the package statement >package com; at the top of your java file, >recompile, then change your useBean to look like this. Wher

RE: ApacheJSSI.jar and Tomcat

2002-04-29 Thread John Burgess
I believe jars for servlets need to go in the /webapps/your_app_name/WEB-INF/lib folder. i.e. to be in your web application's folder hierarchy. Also JSSI seems a rather old tool -- could you not use and use JSP instead. Best Wishes (and I hope your trousers have dried out a bit!) John Burgess

newbie assistance with catalina.policy

2002-04-29 Thread David Boyer
I'm using Novell's eCommerce beans for LDAP authentication, and my JSP works fine until I start tomcat with security manager. I've resolved several errors by modifying catalina.policy, but I can't seem to get past this one: com.novell.ecb.CommandException: access denied (java.io.FilePermission C

Re: Loadbalancer connector Question

2002-04-29 Thread Gabriel Maffia
The platform is: 1) Apache 1.3.23 2) Tomcat 4.0.1 3) RedHat Linux 7.2 4) mod_jk The jvmroute attribute is set in both server.xml Is there a way to force Tomcat to use sessionid or something (maybe I have it disabled). Thanks a lot Gabriel. - Original Message - From: "Vinay Singh" <[EMA

XML Parsers on Solaris vs. Windows

2002-04-29 Thread Donie Kelly
Hi all We are wondering why crimson.jar and jaxp.jar is shipped with the windows version of tomcat and Solaris ships with xerces.jar Can anybody explain the differences in the use of Jar files in the common/lib directory? Regards Donie -- To unsubscribe: For additi

Re: How to enforce SSL???

2002-04-29 Thread Steve D George
Johnathan, thanks a lot for that. It works fine with the transport-guarantee element set to CONFIDENTIAL. If I try to hit any of the pages in the defined directory, tomcat redirects the request to the port defined as the 'redirectPort' of the connector and switches to https without me having to c

Tomcat and JSP Custom Tags

2002-04-29 Thread Javier Urbaneja Fan
Where I can tell Tomcat which DTD to use in validating my TLDs? I'm using Tomcat 4.0.3 and it´s using the older version (web-jsptaglibrary_1_1.dtd) instead of the 1.2. I see both DTDs are included in the Tomcat's servlet.jar. My web.xml is already validating against the Servlet 2.3 DTD. Javier

How to set the log file

2002-04-29 Thread Louis Voo
Hi, I want to set the standard output and error log to a log file, how to do that? I added this in server.xml but its not working. It always display the log in the command window. Louis -- To unsubscribe: For additional commands:

Re: Tomcat 4.04b2 and Poolman2.04

2002-04-29 Thread Louis Voo
Finally I found the problem, tomcat only pick up .jar files not the .zip files, so I have to rename the zip file to jar file then it works. - Original Message - From: "Louis Voo" <[EMAIL PROTECTED]> To: "Tomcat Users List" <[EMAIL PROTECTED]> Sent: Monday, April 29, 2002 7:50 AM Subject

Re: Apache+tomcat Integration....Confused....

2002-04-29 Thread Michael Delamere
1) mod_web_app is AFAIK barely beta, however the most stable for apache2. 2) mod_jk2 is being heavily developed right now and will not be replaced by mod_webapp in the near future. This was posted in the tomcat-dev list this morning: [...] However I do think we should somehow document better w

Re: Which Connectors?

2002-04-29 Thread Michael Delamere
I´m starting to have the same thoughts, meaning going back to my old configuration because: a: I had virtual hosts working thanks to the patch from Alain Coetmeur. b: I´m not convinced with any of the apache2 connectors at present. bye Michael Delamere - Original Message - From: "Antho