RE: VIRTUAL HOST CONFIGURATION

2002-12-04 Thread Noel J. Bergman
i have seen a lot of controversy on this ml about WarpConnector. If you read the CVS for mod_webapp, you'll find that the author deprecates its current use: Lately there have been some improvements on [alternatives to WebApp], and probably, if you're wondering why you want to try out WebApp,

RE: Concurrent Connection Limits

2002-12-04 Thread Noel J. Bergman
Are there limits, ASIDE from those imposed by Apache HTTPD / Tomcat, imposed by WINDOWS 2000 on the number of concurrent connections it can accept? http://www.hp-eloquence.com/sdb/html/998559406.html am afraid once it goes live I'll have to upgrade to Win2K Server. Why not upgrade to linux?

static url routing

2002-12-04 Thread RXZ JLo
my html files have long names like a_b_c_d_xyz213_e_f_g.html, a_b_c_d_pqr983_e_f_g.html ie., they have a common prefix and suffix. is it possible to have urls like http://localhost:8080/myapp/html/xyz213 point to the first file above? Note that I dont want to write a servlet for that, only

tomcat + eclipse

2002-12-04 Thread Frans.Stofberg
Hi I'm using Eclipse as my IDE is there a way to integrate Tomcat with Eclipse? thanx

Re: accent

2002-12-04 Thread cris.moreira
Hello Felipe. You can talk to me... may I send you a message to the email showed at your signature? -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

DNS NAMES

2002-12-04 Thread Laxmikanth M.S.
Hi all, I have a general Doubt. Is it possible to create a DNS Name like www.test.com/final. please confirm soon ..urgent thanks in advance Laxmikanth * Disclaimer: The information in this e-mail and any attachments is

RE: static url routing

2002-12-04 Thread Noel J. Bergman
my html files have long names like a_b_c_d_xyz213_e_f_g.html, a_b_c_d_pqr983_e_f_g.html is it possible to have urls like http://localhost:8080/myapp/html/xyz213 point to the first file above? You can use either a Filter, or mod_rewrite in Apache httpd. --- Noel -- To

Exporting the same webapp on two different hosts

2002-12-04 Thread Nicolas Mailhot
[ Please cc me any replies as I'm not subscribed to the list ] Hi, I've been asked to export the same webapp on the same server on two different hosts (basically the client wants to access the same server both from its intranet and externally, but do not have nor want to setup a network

How to uninstall TOMCAT 4.1

2002-12-04 Thread nguyen quoc binh
Dear sir/madam, i didn't know why the TOMCAT 4.1 had installed in my computer. The TOMCAT 4.1 run when Iim trying to connect all the websites. So that, I really want to move the TOMCAT for using the website. Wouldn't you help me? thanks. QBINH

4.1.16 release problem with jk

2002-12-04 Thread todd
the apache auto-conf directive will (nor will any other) method allow you to specify an address for the connector, ie: # #-- DEFAULT ajp13 WORKER DEFINITION -- #- # # # Defining a worker named

RE: DNS NAMES

2002-12-04 Thread Noel J. Bergman
Is it possible to create a DNS Name like www.test.com/final. The DNS name is www.test.com. The /final is not part of the DNS. The www, by convention only, implies a protocol of HTTP and a port of 80. But if you are unfamilar with the Domain Name System, that is probably just going to confuse

TOF Execution failed

2002-12-04 Thread P Sasidhar
Hi All, When I am doing load testing by creating virtual users ,I am getting the following exceptions E* REQUEST: ERROR connecting to localhost:8080 E* TScript::run: ERROR: TOF execution failed Can any one help me what does it mean actually and how to overcome this. Thanks sasi

RE: DNS NAMES

2002-12-04 Thread Laxmikanth M.S.
Hi Noel, I want to create a DNS name itself like thatis it possible. -Original Message- From: Noel J. Bergman [SMTP:[EMAIL PROTECTED]] Sent: Wednesday, December 04, 2002 4:28 PM To: Tomcat Users List Subject: RE: DNS NAMES Is it possible to create a DNS Name like

Problem going from 4.0.6 to 4.1.16b

2002-12-04 Thread Mark Woon
Hi All. I'm hoping someone can shed some light on my problem. I'm trying to upgrade from 4.0.6 to 4.1.16b and I'm finding that I'm unable to access any JAR's in WEB-INF/lib. Here's what I'm getting from localhost_log: 2002-12-04 03:09:17 StandardContext[]: Starting 2002-12-04 03:09:17

Different appBase for more virtual hosts

2002-12-04 Thread cris.moreira
Hello. I'd like to know, or if you have some server.xml example to show me, how can I configure more than one Virtual Host in Tomcat, and each host pointing to a different directory of webapps. I know that I must set up the parameter appBase in the tag Host.../Host, but can I have more than

Re: Different appBase for more virtual hosts

2002-12-04 Thread Andoni
You can have as many hosts as you like in an engine. Andoni. - Original Message - From: cris.moreira [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, December 04, 2002 11:20 AM Subject: Different appBase for more virtual hosts Hello. I'd like to know, or if you have some

RE: Problem going from 4.0.6 to 4.1.16b

2002-12-04 Thread Roberts, Eric
Stupid question - but do you have sufficient free disk space? ;-) -Original Message- From: Mark Woon [mailto:[EMAIL PROTECTED]] Sent: Mittwoch, 04. Dezember 2002 12:17 To: [EMAIL PROTECTED] Subject: Problem going from 4.0.6 to 4.1.16b Hi All. I'm hoping someone can shed some light on

RE: Problem going from 4.0.6 to 4.1.16b

2002-12-04 Thread Kristján Bjarni Guðmundsson
Return Receipt Your RE: Problem going from 4.0.6 to 4.1.16b document :

Re: Problem going from 4.0.6 to 4.1.16b

2002-12-04 Thread Mark Woon
Roberts, Eric wrote: Stupid question - but do you have sufficient free disk space? ;-) Yes, definitely... -Mark -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

Solved - Re: Problem going from 4.0.6 to 4.1.16b

2002-12-04 Thread Mark Woon
Mark Woon wrote: Roberts, Eric wrote: Stupid question - but do you have sufficient free disk space? ;-) Yes, definitely... But you pointed me in the right direction -- made me take another look at the error message and realize that the temp dir Tomcat is looking for doesn't exist.

