Bug ?!? redirector - cookies

2002-04-24 Thread Maarten Eerdekens
Dear all, Yesterday I found out this problem: I wrote a servlet setting and retrieving cookies. To make sure the value of the cookies does not contain strange characters, I en/decode this value as Base64. I tested the servlet on a development machine (W2K - tomcate 4.0.1 standalone) and every

RE: Problem adding new servlets under Tomcat 4.0.3

2002-04-24 Thread Ken Miller
Jake, Got it working...thanks for the help. Ken -- To unsubscribe: For additional commands: Troubles with the list:

Catalina - Memory Usage always accumulating after one week

2002-04-24 Thread Albert Oscarina
Hi Tomcat User, I use catalina for my application. Everything seems good, but everyday, the memory usage accumulating, until every one week 99% memory has been usage. I must always restart my Catalina and everything back to normal again. Do any body knows what happens ? Is it because my program

Parameters not getting submitted to next page

2002-04-24 Thread jagan mohan
I am working with JSP. In a page i am sending parameters to next page and in the second page i am calling the parameters from the first page using request.getParameter() method. Sometimes i am getting the values of the first page to next page and some other times i am not(i mean i am getting 'null

Re: Error compiling mod_webapp for debian Linux

2002-04-24 Thread Jeffrey Bonevich
Andy Carlisle wrote: >>For purposes of recording this on the user group so that others may >>benefit (if they bother to check first that is ;-> ), here is exactly >>what I did: >> > > Thank you, Jeffrey, for posting the steps needed to get mod_webapp built > for Debian. I was able to walk thro

Re: LoadModule webapp_module modules/mod_webapp.so

2002-04-24 Thread yilmaz
Thanks John, but what i don't understand is , Those lines are all commented out (with a # sign in front of them) except the LoadModule... " directive. I want to uncomment them one by one till everything works fine once the first one (LoadModule ) works. So for now There are no WebAppConnections d

Re: Newbie question

2002-04-24 Thread Oki DZ
On 04/25 03:14 Andre wrote: > It's Tomcat/4.0.3, and no I can't see anything on http://server:8005. > (that's where my server.xml is configured). I think if you are in the beginning of running Tomcat, it would be nice to left everything as the default (ie: don't touch server.xml); you can do it

RE: Request Interceptor

2002-04-24 Thread Venkatesh Sangam
Hi Subir, I had the following interceptor class for Tomcat 3.2.2 public class CountRequest extends BaseInterceptor { static int noOfRequests=0; public CountRequest() { super(); } public int preService(Request request, Response response) { try{

RE: Request Interceptor

2002-04-24 Thread Subir Sengupta
T4 doesn't have interceptors. It sounds like you can do what you need to do with a filter. Hope that helps, Subir -Original Message- From: Venkatesh Sangam [mailto:[EMAIL PROTECTED]] Sent: Wednesday, April 24, 2002 5:03 PM To: [EMAIL PROTECTED] Subject: Request Interceptor Hi, can any

RE: JSP compile fails to find class

2002-04-24 Thread Leonard Crowe
I agree and when time permits hopefully within the next few weeks I will do that. It causes JSPC problems as well and I want to get to where these are all precompiled anyway. Thanks for your input. -Original Message- From: Todd Kaplinger [mailto:[EMAIL PROTECTED]] Sent: Wednesday, April

RE: JSP compile fails to find class

2002-04-24 Thread Todd Kaplinger
If the included resource is used for only static includes, I would suggest changing the name to something other than .jsp since it cannot stand on it's own. This would prevent the jsp compiler from attempting to compile this resource. >From: Leonard Crowe <[EMAIL PROTECTED]> >Reply-To: "Tom

Request Interceptor

2002-04-24 Thread Venkatesh Sangam
Hi, can any body please tell me where do put my request iterceptor in Tomcat 4 I could easily do this using Tomcat 3.2.2 in server.xml file. I need to intercept request to measure the load in the tomcat server. ie I need to count the number of requests at any point in time.. I already have writ

Customizing error responses

2002-04-24 Thread Animesh Chaturvedi - US
Hi How can I configure Tomcat to respond with my own custom Web pages or other HTTP resources when particular HTTP errors or Java exceptions occur, or Jsp Compilation errors instead of responding with the standard tomcat error response pages. I know I have to use directive like the following in

RE: JSP compile fails to find class

2002-04-24 Thread Leonard Crowe
At least in my case these JSP's compile and run without any problems at all except for in the case where the included file changes and the parent document does not. Actually if you look in the output directory you will see that the servelet for the parent jsp was generated and compiled with the i

RE: JSP compile fails to find class

2002-04-24 Thread Todd Kaplinger
The problem is due to the change with regards to package names in 4.0. All jsp's are now part of the package org.apache.jsp. If one needs to reference beans that are in the default package (ie no package), you need to import each of the bean classes explicitly. >From: Leonard Crowe <[EMAIL

Re: Apache-Tomcat on different machines

2002-04-24 Thread Anthony W. Marino
What I meant was that you mentioned "jk" not "jk2" so I was assuming that they work the same however with different protocol (AJP13/AJP14). And also wanted to know how to get warp (mod_webapp) to facilitate your different machine scenario. Anthony > warp will work with mod_webapp, not mod_jk

RE: Apache-Tomcat on different machines

2002-04-24 Thread Douglas, Rory
warp will work with mod_webapp, not mod_jk -Original Message- From: Anthony W. Marino [mailto:[EMAIL PROTECTED]] Sent: Wednesday, April 24, 2002 1:36 PM To: Tomcat Users List; Douglas, Rory Subject: Re: Apache-Tomcat on different machines Will this also work for warp? I'm assuming that

RE: Which Apache-To-Tomcat Connector

2002-04-24 Thread Douglas, Rory
Has anyone had success compiling the native jk connectors from jakarta-tomcat-connectors-4.0.4b2-src on a Win2K machine? -Original Message- From: Simon Stewart [mailto:[EMAIL PROTECTED]] Sent: Wednesday, April 24, 2002 8:58 AM To: Tomcat Users List Subject: Re: Which Apache-To-Tomcat Con

tomcat/apache with canonical names

2002-04-24 Thread Brian Bernardo
I am trying to use canonical names under apache 1.3.20 to work with tomcat 4.01. Right now when I go to http://cname1.domain/webapps I get forwarded to http://servername/webapps where "servername" is the ServerName set within the apach

RE: Newbie question

2002-04-24 Thread Subir Sengupta
No you don't need Apache if you are running T4 in standalone mode. If you use either Apache 1.3 or 2.x (for 2.x read all the postings on this list) you will need to use a connector, such as mod_jk to enable Apache to communicate with Tomcat. I can't really tell what the problem is from the inform

RE: Tomcat 3.3a as a W2k Service

2002-04-24 Thread Short, Dave
Would you mind sending a copy of your wrapper.properties file? -Original Message- From: Lecaros, Noel [mailto:[EMAIL PROTECTED]] Sent: April 23, 2002 10:55 AM To: 'Tomcat Users List' Subject: RE: Tomcat 3.3a as a W2k Service When you say "the logs are not written," do you mean the file

MIME types in 3.3

2002-04-24 Thread Keith Wannamaker
Since the default web.xml has been done away with, what is the best way to set up thirty or forty default mime type mappings for all webapps, without repeating this information in every webapps' web.xml? Keith -- To unsubscribe: For additional commands:

compiled jk2 at last :-)

2002-04-24 Thread Michael Delamere
Hi guys! After a lot of testing and doing silly things (last resort stuff), I finally managed to get jk2 compiled. And it works! YES!!! Here is what I did: 1. download http://jakarta.apache.org/builds/jakarta-tomcat-4.0/release/v4.0.3/src/jakar ta-tomcat-connectors-4.0.2-01-src.tar.gz 2. c

Re: Newbie question

2002-04-24 Thread Andre
It's Tomcat/4.0.3, and no I can't see anything on http://server:8005. (that's where my server.xml is configured). I started tomcat through /etc/rc.d/init.d/tomcat4 start. Browsing the examples I couldn't see any of them working! Do I need Apache 2.X? Thanks again. - Original Message -

RE: getRemoteUser(), getAuthType() returning empty string instead of NULL?

2002-04-24 Thread Ignacio J. Ortega
Did you tried with tomcatAuthentication="true"? This way works for me .. Saludos , Ignacio J. Ortega > -Mensaje original- > De: James Garrison [mailto:[EMAIL PROTECTED]] > Enviado el: miércoles 24 de abril de 2002 21:45 > Para: Tomcat Users List > Asunto: Re: getRemoteUser(), getAuthTy

JSESSIONID disappearing when doing special mod_rewite commands?

2002-04-24 Thread Liam Morley
Sorry to repost, but as I sent this a few days ago and haven't received a response (and this is somewhat of a high priority to me at the moment), I'm sending this again. Thank you for understanding. By the way, I'm using Tomcat 4.0.1 and Apache 1.3 on a Windows XP machine. After looking through

Re: getRemoteUser(), getAuthType() returning empty string insteadof NULL?

2002-04-24 Thread James Garrison
Ignacio J. Ortega wrote: > Try the latest 4.0.3 , this should have this problem solved.. Installed 4.0.3, problem still present. -- James GarrisonAthens Group, Inc. mailto:[EMAIL PROTECTED]5608 Parkcrest Dr http://www.athensgroup.com

Re: Error compiling mod_webapp for debian Linux

2002-04-24 Thread Andy Carlisle
>For purposes of recording this on the user group so that others may >benefit (if they bother to check first that is ;-> ), here is exactly >what I did: Thank you, Jeffrey, for posting the steps needed to get mod_webapp built for Debian. I was able to walk through the steps and (for the first t

RE: getRemoteUser(), getAuthType() returning empty string instead of NULL?

2002-04-24 Thread Tim Cronin
look in the JBOSS forums http://www.jboss.org/forums/forum.jsp?forum=50 I believe i've seen something on this... -Original Message- From: Zachary Kuhn [mailto:[EMAIL PROTECTED]] Sent: Wednesday, April 24, 2002 2:42 PM To: Tomcat Users List Subject: RE: getRemoteUser(), getAuthType() ret

MAPPING configuration error for request URI

2002-04-24 Thread Zachary Kuhn
I've looked through the archives, no luck. Here is the problem. After installing the JBoss-2.4.4_Tomcat-4.0.1 package install, the tomcat server throws the following exception. When i go to http://www.cscoders.com:8080/. [INFO,EmbeddedCatalinaServiceSX] StandardHost[localhost]: MAPPING configurati

RE: getRemoteUser(), getAuthType() returning empty string instead of NULL?

2002-04-24 Thread Zachary Kuhn
I've looked through the archives, no luck. Here is the problem. After installing the JBoss-2.4.4_Tomcat-4.0.1 package install, the tomcat server throws the following exception. When i go to http://www.cscoders.com:8080/. [INFO,EmbeddedCatalinaServiceSX] StandardHost[localhost]: MAPPING configurati

Re: Which Apache-To-Tomcat Connector

2002-04-24 Thread Anthony W. Marino
I understand what you're trying to say. Can you tell me the fundamental difference between "jk" and "jk2". I just read on this list that in the current release of "mod_webapp" there is an additional hit in performance for static pages as well since it has to go to TC then to Apache for static

Re: Servlet killing tracking

2002-04-24 Thread JACQUELINE Nicolas - REN ( [EMAIL PROTECTED] )
> fair enough. some response questions in light of the new information you've > provided: > > 1) what exactly does your servlet depend on in int() and destroy() that is > so vital? > 2) i asked this before but it probably wasn't clear: does Tomcat never > re-init the servlet once it's been des

RE: getRemoteUser(), getAuthType() returning empty string instead of NULL?

2002-04-24 Thread Lawlor, Frank
The problem (in Tomcat) IS that getRemoteUser() doesn't return null. Tomcat does not support multiple logins. If you look at the code you will see that it does a getRemoteUser() and if not null and not authenticated by Tomcat, it bails. I tried it on 4.0.3, as someone suggested, and it still

RE: Tomcat 4+Slide1.0.16+ISAPI Filter

2002-04-24 Thread Robert Priest
Here is an excerpt of an email I sent Ignacio detailing some of the issues I am finding: Basically, it seems as though the entire issue is centered around authentication through the ISAPI Filter. I am thinking that the filter is also having trouble with: Webfolders - because it first sends a PO

Re: Servlet killing tracking

2002-04-24 Thread Phillip Morelock
fair enough. some response questions in light of the new information you've provided: 1) what exactly does your servlet depend on in int() and destroy() that is so vital? 2) i asked this before but it probably wasn't clear: does Tomcat never re-init the servlet once it's been destroyed? if it

Re: Compiling mod_jk for Apache 2.0.35 on Win2K

2002-04-24 Thread bm
hi here is it http://cygwin.com/setup.exe download and install this. you will get unistd.h I am also trying to link tomcat 4 and apache 2.0 in win 2000 Pls give me some kind of help once if you succeed doing this mod_jk under win2000 regards BM "Douglas, Rory" wrote: > I'm trying to com

mod_jk for Apache 2 and tomcat 4 on Linux finally compiled!

2002-04-24 Thread Keng Wong
Dear all, I managed to compile a version of mod_jk.so for Apache 2 and tomcat 4 on linux with some minor changes to the build scripts. Version info: - RHat Linux 6.2 - gcc 2.91.66 - Sun Java JDK 1.4 - Apache 2.0.34 - Tomcat 4.0.4-b2 - tomcat-connectors-4.0.4-b2 (native mod_jk.so) Load balancing a

RE: Newbie question

2002-04-24 Thread Subir Sengupta
Which version of Tomcat? You should be able to test Tomcat, in standalone mode by typing in localhost:8080 in your browser. The Tomcat page should come up. Are you not seeing this? Look at RUNNING.txt in your Tomcat directory, it explains how to setup and test Tomcat. Hope this helps. Subir

RE: JSP compile fails to find class

2002-04-24 Thread Leonard Crowe
Steve, Is the jsp that your having problems compiling an include for another jsp page (By that I mean "<%@ include file="???.jsp" %>)? If so that your having the same problem I'm trying to track down. When the included file changes but the parent file does not, Tomcat does not seem to be trying

Re: omission of web.xml

2002-04-24 Thread Oktay Altunergil
By *nix I meant unix and its variants. FreeBSD, Linux , MacOS X are examples.. If you're on windows and the process doesn't want to die, you may be able to kill it manually also, using the 'Task Manager' (hit ctrl+esc on windows2000 to bring it up). You might have a problem that is different all

Tomcat + IBMJava/LinuxPPC -> out of memory

2002-04-24 Thread Graham Leggett
Hi all, I have a Tomcat v4.0.1 installation that currently works 100% using the Blackdown JDK v1.3.1 for LinuxPPC, however there is no JIT compiler for this platform. I have given the IBMJava JDK v1.3.1 pSeries a try, however this JDK bombs out on startup every time with the following error: **O

Re: omission of web.xml

2002-04-24 Thread hdickins
Thank you. As I am new to Tomcat and servlets can you advise how I kill the process manually? I do not understand "*nix". Oktay Altunergil <[EMAIL PROTECTED]> on 04/24/2002 01:35:22 PM Please respond to "Tomcat Users List" <[EMAIL PROTECTED]> To:Tomcat Users List <[EMAIL PROTECTED]> cc:

Compiling mod_jk for Apache 2.0.35 on Win2K

2002-04-24 Thread Douglas, Rory
I'm trying to compile mod_jk on Win2k Server, using the source from the Tomcat 4.0.4b2 connectors download. The Ant build failed initially when it couldn't find windows.h, but running vcvars32.bat fixed that. Now, it fails because it can't find unistd.h, which a hard drive search revealed doesn't

Re: omission of web.xml

2002-04-24 Thread Oktay Altunergil
Probably your tomcat process has not died completely. It happens to me every once in a while. Killing the processes manually (on *nix) and starting again solves it. Oktay On Wed, 24 Apr 2002 13:32:03 -0500 [EMAIL PROTECTED] wrote: > I am new to Tomcat 4.0 and servlets. Recently I created a web

Re: Tomcat 4+Slide1.0.16+ISAPI Filter

2002-04-24 Thread Remy Maucherat
> Has anyone else out there tried get the ISAPI filter > working with slide 1.0.16 and Tomcat 4.0.x? > > > I have been trying for a while with no success. > > > It works in a browser, but I cannot get it > to work with Win2k Webfolders or WebDrive 5.1. > > If anyone knows this to work or can offer

omission of web.xml

2002-04-24 Thread hdickins
I am new to Tomcat 4.0 and servlets. Recently I created a web app to practice and forgot to create the web.xml file for it. After failing to load the servlet in the browswer, I stopped Tomcat and created the web.xml file. After re-starting Tomcat I was still unable to load the servlet in the brow

RE: LoadModule webapp_module modules/mod_webapp.so

2002-04-24 Thread Wu Lu
I also got trouble on LoadModule webapp_module modules/mod_webapp.so When use Apache -t to text configuration, it reported : Cannot load C:/Program Files/Apache Group/Apache2/modules/mod_webapp.so into Server: The specified module could not be found. But the file mod_webapp.so is under the mod

Re: Servlet killing tracking

2002-04-24 Thread JACQUELINE Nicolas - REN ( [EMAIL PROTECTED] )
> > i sent you one email already, but i will tell you this again, i have > experienced many oddities in the servlet lifecycle with tomcat 3. > 2.x. I strongly suggest you try (at least in a test environment) > 3.3 or 4.x as in my experience these are much cleaner WRT the life > cycle problems you

Re: Which Apache-To-Tomcat Connector

2002-04-24 Thread Pascal Forget
> > >>With a little planning before you develop your >>applications, >>you can have Tomcat serve dynamic content on one IP address while Apache >>serves static content on another IP address. >> > >What connector...jk, jk2 or warp??? >What are the advantages of using warp over jk/jk2 (besides loadb

Newbie question

2002-04-24 Thread Andre
Hello evryone, I'm new to Java/JSP server configuration and I would like to test my installation to see if it's working properly. I installed all required tomcat packages and IBM JDK 1.3. The system I'm running: Apache/1.3.19 (Unix) (Red-Hat/Linux) mod_ssl/2.8.1 OpenSSL/0.9.6 DAV/1.0.2 PHP/4.0.4p

RE: Tomcat 4+Slide1.0.16+ISAPI Filter

2002-04-24 Thread Robert Priest
BTW - this is running on W2k with IIS 5.0 -Original Message- From: Robert Priest [mailto:[EMAIL PROTECTED]] Sent: Wednesday, April 24, 2002 1:38 PM To: '[EMAIL PROTECTED]' Subject: Tomcat 4+Slide1.0.16+ISAPI Filter Has anyone else out there tried get the ISAPI filter working with slide

Re: Which Apache-To-Tomcat Connector

2002-04-24 Thread Ken Anderson
I just did some similar benchmarking, though I didn't test with tomcat standalone, since I need Apache, and don't have standalone configured. I'm sure there are other factors, O/S, JDK, etc, but here's what I found, using mod_webapp, with Tomcat 4.04b2 on Sun JDK1.4 and Apache 1.3.22 on RedHat

Re: Servlet killing tracking

2002-04-24 Thread Phillip Morelock
i sent you one email already, but i will tell you this again, i have experienced many oddities in the servlet lifecycle with tomcat 3. 2.x. I strongly suggest you try (at least in a test environment) 3.3 or 4.x as in my experience these are much cleaner WRT the life cycle problems you're facin

Re: Compiling mod_jk for Apache 2.0.35

2002-04-24 Thread Anthony W. Marino
I, too, am having problems compiling this on Linux. Anthony > Hi Wayne, > > Welcome to the club. I have been spending countless hours trying to > resolve the > same problem you describe. I'm trying to buid mod_jk on Linux. I'll > let you know > if I find the answer, and I hope you'll do the s

Tomcat 4+Slide1.0.16+ISAPI Filter

2002-04-24 Thread Robert Priest
Has anyone else out there tried get the ISAPI filter working with slide 1.0.16 and Tomcat 4.0.x? I have been trying for a while with no success. It works in a browser, but I cannot get it to work with Win2k Webfolders or WebDrive 5.1. If anyone knows this to work or can offer any assistance

Re: Apache-Tomcat on different machines

2002-04-24 Thread Anthony W. Marino
Will this also work for warp? I'm assuming that mod_jk2 will work as mod_jk does to this regard. Anthony > As I understand it, you need to specify the server name and port of your > Tomcat server in the worker.properties file (for mod_jk). The location of > worker.properties is specified in ht

RE: Application init

2002-04-24 Thread Subir Sengupta
Or you could add a life cycle listener that ran all your initialization stuff when your app started. The servlet initialization method will execute for every context that you have defined. That may or may not be the behavior you want. Subir -Original Message- From: juraj Lenharcik [mai

RE: Apache-Tomcat on different machines

2002-04-24 Thread Douglas, Rory
As I understand it, you need to specify the server name and port of your Tomcat server in the worker.properties file (for mod_jk). The location of worker.properties is specified in httpd.conf for Apache. eg. -worker.properties- worker.ajp13.port=8009 worker.ajp13.host=bob.somewhere.com

Re: Which Apache-To-Tomcat Connector

2002-04-24 Thread Anthony W. Marino
On Wednesday 24 April 2002 11:54 am, Pascal Forget wrote: > Anthony W. Marino wrote: > >Any reason for using AJP14 over AJP13? > >And what about mod_webapp? > > For starters, you could read http://www.ubeans.com/tomcat > > One question you might want to ask yourself is wether you REALLY > need Apa

Re: Servlet killing tracking

2002-04-24 Thread JACQUELINE Nicolas - REN ( [EMAIL PROTECTED] )
My problem is not a deadlock. My problem is that the service is running on an other computer 100km from me, it runs 24 hours a day, and sometines (rarely) it crashes because Tomcat killed the servlet. So I can only debug using logs this king of bug tracking. Using a debug tool is not possible...

Accessing Beans within JSP pages

2002-04-24 Thread Steve Hillman
Can anyone tell me how to make a bean available in pages within a subdirectory of ROOT: For example, I can access the bean myBean (installed in WEB-INF\classes) from a page within the ROOT directory but if I try to access the same bean from a page within ROOT/subdirectory I get this error: org

Apache-Tomcat on different machines

2002-04-24 Thread Adam Myatt
Hi, Quick question - I checked the DOCS and Archive, but to no avail. I'm looking to run Apache on 1 machine and Tomcat on another machine. Any quick hints as to which config files I would need to modify? Thanks. - Adam -- To unsubscribe: For additional commands:

RE: Servlet killing tracking

2002-04-24 Thread Jay Gardner
Hi, I don't have an answer for your deadlock?? Problem, but you might try downloading either Netbeans or Forte for Java. They have a debugger that works well for debugging servlets. They are both free and come with an integrated tomcat 3.2 container. With the debugger you may be able to validate

Re: LoadModule webapp_module modules/mod_webapp.so

2002-04-24 Thread Simon Stewart
John, this is apache 2: you don't need the AddModule. That got left behind from Apache 1.3.x On Wed, Apr 24, 2002 at 05:44:14PM +0100, John Burgess wrote: > One thing I've noticed is that you have two WebAppConnection lines, both > defining the same name of connection -- either remove one or give

Re: LoadModule webapp_module modules/mod_webapp.so

2002-04-24 Thread Simon Stewart
You attempt to define the warpConnection twice, once to localhost, once to a remote machine. This is mistake, and you can get round it by simply renaming one of the warpConnections ("warpConnection2" if you're feeling unadventurous :) Does that help? Have you also tried the "LoadModule" line and

Re: JSP compile fails to find class

2002-04-24 Thread Phillip Morelock
why don't you just put your classes in packages? did you think about that? this should give you your biggest clue: org.apache.jsp.TrackerStateBean not found it's assuming a default package of org.apache.jsp for unqualified class names. phillip On 4/24/02 9:38 AM, "Steve D George" <[EMAIL

Re: problem with mysql and tomcat

2002-04-24 Thread Boon K. Chee
Dear Manny, I'm not an expert in mysql, but I did manage to run my apache2, tomcat 4 and mysql without any problem. I think the problem you have might not be the mm.mysql driver problem. It seems to me that either your sql statement(when you open the connection to mysql) is not quite righ

Re: Servlet killing tracking

2002-04-24 Thread JACQUELINE Nicolas - REN ( [EMAIL PROTECTED] )
I'm not using SingleThreadModel, and as I'm using Tomcat in a professional context, I cant upgrade to a newer version. That's why I need to track what makes Tomcat destroy my servlet. Any idea ? > > it has been my experience that tomcat 3.2.x is pretty poor at managing > the servlet lifecycle g

JSP compile fails to find class

2002-04-24 Thread Steve D George
Hi, I've tried hunting through the archive but no success as yet so can anyone help with this please. I have a webapp that was working just fine on 3.2. I've just installed tomcat 4 and I'm trying to get the same webapp to work. I have created a new web.xml based around the example one that comes

RE: LoadModule webapp_module modules/mod_webapp.so

2002-04-24 Thread John Burgess
One thing I've noticed is that you have two WebAppConnection lines, both defining the same name of connection -- either remove one or give its connection a name other than warpConnection. (See at end, and just before the virtualhost section (40 lnes up maybe?) ) Also you don't do AddModule Best

Tomcat Locking Up, How to Debug?

2002-04-24 Thread Leonard Megliola
I'm currently using Tomcat 3.3.1 and have used a number of previous releases where I have experienced the following problem. Tomcat locks up. When it does this you cannot shut it down normally (must use 'killall java'), and it will not respond to requests. My intuition tells me it is a dea

Servlet killing tracking

2002-04-24 Thread JACQUELINE Nicolas - REN ( [EMAIL PROTECTED] )
Hi everybody, I'm using Tomcat 3.2.3 on a linux system to run a servlet-based service. This application must support a high number of connected people (about 1000). The service works fine, but sometimes Tomcat kills my servlet (calls Servlet.destroy) for no reason. How could I track why Tomcat k

Re: LoadModule webapp_module modules/mod_webapp.so

2002-04-24 Thread yilmaz
okey, Here is my httpd.conf file, can someone please help me find out , where the problem is? Thanks :) (though a little bit dangerous, it seems that there is no other way to be able to solve the problem) - Original Message - From: "Simon Stewart" <[EMAIL PROTECTED]> To: "Tomcat Users Li

Newbie Q: IIS and Tomcat (on a different server)

2002-04-24 Thread Elizabeth Barham
Hi, I'm new to this list, new to Tomcat and new to Java. Please forgive me if this question has been answered before or if it doesn't make much sense. When configuring Apache for UNIX to work with Tomcat, one may use various modules. When setting up mod_webapp, one of the configuration parameter

Re: LoadModule webapp_module modules/mod_webapp.so

2002-04-24 Thread yilmaz
i do have it. Another thing without "LoadModule webapp_module modules/mod_webapp.so" everything works fine, i mean if i comment it out, it works. But how do i have to integrate apache2 with tomcat4 - Original Message - From: "Dan K." <[EMAIL PROTECTED]> To: "Tomcat Users List" <[EMAI

Re: LoadModule webapp_module modules/mod_webapp.so

2002-04-24 Thread yilmaz
I am working on windows 2000 ... i tried apache -t and it only says can't open httpd.conf file - Original Message - From: "Wu Lu" <[EMAIL PROTECTED]> To: "'Tomcat Users List'" <[EMAIL PROTECTED]> Sent: Wednesday, April 24, 2002 11:24 PM Subject: RE: LoadModule webapp_module modules/mo

Re: LoadModule webapp_module modules/mod_webapp.so

2002-04-24 Thread yilmaz
i downloaded the windows 2000 versions of both apache2 and mod_webapps. Apache 2 has a directory called " modules" which has only ".so" files, and "mod_webapps.zip" file has a mod_webapp.so file , as well as a libapr.dll file. And the readme instructs to put the mod_webapps.so in the modules dire

Re: LoadModule webapp_module modules/mod_webapp.so

2002-04-24 Thread Simon Stewart
Above any WebApp* directives. In apache 2, also include the port number. I've got: ServerName localhost:80 in my httpd.conf On Wed, Apr 24, 2002 at 11:52:45AM -0400, Dan K. wrote: > > Also, make sure you have a "ServerName" directive in your httpd.conf if > you don't have it. > > Regards, > D

Class jsppages.MoniBean not found.

2002-04-24 Thread chuck amadi
*Hi there any reason for this as i i haven't got jsppages in my classes path or as a package in my MoniBea* *** *** *Error: 500* *Location: /volapp/jsppages/registerProcess.jsp* *Internal Servlet Error:* or

Re: Tomcat4 performance.

2002-04-24 Thread Austin Gonyou
We use this setup, and have gotten it to work quite well, but if you're using XSLT, then the transformer you're using could be a large part of the process cost. Also, we had to re-write a lot of code to actually clean things up because we were doing things in improper ways. Eventually we squeezed

Re: LoadModule webapp_module modules/mod_webapp.so

2002-04-24 Thread Dan K.
Also, make sure you have a "ServerName" directive in your httpd.conf if you don't have it. Regards, Dan On Wed, 24 Apr 2002, Simon Stewart wrote: > The only other thing that springs to mind is to use a path without > spaces in, and perhaps to double up your back slashes. Try one, then > the ot

Tomcat4 performance.

2002-04-24 Thread Clearwater, Pete
Hi All. I'm currently doing some performance testing in order to convince my superiors that we should move away from the expensive Weblogic app server to a free JBoss/(Tomcat or Jetty) implementation. However, I've run into a bit of a snag as both Tomcat and Jetty appear to be about 50% slower

Re: Which Apache-To-Tomcat Connector

2002-04-24 Thread Pascal Forget
Anthony W. Marino wrote: >Any reason for using AJP14 over AJP13? >And what about mod_webapp? > For starters, you could read http://www.ubeans.com/tomcat One question you might want to ask yourself is wether you REALLY need Apache forwarding requests to Tomcat. Doing so is MUCH slower than havi

Re: Which Apache-To-Tomcat Connector

2002-04-24 Thread Michael Delamere
Thanks for the patch. I will certainly give it a go. Just a question. I noticed that the first line says something about apache1.3. has this also been tested on apache2.0.x? bye Michael Delamere - Original Message - From: "James Williamson" <[EMAIL PROTECTED]> To: "Tomcat Users List

Re: Which Apache-To-Tomcat Connector

2002-04-24 Thread Ken Anderson
It isn't so. There is no problem serving static content through apache using mod webapp to server only servlets, jsp. The setup is different than when using mod_jk, that's all. Ken Lance Smith wrote: > Using: Apache 2.0.35 and Tomcat 4.0.3 on Red Hat 7.2. > > Say it isn't so: There is no way

Re: Which Apache-To-Tomcat Connector

2002-04-24 Thread Dan K.
Hi, I thought mod_webapp was suppose to be the successor to mod_jk in tomcat 4.x, and mod_jk only existed for backwards compatibility for tomcat 3.x. Don't know about mod_jk2 though... Regards, Dan On Wed, 24 Apr 2002, Michael Delamere wrote: > Although I don´t have the answer, it´s a VERY int

Re: Apache 2.0 and Tomcat 4.0.3 integration help need

2002-04-24 Thread digital synapse
I did send you an email at your personal email with my output, just wondering if you received it ok? -digitalsy >From: Simon Stewart <[EMAIL PROTECTED]> >Reply-To: "Tomcat Users List" <[EMAIL PROTECTED]> >To: Tomcat Users List <[EMAIL PROTECTED]> >Subject: Re: Apache 2.0 and Tomcat 4.0.3 integ

Re: Apache 2.0 and Tomcat 4.0.3 integration help need

2002-04-24 Thread digital synapse
I did send you an email at your personal email with my output, just wondering if you received it ok? -digitalsy >From: Simon Stewart <[EMAIL PROTECTED]> >Reply-To: "Tomcat Users List" <[EMAIL PROTECTED]> >To: Tomcat Users List <[EMAIL PROTECTED]> >Subject: Re: Apache 2.0 and Tomcat 4.0.3 integ

Re: Which Apache-To-Tomcat Connector

2002-04-24 Thread James Williamson
> > > > > > It isn't so. You can still serve static pages, but they'll come > > through Tomcat and then apache, rather than being served straight from > > apache. End result: you'll see a speed hit. This is what's being > > fixed, as I understand it. > > > > On Wed, Apr 24, 2002 at 03:00:59PM +00

servlets help:

2002-04-24 Thread jo outen
I am using mod_jk in tomcat 3.3a I am trying to JkMount servlets from a specified directory. The servlets work when I JkMount the root war in webapps. JkMount /rootofwar/* ajp13. What I am having trouble with is that the servlet code is several levels deep in WEB-INF and when I JkMount the exp

RE: OT: RE: Security (Struts/Turbine)

2002-04-24 Thread Anthony Eden
Personal experience (and personal mistakes). When the boss is breathing down your neck about some feature which they desperately need and that feature is easy to implement with a little bit of code in a JSP page...well the temptation is very strong and the means to exploit it exist so the easie

Re: LoadModule webapp_module modules/mod_webapp.so

2002-04-24 Thread Simon Stewart
The only other thing that springs to mind is to use a path without spaces in, and perhaps to double up your back slashes. Try one, then the other, then both. This is something of a last resort, though. On Wed, Apr 24, 2002 at 11:10:50PM +0800, yilmaz wrote: > Hi Simon, > I tried apache -t istead

Re: Which Apache-To-Tomcat Connector

2002-04-24 Thread Simon Stewart
I have no idea! It's just one of the things that you see mentioned if you browse throught the tomcat-dev mailing list (which I'm not on, I hasten to add :) On Wed, Apr 24, 2002 at 11:14:03AM -0400, Short, Dave wrote: > In which version is this projected to be fixed? > > -Original Message

Re: Compiling mod_jk for Apache 2.0.35

2002-04-24 Thread Michael Delamere
Hi, I managed to get mod_jk compiled on: SuSe Linux 7.1 with Apache2.0.35: The only problem was that when calling a servlet I got "jakarta-servlet" not found. Otherwise, Apache accepted it without an error message. bye Michael Delamere - Original Message - From: "Pascal Forget" <[E

RE: LoadModule webapp_module modules/mod_webapp.so

2002-04-24 Thread Wu Lu
If you installed Apache on WinXP, there is a menu option of "Test Configuration". You can click it to test the configuration. The actuall command is: "C:\Program Files\Apache Group\Apache2\bin\Apache.exe" -t -f "C:\Program Files\Apache Group\Apache2\conf\httpd.conf" -d "C:\Program Files\Apache Gr

Re: LoadModule webapp_module modules/mod_webapp.so

2002-04-24 Thread Pascal Forget
Aren;t you supposed to have a mod_jk.dll for Windows? I believe mod_jk.so is only for Unix systems. You should definitely read this: http://www.acg-gmbh.de/mod_jk/ Best Regards, Pascal yilmaz wrote: >Hi everyone, >i know everyone is already sick of reading problems about apache and tomcat.

Re: Compiling mod_jk for Apache 2.0.35

2002-04-24 Thread Pascal Forget
Hi Wayne, Welcome to the club. I have been spending countless hours trying to resolve the same problem you describe. I'm trying to buid mod_jk on Linux. I'll let you know if I find the answer, and I hope you'll do the same if you solve the problem before me. Best Regards, Pascal Wayne P

RE: Which Apache-To-Tomcat Connector

2002-04-24 Thread Short, Dave
In which version is this projected to be fixed? -Original Message- From: Simon Stewart [mailto:[EMAIL PROTECTED]] Sent: April 24, 2002 8:11 AM To: Tomcat Users List Subject: Re: Which Apache-To-Tomcat Connector It isn't so. You can still serve static pages, but they'll come through Tomc

Re: Which Apache-To-Tomcat Connector

2002-04-24 Thread Simon Stewart
It isn't so. You can still serve static pages, but they'll come through Tomcat and then apache, rather than being served straight from apache. End result: you'll see a speed hit. This is what's being fixed, as I understand it. On Wed, Apr 24, 2002 at 03:00:59PM +, Lance Smith wrote: > Using:

  1   2   >