How do I fix the Tomcat 4.0 (Catalina) - Bootstrap Error

2001-09-21 Thread Chris
Hi I have installed the Tomcat 4.0 on my machine but when I run it I get the following error : Exception in thread main java.lang.NoClassDefFoundError: org/apache/catalina/startup/Bootstrap How can I fix this or what must I set to get past this error. I have set JAVA_HOME and CATALINA_HOME. I

How do I fix the Tomcat 4.0 (Catalina) - Bootstrap Error

2001-09-21 Thread Chris
- Original Message - From: Chris [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Friday, September 21, 2001 8:34 AM Subject: How do I fix the Tomcat 4.0 (Catalina) - Bootstrap Error Hi I have installed the Tomcat 4.0 on my machine but when I run it I get the following error :

Loadbalancing with mod_jk and stickiness ?

2001-09-21 Thread Hans-Erik Skyttberg
Hi! We just encontered a problem, when a session is started on one tomcat and then through a load balancer it ends up on the another webserver that webserver dosen't direct the session to correct tomcat ? Is this a bug or isn't mod_jk supposed to work that way ? This is working with

RE: How do I fix the Tomcat 4.0 (Catalina) - Bootstrap Error

2001-09-21 Thread Järkeborn Joacim
Do you have a Win9x system? -- 2) An out of environment space error when running the batch files in Win9X/ME-based operating systems. Right-click on the STARTUP.BAT and SHUTDOWN.BAT files. Click on Properties then on the Memory

Re: How do I fix the Tomcat 4.0 (Catalina) - Bootstrap Error

2001-09-21 Thread Chris
Yes, I am running Windows ME. Everything is set but still it doesn't find the Bootstrap class. HELP Chris - Original Message - From: Järkeborn Joacim [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Friday, September 21, 2001 12:41 AM Subject: RE: How do I fix the

RE: ssl performance

2001-09-21 Thread GOMEZ Henri
May be a thread problem ? SSL is a hog in CPU resource and serious SSL applications should use native SSL implementation like apache-mod_ssl + openssl in front of Tomcat - Henri Gomez ___[_] EMAIL : [EMAIL PROTECTED](. .) PGP KEY : 697ECEDD

newbie: SSL installation probs

2001-09-21 Thread Kruse, Peter
Hi, I have installed Tomcat 3.2.3 on AIX and port 8080 works fine. After installation of JSSE 1.0.2 jar-file and configuring the things in jre and server.xml, the port 8443 does not work. Starting tomcat is ok: Using classpath:

RE: Loadbalancing with mod_jk and stickiness ?

2001-09-21 Thread GOMEZ Henri
We just encontered a problem, when a session is started on one tomcat and then through a load balancer it ends up on the another webserver that webserver dosen't direct the session to correct tomcat ? Is this a bug or isn't mod_jk supposed to work that way ? This is working with

RE: JDBC Connection Pool Theory ??

2001-09-21 Thread Alexandre Victoor
Hello I would like to know if somebody is using the pool of Turbine, used already by tomcat. I am affraid that there is no doc on these classes :| Alexandre

BindException...

2001-09-21 Thread Svante Berglund
Hi all. I recive an error message at startup from tomcat 3.2.3(see below). After that tomcat is only able to process .html-pages but fails to compile .jsp-pages. Do you have any clues why? No other server is running on the machine. /cheers Svante FATAL:java.net.BindException: Address in use:

Catalina - Bootstrap Error (Need help)