get JNDI Context from client side

2002-12-04 Thread Kevin Chen
Hi all: How can I get Tomcat JNDI context from client side?? I wanna write a client side java code that can lookup Tomcat JNDI context. Here is the code i wrote: Properties p = new Properties(); p.put(Context.INITIAL_CONTEXT_FACTORY, org.apache.naming.java.javaURLContextFactory);

RE: tomcat + eclipse

2002-12-04 Thread mech
You should try to look here: http://eclipse-plugins.2y.net/eclipse/index.jsp Actually I'm using the Lomboz-Plugin. It can even be used for EJB-Container integration, too. But, of course, if Lomboz let's you use Tomcat/JBoss you can also only use it to utilize only Tomcat as webcontainer like I

RE: Different appBase for more virtual hosts

2002-12-04 Thread Alberto Puerta
That's an idea, al inside an engine Host name=diarioinformacion.pruebaapache.renr.es debug=0 appBase=webappsInformacion unpackWARs=true autoDeploy=true Context path= docBase=diarioinformacion debug=0 Logger className=org.apache.catalina.logger.FileLogger

mod_webapp status

2002-12-04 Thread Rasputin
Just a quickie - is mod_webapp supported? It seems a bit light on documentation on the Tomcat site, maybe I'm missing an obvious link? -- Rasputin :: Jack of All Trades - Master of Nuns -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL

Re: DNS NAMES

2002-12-04 Thread Rasputin
* Laxmikanth M.S. [EMAIL PROTECTED] [1208 11:08]: Hi Noel, I want to create a DNS name itself like thatis it possible. No. But you can create a context called /final on www.test.com, which will recieve requests for that URL. (Although test.com is taken :) ) Is it possible to create

Re: Different appBase for more virtual hosts

2002-12-04 Thread Cristiano Silva
Yes, thank you Andoni, but how can I configure it? May I have various host.../host inside the Engine.../Engine, or must I create a new service tag only for the new host (again, with a different directory base)? Thanks. Em Qua 04 Dez 2002 09:26, Andoni escreveu: You can have as many hosts as

Re: Different appBase for more virtual hosts

2002-12-04 Thread Rasputin
* cris.moreira [EMAIL PROTECTED] [1220 11:20]: Hello. I'd like to know, or if you have some server.xml example to show me, how can I configure more than one Virtual Host in Tomcat, and each host pointing to a different directory of webapps. Normally when you define appBase, that defines a

Won't ReCompile

