Initialization of Catalina/mod_webapp

2001-11-19 Thread Daniel Rall
I've setup Catalina 4.0.1 behind Apache/1.3.22 (Unix) via mod_webapp. On startup (of Catalina; sleep 3; Apache), Catalina finds my deployment descriptor distasteful (and appears to attempt multiple initializations), and will not register my servlet zone. I get the feeling that I'm doing

Re: Apache 1.3.22 Tomcat 4.0.1-- Connector issue

2001-11-19 Thread Daniel Rall
Prasad Kallimath [EMAIL PROTECTED] writes: Just wondering if anybody had success in tying Tomcat4 with Apache. I tried looking at the archive, but could not get any helpful info. [snip] I followed the steps mentioned in the INSTALL.txt in the Mod_Webapp package. [snip] [Sun Nov 18 18:46:46

Re: Triple initialization of Catalina/mod_webapp

2001-11-19 Thread Daniel Rall
Let's play Find The Misconfiguration! My server.xml for Catalina plus mod_webapp (comments removed): Server port=8005 shutdown=SHUTDOWN debug=0 Service name=Tomcat-Apache Connector className=org.apache.catalina.connector.warp.WarpConnector port=11025 minProcessors=5

Re: Triple initialization of Catalina/mod_webapp

2001-11-19 Thread Daniel Rall
Let's play Find The Misconfiguration! My server.xml for Catalina plus mod_webapp (comments removed): Server port=8005 shutdown=SHUTDOWN debug=0 Service name=Tomcat-Apache Connector className=org.apache.catalina.connector.warp.WarpConnector port=11025 minProcessors=5

double post

2001-11-19 Thread Daniel Rall
My apologies for the double post -- my SSH connection to my email client dropped as I was sending the first copy of the message. -- To unsubscribe: mailto:[EMAIL PROTECTED] For additional commands: mailto:[EMAIL PROTECTED] Troubles with the list: mailto:[EMAIL PROTECTED]

Re: Does jakarta-tomcat-service work for *nixes?

2001-11-19 Thread Daniel Rall
Chris Tucker [EMAIL PROTECTED] writes: You probably want to look at running Tomcat in conjunction with a real web-server (such as Apache) if you're concerned (rightly) about running Tomcat as root. Use mod_jk or mod_webapp and connect Tomcat to Apache running as root and just map stuff

Re: Precompile JSP

2001-11-19 Thread Nikola Milutinovic
We definitely need a regular hook for this. We still need a hook or a definite answer No, it cannot be done or No, it won't be around for a while. Precompilation is a feature of a particular container -- it's not anything mandated by the JSP spec. Tomcat's current implementation of

Re: Precompile JSP

2001-11-19 Thread antony
Precompile all the jsp files in your project in your ant.xml file as part of the build process when making your war file. Nikola Milutinovic wrote: We definitely need a regular hook for this. We still need a hook or a definite answer No, it cannot be done or No, it won't be around for a

Re: Tomcat 4.01 for OS X

2001-11-19 Thread Paul DuBois
At 21:28 -0600 11/18/01, Jeffrey Kunzelman wrote: Has anyone installed tomcat 4.01 on Mac OS X? Sure. It runs without any particular problems that I've noticed, once you figure out where to set JAVA_HOME. Doesn't have that problem that Windows users are reporting of quitting when you log out,

AW: does Tomcat 3.X support HTTP/1.1 ?

2001-11-19 Thread Ralph Einfeldt
3.* - HTTP 1.0 4.0 - HTTP 1.1 -Ursprüngliche Nachricht- Von: ian silvester [mailto:[EMAIL PROTECTED]] Gesendet: Montag, 19. November 2001 10:51 An: Tomcat User Mailing List Betreff: does Tomcat 3.X support HTTP/1.1 ? as per subject. I am developing an app for which the only

New tomcat user questions

2001-11-19 Thread Alec Bickerton
Hi all, I'm running Tomcat 4.01 on Redhat 7.2 installed on an intel box. What I need to know is this: - I have recently moved a Servlet from another machine running tomcat 3.2.3. (Redhat 7.1) Tomcat 3.2.3 directory structure is as below, the servlet works without any issues.

Re: New tomcat user questions

2001-11-19 Thread Tom Oinn
Alec Bickerton wrote: snip This indicates that the config file couldn't be found. QUESTION: Can anyone suggest a reason as to why this is happening, even tho this works under 3.2.3 ? QUESTION: What would I need to do to make poolman.xml visible to all webapps ? The most common reason

Wrong trailing slash redirect using WARP connector with https

2001-11-19 Thread Alessandro Staltari
I'm using Apache WARP connector to Tomcat 4.0.1. It works fine with http but if I use https, trailing slash redirect returns a wrong url (i.e. https://localhost/example/ is redirected to http://localhost:443/example/index.html). How can I avoid this? Thanks Alessandro Staltari

Re: New tomcat user questions

2001-11-19 Thread Alec Bickerton
19/11/2001 10:16:45, Tom Oinn [EMAIL PROTECTED] wrote: Alec Bickerton wrote: snip This indicates that the config file couldn't be found. QUESTION: Can anyone suggest a reason as to why this is happening, even tho this works under 3.2.3 ? QUESTION: What would I need to do to make

removing jk_nt_service

2001-11-19 Thread Christoph Kukulies
In the docs is described how to install the Jakarta service under NT but I'm missing the information how I can remove the service. I would like to install it under a different name. Not just Jakarta but Jakarta_3.2.3 for example. --help, -? /? don't work either. -- Chris Christoph P. U.

Re: removing jk_nt_service

2001-11-19 Thread Christoph Kukulies
On Mon, Nov 19, 2001 at 11:33:29AM +0100, Christoph Kukulies wrote: In the docs is described how to install the Jakarta service under NT but I'm missing the information how I can remove the service. I would like to install it under a different name. Not just Jakarta but Jakarta_3.2.3 for

Security problem...

2001-11-19 Thread Jean-Luc BEAUDET
Hi I have Apache1317 and Tomcat 4.01-dev installed on SOLARIS 6. They are connected thru mod_webapp.so. All is goin well, but i don't know how to build security directives concerning the project deployed under TomcatDir/webapps dir. I mean how can i put in Apache (?) some Directives concerning

Re: SSL and CAs

2001-11-19 Thread Bernhard Wraase
Is the certificate format compatible between the two? Yes but the installation procedure is different. For tomact: http://jakarta.apache.org/tomcat/tomcat-4.0-doc/ssl-howto.html I was planning on using Thawte for my certificate provider. Tomcat is not in their list of supported Web servers.

Servlet on startup

2001-11-19 Thread Conrad Winchester
Hi all, The following XML snippet has been used to initialize our application for about the past 8 months. servlet servlet-nameInit/servlet-name servlet-classcom.hotgen.website.init.Init/servlet-class load-on-startup1/load-on-startup /servlet It has worked faultlessly with

Problem with Custom Tag Attribute name: Is this case-sensitive in Tomcat 4.0.1?

2001-11-19 Thread Gaurav Saxena
Hi, I have a custom Tag defined in my tld file with an attribute named as class as follows: ... attribute nameclass/name requiredfalse/required /attribute Correspondingly, I have defined a method setClass(...) in my Tag implementation class. Now the problem is this: If I use all

Re: JSP/Servlet Web Hosting?

2001-11-19 Thread Allan Kamau
www.aoindusties.com web hosting with TC,Cocoon,JBoss,PostgreSQL/Interbase/mySQL might be a good try. --- C Cayetano [EMAIL PROTECTED] wrote: Anyone know or can recommend a reasonable priced web hosting company that supports JSP/servlets? Thanks in advance Chris -- To unsubscribe:

Re: JSP/Servlet Web Hosting?

2001-11-19 Thread Samuel Rochas
Hello Chris, Anyone know or can recommend a reasonable priced web hosting company that supports JSP/servlets? Well, I can recommand our Hosting Service at SWIPe. Contact me if you have any question to that topic. Sincerly Samuel -- SWIPe Software Engineering Project Management GmbH

RE: Common Problem with Tomcat/Apache (processer sticks at 97% on linux)

2001-11-19 Thread Randy Layman
-Original Message- From: Jeff Kilbride [mailto:[EMAIL PROTECTED]] Sent: Friday, November 16, 2001 6:43 PM To: Tomcat Users List Subject: Re: Common Problem with Tomcat/Apache (processer sticks at 97% on linux) - Original Message - From: Brandon Cruz [EMAIL

RE: Does jakarta-tomcat-service work for *nixes?

2001-11-19 Thread Randy Layman
-Original Message- From: Jeff Kilbride [mailto:[EMAIL PROTECTED]] Sent: Sunday, November 18, 2001 2:41 AM To: [EMAIL PROTECTED] Subject: Does jakarta-tomcat-service work for *nixes? I went through the archives trying to figure out how to run Tomcat (4.0.1) as a non-root

Huge apache-log in CATALINA_HOME/logs

2001-11-19 Thread Göran Byström
Hi, I´m using Tomcat 4.01 to run .jsp etc. with Apache 1.3.22 as webserver on W2K. I´ve been using this combination for about 2 days. Today I checked the log directory in CATALINA_HOME/logs and found log-file apache_log.2001-11-19.txt with the enormous size of 175 MB. How is this possible?

SSL doubts

2001-11-19 Thread Law Kim Soon
Hi all, I'm developing a transaction-based application and my main focus is on the encription of the customer's credit card number.How can i achieve that objective? At this moment,half of this application has been completed except for the payment function and is running under tomcat 3.2.1 +

RE: Thread pool problem in Tomcat 3.3 in Windows NT 4.0

2001-11-19 Thread Larry Isaacs
I am not that familiar with the Tomcat 4.0 architecture yet. However, I believe Tomcat 4.x uses different code for handling HTTP connections, so I would assume it does not have this same bug. Larry -Original Message- From: Raymond Lee [mailto:[EMAIL PROTECTED]] Sent: Friday,

Re: SSL doubts

2001-11-19 Thread Alessandro Staltari
payment function and is running under tomcat 3.2.1 + apache 1.3.22 under win98.Right now,i have no idea how a SSL works i don't know how to configure the SSL. Hope to learn from you people. I suggest you to visit http://www.modssl.org Regards Alessandro Staltari -- To unsubscribe:

Re: Tomcat 4.01 for OS X

2001-11-19 Thread Jeffrey Kunzelman
I had to do the following: set $java_home to JAVA_HOME=/System/Library/Frameworks/JavaVM.framework then for some reason bin is called Commands so I had to update shell scripts before it would run. How ever now I can see the default tomcat page, but as soon as I try to run a jsp example or

simple tomcat problem

2001-11-19 Thread Florian Boelstler
hi, i tried the whole weekend to solve the following problem. searched the tomcat mailing list archives, but found nothing helpful. we have designed a servlet which dynamically creates html pages. these pages are static html mixed with code which does database requests, etc. (like php does..)

RE: BindException: this 8080 thing

2001-11-19 Thread Larry Isaacs
If you want to change Tomcat's use of 8080 to a different port, search the server.xml for port=8080 and change it (Tomcat 3.2.3 and Tomcat 3.3). I would also recommend taking the time to learn Tomcat 3.3's differences, as most are improvements. I think you will find Tomcat 3.3 much more

Re: Configuration help needed with standard RPM install

2001-11-19 Thread Jonathan B. Bayer
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hello Jonathan, Did anybody answer this and I missed the answer? Thanks. JBB Friday, November 16, 2001, 11:49:55 AM, you wrote: JBB -BEGIN PGP SIGNED MESSAGE- JBB Hash: SHA1 JBB Hello tomcat-user, JBB I have a RedHat 7.1 system running

Re: SSL doubts

2001-11-19 Thread Lukman W. Kusuma
You might want to take a look at this : http://jakarta.apache.org/tomcat/tomcat-3.2-doc/tomcat-ssl-howto.html This was my first page I read when I setup my Tomcat with SSL. The only difference with you is my Tomcat is running without Apache at all. Once it was all setup, I just need to develop

ThreadPool: pool exhausted with 100 threads

2001-11-19 Thread Chris Wilson
hello, i'm running tomcat 3.2.3 on jboss 2.4.1a and after several days of heavy use i'm getting the following message from tomcat on the console: ThreadPool: pool exhausted with 100 threads i checked in the tomcat.properties file and it looks like the thread pool stuff is set to false. i

upgrading isapi-filter: 3.1 to 3.3

2001-11-19 Thread Shay Mandel
Hi All, I am trying to upgrade the isapi filter from 3.1 to 3.3. I've downloaded the sources and compiled the dll. Apparently, it looks like the filter is getting hit by the /jakarta/isapi_filter.dll url, doesn't find a match, but still forwarding this url to tomcat. workers.properties is:

Re: [repost] loading class files

2001-11-19 Thread Bo Xu
- Original Message - From: Yiu Wing [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Monday, November 19, 2001 1:58 AM Subject: Re: [repost] loading class files I suggest you put YourApplet.class together with your html/image or other static contents), for ex. :

RE: upgrading isapi-filter: 3.1 to 3.3

2001-11-19 Thread Larry Isaacs
Don't add the Filter DLLs key on WinNT (or Win2k). The Filter DLLs key is only for Win98. Cheers, Larry -Original Message- From: Shay Mandel [mailto:[EMAIL PROTECTED]] Sent: Monday, November 19, 2001 9:38 AM To: '[EMAIL PROTECTED]' Subject: upgrading isapi-filter: 3.1 to 3.3

NT challenge\response

2001-11-19 Thread Vijendra_Malhotra
Title: NT challenge\response Hello, I have tomcat installed in conjunction with IIS on a Win2K Advanced server. We would like to use NTFS file restrictions to give access to users to view our website. This all works fine for pages that tomcat doesn't serve. But goes for a spin when I need to

apache from Oracle gets in the way

2001-11-19 Thread Christoph Kukulies
This is not 100% tomcat on topic but maybe some in this list can share my experience: I have installed Oracle 8.1.7 under Windows 2000 on my notebook computer and also installe apache 1.3.17 (oracle's httpd is apache 1.3.12) Now it seems that although I removed apache 1.3.12 from by invoking

Too much threads

2001-11-19 Thread Tom Colman
Hello, I'm running Tomcat 4.0 on mandrake linux 8.1 connected to apache webserver with the mod_webapp. When I start up Tomcat it only uses 20 threads. After a while this number can get very high. At a certain time I had more than 900 concurrent threads. Is there a way to restrict this

Re: Authentication with Tomcat 3.2 and IIS4

2001-11-19 Thread Samuel Rochas
Hello, Thank you for the help. Your messages helped me to understand better how the thing is working, but the problem is still there. I am now able to make FORM authentication (with both Tomcat 3.2 and 3.3) but the BASIC authentication is NOT working. I've tried the MemoryRealm only (thanks

Re: Configuration of Domino JDBC Driver...

2001-11-19 Thread David Smith
I'm not familiar with the Domino JDBC driver, but I do know you shouldn't have to set the classpath in TC 4.0.1. Things should work fine if the .jar file for your driver is in one of about three places: a) CATALINA_BASE$/common/lib for global availability to all of TC and it's apps b)

RE: upgrading isapi-filter: 3.1 to 3.3

2001-11-19 Thread Shay Mandel
thanks for the response, but it doesn't work. I have no such key in the registry (I guess this is where I should work - I read the win98 docs and understood this is what you meant). Anyway, I tried running tomcat 3.3 with the 3.3 isapi filter, and I get the same problem. any help?

CLASSPATH for web apps

2001-11-19 Thread Roland Berger
Hi all I always thought tomcat 3.2.3 would set the CLASSPATH for any web app dynamically by looking e.g at the directory /WEB-INF/lib. But it doesen't with me!!?? Example: When I deploy my web app into the webapp directory of TOMCAT_HOME I have in /WEB-INF/lib the log4j.jar file. When I want to

Re: PreparedStatement caching?

2001-11-19 Thread Nikola Milutinovic
does Tomcat implement caching for PreparedStatement objects? PreparedStatement is a part of JDBC, which has nothing to do with Tomcat. Nix.

Re: Precompile JSP

2001-11-19 Thread Nikola Milutinovic
Precompile all the jsp files in your project in your ant.xml file as part of the build process when making your war file. Yes, yes, it can be done, but what we want is to have JSP normal and then precompiled upon context mounting. Startup servlet cannot do it, since it starts before JSP

Servlet Changes

2001-11-19 Thread Gerrit Grobbelaar
Hi I know this is not a Forte for Java group, but after compilation of my servlets the changes only take affect after restarting my built-in tomcat server. How can the changes be noted without restarting tomcat everytime? Tx. Gerrit -- To unsubscribe: mailto:[EMAIL PROTECTED] For additional

RE: Precompile JSP

2001-11-19 Thread Randy Layman
-Original Message- From: Nikola Milutinovic [mailto:[EMAIL PROTECTED]] Sent: Monday, November 19, 2001 8:54 AM To: Tomcat Users List Subject: Re: Precompile JSP Precompile all the jsp files in your project in your ant.xml file as part of the build process when making

AW: Precompile JSP

2001-11-19 Thread Ralph Einfeldt
Just another version of 'How to shoot your self in the foot': - Make a servlet that loads on startup. - From this servlet make a forward to a jsp that does what ever you want after the JSP servlet is started. Through the forward you force the startup of the JSP servlet. In the jsp you

Re: [repost] loading class files

2001-11-19 Thread David Smith
I use this setup on my linux box (TC 4.0.1, MySQL JDBC, Mandrake 8). The only issue I've ever had with the driver is the downloaded MySQL JDBC driver file needs to be unjarred. The .jar file nested inside is the actual JDBC driver. Place it in WEB-INF/lib and restart Tomcat so it can find

Re: Mapping /servlet/ URLs to Tomcat 4.0.1 from Apache via mod_webapp

2001-11-19 Thread David Smith
It's important to note on mod_webapp that it's an application centered connector and handles requests with the application in mind. In your case, if you use WebAppDeploy ROOT warpConnection /servlet in your Apache config, then the URL looks something like

Re: New tomcat user questions

2001-11-19 Thread David Smith
My experience with poolman.jar and TC 4 suggests you put the poolman.xml file in the classes folder under $CATALINA_HOME. Actually how I did it since I disliked having poolman.xml sitting in the classes folder was to put in the conf folder and sym link to it from the classes folder. That way

RE: Mod-jk conf auto creation not happening question

2001-11-19 Thread Travis Schmid
H...I don't know what would stop Tomcat from generating that file. Have you checked the Tomcat logs and stdout to see if Tomcat is listing any error messages when it starts up? Double check c:/program files/apache group/tomcat-4.0/conf/mod_jk.conf to make sure it exists. Travis

Re: Mod-jk conf auto creation not happening question

2001-11-19 Thread keiths
I have noticed that the mod_jk.conf-auto does not get created in 4.0, and certainly does in 3.2. I will be watching for any feedback on this one! Travis Schmid wrote: H...I don't know what would stop Tomcat from generating that file. Have you checked the Tomcat logs and stdout to see

RE: Mod-jk conf auto creation not happening question

2001-11-19 Thread Mike Kelley
It doesn't exist. Should I just create a blank file? -Original Message- From: Travis Schmid [mailto:[EMAIL PROTECTED]] Sent: Monday, November 19, 2001 9:41 AM To: 'Tomcat Users List' Subject: RE: Mod-jk conf auto creation not happening question H...I don't know what would stop

Tomact and Apache

2001-11-19 Thread Yaron Standel
How can I use Apache 1.3 and Tomcat 4.0 on Window 2000 platform? Thanks Yaron Standel -- To unsubscribe: mailto:[EMAIL PROTECTED] For additional commands: mailto:[EMAIL PROTECTED] Troubles with the list: mailto:[EMAIL PROTECTED]

RE: Mod-jk conf auto creation not happening question

2001-11-19 Thread Mike Kelley
Who else might one contact so we can get the auto gen done? -Original Message- From: keiths [mailto:[EMAIL PROTECTED]] Sent: Monday, November 19, 2001 9:48 AM To: Tomcat Users List Subject: Re: Mod-jk conf auto creation not happening question I have noticed that the mod_jk.conf-auto

RE: Tomact and Apache

2001-11-19 Thread Mike Kelley
Yes you can I'm having a *^%*^%*^% .. Heck of a time trying to tie them together ... Mod-webapp Problems ... Mod-JK .. Problems . Some people have gotten mod-webapp to work with no problem There is a tutorial on how to tie these to together in apacheweek issue 268 ...

RE: Mod-jk conf auto creation not happening question

2001-11-19 Thread Travis Schmid
I think most people using Tomcat 4.0 are using mod_webapp but I have noticed at least one other person on this list that said they got 4.0 to work with mod_jk. Perhaps if you scanned the entries on this list for the past week or so you will find someone who has done it. I'm using 3.2.3 so I

RE: Mod-jk conf auto creation not happening question

2001-11-19 Thread Mike Kelley
Getting ready to downgrade to 3.2.3 to clear up the problem -Original Message- From: Travis Schmid [mailto:[EMAIL PROTECTED]] Sent: Monday, November 19, 2001 10:05 AM To: 'Tomcat Users List' Subject: RE: Mod-jk conf auto creation not happening question I think most people using

Re: Mod-jk conf auto creation not happening question

2001-11-19 Thread keiths
You definitely need something if you want apache to run on top of tomcat. I am in the middle of testing 4.0 for migration from a tomcat 3.2 environment and have messed a little with the mod_jk. I used the mod_jk.conf-auto generated under tomcat 3.2, but there is also a workers.properties file

RE: Tomact and Apache

2001-11-19 Thread Kemp Randy-W18971
1. Get the Mod_webapp binary for Tomcat 4.01, and follow the directions in the readme file. 2. Add something like this in apache httpd.conf VirtualHost * ServerName localhost WebAppConnection conn warp localhost:8008 WebAppDeploy examples conn /examples WebAppDeploy onjava conn

RE: apache from Oracle gets in the way

2001-11-19 Thread Kemp Randy-W18971
If you have a CIS from Oracle, then you can ask this question to their support service. -Original Message- From: Christoph Kukulies [mailto:[EMAIL PROTECTED]] Sent: Monday, November 19, 2001 8:51 AM To: [EMAIL PROTECTED] Subject: apache from Oracle gets in the way This is not 100%

tomcat 4.0 catalina cluster

2001-11-19 Thread Meyer, James
Hello everybody. I am looking at upgrading to tomcat 4.0.1. I have everything working correctly except for clustering/load balancing. I have scanned the documentation and have not found anything suggesting how to setup load balancing.Can anybody give me an example or point me towards

RE: Tomact and Apache

2001-11-19 Thread Geoff Howard
with mod_webapp. both the tomcat docs and the archive of this list have plenty of information on getting this set up. Unfortunately, you may find that the current implementation on win2k is buggy. If you have problems, my advice would be to wait for later releases of mod_webapp, use tomcat

AW: Java program interferring with Tomcat

2001-11-19 Thread Ralph Einfeldt
Sounds like a deadlock on the database. To verify that have a look at the server manager to see if there are locks. Which SQL Server Version do you use? Which transaction level do you use? (java.sql.Connection.getTransactionIsolation()) -Ursprüngliche Nachricht- Von: David

looking for a Tomcat stop option which waits for Tomcat to really exit

2001-11-19 Thread Andy Newton
Hi all, I have a problem with stopping Tomcat reliably, initially as part of an NT system shutdown though I think the problem applies independent of OS. As best I understand it, when Tomcat is stopped by the conventional means (i.e. org.apache.tomcat.startup.Tomcat -stop) the stop action

Re: Servlet Changes

2001-11-19 Thread paul
in your server.xml file define the contexts with reloadable=true like below /Host Host name=apache.web.roadrunner.uk.com debug=1 appBase=webapps Context path= docBase=ROOT debug=0/ Context path=/ct docBase=ct debug=1 crossContext=true reloada e=true

Re: AW: Java program interferring with Tomcat

2001-11-19 Thread Denis Haskin
Ralph Einfeldt wrote: Sounds like a deadlock on the database. To verify that have a look at the server manager to see if there are locks. I agree with Ralph, that the problem is probably in your SQL access. Do *both* processes hang (e.g. Tomcat the scheduled job) or only Tomcat? I would

starting jk_nt_service before apache?

2001-11-19 Thread Christoph Kukulies
I'm wondering how I can I achieve that jk_nt_ervice.exe is started at system startup before apache is launched. As from my understanding tomcat (3.2.3) jk_nt_service (Tomcat) needs to start and write mod_jk.conf-auto before apache is started to read that file. -- Chris Christoph P. U. Kukulies

Re: [repost] loading class files

2001-11-19 Thread Yiu Wing
[...] But from one of the Tomcat's docs, which is tomcat-docs\appdev\deployment.html, in its mid page says, /WEB-INF/lib/ - This directory contains JAR files that contain Java class files (and associated resources) required for your application, such as third party class libraries

Re: [repost] loading class files

2001-11-19 Thread Yiu Wing
I use this setup on my linux box (TC 4.0.1, MySQL JDBC, Mandrake 8). The only issue I've ever had with the driver is the downloaded MySQL JDBC driver file needs to be unjarred. The .jar file nested inside is the actual JDBC driver. Place it in WEB-INF/lib and restart Tomcat so it can find

IIS with isapi-filter gets stuck when Tomcat throws OutOfMemoryError

2001-11-19 Thread Shay Mandel
Hi All, We have a problem, when Tomcat reaches it's memory limit, and calls keep on coming. The Tomcat seize to respond (I don't blame it), but then, even after the memory is freed, or tomcat is restarted, IIS doesn't go to rest. It uses 100% CPU until it is brutally killed. We are using Tomcat

Startuip.sh error

2001-11-19 Thread fanabe
Hi all, my name is Giuliano and I write from Italy. My system is Caldera eServer2.3, 2.4.12+grsecurity, jakarta tomcat 3.23 src,jdk1.3.1_01, jre1.3.1_01,jaxp-1.1,jsse-1.0.2,jakarta-servletapi-3.2.3,jakarta-ant-1.4.1,jakarta-tomcat-20011102 In the $JAKARTA_HOME/build/tomcat/bin I have the file

Two duplicated directories for jsp files

2001-11-19 Thread Vernon Wu
I note recently two duplicated jsp file directories for each application, one under the application directory and the other under WEB-INF. In my build.xml file, there is only one jsp file directory. The portion of file is the followings: mkdir dir=${deploy.home}/WEB-INF/jsp/ copy

Re: AW: Java program interferring with Tomcat

2001-11-19 Thread David Frankson
Only Tomcat hangs, the other program continues on. I thought a database deadlock only happens when both threads are trying to write and holding a lock on each other's data? The external java process is read-only. How do you do a thread-dump on when you are running Tomcat as a service on

Setting up Tomcat 4

2001-11-19 Thread JStanczak
I have a Sparc box running Solaris 8. I would like to set the JAVA_HOME environment variable and I would also like to put a script in the rc3.d to allow Tomcat to startup and shutdown with the server. I'm somewhat new to the Solaris OS, so I was wondering if I could get more of an expert opinion

Re: AW: Java program interferring with Tomcat

2001-11-19 Thread Denis Haskin
David Frankson wrote: Only Tomcat hangs, the other program continues on. I thought a database deadlock only happens when both threads are trying to write and holding a lock on each other's data? The external java process is read-only. Hmm. That's why I asked. Sounds like maybe the db

Re: Java program interferring with Tomcat

2001-11-19 Thread Denis Balazuc
It happens to me, but in reverse order - I think it is related to the JDK/JRE itself, not to Tomcat. I use the same environment (win2k, jdk or jre 1.3.1). When Tomcat runs, and I launch the install shield for any installation from Sun (Java related of course), the installation programs sits

LinkageError running 4.0.1 on IBM 1.3.0 VM

2001-11-19 Thread robin
Hi, I'm trying to run Tomcat 4.0.1 under the IBM JVM 1.3.0. If I start by unpacking the archive, and then use the startup.sh script, after setting my path and unsetting my classpath I get the following output from the scripts: Starting... Using CLASSPATH:

RE: AW: Java program interferring with Tomcat

2001-11-19 Thread Randy Layman
-Original Message- From: David Frankson [mailto:[EMAIL PROTECTED]] Sent: Monday, November 19, 2001 1:42 PM To: Tomcat Users List Subject: Re: AW: Java program interferring with Tomcat Only Tomcat hangs, the other program continues on. I thought a database deadlock only

jsp include problem

2001-11-19 Thread Sukhwinder Singh
Hello, I am using tomcat 4.01 on Windows 95. I have a simple jsp file and its contents are: / %@ page contentType=text/xml% jsp:include page=portfolio.xml / / and portfolio.xml's contents are:

Apache 1.3.22 Tomcat 4.0.1-- Connector issue

2001-11-19 Thread Prasad Kallimath
Hi, Just wondering if anybody had success in tying Tomcat4 with Apache. I tried looking at the archive, but could not get any helpful info. I am very much new to this field. I tried to install Apache and Tomcat on my Windows 2K Adv Server. After I installed, both apache and tomcat are working

RE: Precompile JSP

2001-11-19 Thread pero
Hi, Mhhh, my experience with that precompile issue (and meanwhile I have a lot of it :) says that it is not a problem of servlet loading order at startup, but you can't access *any* jsp until the server is *completely* up! Completely up means *all* servlets that must be loaded upon startup have

Re: AW: Java program interferring with Tomcat

2001-11-19 Thread David Frankson
Not with SQL Server. If thread A has a write lock on a table, thread b will wait until the write is completed before reading. If thread A is in a transaction that is long running then a perfectly funcitoning application can seem to hang. Its also possible that some form of infinite loop or

RE: Setting up Tomcat 4

2001-11-19 Thread Kemp Randy-W18971
The Java_Home environment can be set in the .profile command # set java home export JAVA_HOME JAVA_HOME=/usr/j2se I haven't done a shutdown and startup script yet, so I will defer that question to someone else. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL

RE: AW: Java program interferring with Tomcat

2001-11-19 Thread Randy Layman
I've never tried to do this because I never wanted dirty data (i.e. part of what someone else wrote, possibly including data to be rolled back, etc). Randy -Original Message- From: David Frankson [mailto:[EMAIL PROTECTED]] Sent: Monday, November 19, 2001 2:42 PM

RE: Mapping /servlet/ URLs to Tomcat 4.0.1 from Apache via mod_webapp

2001-11-19 Thread Swart, James (Jim) ** CTR **
This brings up a question I have been dying to know an official answer to. I, also, always put reloadable=true in my server.xml file for my webapps, to prevent having to bounce tomcat after making changes. But, imagine if you have to bounce apache AND tomcat when you make changes (I believe this

RE: Mapping /servlet/ URLs to Tomcat 4.0.1 from Apache via mod_webapp

2001-11-19 Thread Bob Collins
We don't restart Apache when restarting Tomcat 4.0.1. The auto-configured files don't usually change between runs of Tomcat 3.3, so we don't restart Apache when restarting Tomcat 3.3 either. Bob Collins, Software Engineer MAXIMUS Intelligent Technologies Division (757-564-4629, 757-564-1477

RE: Huge apache-log in CATALINA_HOME/logs

2001-11-19 Thread Tom Parker
I´m using Tomcat 4.01 to run .jsp etc. with Apache 1.3.22 as webserver on W2K. I´ve been using this combination for about 2 days. Today I checked the log directory in CATALINA_HOME/logs and found log-file apache_log.2001-11-19.txt with the enormous size of 175 MB. Perhaps you might want to

Re: servlet as RMI client - registry not found

2001-11-19 Thread Guenter Wildmann
Altough nobody on the list seems to be using a servlet as a RMI-Client because I did not receive a single response to my newbie-question, i post my experiences, they might be useful for newbies in future. Tomcat does not allow to install a security manager the way it is done in an application

migration woes

2001-11-19 Thread Christoph Kukulies
Moved from a working webapp under FreeBSD, Tomcat 3.2, apache 1.3.12 to Windows 2000, tomcat 3.2.3 and apache 1.3.17. After getting around the tomcat/apache configuration quirks I finally could fire up my webapp and it showed up partially with classes not recompiled. But since I had some hard

Windoze users... Making a service dependant upon ...

2001-11-19 Thread Mike Kelley
I am one of the lucky ones trying to get mod-webapp to work with TC 4.0 and apache 1.3.22 on a W2K machine Today there have been a few posts about the timing of starting up the services, TC must launch before apache ... I'm not sure this is happening, How can I make the apache service

RE: migration woes

2001-11-19 Thread Randy Layman
-Original Message- From: Christoph Kukulies [mailto:[EMAIL PROTECTED]] Sent: Monday, November 19, 2001 4:07 PM To: [EMAIL PROTECTED] Subject: migration woes cannot load servlet name: jsp: C:\Programme\Apache_Group\jakarta\jakarta-tomcat- 3.2.3\webapps\servlets\WEB-INF\classes

welcome file not loading...

2001-11-19 Thread Matt Egyhazy
hi, i am using tomcat 3.2.3 and apache 1.3.20 on windows 2000 with mod_jk i have setup the welcome file in the web.xml of my web application as follows: welcome-file-list welcome-file index.jsp /welcome-file welcome-file login.html /welcome-file

Re: LinkageError running 4.0.1 on IBM 1.3.0 VM

2001-11-19 Thread Jeff Kilbride
Hi Robin, I'm using the IBM JDK on Linux (RH7.1 w/2.4.14 kernel) with TC 4.0.1 without any problems. The only difference I can see from your setup is that my JAVA_HOME variable points to the toplevel of the IBM directory structure: /usr/local/java/IBMJava2-13 not

jsp include problem

2001-11-19 Thread Sukhwinder Singh
Hello, I am using tomcat 4.01 on Windows 95. I have a simple jsp file and its contents are: / %@ page contentType=text/xml% jsp:include page=portfolio.xml / / and portfolio.xml's contents are:

Re: Apache 1.3.22 Tomcat 4.0.1-- Connector issue

2001-11-19 Thread Robert Schmid
Since I've just been through this, I guess it's my turn to assist. Send me your connector code from server.xml and the appropriate lines from httpd.conf. Hi, Just wondering if anybody had success in tying Tomcat4 with Apache. I tried looking at the archive, but could not get any helpful

Re: AW: Java program interferring with Tomcat

2001-11-19 Thread Jeff Kilbride
Sure it does. Changing the transaction isolation level affects how data is read from the database. TRANSACTION_READ_COMMITTED waits for a read lock before reading data and ensures that the data being read is in a consistent state. Lower isolation levels may allow data to be read that's

Re: Does jakarta-tomcat-service work for *nixes?

2001-11-19 Thread Jeff Kilbride
I know why Java can't do this inherently. I was hoping for some sort of tricky wrapper in the j-t-s code. Lots of security reasons to *not* change to a non-root user? You're saying it's more secure to run Tomcat as root? I would think it would be the other way around. Can you elaborate? Thanks,

  1   2   >