2001-09-21 Thread Chris
- Original Message - From: Chris [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Friday, September 21, 2001 8:34 AM Subject: How do I fix the Tomcat 4.0 (Catalina) - Bootstrap Error Hi I have installed the Tomcat 4.0 on my machine but when I run it I get the following error :

RE: BindException...

2001-09-21 Thread G.Nagarajan
Hi, If you are running NT, check if IIS is running. If windows 95x is running, check if Personal web server is running. Or change the http port to something like in server.xml and restart tomcat. If tomcat runs, then it means that some other server is running. Regards, Nagarajan.

SV: BindException...

2001-09-21 Thread Svante Berglund
Hi. Nope, no other server is running and I´ve tried several different ports. Also, tomcat IS able to serve .html-pages, but not able to compile .jsp-pages. Thanks for answering! Svante -Ursprungligt meddelande- Från: G.Nagarajan [mailto:[EMAIL PROTECTED]] Skickat: den 21 september 2001

form login page is not encoded when cookie is disabled

2001-09-21 Thread Willie Vu
I have the following problem when cookie (on my computer and per-session) is disabled. I'm using IE 5.5 and Tomcat 3.2.3. I set up a restricted area for URL pattern /user. Before I login, I go to http://localhost:8080/abc/user/index.jsp. Tomcat automatically forwards to the form login page

How to Configue Tomcat 4 with IIS 5?

2001-09-21 Thread Leo Lin
Hi All, Does anyone know how to configue Tomcat4 with IIS 5? So I can send the requests on http://IPADDRESS to $CATALINA_HOME/webapps/ROOT, and http://IPADDRESS/example to $CATALINA_HOME/webapps/example so on. I'm running MSWin2k Server with IIS5 and Tomcat4 on the same machine. Thank, Leo

Réf. : Re: tomcat 3.2.3 hangs, AIX 4.3.3(jre 1.2.2 and 1.3.0)

2001-09-21 Thread joseph . vallot
infortunaltely, I can't make it work on aix. but I have successfully reproduced problem with a simple piece of code: a servlet, at first call, runs n threads, and each of them will open a localhost url every s seconds (a kind of scheduler), to the same servlet that initially launch threads

Re: BindException...

2001-09-21 Thread Max Chi
hi, I also had same problem before. you may try to change Apache-Connector Service port from 8008 to any other number. max - Original Message - From: Svante Berglund [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Friday, September 21, 2001 4:25 PM Subject: SV: BindException... Hi.

Using mod_webapp 0.5

2001-09-21 Thread Paul Andreas Petershagen
Hi, I tried mod_webapp 0.5 with Tomcat 4 because I'm waiting for the release of the mod_webapp binaries in the Tomcat 4 download directory. I got this error message from Apache: Invalid command 'WebAppDeploy', perhaps mis-spelled or defined by a module not included in the server configuration

Worm Attacks

2001-09-21 Thread Cheong Takhoe
Hi folks, I've got a Tomcat 3.2 running on JDK 1.2.2 on Windows NT 4.0 with SP 5. As we all know, worms like Code Red and Nimba are running rampant around networks... probing for holes in IIS. When I run Tomcat at console mode, I could see the attacks and probes made by infected servers.

RE: Worm Attacks

2001-09-21 Thread James, Stuart
If this is the nt event log your talking about, run eventvwr on your machine and have a look at the events being logged, this should point in the right direction.(and you can change the log size). -Original Message- From: Cheong Takhoe [mailto:[EMAIL PROTECTED]] Sent: Friday, September

Re: Loadbalancing with mod_jk and stickiness ?

2001-09-21 Thread David Cassidy
lets see your worker.properties file ;-) David Hans-Erik Skyttberg wrote: Hi! We just encontered a problem, when a session is started on one tomcat and then through a load balancer it ends up on the another webserver that webserver dosen't direct the session to correct tomcat ? Is

Getting web-application not yet deployed errors frequently

2001-09-21 Thread tomcat-user
Hi, I seem to have a problem with Tomcat 4. I placed a simple test.jsp into webapps/ROOT, and it compiled and worked correctly. However, when I opened http://mysite/tomcat-docs and switched back to the test.jsp, it didn't appear. Instead, I got a 404 error stating that the web-application

Re: JDBC Connection Pool Theory ??

2001-09-21 Thread Gustavo Saramago
It's hard to imagine a real world application without database access. The JDBC spec delegate the responsability for connection pool implementation to th JDBC driver vendor. This result in proprietary implementations of pools that reduce code portability. General solutions like Poolman are good

RE: JDBC Connection Pool Theory ??

2001-09-21 Thread Reynir Hubener
try using the bitmechanics pool, it´s great...we have never had any problems, we are both using it with tomcat 3 and tomcat 4... -r -Original Message- From: Gustavo Saramago [mailto:[EMAIL PROTECTED]] Sent: 21. september 2001 11:24 To: [EMAIL PROTECTED] Subject: Re: JDBC Connection Pool

SV: Loadbalancing with mod_jk and stickiness ?

2001-09-21 Thread Hans-Erik Skyttberg
Hi! Sorry for bothering, we made a litle mindwrap, problem fixed.. /Regards Hasse -Ursprungligt meddelande- Från: David Cassidy [mailto:[EMAIL PROTECTED]] Skickat: den 21 september 2001 13:12 Till: [EMAIL PROTECTED] Ämne: Re: Loadbalancing with mod_jk and stickiness ? lets see

Catalina/ssl

2001-09-21 Thread Matthew . Taylor
Okay, I spotted it, my own stupidity!!! entered http not https d'oh - slap to forehead!! matt -- Forwarded by Matthew Taylor/UK/BULL on 21/09/2001 12:54 --- Matthew Taylor 21/09/2001 11:51 Integris (Hemel Hempstead) Telephone: 01442 884011

Re: JDBC Connection Pool Theory ??

2001-09-21 Thread Jeff Miller
I am currently working on a research project involving comparing the various methods and approaches to database connection pooling - my website has a few links to some vendor's sites and some technical articles you may find useful. You can get to it at http://www2.gvsu.edu/~millerjr/ Hope

Re: i´m in a muddle

2001-09-21 Thread jean-frederic clere
Jaime Garcia wrote: Hi, Can I use mod_jk.so to make that Apache 1.3 and Tomcat 4 work together?? Thanks Try with jakarta-tomcat-connectors (Get it via CVS).

RE: JSP vs. ASP

2001-09-21 Thread Randy Layman
-Original Message- From: Järkeborn Joacim [mailto:[EMAIL PROTECTED]] Sent: Friday, September 21, 2001 7:55 AM To: '[EMAIL PROTECTED]' Subject: RE: JSP vs. ASP Some differences: A ASP page is compiled into memory (every time it's accessed I think) This is true for ASP, but

Re: importing an existing certificate

2001-09-21 Thread jean-frederic clere
[EMAIL PROTECTED] wrote: Hello all, I'm in the process of migrating an application from Lotus Domino to Tomcat 4.0. The new application will reside on the same server as the old application. We have recently renewed our certificate with Verisign; the original request was generated by

RE: JSP vs. ASP

2001-09-21 Thread Allan Kamau
The main difference is that JSPs and Servlets make use of the rich API offered by Java, while asp uses scripting languages VBscript/JScript but could be made more powerful with the use of COM and DCOM objects to encapsulate business logic and gain speed and other benefits of using objects.

Re: JDBC Connection Pool Theory ??

2001-09-21 Thread Roy K. Mayr R.
Hi, Anybody are using Poolman with Tomcat 4 ?? it works ?? Roy

Antwort: Worm Attacks

2001-09-21 Thread Stefan . Raschke
Hi you could set your properties for the application log to Overwrite events as needed Then the log will never be full ;) Or you need to increase the log size. gruss stefan

RE: Started Tomcat, why don't JSPs run...

2001-09-21 Thread Tia Haenni
Taken from the app developer's guide docs for Tomcat 4.0: A web application is defined as a hierarchy of directories and files in a standard layout. Such a hierarchy can be accessed in its unpacked form, where each directory and file exists in the file system separately, or in a packed form

SSL on AIX fails

2001-09-21 Thread Kruse, Peter
Hi, I have installed Tomcat 3.2.3 on AIX and port 8080 works fine. After installation of JSSE 1.0.2 jar-file and configuring the things in jre and server.xml and importing a certificate, the port 8443 does not work. Starting tomcat is ok: Using classpath:

SSL environment variables in Tomcat 4.0?

2001-09-21 Thread Matias Bahlenberg
Hi, How do I obtain information of the Apache additional environment variables: SSL_CLIENT_CERT and SSL_SERVER_CERT in Tomcat 4.0? I am using Tomcat 4.0 (final release) as servlet-container, connected via mod_webapp (WarpConnector) to Apache Web Server 1.3.19. The Apache Server is

Tomcat: can I use .htaccess files to protect html files

2001-09-21 Thread Rob Cartier
I was looking through and trying to apply minimal security to a directory like I do in apache . But so far I am not able to get it to work on tomcat 4.0 any pointers .htaccess file is stored in the directory I am trying to secure AuthUserFile /var/www/passfile* AuthGroupFile /dev/null

Re: How do I fix the Tomcat 4.0 (Catalina) - Bootstrap Error

2001-09-21 Thread VASQUEZ_JASON
Chris, I haven't run on Win9x/Me, but with NT and 2000, the batch files that ship with Tomcat take care of all the environment variable details. I would try *unsetting* all of them, and just run startup.bat and see how that works. (Setting them manually in your shell/command prompt

Re: R$BqG(B. : Re: tomcat 3.2.3 hangs, AIX 4.3.3 (jre 1.2.2 and 1.3.0)

2001-09-21 Thread joseph . vallot
[EMAIL PROTECTED] wrote: [EMAIL PROTECTED] wrote: infortunaltely, I can't make it work on aix. are you talking about the kill command? That's a shame because I had a very similar problem and we could use the kill command to check tht they are the same. I tried again: nothing

Re: SSL environment variables in Tomcat 4.0?

2001-09-21 Thread tom cat
Does anyone knows if the connector mod_webapp supports the additional environment variables? - If so...how? - If not...is there another connector, which supports SSL variables? Can mod_jk be used as a connector between Apache 1.3.* and Tomcat 4.0? Matias Hi Matias, I'm clueless about all

Weird error when starting Tomcat 4

2001-09-21 Thread Hugo Hendriks
Hi, I just installed Tomcat4 on win2000. It all seemed to work. When i called localhost:8080 I got the Tomcat4 homepage. After I rebooted my system, i wanted to start Tomcat but got the message, address in use, JVM_Bind. I got this error before when i was building an application in jbuilder

RE: Chunked http requests

2001-09-21 Thread Larry Isaacs
Chunked input isn't supported in Tomcat 3.2.x at the moment. Chunked input support has been added to Tomcat 3.3 and should be available in the next release (RC1, should be available early next week). It is available now in the 3.3 nightly if you can build the connector from 3.3 supplied source.

WebappClassLoader ok in 4.0-B7, not in release

2001-09-21 Thread Peter Mutsaers
Hello, Using 4.0-B7 I have been able to load oracle JDBC driver which includes jdbc2-extention (javax.sql.*), by putting it in $(CATALINA_HOME)/lib or $(CATALINA_HOME)/common/lib Now with 4.0-release, I keep getting : java.lang.LinkageError: Class javax/sql/PooledConnection violates loader

Re: Chunked http requests

2001-09-21 Thread aduvall
Thanks+ACE- You've saved me a lot of wasted effort. - Original Message - From: +ACI-Larry Isaacs+ACI- +ADw-Larry.Isaacs+AEA-sas.com+AD4- To: +ADw-tomcat-user+AEA-jakarta.apache.org+AD4- Sent: Friday, September 21, 2001 10:41 AM Subject: RE: Chunked http requests +AD4- Chunked input

Re: JSP vs. ASP

2001-09-21 Thread Pae Choi
Folks, I enjoyed watching and learning this conversational thread. I just want to learn a little more about the only verision. Can someone explain a little more what this only version impling? Thanks Pae Hi ! - Original Message - From: Randy Layman [EMAIL PROTECTED]

How can I authenticate my client throw SSL?

2001-09-21 Thread Antonio Trigo
Hi know that the parameter clientAuth must be and that my client must have a valid certificate. Parameter name=clientAuth value=true/ /Connector Can u give me a clue on how in my JSP file or TOMCAT I can compare the client certificate to the one in my keystore? thanks in advanced.

RE: JDBC Connection Pool Theory ??

2001-09-21 Thread Haller, Joe
I did experience an issue here. When I placed my poolman.props file in the /webapp/WEB-INF/lib/ directory (along with the poolman.jar file), poolman was not able to find the file. While Tomcat 4.0 automatically includes any .jar files in the /WEB-INF/lib/ in the class path, apparently it

Where is mod_webapp?

2001-09-21 Thread Nael Mohammad
Nael Mohammad 180 Montgomery St. Suite 2000 San Francisco CA, 94104 Phone: 415-403-7300 x314 Fax: 415-403-7373 Mobile: 415-793-0609 www.neomar.com -- Neomar - When Wireless Means Business

load-on-startup and Tomcat v4.0

2001-09-21 Thread Graham Leggett
Hi all, I have just been trying to get a servlet application transferred from Tomcat v3.2 to v4.0. It's worked fine before with v3.2, but on starting v4.0, I get an error like so: org.xml.sax.SAXParseException: Element servlet does not allow load-on-startup here. Unfortunately the error

Re: JDBC Connection Pool Theory ??

2001-09-21 Thread C. Schlegelmilch
We had our web development class develop their own software for connection pooling. These are extremely simple soluitons but they work quite well for the small to medium traffic they are likely to get. They are using Professional Java Server Programming as a reference and it has some

RE: Weird error when starting Tomcat 4

2001-09-21 Thread Cor Hofman
Yes, I have the same problem on NT. It is a pain, because every time I have to restart tomcat I have to reboot my entire system. Somehow I do not think it is a specific tomcat problem, because I also saw it happen when running Jetty (another JSP container). Anybody else? Regards, Cor.

setting virtualhost (portbased) apache-mod_jk-tomcat

2001-09-21 Thread Sampath K Settipalli
Hi All, My requirement is I need to setup different virtual hosts for each user in my development environment. Each user will be having his/her own copy of classes in a different directory/path which each ones context in tomcat points to. I went throught the documents and user-archive

Re: SSL environment variables in Tomcat 4.0?

2001-09-21 Thread jean-frederic clere
Matias Bahlenberg wrote: Hi, How do I obtain information of the Apache additional environment variables: SSL_CLIENT_CERT and SSL_SERVER_CERT in Tomcat 4.0? I am using Tomcat 4.0 (final release) as servlet-container, connected via mod_webapp (WarpConnector) to Apache Web Server 1.3.19.

Re: SSL on AIX fails

2001-09-21 Thread jean-frederic clere
Kruse, Peter wrote: Hi, I have installed Tomcat 3.2.3 on AIX and port 8080 works fine. After installation of JSSE 1.0.2 jar-file and configuring the things in jre and server.xml and importing a certificate, the port 8443 does not work. I have also problem importing certificates - But

RE: setting virtualhost (portbased) apache-mod_jk-tomcat

2001-09-21 Thread Larry Isaacs
Hi Sampath, I'm not sure if there are issues in Tomcat 3.2.3 and virtual hosting. I do know some work was done in Tomcat 3.3 to better support this. I haven't tried port based virtual hosting but after a quick scan your configuration, it looks like it should work. I would suggest you give

Re: load-on-startup and Tomcat v4.0

2001-09-21 Thread Craig R. McClanahan
The snippet you quoted looks fine, but there must be some other occurrence of load-on-startup that is not fine. Could you quote the entire web.xml file instead? Also, check around the exception report in the log file -- often, the parser will include some indication of what line number it is on

Binding tomcat and apache for my app.

2001-09-21 Thread Alexandre Bermand
Sorry for the newbie question,but I have a little snag concerning URL matching and arguments passing to a sevlet (I don't even know if what I have to do is possible...) I have a web server and an applet that should have the following behaviour: * a client sends a http request to my

Re: JDBC Connection Pool Theory ??

2001-09-21 Thread Mihai Gheorghiu
I've been looking at some pooling examples and I must admit I'm still not clear whether it is possible to have db connections with the username and password of the web/java user, or the database sees n connections with the same username and password generated by the pool manager. I want the

tomcat 4 connectors

2001-09-21 Thread Reynir Hubener
I´m looking for a final versions of the warp connectors and documentation. can anyone point those out to me ? we´re trying to deploy a webapplication that does not exist in a .war file and is not placed in the tomcat directory, and there for it does not have a name to put into the web-deploy

Re: SSL on AIX fails

2001-09-21 Thread William Lee
Make sure you follow Tomcat instructions exactly as it states. The critical step is to put an extra line in the java.security (?) file and put your jsse jars in the lib/ext directory. I used to have this problem but I solved it by doing such. Good Luck. Will But when I do:

Re: load-on-startup and Tomcat v4.0

2001-09-21 Thread Graham Leggett
Craig R. McClanahan wrote: As a general note, Tomcat 4 uses a validating XML parser when reading web.xml files, to help you ensure that your web apps will be portable to any container. A consequence of this is that you must follow the element ordering requirements in the DTD *exactly*.

Help: Where is the latest mod_webapp.so

2001-09-21 Thread Rob Cartier
Binary and source distributions of the mod_webapp connector will be posted on Wednesday, September 19, 2001. If you wish to build the connector in the mean time, you can check out the jakarta-tomcat-connectors CVS repository, and follw the directions in the README.txt file in the webapp

Re: load-on-startup and Tomcat v4.0

2001-09-21 Thread Craig R. McClanahan
On Fri, 21 Sep 2001, Graham Leggett wrote: Date: Fri, 21 Sep 2001 19:59:59 +0200 From: Graham Leggett [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: Re: load-on-startup and Tomcat v4.0 Craig R. McClanahan wrote: As a general note, Tomcat 4 uses a

Where is Mod_webapp?

2001-09-21 Thread Nael Mohammad
Today is Fridays, just checked sites, its still not there. What's up?

fixing the Https, Http problem

2001-09-21 Thread Peter L. Markowsky
Hey All thanks for all the help, but I'm stuck again. Basically what's happening is I have tomcat hosting https connections on port 8443 so that when people connect using Https it looks like https://mypage.com:8443/ however when someone deletes the port number and the s from https they

Tomcat 4.0 and IIS 5

2001-09-21 Thread Tore Skogly
I have just installed Tomcat 4.0 on Windows 2000 running IIS 5. Is it possible to configure redirecting and services on Tomcat 4.0 and IIS the same way as with Tomcat 3.2.3. I would like to create a service that starts when the computer is started, the same way it is possible with Tomcat 3.2.3

Request for help with Oracle 8i connection on Tomcat 4.0

2001-09-21 Thread Simphoukham, Southin
Hi, I am porting a J2EE app to Tomcat 4.0. However I keep getting a null for my datasource retrieval. I am not sure if Tyrex datasource would do the job. Or do I need to create my own Oracle datasource. I should not have too but who knows.Any help would be appreciated. I have the

help with mod_webapp cvs checkout

2001-09-21 Thread tom cat
http://jakarta.apache.org/builds/jakarta-tomcat-4.0/release/v4.0 Binary and source distributions of the mod_webapp connector will be posted on Wednesday, September 19, 2001, for a variety of platforms. If you wish to build the connector in the mean time, please download the

App Exception

2001-09-21 Thread ewright
Hi there, I am getting an error that I have not seen before, the application that I am running ran fine in Tomcat 3.2 then we moved it to our clients JRun and now I am using Tomcat 4.0 and when I try to get it to deploy/run I am getting the following error: Exception Report:

Help needed in accessing JBoss with TomCat 4

2001-09-21 Thread Tom Bruser
I am a new TomCat user and have recently decided to migrate from Orion. I have searched at length but have been unable to find the right resource. I need to get my JSP's, Servlets, and custom tags to talk to EJB's that are alive in my JBoss installation. I've been able to successfully connect

jasperLog - what does it do?

2001-09-21 Thread Graham Leggett
Hi all, While starting up a servlet that uses Jasper, it refuses to load with the following error: 2001-09-21 16:37:09 StandardContext[/thh]: Servlet /thh threw load() exception javax.servlet.ServletException: Servlet.init() for servlet jsp threw exception [snip] - Root Cause -

RE: Tomcat 4.0 and IIS 5

2001-09-21 Thread Tia Haenni
I tried to do this very thing all day yesterday. If you want to run tomcat 4.0 as a service, I suggest you download the .exe version. It has a pretty slick installer program, just know that any prior version of tomcat and any files under it will be permanently deleted without asking. Rename or

[FAQ] jGuru FAQ Update

2001-09-21 Thread Alex Chaffee
jGuru maintains FAQs and Forums on Servlets, JSP, and Tomcat (as well as many other Java topics). Here is an automated update on recent postings to Tomcat-related FAQs. Please direct flames and feedback to [EMAIL PROTECTED] . - Alex

Admin application will not accept admin/password

2001-09-21 Thread Peter Schauss
Environment: Windows 98 Tomcat 3.2.2 When I try to access the Context Admin option from the Tomcat Administration Tools screen (http://localhost:8080/admin/index.html) it asks me for an id and password. I have an entry in tomcat-users.xml user name=admin password=tomcat

webapp directory as apache document root

2001-09-21 Thread Charles Baker
What all needs to be changed to make a webapp's directory be the document root of my apache server? Do I just need to change the docment root entry in httpd.conf? = - [EMAIL PROTECTED] Hacking is a Good Thing! See http://www.tuxedo.org/~esr/faqs/hacker-howto.html

Re: Fw: Tomcat security questions

2001-09-21 Thread Jeff Turner
On Thu, Sep 20, 2001 at 02:27:33PM -0500, Jonathan Eric Miller wrote: I'm wondering if anyone has any suggestions on how to best setup Tomcat for maximum security? Against what threat? Are you worried about: - DoS attacks - Attacks exploiting weaknesses in Tomcat itself (eg directory

Strange behaviour of mod_jk

2001-09-21 Thread Cezar Grzelak
I have a two tomcat boxes running tomcat-3.2.3 which are load balanced using mod_jk. Now everything worked fine until I started playing with the lbfactor parameter in my workers.properties. Initially I had it configured so that one box had an lbfactor of 3 while the other one had 2. When I tried

Compiling mod_jk

2001-09-21 Thread Bryan Lipscy
I am trying to compile mod_jk to integrate Apache with Tomcat on a Solaris 8 box. I received the error detailed below. Apache was installed with Solaris and loads mod_so. What does the language optional software package not installed mean? Is it significant? How do I fix it? Why did apxs

Re: R $BqG(B. : Re: tomcat 3.2.3 hangs, AIX4.3.3 (jre 1.2.2 and 1.3.0)

2001-09-21 Thread simon colston
On Fri, 21 Sep 2001 15:54:31 +0200 [EMAIL PROTECTED] wrote: [EMAIL PROTECTED] wrote: [EMAIL PROTECTED] wrote: infortunaltely, I can't make it work on aix. are you talking about the kill command? That's a shame because I had a very similar problem and we could use the kill

Re: JDBC Connection Pool Theory ??

2001-09-21 Thread C. Schlegelmilch
A pool of a fixed number of connections is generally initialized right at startup of the web application. From then on in, when a user of a wep app requires a connection, it pulls it away form the pool and returns it when its done. Because all users of a web app effectively share all of the