2002-12-04 Thread Shannon Scott
Hello, I was changing some jsp files to troubleshoot a problem, and my changes weren't showing. I had forced tomcat to recompile in the past by deleting the contents of the work directory, so I tried that again... I know it was not really a good idea. Now I get a tomcat error that says it

Found no binaries for Tomcat connectors

2002-12-04 Thread Raimund Kammering
Hello everybody, I am new to this list and hope my question isn't totally off topic. I am currently evaluating the Tomcat 4.1.12 release in connection with a Apache 2.0.43 web server on a Sun Blade 1000. Setting up Apache 2.0.43 has been no problem and also the Tomcat 4.1.12 seems to be quite

RE: Found no binaries for Tomcat connectors

2002-12-04 Thread mech
Why do you need the WARP-connector? It's decapriated, try mod_jk or mod_jk2. There you'll find binaries, too. -Original Message- From: Raimund Kammering [mailto:[EMAIL PROTECTED]] Sent: Mittwoch, 4. Dezember 2002 14:25 To: [EMAIL PROTECTED] Subject: Found no binaries for Tomcat

Tomcat as Win2k service vs ModJk

2002-12-04 Thread Debra Mendelson, CCE
I recently installed Tomcat 4.1.16 behind Apache HTTPD 2.0.42 using mod_jk to connect them together. It works fine except for the fact that I need to actually logon to windows and start tomcat manually. Is it possible to have tomcat come up automatically as a service? As an alternative I am

Re: Found no binaries for Tomcat connectors

2002-12-04 Thread Raimund Kammering
mech wrote: Why do you need the WARP-connector? It's decapriated, try mod_jk or mod_jk2. There you'll find binaries, too. sounds fine for my if there are no disadvantages using this connector - I was looking for the WARP connector since we have made good experience with it. So I will try the

RE: Found no binaries for Tomcat connectors

2002-12-04 Thread Turner, John
Actually, all documentation does not suggest that you use the Warp connector, quite the opposite. You should use JK or JK2. Solaris 8 Apache + Tomcat with mod_jk (JK) HOWTO, building the connector from source: http://www.johnturner.com/howto/apache2-tomcat4112-sol8-howto.html There are

RE: Tomcat as Win2k service vs ModJk

2002-12-04 Thread Turner, John
WARP (mod_webapp) is deprecated. Moving to it would be going backwards and cause you to possibly redo things in the future. JK cannot start Tomcat. JK2 apparently can, though I have no experience with JK2, I use JK, and even then I am not certain that the in-process portions of JK2 work on

RE: DNS NAMES

2002-12-04 Thread Turner, John
No, it is not possible. www.test.com is a hostname, equal to an IP address. /final can never work in DNS, / is an illegal hostname character. Since this is completely off topic, you should RTFM on the Internet Domain Name System, then come back with a Tomcat question. John -Original

RE: mod_webapp status

2002-12-04 Thread Turner, John
Deprecated. No longer actively developed, possibly not even maintained. JK2 is the preferred option going forward. John -Original Message- From: Rasputin [mailto:[EMAIL PROTECTED]] Sent: Wednesday, December 04, 2002 7:30 AM To: [EMAIL PROTECTED] Subject: mod_webapp status

RE: How to uninstall TOMCAT 4.1

2002-12-04 Thread Turner, John
Delete the directory where Tomcat is installed. Restart your machine. John -Original Message- From: nguyen quoc binh [mailto:[EMAIL PROTECTED]] Sent: Tuesday, December 03, 2002 10:54 PM To: [EMAIL PROTECTED] Subject: How to uninstall TOMCAT 4.1 Dear sir/madam, i didn't know

Re: tomcat + eclipse

2002-12-04 Thread Jacob Kjome
http://www.sysdeo.com/eclipse/tomcatPlugin.html Jake At 12:27 PM 12/4/2002 +0200, you wrote: Hi I'm using Eclipse as my IDE is there a way to integrate Tomcat with Eclipse? thanx

RE: get JNDI Context from client side

2002-12-04 Thread Shapira, Yoav
Hi, The tomcat environment context is only bound within the tomcat JVM internally, as mandated by the 2.3 servlet spec. You shouldn't have direct access to it from an external source, like your client. And anyways, would you want your client to require the internal Catalina jars on its

Re: Problem going from 4.0.6 to 4.1.16b

2002-12-04 Thread Jacob Kjome
Remove all XML/DOM libraries from WEB-INF/lib. They belong in a parent classloader. This includes xalan.jar, xercesImpl.jar, and xmlParserAPIs.jar. It violates the Sun classloading spec to load the XML parser and W3C DOM libraries from a child classloader. They belong in common/endorsed

