tomcat 4.1.2 errors relate to new webapps deploy

2002-11-04 Thread yoom nguyen
What are these errors mean and how to resolve them? **start of errors files * Nov 5, 2002 2:26:44 AM org.apache.commons.digester.Digester endElement FINE: No rules found matching 'taglib/tag/attribute/rtexprvalue'. Nov 5, 2002 2:26:44 AM org.apache.commons.digester.Digester endEl

Re: Which connector to use?

2002-11-04 Thread Bill Barker
The code base for mod_jk2 is a complete re-write. mod_jk2 has greatly improved support for connecting to Tomcat via JNI (most useful for multi-threaded servers like IIS/Apache-2/iPlanet), and also supports using Unix-sockets. The request mapping (e.g. deciding if Tomcat or Apache handles the requ

Re: How to Capture Error Msgs/Exceptions when Tomcat Die.

2002-11-04 Thread Bill Barker
A1: Probably this is why. The minimal amount of configuration is usually to set wrapper.tomcat_home and wrapper.java_home. After changing the file, you simply need to stop and re-start the service for the changes to take effect. A2: jk_nt_service is a wrapper program that can run as a NT/W2K/XP

Tomcat bug - chokes on # when redirecting

2002-11-04 Thread Schnitzer, Jeff
This is the most obscure bug I have ever seen: Take a look at the very simple JSP at the end of this message. If you include "go=true" as a query parameter, it issues a redirect to itself like this: redir.jsp?foo=bar#123 If you use the redirect from IE6, Tomcat displays "foo bar#123" rather tha

Re: Can't solve SAXParseException: The string "--" is not permittedwithin comments

2002-11-04 Thread Nikola Milutinovic
Jacob Kjome wrote: Yep, known issue. Try using the previous version of Xerces-2.x.x. The newest one doesn't seem to play well with Digester. I've read in the mail archives that this bug can be solved using a different version of Xerces. I've replaced "jakarta-tomcat-4.1.12/common/endorsed/x

Tomcat 4.1 and apache 1.3 how-to

2002-11-04 Thread Beatty, Z
Can anyone point me in the right direction, for connecting Apache 1.3 and Tomcat 4.12, on Solaris 7? Should I try mod_webapp, mod_jk, or mod_jk2? I need a binary file, for whatever connector I choose. Please don't respond with RTFM. There are no binaries avaiable in: http://jakarta.apache.or

Problem with JSP Examples

2002-11-04 Thread Le.Wang
Hello Sir, today I installed the newest version TOMCAT5.0 , and I ran it under Linux SuSE8.0. I could visit the "http://localhost:8080"and see the servlet examples, but when I wanted to see the "JSP Examples", it always showed the error message "type Status report message /jsp-examples/ desc

Calling a CGI routine

2002-11-04 Thread Wilhelm Colln
I am trying to use a CGI routine hosted on a remote server and transfer some parameters to control the results, but I don't know how to call the routine "http://www.domian.com/xxx.cgi"; from JSP. Perhaps with sendredirect ? Thanks, Wilhelm. -- To unsubscribe, e-mail:

RE: Tomcat and CLASSPATH

2002-11-04 Thread Justin Ruthenbeck
Ahh... so (if I read this correctly), you've got your application always installed on a system in a certain directory structure that is independent of Tomcat. Then there's some element that is a web application that some clients get/activate. You want to keep all your stuff together and opti

Re: A Question on Tomcat 4.1

2002-11-04 Thread Kwok Peng Tuck
I think you need to add a context for your webapp before you can do that. Or just deploy your webapp under webapps. Minghua Yao wrote: Hi, I am new in using tomcat. My question is: $CATALINA_HOME/webapps/examples/WEB-INF/classes/HelloWorldServlet.class can be executed by typing in the IE br

A Question on Tomcat 4.1

2002-11-04 Thread Minghua Yao
Hi, I am new in using tomcat. My question is: $CATALINA_HOME/webapps/examples/WEB-INF/classes/HelloWorldServlet.class can be executed by typing in the IE browser http://:8080/examples/servlet/HelloWorldServlet But $CATALINA_HOME/webapps/my/WEB-INF/classes/HelloWorldServlet.class can N

RE: JNDI results in Cannot Load JDBC Driver Class

2002-11-04 Thread Hari Venkatesan
Sorry for the late reply Firstly you have define your datasource for the application in the context path. I believe this has to be defined for each and every application. The following is one sample

RE: Tomcat and CLASSPATH

2002-11-04 Thread Chris gokey
Hi Justin. Thanks for your response. I'm not suggesting that Tomcat should be started up with some type of global classpath, rather I'm suggesting that the applications context for retrieving it classes does not necessarily need to be in WEB-INF/classes and WEB-INF/lib. Instead, why not specify

Re: Which connector to use?

2002-11-04 Thread developer
so more specifically what is new in mod_jk2 ? Is it just new features built on the same code base or is it a completely rewritten version? On Mon, 4 Nov 2002, Robert L Sowders wrote: > > Strictly an opinion thing, > > If you want a lot of help and examples with what is considered mature code

RE: Tomcat and CLASSPATH

2002-11-04 Thread Justin Ruthenbeck
For simple applications in development, you're right -- there is no technical roadblack that prevents you from comingling your source and compiled classes, modifying Tomcat's classpath so that the default classloader finds them, and running your app. However, no one (or very few) do this beca

digest authentication or DIGEST

2002-11-04 Thread Frank Balluffi
I am able to successfully configure Tomcat 4.1.12 to use basic authentication and access a servlet from IE 5.5. conf/server.xml contains: conf/tomcat-users.xml contains: myapp/WEB-INF/web.xml contains: My Application My Application invoker /servlet/*

RE: Tomcat and CLASSPATH

2002-11-04 Thread Chris gokey
Consider you have a package structure: com.xyz.clients (/home/jdoe/java/src/com/xyz/client) com.xyz.server (/home/jdoe/java/src/com/xyz/server) com.xyz.util (/home/jdoe/java/src/com/xyz/util) Suppose you wanted to compile all these packages. Where would you direct the output of the generated clas

version of mod_jk.dll needed

2002-11-04 Thread Koes, Derrick
Does anyone have a mod_jk.dll that will work with tomcat 4.0.6 and apache 2.0.40? Thanks, Derrick This electronic transmission is strictly confidential to Smith & Nephew and intended solely for the addressee. It may contain information which is covered by legal, professional or other privilege.

Re: Tomcat 4.1.12, Apache 2.0.43, Win/2K

2002-11-04 Thread Aryeh Katz
snip > > The order of the LoadModule statements is important. > This works: I wonder if you set the load order (as per the following document http://httpd.apache.org/docs-2.0/developer/hooks.html - the part about controlling the hook order at the end) if you get any different behavior. Apache 2 do

RE: tomcat 4.1.12 with apache1.3.26 and mod_jk integration error.

2002-11-04 Thread Lambert, Stephen : CO IR
The hosts file is now correct. I'm now able to load the /examples directory the following ways: http://w121c20.legacyhs:8080/examples http://w121c20.legacyhs/examples but not with http://localhost:8080/examples or http://localhost/examples Also, when I test a jsp example as standalone, it works

Re: Tomcat 4.1.12, Apache 2.0.43, Win/2K

2002-11-04 Thread Robert L Sowders
Thanks, I'll verify this and if it pans out then I'll, add it to my how to. I've been using Active State perl on the win2k boxes, there is no problem with it. rls

Re: Which connector to use?

2002-11-04 Thread Robert L Sowders
Strictly an opinion thing, If you want a lot of help and examples with what is considered mature code the mod_jk Other wise mod_jk2 has some exciting new stuff a happening. rls

Tomcat 4.1.12 silent install

2002-11-04 Thread Anthony Shawver
I've looked through the archives and cannot seem to find mention of a silent install for the 4.1.12 exe. Does anyone know if one exists? If so, could you point me to a page describing the parameters that it accepts? Tony

Re: Application Server Setup plus Apache

2002-11-04 Thread Robert L Sowders
(See attached file: Tomcat Virtaul.txt) Tomcat Virtaul.txt Description: Binary data -- To unsubscribe, e-mail: For additional commands, e-mail:

RE: Application Server Setup plus Apache

2002-11-04 Thread Robert L Sowders
Here you go John, Here is one Glenn N. wrote last August. Someone is already xmlifiying it for a how to. At least that is what they said they were doing. It is attached. (See attached file: Tomcat Virtaul.txt)

Tomcat 4.1.12, Apache 2.0.43, Win/2K

2002-11-04 Thread Mark Eggers
Well, I have been frustrated with this combination for a few days, so I took one step back and looked at my old Linux Apache 1.3.x, Tomcat 4.0.1, and mod_jk configurations. One of the notes I had to myself in the httpd.conf file was about the order of mod_perl and mod_jk. As noted in the Apache 1

Re: jk2.properties

2002-11-04 Thread Robert L Sowders
The variable is a system variable. If you intend to use it you will have to put it in your system environment, or make sure this variable is available to the program when it starts. If you cannot do this, then everyplace it is asked for in the workers2.properties and jk2.properties files provide

Which connector to use?

2002-11-04 Thread developer
I am upgrading an old 3.2 tomcat and apache implementation to the new 4.1.12 and apache 1.3.27. This is running on a linux box with the latest 2.4 kernel. I am questioning which connector to go with the mod_jk or the mod_jk2? This is for a highly active production site so stability is a key issu

RE : Unable to build mod_webapp on freebsd...

2002-11-04 Thread Robert L Sowders
The .so is there for mod_jk and freebsd is available. You might have better results with it. http://jakarta.apache.org/builds/jakarta-tomcat-connectors/jk/release/v1.2.0/bin/freebsd/i386/ rls

Re: Application Server Setup plus Apache

2002-11-04 Thread Russell \"Elik\" Rademacher
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Which four lines are required for the workers.properties? That is what I am curious about along with Tomcat-users.xml file. But it seems they are in favor of the mod_jk2 instead of the old mod_jk, plus they have also have warp connector as w

RE: Application Server Setup plus Apache

2002-11-04 Thread Turner, John
I can only speak for JK (mod_jk), not mod_jk2. Mod_jk directives are contained in Apache VirtualHost directives, they are unique per virtual host. That is, the JkMount commands "/*.jsp" and "/servlet/*" are specific to virtual host. You'll need an automated way to manage workers.properties, as

Application Server Setup plus Apache

2002-11-04 Thread Russell \"Elik\" Rademacher
Hello guys. Bear with me on this. Lot of you probably will say RTFM and such, but this is sort of something that need to be fully documented so that it can be fully understood by someone who is sort of new to Tomcat and been dabbling with it for a while. Now...the questions I have is

RE: Support multiple page encoding with JSP

2002-11-04 Thread Julius Davies
Liu, Excellent question. Here's my (limited) understanding: the content type is just another HTTP header, and the general (loose?) rule with headers is that you set them once and only once. Tomcat (or more specifically, J2EE) provide some utilities to set the most common headers, e.g. Http

Re: Can't use alternate root context with Tomcat 4.1.12

2002-11-04 Thread Pae Choi
You will probably have better luck with the following: find . -print | xargs egrep '(ROOT|/ROOT)' Pae - Original Message - From: "yoom nguyen" <[EMAIL PROTECTED]> To: "Tomcat Users List" <[EMAIL PROTECTED]> Sent: Monday, November 04, 2002 10:22 AM Subject: Re: Can't use alternate root c

Bug in AJP Connector?

2002-11-04 Thread Christoph Kulla
Hi, I recognized a bug in the ajp connector when sending http requests to it. It gives you infinitive debug output, which starts with "BAD Packet" and lots of dots. Tomcat seems to hang afterwards. Of course it's my fault to send a http request to a ajp connector. But the error handling should

RE: Tomcat Xerces Issue.

2002-11-04 Thread Jeff Tulley
Charlie, you still haven't answered Steve's complete question. You answered which spec, but not which bit of that spec. I may be spec challenged, but I do not see any requirement in the servlet 2.3 spec to use a specific XML parser version. Do you know what part of the spec mandates this? Is

Support multiple page encoding with JSP

2002-11-04 Thread Liu, Xiaoyan
Hi, I have seen this question asked on this list before, but didn't see a good answer or conclusion at the time they are raised. Hope there are new ideas now. The question is: for jsp pages targeting multiple locales, how to dynamically set page encoding (especially response encoding) so that t

Urgent: URLStreamHandlerFactory setting issue TomCat 4.0.6

2002-11-04 Thread Ajit Bhingarkar
Hello TomCat gurus : I am trying to deploy a webapp using TomCat4.0.6. My webapp internally uses Entrust libraries for PKI related functionality. When I try to log into the webapp the initialization fails throwing following error. ERROR java.lang.Error: factory already defined java.lang.Error: f

Re: mod_jk and local workers

2002-11-04 Thread Bernd Koecke
Johann Uhrmann wrote: Hi, I am trying to set up JK 1.2 with Apache 1.3 and Tomcat 4.1.12. All seems to work fine, but I am a bit confused about the "local worker" configuration option: According to the documentation at http://www/tomcat-docs/jk2/jk/workershowto.html (section "Advanced lb Worker

RE: Exception while starting up a Tomcat server

2002-11-04 Thread pkrishnaswami
Well, I cut and pasted this section from one of the examples which was bundled Java Web Services 1_0_01. Anyway, I just changed the web.xml as suggested by you but still have the same problem. You are right this is the section that is causing the problem since if I remove the section, the applicati

Re: Can't use alternate root context with Tomcat 4.1.12

2002-11-04 Thread yoom nguyen
Ian, (Umberto, do you have any words of wisdom) We are in the same boat. I am wonder if the path is hardcoded at the compiled time. I used the pre-build Tomcat 4.1.2 binary from jakarta site. I am assumed you are as well. I didn't think they would. It will defeat the whole (server.xml) scalab

RE: Exception while starting up a Tomcat server

2002-11-04 Thread Aryeh Katz
I just took a look at the dtd http://java.sun.com/dtd/web-app_2_3.dtd snip > jdbc/Questions > javax.sql.DataSource >Container ^ According to the dtd the above line must be before res-ref-name. Aryeh

RE: Exception while starting up a Tomcat server

2002-11-04 Thread pkrishnaswami
The log file shows that the following exception was thrown when the server tried to come up. It points to a location in the web.xml which looks fine to me. Could anybody help me with this problem. java.lang.reflect.InvocationTargetException at org.apache.commons.digester.Digester.createSA

RE: JNDI results in Cannot Load JDBC Driver Class

2002-11-04 Thread Brian Kautz
Sorry, yes, 4.1.12. Brian |-+---> | | "Hari | | | Venkatesan" | | | | | | | | | 11/04/2002 11:10| | | AM

Re: [TC v4.1.12] Anything abnormal in the Context Path

2002-11-04 Thread Craig R. McClanahan
On Sun, 3 Nov 2002, Pae Choi wrote: > Date: Sun, 3 Nov 2002 13:28:57 -0800 > From: Pae Choi <[EMAIL PROTECTED]> > Reply-To: Tomcat Users List <[EMAIL PROTECTED]> > To: [EMAIL PROTECTED] > Subject: [TC v4.1.12] Anything abnormal in the Context Path > > Have you tried the following? > > ServletCon

Re: jspc problem: precompilation inserts  character

2002-11-04 Thread peter lin
you need to replace the pound character with the equivalent HTML code. as in replace with "£". that should work. peter Anthony Martin wrote: > > Hi, > > I have hit a very interesting problem with precompilation of jsp files > using the jspc.bat which is distributed with Tomcat. > > In tr

jspc problem: precompilation inserts  character

2002-11-04 Thread Anthony Martin
Hi, I have hit a very interesting problem with precompilation of jsp files using the jspc.bat which is distributed with Tomcat. In trying to precompile a jsp that includes the 'pound' character (£), jspc.bat generates a .java file which prefixes the 'pound' character with an 'A-circumflex' char

RE: WARNING: Exception getting SSL attributes

2002-11-04 Thread Kristján Bjarni Guðmundsson
Return Receipt Your RE: WARNING: Exception getting SSL attributes document :

Can't use alternate root context with Tomcat 4.1.12

2002-11-04 Thread Ian Hunter
It seems like either I'm missing something drastic or that me and at least one other person on the list have found a bug wherein the ROOT context of Tomcat 4.1.12 cannot be reliably changed. Has anyone successfully done this? -- To unsubscribe, e-mail:

Re: Know a good Apache HTTP Stat Collector???

2002-11-04 Thread Matt Fury
Webalizer is really easy to set up and does a great job. I couldn't get AWSTATS to work, but that is also very good. AWSTATS uses perl so you'll need that installed. Webalizer is a compiled EXE w/ a config. -Matt --- [EMAIL PROTECTED] wrote: > Hello All, > > Does anyone know of a good statist

RE: Tomcat and CLASSPATH

2002-11-04 Thread Turner, John
We don't use symbolic links. Everything is under Tomcat's directory tree. What is the advantage to using symbolic links or an external classpath? I'm not seeing what advantage you would get. John > -Original Message- > From: Chris gokey [mailto:cgokey@;gcmd.nasa.gov] > Sent: Monday, N

[OFFTOPIC] RE: Know a good Apache HTTP Stat Collector???

2002-11-04 Thread Turner, John
Analog http://www.analog.cx/ John > -Original Message- > From: [EMAIL PROTECTED] [mailto:da_alchemist@;yahoo.com] > Sent: Monday, November 04, 2002 11:34 AM > To: [EMAIL PROTECTED] > Subject: Know a good Apache HTTP Stat Collector??? > > > Hello All, > > Does anyone know of a good s

Know a good Apache HTTP Stat Collector???

2002-11-04 Thread da_alchemist
Hello All, Does anyone know of a good statistics (page hit counts, site hits, etc.) collector for the Apache HTTP Server (especially free ones)? Thanks. __ Do you Yahoo!? HotJobs - Search new jobs daily now http://hotjobs.yahoo.com/ -- To unsubscr

Re: Can't solve SAXParseException: The string "--" is not permittedwithin comments

2002-11-04 Thread Jeanfrancois Arcand
Double check that xercesImpl.jar is deleted. For an obscur reason, Xerces 2.1.0 has been renamed xerces.jar. If you don't delete xercesImpl.jar in common/endorsed, then Xerces 2.2 is still in use. I'm working with the Xerces guys to fix that problem and YES, I'm going to get crazy :-) -- Jeanf

RE: Tomcat and CLASSPATH

2002-11-04 Thread Chris gokey
That's actually what I was referring to by the building an incremental jar. Maybe that isn't the right term, but I meant as the classes change it will automatically update the jar with only the changed classes. Of course copying the changed class files to WEB-INF/classes would work too. I just d

Re: Can't solve SAXParseException: The string "--" is not permitted within comments

2002-11-04 Thread Manuel González Castro
>Try 2.1.0This is the only version that works properly. > >-- Jeanfrancois I've just tried Xerces 2.1.0 and I get the same error :( I'm going crazy with this... Manuel -- To unsubscribe, e-mail: For additional commands, e-mail:

RE: JNDI results in Cannot Load JDBC Driver Class

2002-11-04 Thread Hari Venkatesan
Which version of tomcat R u using?? 4.1.12 ? ? Hari Venkatesan Performance Food Group Phone : 804 484 6263 -Original Message- From: Brian Kautz [mailto:BKautz@;arnoldlogistics.com] Sent: Monday, November 04, 2002 10:48 AM To: [EMAIL PROTECTED] Subject: JNDI results in Cannot Load JDBC D

Authentication per-container level

2002-11-04 Thread Iris
Hello, Is it possible to configure Tomcat, that it must check an authentication for all the webapps hosted within the container ? I mean tell Tomcat to send an authentication popup when someone goes to the http://localhost:8080/. whithout configure each webapp hosted in. Iris -- To unsubs

How to control the Tomcat process number in Unix/Linux

2002-11-04 Thread Ma, Yongjie
Hi When I started the tomcat 4.1.12 in Linux, I got a number of Java process running. I tried to change the MinProcessors and maxProcessors in the Connector session of server.xml, but it did not work. I know in the Windows, those setting will determine how many threads are running. I send a

JNDI results in Cannot Load JDBC Driver Class

2002-11-04 Thread Brian Kautz
I have used connection pools with the mySQL database without difficulty. Now I wish to use connection pools with the com.ibm.as400.access.AS400JDBCDriver() driver. I can use this driver for direct connections without any problem, but when I try to use it in a connection pool I get the error Canno

Re: tomcat and IIS 5.0 exe files create problems

2002-11-04 Thread Prashanth Pushpagiri
I meant 3.2.2...sorry never put my hands into 3.3 series. Consider two situations of serving .exe files. First I have no tomcat working alongside IIS 5.0. When I place the exe file in the web-folder, a request for the exe file would be responded to by the exe file right?(I dont think that was elo

RE: Tomcat and CLASSPATH

2002-11-04 Thread Cox, Charlie
can't you just have ant copy the modified classes(or jar) to WEB-INF? > -Original Message- > From: Chris gokey [mailto:cgokey@;gcmd.nasa.gov] > Sent: Monday, November 04, 2002 10:34 AM > To: 'Tomcat Users List' > Subject: RE: Tomcat and CLASSPATH > > > > We never run Tomcat as root so t

RE: How to Capture Error Msgs/Exceptions when Tomcat Die.

2002-11-04 Thread CHAO,KENT (HP-Boise,ex1)
Bill: I have found the file for configuring jk_nt_service - wrapper.properties. We didn't set "wrapper.tomcat_home" in this file. Q1: is this why I didn't get jvm_stderr? Q2: Could you elaborate what jk_nt_service for? (I guess I have to admit that all my Tomcat knowledge came from my working kn

RE: Tomcat and CLASSPATH

2002-11-04 Thread Chris gokey
We never run Tomcat as root so this is not an issue. So what is the general pattern? To add to your Ant build script to create a jar of your application and place it in WEB-INF whenever the classes change? This is fine for small applications but for development, but for very large apps, it seems

RE: How to Capture Error Msgs/Exceptions when Tomcat Die.

2002-11-04 Thread Wagoner, Mark
I think it is called stderr.log. You may also want to check the Window's Event Log. If the OS experienced a problem with the service and had to kill it, it should have recorded an event. I would check both the Application Log and the System Log. -Original Message- From: CHAO,KENT (HP-B

RE: How to Capture Error Msgs/Exceptions when Tomcat Die.

2002-11-04 Thread CHAO,KENT (HP-Boise,ex1)
I checked $TOMCAT_HOME\logs\. There is no such file - jvm.stderr. May I ask how to configure the system to have this file generated? thx. Kent -Original Message- From: Bill Barker [mailto:wbarker@;wilshire.com] Sent: Saturday, November 02, 2002 12:19 AM To: [EMAIL PROTECTED] Subject:

Re: Can't solve SAXParseException: The string "--" is not permittedwithin comments

2002-11-04 Thread Jeanfrancois Arcand
Try 2.1.0This is the only version that works properly. -- Jeanfrancois Manuel González Castro wrote: Yep, known issue. Try using the previous version of Xerces-2.x.x. The newest one doesn't seem to play well with Digester. That's what I did: I replaced the original xercesImpl.jar (

Re: jk2.properties

2002-11-04 Thread Maxime
In this configuration, serverRoot is not in worker2.properties , but in jk2.properties... i don't understand your answer, can you explain 'hard code it to where you've installed Apache' ? thanks by advance - Original Message - From: "Robert L Sowders" <[EMAIL PROTECTED]> To: "Tomcat User

Re: server.xml won't change

2002-11-04 Thread Ian Hunter
I'm having the same problem. If you request a file OTHER than index.jsp, you'll get the correct file, but http://servername/index.jsp is ALWAYS the same file, even if you delete the webapps/ROOT directory. Can anyone help? This is really weird!!! - Original Message - From: "yoom nguyen"

Re: HOW I RUNN?

2002-11-04 Thread Andreas Probst
double click tomcathome/bin/startup.bat If you get an Out of Environment Space Error Message see my message from 9 September 2002 14:17:52 +0200 (Subject: RE: Tomcat 3.1.* config problem) Andreas On 3 Nov 2002 at 23:40, CARLOS RESENDIZ REBOLLO wrote: > > > HOW I CANT RUNN JAKARTA_TOMCAT ON

RE: Coyote/JK2 AJP 1.3 Connector stays on 8009 ? Possible bug ?

2002-11-04 Thread Christopher Watson
Aurelien, I had this too. The config for the org.apache.coyote.tomcat4.CoyoteConnector seems to be determined by what is in conf/jk2.properties, in particular the lines # Override the default port for the socketChannel # channelSocket.port=8009 I don't know where it gets the default of 8009, ob

Security Manager - configuration need

2002-11-04 Thread Asaf Barkan
Hi, I invoked the TomCat 4.0.4 with the security manager default policy (catalina.policy). The thing is that I could invoke all the servlets,jsp's and html files which are in my webapps although i specify no access permission to those webapps. How can I disable specific classes/jsp/html from

RE : Unable to build mod_webapp on freebsd...

2002-11-04 Thread Benoit Lubek
Hi. This is my feedback concerning the problem. I finally succeeded compiling the mod_webapp. The only way I could find was to modify the apr/configure script and add "CC=cc" in the beginning. (There has to be some other way!) Then something tricky: on freebsd you must use gmake! Not make. With ma

Coyote/JK2 AJP 1.3 Connector stays on 8009 ? Possible bug ?

2002-11-04 Thread Aurelien Pernoud
Hi there, I'm using tomcat 4.1.12 and I found something strange : I'm trying to change the default port for Coyote/JK2 AJP 1.3 Connector, to be able to run multiple instances of Tomcat. So I edit the server.xml and modified port="8009" to port="8109" for instance : It works well for

Tomcat NT Service hogs >90% CPU - intermittent problem

2002-11-04 Thread Christopher Watson
Hello All, Currently my config is TOMCAT 4.1.12 jdk1.3.1_03 Windows 2000 Pro NT Service configured using the server\jvm.dll with -Xrs IIS 5.0 ISAPI_REDIRECTOR version 2.0 using workers.properties however I have had this problem many times with different tomcat versions in the past. Suddenly, fo

Re: Can't solve SAXParseException: The string "--" is not permitted within comments

2002-11-04 Thread Manuel González Castro
>Yep, known issue. Try using the previous version of Xerces-2.x.x. The >newest one doesn't seem to play well with Digester. That's what I did: I replaced the original xercesImpl.jar (version 2.0.1) with the Xerces 2.0.0 xercesImpl.jar, but I get the same error. This has been discussed before, s

Re: Can't solve SAXParseException: The string "--" is not permitted within comments

2002-11-04 Thread Jacob Kjome
Yep, known issue. Try using the previous version of Xerces-2.x.x. The newest one doesn't seem to play well with Digester. Jake At 02:36 PM 11/4/2002 +0100, you wrote: Hi, I'm trying to connect Tomcat-4.1.12 with Apache 2.0.43 (mod_jk), my JDK is 1.3.1_02 (latest stable version on my platform

Re: shared session between http and https

2002-11-04 Thread Milt Epstein
On Mon, 4 Nov 2002, Marc Guillemot wrote: > To share a session between http and https I've tryed to add the > JSESSIONID to the url: > > href="https://localhost:8443/testhttps/page2.jsp?JSESSIONID=<%=request.getSe > ssion().getId()%>">to https > > but this doesn't work in Mozilla or Opera for ins

Can't solve SAXParseException: The string "--" is not permitted within comments

2002-11-04 Thread Manuel González Castro
Hi, I'm trying to connect Tomcat-4.1.12 with Apache 2.0.43 (mod_jk), my JDK is 1.3.1_02 (latest stable version on my platform SGI IRIX 6.5). Everything is installed and configured (it's been really hard on IRIX), I think I'm very close to the end, but I still have a problem: When I start Tomcat,

mod_jk and local workers

2002-11-04 Thread Johann Uhrmann
Hi, I am trying to set up JK 1.2 with Apache 1.3 and Tomcat 4.1.12. All seems to work fine, but I am a bit confused about the "local worker" configuration option: According to the documentation at http://www/tomcat-docs/jk2/jk/workershowto.html (section "Advanced lb Worker properties") an incommi

RE: Tomcat and CLASSPATH

2002-11-04 Thread Turner, John
And in general, symbolic links from an application space running as root is generally a bad idea. John > -Original Message- > From: Andreas Probst [mailto:andpro77@;gmx.net] > Sent: Saturday, November 02, 2002 10:48 AM > To: Tomcat Users List > Subject: Re: Tomcat and CLASSPATH > >

URGENT= Problem with Session Cookie

2002-11-04 Thread afreire
I'm using Apache with Tomcat 3.3.1. I have a servlet with multiples instances. When I call it in first time a create the sesssion (session = req.getSession(true)) and set several info in the session, after that I call another instance of this servlet that use the data saved in the firts time. My pr

RE: Running Tomcat + IIS on different servers

2002-11-04 Thread Juan Fco. Herrera Utande
Hi again, In your environment there's no need to define JAVA_HOME and TOMCAT_HOME as they are only used when you have both IIS and TOMCAT on the same manchine and you wan't to launch Tomcat in the same process as IIS. IIS will deternime where Tomcat is located through the information given in the

RE: Apache 2.0.43 and SSL

2002-11-04 Thread Turner, John
Try an Apache list. John > -Original Message- > From: Lars Nielsen Lind [mailto:moonie@;worldonline.dk] > Sent: Saturday, November 02, 2002 1:51 PM > To: [EMAIL PROTECTED] > Subject: Apache 2.0.43 and SSL > > > Hi. > > I am trying to compile Apache 2.0.43 with SSL. I have already >

RE: Running Tomcat + IIS on different servers

2002-11-04 Thread Turner, John
I don't use IIS, but as far as I know, you edit workers.properties file and change worker.worker-name.host to the FQDN or IP address of the Tomcat server. John > -Original Message- > From: Ashish Ravi [mailto:ashish.ravi@;webrizon.com] > Sent: Sunday, November 03, 2002 8:40 AM > To: [EM

HOW I RUNN?

2002-11-04 Thread CARLOS RESENDIZ REBOLLO
HOW I CANT RUNN JAKARTA_TOMCAT ON WIN98? _ Charla con tus amigos en línea mediante MSN Messenger: http://messenger.microsoft.com/es -- To unsubscribe, e-mail: For additiona

weird taglib problem

2002-11-04 Thread Felipe Schnack
I got a taglib that every time I try use it got a "Unable to find setter method for attribute: class" error. The problem is that this taglib just doesn't have such attribute. I found the error was in it by commenting out the taglib call from my JSP file. Attached to this mail I send my taglib d

Re: jvmRoute

2002-11-04 Thread busch
Hi Michael, I see that the browser switches between two servers when trying to access the balanced application, and I also see that the jsessionid Cookie set doesn't contain any jvmRoute information In my WebApplication extends StandardApplication, I have set Enhydra to set a cookie for a new

shared session between http and https

2002-11-04 Thread Marc Guillemot
To share a session between http and https I've tryed to add the JSESSIONID to the url: to https but this doesn't work in Mozilla or Opera for instance: a new session is created (in IE cookies are shared between http and https). Any idea? Marc. -- To unsubscribe, e-mail:

RE: Half the logging in tomcat-4.1.12

2002-11-04 Thread Michael
Thanks for your help. Unfortunately this hasn´t quite solved the problem. I´m actually using log4j for outputting to the console and to its own log-file respectively. Before updating to tomcat 4.1.12 form 4.0.4 this worked without a problem. Now, I´m not getting any log messages in my console,

RE: Half the logging in tomcat-4.1.12

2002-11-04 Thread neal
I'd guess it all depends on the stage you're at in the project. While developing/deploying I'd set it a lot higher than when simply maintaining it. Of course the range is 0-9. I would guess most people probably set it somewhere between 3-5 (??). I don't know if this would completely explain wha

RE: Running Tomcat + IIS on different servers

2002-11-04 Thread Juan Fco. Herrera Utande
Hi, It's very easy. There's no need to map directories as the only thing you need in the IIS machine is the isapi filter and workers and uriworkermap properties files. In the documentation for apj13 you can find the way to configure them. Juan P.S.: Please specify your Tomcat version. -Mens

RE: Half the logging in tomcat-4.1.12

2002-11-04 Thread Michael
I don´t know to be honest. What would be the ideal debug-level setting? I.e. one that gives me both the log-output from my application and the output from my service.jar which I have placed in the common-lib folder. Thanks in advance. Regards, Michael -Original Message- From: neal [ma

RE: Half the logging in tomcat-4.1.12

2002-11-04 Thread neal
Was your debug setting for the Host in your server.xml file affected during the upgrade? -Original Message- From: Michael Delamere [mailto:mdelamere@;morelogs.de] Sent: Monday, November 04, 2002 1:28 AM To: [EMAIL PROTECTED] Subject: Half the logging in tomcat-4.1.12 Hi, I recently upg

server.xml won't change

2002-11-04 Thread yoom nguyen
I had put a info.war file under tomcat-home/webapps/ directory. After stop and restart tomcat. A directory info was created tomcat-home/webapps/info This is where I would like tomcat to direct all (traffic) requested information coming from apache. However, no matter what I defined in server.

Updated JK 1.2.0 mod_jk for NOEAPI uploaded

2002-11-04 Thread Henri Gomez
I just uploaded mod_jk 1.2.0 for Apache 1.3 without EAPI. Built on Redhat 7.2 against Apache 1.3.26 Regards -- To unsubscribe, e-mail: For additional commands, e-mail:

Half the logging in tomcat-4.1.12

2002-11-04 Thread Michael Delamere
Hi, I recently upgraded from tomcat4.0.4 to tomcat4.1.12. Could someone please tell me why I am only getting half the logging now. It appears that I am only seeing the logging output from my application in my WEB-INF folder and not the logging from my jar-file which I have placed in the tomcat-c

Re: [HOWTO] VIRTUAL HOSTING, APACHE 2.0.43, JK2, TOMCAT 4.1.12

2002-11-04 Thread yoom nguyen
Umberto I am still having problem with the path. My apache is forwarding all *.jsp traffic to tomcat server. However, it forward all traffic to this path /db2/tomcat/webapps/ROOT instead of what I want. I was unable to make Tomcat to look into one particular path. This is where I deployed ou

Re: Using JNDI URLs for embedded XML DTDs, to avoid hard-coding

2002-11-04 Thread Chris Brown
Hi Craig / anyone else following thread, I agree that this would work if I manually retrieved the URL as a String environment entry from JNDI, then passed that to the constructor of java.net.URL ... but I could do the same reading a context init-param (for example). What I need is some way in wh