Re: Tomcat as Win2k service vs ModJk

2002-12-04 Thread Jacob Kjome
See: http://www.mattkelli.com/tech/tomcat/ntservice.htm And mod_webapp is deprecated and not being developed anymore. The recommendation is to use mod_jk or mod_jk2 Jake At 08:31 AM 12/4/2002 -0500, you wrote: I recently installed Tomcat 4.1.16 behind Apache HTTPD 2.0.42 using mod_jk to

WebApp Classpath

2002-12-04 Thread h . dietrich
Hello, I face a problem using Tomcat with our Web Application regarding Xalan. We are using a quite old version of Xalan in our application (it is somewhat 1.x). Now our application refuses to run on Tomcat since Tomcat puts in the classpath a Xalan version 2.x. Is there a possibility to provide

Re: Won't ReCompile

2002-12-04 Thread Shannon Scott
By the way... when I create a new file... new_file.jsp with only a : out.print(hello) It still says it can't find the file in the work directory... Thank You again for any help. Shannon - Original Message - From: Shannon Scott [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED]

RE: WebApp Classpath

2002-12-04 Thread Shapira, Yoav
Hi, Really? You didn't find anything in the docs to even shed a little light? Try: http://jakarta.apache.org/tomcat/tomcat-4.1-doc/class-loader-howto.html (You didn't mention what tomcat version you're using, so I'm assuming 4.1.x). Also see the section in the release notes titled Tomcat and

VirtualHost workDir

2002-12-04 Thread Maxime Colas des Francs
Hi, I attempt to use Virtual Host with tomcat 4.1.12 in server.xml, each host and context are defined like this : [...] Host name=www.foo.com debug=0 appBase=/var/webapps/www.foo.com workDir=/var/webapps/www.foo.com/work ... / Context path= docBase=webapp ... / [...]

AW: WebApp Classpath

2002-12-04 Thread h . dietrich
Blame on me, sorry and thanks -Ursprüngliche Nachricht- Von: Shapira, Yoav [mailto:[EMAIL PROTECTED]] Gesendet: Mittwoch, 4. Dezember 2002 15:53 An: Tomcat Users List Betreff: RE: WebApp Classpath Hi, Really? You didn't find anything in the docs to even shed a little light?

JNDI; InitialContext not found?

2002-12-04 Thread Eddie Liang
Title: JNDI; InitialContext not found? Hi, I use jsp to invoke a Context, but Tomcat give a error message: org.apache.jasper.JasperException: Unable to compile class for JSPNote: sun.tools.javac.Main has been deprecated. An error occurred between lines: 13 and 25 in the jsp file:

Where is the AutoWebApp ... /????

2002-12-04 Thread Milhomem, Marcus
Guys, I am setting up the combo Apache2 + tomcat4.0.4 using the following how-to: http://jakarta.apache.org/tomcat/tomcat-3.2-doc/mod_jk-howto.html#s8 In this how-to, say to put this block ApacheConfig / on the server.xml file, right after the AutoWebApp ... / block, but this block

hiding servlet URLs in JSPs

2002-12-04 Thread Price, Erik
Hi, simple question (I hope): Does it really matter if someone can see the naked path to a servlet in the action attribute of an HTML form tag? I mean, if I have this form: form method=POST action=./servlet/SomeServlet !-- some input tags go here -- /form anyone can see the URL to my

mod_jk stop after 'done found a worker'

2002-12-04 Thread Geoff Howard
SDK 1.4.1_01 Tomcat 4.1.12-LE binary Apache 1.3.27 with ssl/eapi mod_jk-1.3-eapi.so (symlinked to mod_jk.so) obtained from http://jakarta.apache.org/builds/jakarta-tomcat-connectors/jk/release/v1.2.1/bin/linux/i386/ Linux Tomcat works fine on 8080, Apache works fine on 80. The server is remote

Re: mod_webapp status

2002-12-04 Thread Andrzej Jan Taramina
[EMAIL PROTECTED] Just a quickie - is mod_webapp supported? It seems a bit light on documentation on the Tomcat site, maybe I'm missing an obvious link? IMNSHO, mod_webapp is dead. The author(s) know of a serious bug on Windows platforms, but are totally unwilling to fix it, thus making mw

RE: JNDI; InitialContext not found?

2002-12-04 Thread Shapira, Yoav
Hi, It's fairly simple, I think: you need to import a few more things. Add import statements for javax.naming.InitialContext, javax.sql.DataSource, java.sql.Connection... and see what happens ;) Yoav Shapira Millennium ChemInformatics -Original Message- From: Eddie Liang

RE: hiding servlet URLs in JSPs

2002-12-04 Thread Shapira, Yoav
Hi, anyone can see the URL to my servlet and attempt to send it data directly. True. At first I thought that this was a security problem and that I should obfuscate the path to the servlet somehow, but on second thought it strikes me that this is no different than someone seeing the path to a

RE: JNDI; InitialContext not found?

2002-12-04 Thread Eddie Liang
Yoav, You mean I need to add these lines %@ page import= javax.naming.InitialContext % %@ page import= javax.sql.DataSource % %@ page import= javax.sql.Connection % into the JSP page? Thank you. Eddie Liang Database Architect Phone: 630-810-9669 x253 -Original Message- From: Shapira,

Problem with http OPTIONS using mod_jk for IIS

2002-12-04 Thread Joakim Ström
Hello, I have tried to use JK2 with IIS but ran into a problem with corrupted files (posted earlier on this list). I'm not sure about the status of JK2 (is it still in beta?) So now I am trying with the older mod_jk 1.2.1. But in this case, all HTTP OPTIONS requests are turned down with status

RE: DNS NAMES

2002-12-04 Thread micael
You need to understand that http://www.test.com/test/test.htm is a compound name, meaning that it covers differing naming systems/applications. test.com comes from the the internet naming strategy and is read, as a tree structure, from right to left. However, the file test/test.htm comes

Mutliuser setup

2002-12-04 Thread Rolf Borgen Guescini
Does anybody know what to do when setting up tomcat on a UNIX environment for more than one user? Is the best way to define a directory owned by a group where all the users belong,and then make contexts in server.xml? Or is there another way of doing it? RBG

RE: DNS NAMES

2002-12-04 Thread Turner, John
True, but there are many services out there that provide DNS-based URL forwarding, where some.url.com can be forwarded to some.other-url.com/file.html. So, technically, it *is* possible to set up DNS for http://www.test.com/test/test.htm; but doing so requires a special service that supersedes

Re: Filters don't affect request dispatcher forward

2002-12-04 Thread Alexander Wallace
Thanks for the schooling, now it's all clear! I realy appreciate it. On Tue, 2002-12-03 at 23:41, Craig R. McClanahan wrote: On 3 Dec 2002, Alexander Wallace wrote: Date: 03 Dec 2002 21:42:54 +0100 From: Alexander Wallace [EMAIL PROTECTED] Reply-To: Tomcat Users List [EMAIL

RE: mod_jk stop after 'done found a worker'

2002-12-04 Thread Turner, John
I would delete references to ajp12 from workers.properties. John -Original Message- From: Geoff Howard [mailto:[EMAIL PROTECTED]] Sent: Wednesday, December 04, 2002 10:41 AM To: [EMAIL PROTECTED] Subject: mod_jk stop after 'done found a worker' SDK 1.4.1_01 Tomcat 4.1.12-LE

exception loading sessions from persistent storage?

2002-12-04 Thread Paul Tomsic
When I stop/start tomcat 4.1.12, I'm getting the following error: Exception loading sessions from persistent storage java.io.WriteAbortedException: Writing aborted by exception; java.io.NotSerializableException: org.apache.xerces.util.DOMErrorHandlerWrapper it doesn't seem to prevent tomcat from

Re: exception loading sessions from persistent storage?

2002-12-04 Thread Jeanfrancois Arcand
Could you give exactly what you are doing? What are you serializing in your session? Please give more information :-) -- Jeanfrancois Paul Tomsic wrote: When I stop/start tomcat 4.1.12, I'm getting the following error: Exception loading sessions from persistent storage

Tomcat 4.1.12/Apache and file downloads problem

2002-12-04 Thread Michael Stacey
We have a server that handles authentication and logging for client file downloads. Our clients are (charitably) less-than-knowledgable. To allow save as right click functionality, the url on the constructed links are like this: http://host/app/servlet/Controller/FileNameToUse.foo?a=dw;

JNDI datasource can not create

2002-12-04 Thread Eddie Liang
Hello, I got a problem setting up my jdbc connection pool as described in http://jakarta.apache.org/tomcat/tomcat-4.1-doc/jndi-resources-howto.html http://jakarta.apache.org/tomcat/tomcat-4.1-doc/jndi-resources-howto.html . I use Oracle jdbc driver ojdbc14.jar and tomcat 4.0.4 My server.xml:

Apache, JK2, SSL and channel.jni:jni: Wrong request scheme

2002-12-04 Thread Slava Kudinov
Hello, I use Apache 2.0, Tomcat 4.1.12 with JK2 connector configured on channel.jni:jni mode. Regardless of which scheme used in web-browser http or https, request.getScheme() always returns http. Of course, I can perform secure context check based on request.getServerPort() but this solution

Re[2]: WebApp Classpath

2002-12-04 Thread Jacob Kjome
Hello Yoav, I see a problem with the documentation. It says: quote xerces.jar - The XML parser that is visible by default to Tomcat internal classes and to web applications. This can be overridden, for a particular web application, by including your desired parser in /WEB-INF/lib. /quote That

RE: mod_jk stop after 'done found a worker'

2002-12-04 Thread Geoff Howard
thanks for the reply - just did so with no effect. Am I right in interpreting the mod_jk log to mean that Apache has started it's end of the connector, finds the configured worker, but then Tomcat is not responding? If so, it seems like some possible problems are: 1) VirtualHost mismatches -

Re: exception loading sessions from persistent storage?

2002-12-04 Thread David Brown
Paul Tomsic writes: When I stop/start tomcat 4.1.12, I'm getting the following error: Exception loading sessions from persistent storage java.io.WriteAbortedException: Writing aborted by exception; java.io.NotSerializableException: org.apache.xerces.util.DOMErrorHandlerWrapper it doesn't

RE: hiding servlet URLs in JSPs

2002-12-04 Thread Price, Erik
-Original Message- From: Shapira, Yoav [mailto:[EMAIL PROTECTED]] Sent: Wednesday, December 04, 2002 10:49 AM To: Tomcat Users List Subject: RE: hiding servlet URLs in JSPs If you're running in a very security-aware environment (you're starting tomcat with the security

Re: hiding servlet URLs in JSPs

2002-12-04 Thread Craig R. McClanahan
On Wed, 4 Dec 2002, Price, Erik wrote: Date: Wed, 4 Dec 2002 10:36:49 -0500 From: Price, Erik [EMAIL PROTECTED] Reply-To: Tomcat Users List [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: hiding servlet URLs in JSPs Hi, simple question (I hope): Does it really matter if someone can

Re: mod_jk stop after 'done found a worker'

2002-12-04 Thread Milt Epstein
On Wed, 4 Dec 2002, Geoff Howard wrote: SDK 1.4.1_01 Tomcat 4.1.12-LE binary Apache 1.3.27 with ssl/eapi mod_jk-1.3-eapi.so (symlinked to mod_jk.so) obtained from http://jakarta.apache.org/builds/jakarta-tomcat-connectors/jk/release/v1.2.1/bin/linux/i386/ Linux Tomcat works fine on

RE: DNS NAMES

2002-12-04 Thread micael
There is much that could be said, if we decide to talk precisely. A URL, for example, is quite different than a URI, etc. But, that would take us beyond the confines of tomcat-user. That is unfortunate, because this is an interesting conversation. Too often these discussions are not

Re: Mutliuser setup

2002-12-04 Thread David Brown
Rolf Borgen Guescini writes: Does anybody know what to do when setting up tomcat on a UNIX environment for more than one user? Is the best way to define a directory owned by a group where all the users belong,and then make contexts in server.xml? Or is there another way of doing it? RBG

RE: Mutliuser setup

2002-12-04 Thread Jeremy Joslin
Start out by looking at #4 on the list here: http://jakarta.apache.org/tomcat/tomcat-4.0-doc/RUNNING.txt Jeremy -Original Message- From: Rolf Borgen Guescini [mailto:[EMAIL PROTECTED]] Sent: Wednesday, December 04, 2002 8:13 AM To: [EMAIL PROTECTED] Subject: Mutliuser setup Does

Thread handling in Tomcat 4.x

2002-12-04 Thread Dunlop, Aaron
Is there any scenario in which Tomcat 4.0 or 4.1 will kill off processor threads? I know that under apache, it is possible to limit the number of spare processes, in which case the controller process will kill off extras when load decreases. Alternatively, is there any error condition under

Re: Cannot shutdown Tomcat with GLIBC in unstable

2002-12-04 Thread Rasputin
* Charles Baker [EMAIL PROTECTED] [1202 15:02]: I just tried to shutdown Tomcat 4.1.12-2 using Sun JDK 1.3.1_03 on my box running unstable. I got the following undefined symbol message and Tomcat does not shutdown. Does anyone have a suggestion for what I should do other than kill the Tomcat

Fwd: RE: mod_jk stop after 'done found a worker'

2002-12-04 Thread Geoff Howard
--- Geoff Howard [EMAIL PROTECTED] wrote: Date: Wed, 4 Dec 2002 08:51:59 -0800 (PST) From: Geoff Howard [EMAIL PROTECTED] Subject: RE: mod_jk stop after 'done found a worker' To: Tomcat Users List [EMAIL PROTECTED] thanks for the reply - just did so with no effect. Am I right in

All Threads Waiting error?

2002-12-04 Thread Rick Fincher
Hi All, Anyone got an idea of what an All threads waiting error is and how to increase the number of threads or un-deadlock them? I had this problem with Tomcat 4.1.14 on a Solaris 8 box with JDK 1.4.1. The error messages I got are below. Thanks, Rick Dec 2, 2002 7:05:09 PM

Re: hiding servlet URLs in JSPs

2002-12-04 Thread Pae Choi
For the servlet part, the common use is 'alias'. And either you use CGI or Servlet if you get the DDOS attack, you are out of luck. Pae - Original Message - From: Price, Erik [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, December 04, 2002 10:36 AM Subject: hiding servlet

Re: get JNDI Context from client side where???

2002-12-04 Thread maninder s batth
could you pls gime page # in 2.3 servlet spec about enviroment context documentation. i would like to read whole but as of now i am focussed on jndi aspect of tomcat. thank you Shapira, Yoav wrote: Hi, The tomcat environment context is only bound within the tomcat JVM internally, as mandated

RE: Tomcat as Win2k service vs ModJk vs JK2

2002-12-04 Thread David Neufeld
I've been running Tomcat 4.1.12 with Apache 2.0.43 and JK2 inprocess on Windows 2000 for about a month - no problems yet. In fact you don't want to use the install as NT service option during Tomcat's install if you plan to run it inprocess.

Re: Onde esta o AutoWebApp ... /????

2002-12-04 Thread Fabio Mengue
Oi Marcus, Nao sei se vc notou, mas a lingua da lista eh o ingles :) Acho que o material que vc esta usando eh antigo. Recomendo vc dar uma lida em http://www.onjava.com/pub/a/onjava/2002/11/20/tomcat.html Ate, Fabio. Milhomem, Marcus wrote: Pessoal, Estou montando o combo Apache2 +

Re: hiding servlet URLs in JSPs

2002-12-04 Thread Michael Nicholson
I don't know if it would work or not, but you might be able to overwrite the invoker servlet by mapping your own servlet there. One the would basically do nothing, except maybe return an error page or exception. Or you could probably disable the invoker in CATALINA_HOME/conf/web.xml and renable

TC/Apache session tracking

2002-12-04 Thread Matt Sales
Hello, I've got a problem tracking sessions from Tomcat 4.1.12/Apache 2.0.40. I can do all of the regular session stuff within Tomcat, but when I include a tomcat page in a static html page, sessions are not persisted. I'm using mod_jk2 to connect the two... ex: !--#include

Re: mod_jk stop after 'done found a worker'

2002-12-04 Thread Geoff Howard
Thanks for the reply. Not much info there - localhost_log has only 2002-12-04 14:15:18 HostConfig[xx.xx.xx.xx]: Deploying discovered web applications around the request times. catalina_log has only 2002-12-04 14:16:59 Ajp13Connector[8009] active threads=6 and catalina.out only Ajp13Connector

RE: Apache, JK2, SSL and channel.jni:jni: Wrong request scheme

2002-12-04 Thread Fenlason, Josh
This has been fixed after the release of 4.1.12. Grab version 1.12 of org.apache.coyote.tomcat4.CoyoteAdapter.java out of cvs, compile it, and put it in server/lib/tomcat-coyote.jar. That should fix the scheme problem. -Original Message- From: Slava Kudinov [mailto:[EMAIL PROTECTED]]

Benchmark results for 4.1.12 vs 4.1.16

2002-12-04 Thread Peter Lin
I'm posting some early results of benchmarks I'm running on the different versions. Hopefully others will find the information useful. The benchmarks were performed on two systems: Server: 450mhz p3 512mb pc100 RAM jdk 1.4.0 tomcat 4.1.12 tomcat 4.1.16 Client: 900mhz celeron

RE: get JNDI Context from client side where???

2002-12-04 Thread Shapira, Yoav
Hi, SRV 9.11. Tomcat is not a J2EE implementation. Yoav Shapira Millennium ChemInformatics -Original Message- From: maninder s batth [mailto:[EMAIL PROTECTED]] Sent: Wednesday, December 04, 2002 1:48 PM To: Tomcat Users List Subject: Re: get JNDI Context from client side where???

RE: TC/Apache session tracking

2002-12-04 Thread Michael Echerer
I'm not sure if that problem is connected to mod_jk2. There are four ways for session tracking. SSL, hidden form fields, url rewriting or cookies. Tomcat can use certain methods mostly transparent if necessary e.g. if cookies are disabled then url rewriting is in use. I guess your session info

Re: Thread handling in Tomcat 4.x

2002-12-04 Thread bm
HI Aaron The answer to this question is Alternatively, is there any error condition under which a thread will be considered hung or otherwise corrupted and killed off? Yes. It does hang , ajp13 connector process(if you use this) will shoot up . I know one situation that the thread hangs

Buggy mod_jk mount of /*/servlet path!

2002-12-04 Thread Samsyguin Daniel
Hallo! I've tried to configure tomcat 4.1.12 (built from FreeBSD ports) as jsp/servlets backend for apache 1.3.xx (with mod_jk from FreeBSD ports). All works fine, but when I put in mod_jk.conf (included in httpd.conf) JkMount /*/servlet/ common - it works as if I configure JkMount /*/ common

re: exception loading sessions from persistent storage?

2002-12-04 Thread Paul Tomsic
What I believe is causing the error is the fact that we're using JNDI for db connection pooling. I've had to put all of the ResourceParams name=jdbc/connection parameternamefactory/namevalueorg.apache.commons.dbcp.BasicDataSourceFactory/value/parameter and related tags for the connection pooling

RE: Buggy mod_jk mount of /*/servlet path!

2002-12-04 Thread Turner, John
/*/ has nothing to do with virtual hosts in Apache. If by /*/servlet you are trying to say for any hostname, send URLs of the form /servlet to Tomcat then you aren't going about it correctly. For each VirtualHost or NameVirtualHost container in Apache, you would just want JkMount /servlet/*

Re: exception loading sessions from persistent storage?

2002-12-04 Thread Jeanfrancois Arcand
Paul Tomsic wrote: What I believe is causing the error is the fact that we're using JNDI for db connection pooling. I've had to put all of the ResourceParams name=jdbc/connection parameternamefactory/namevalueorg.apache.commons.dbcp.BasicDataSourceFactory/value/parameter and related tags for

Gargabe Collection

2002-12-04 Thread Will Hartung
Hi All, I have a hypothetical GC question for y'all. With Servlets, when a Session is created that session has Time To Live associated with it, typically 15 to 30 minutes. My concern is given the generational nature of the Garbage Collector, it would seem to me that sessions will implicitly get

Re: Benchmark results for 4.1.12 vs 4.1.16

2002-12-04 Thread Peter Lin
I forgot to mention the Jmeter settings I used. All tests were with 1 thread for 5000 iterations. The first two image tests used images for tomcat. The third image test with 194.5k image was a simple screen capture of my desktop. peter Peter Lin [EMAIL PROTECTED] wrote: I'm posting some

Specifying the name of war file while using Ant

2002-12-04 Thread vim m
Hello: I am new to Tomcat. I have installed version 4.1. And have tested successfully my first basic application. I am using Ant to create the distributable files. My application name is test. When I execute the 'ant dist' command, the war file is named test-0.1-dev.war. Is there anyway I

Jsp ajp socket closed

2002-12-04 Thread Darin Kuntze
Background: Website has been up and running with this particular configuration for over a year with minimal problems. A couple of weeks ago we started getting some internal server errors in apache. In viewing the logs I was noticing a several java.net.SocketException: Socket closed in the catalina

starting tomcat from java code

2002-12-04 Thread Abhijat Thakur
Hi, Is there a way that tomcat can be started up and shutdown from java code rather than running startup.sh and shutdown.sh scripts? thanks abhijat -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

Re[2]: exception loading sessions from persistent storage?

2002-12-04 Thread Jacob Kjome
Hello Paul, That's not quite true. You can put a context configuration file in the META-INF of the .war file and Tomcat will pick that up as the context configuration file upon ant ant manager task deploy. quote For the deploy command, simply include your context confgiuration file in the WAR

  1   2   >