Re: RequestDispatcher.forward() and filters

2001-11-12 Thread Jim Cheesman
At 06:46 AM 12/11/01, you wrote: On Sat, 10 Nov 2001, Matt Egyhazy wrote: i have seen very, very, very bad code written for applications that use jsp. You should see some of the horrible servlet-based code I've also had to look at. People that are bound and determined to shoot

log analyzer?

2001-11-12 Thread Y.H.Liu
Hi friends, Is there any utility that can help to analyze the log file of Tomcat, such as webalizer for Apache? Thanks in advance. -- To unsubscribe: mailto:[EMAIL PROTECTED] For additional commands: mailto:[EMAIL PROTECTED] Troubles with the list: mailto:[EMAIL PROTECTED]

Error in catalina.out after launching app.

2001-11-12 Thread Jean-Luc BEAUDET
Hi all, I just made a brand new dist of Tomcat 4.x with all the nighly snapshots. Tomcat seems to work well, but i've got an error when startin' it: Starting service Tomcat-Standalone Apache Tomcat/4.1-dev Starting service Tomcat-Apache Apache Tomcat/4.1-dev End event threw exception

Re: trouble with Apache 1.3.20 and tomcat 4.0.1

2001-11-12 Thread Andrew Kompaneev
Hi I have got tomcat 4.0.1 and webapp.so for windows, I have got apache 1.3.20 for windows but I can't connecting them... Tomcat wotks fine standalone, Apache without tomcat works fine (and with tomcat 3.2.3 works fine too). And in fact, if I set LoadModule webapp_module

Re: log analyzer?

2001-11-12 Thread Tom Oinn
Y.H.Liu wrote: Hi friends, Is there any utility that can help to analyze the log file of Tomcat, such as webalizer for Apache? Thanks in advance. You could take a look at awstats, if you have tomcat-4 and set the log format to 'combined' then this works just fine out of the box,

Running Servlets on Tomcat4.0

2001-11-12 Thread LIM TIENAIK
Can anyone give me some guidelines on how to run the servlets on tomcat. I just can't figure out how the web.xml works. _ Get your FREE download of MSN Explorer at http://explorer.msn.com/intl.asp -- To unsubscribe:

Re: Interbase/Interclient JDBCRealms in Tomcat 4.0.1?

2001-11-12 Thread raj
I am using Interbase with apache 4.0.1 and Interclient (the Java JDBC driver) and it all works very well with FORM based authentication on a LINUX box. This is from my posting on the news group borland.public.interbase.general to a post headed Interclient JDK1.3:

Integrate Apache 1.3.20 and Tomcat 3.2 in Win2k

2001-11-12 Thread Andrea Pessotto
I have installed both Apache and Tomcat under Win2k and they work fine standalone. I don't know how to integrate them. I have some Linux instructions...but in Win2k some points seem to be different. I included the tomcat-apache.conf at the end of httpd.conf file. I started tomcat first, then

Re: Apache people, For god's sake Do something!

2001-11-12 Thread raj
A graphical user interface that can do most stuff, with wizards to optionally use for setting up a new webapp or new virtual host or new Install new software on a windows OS, need a registry entry, dlls all go to system32! Uh-oh reboot! Uninstall a piece of sfotware in a windows OS, the

RE: AJP13 bad read -113?

2001-11-12 Thread GOMEZ Henri
It's a normal behaviour and happen when IIS didn't have to works anymore with Tomcat (may be thread cleanup on IIS) No problem here - Henri Gomez ___[_] EMAIL : [EMAIL PROTECTED](. .) PGP KEY : 697ECEDD...oOOo..(_)..oOOo... PGP Fingerprint :

RE: Class reload and database connections

2001-11-12 Thread David Bell
Thanks for that. I will have a look at the Listener. As for your other comments: - the class is in a package in the classes directory - the application does not close connections. It used to rely on the connection pool being garbage collected. Therefore the Connection finalize

problem tc 4.0.1 and Apache 1.3.2

2001-11-12 Thread davide semprini
Hi community, I have swuccessfull configuring TC 4.0.1 with Apache 1.3.2 Finally It works, but there is a warning that i receive when I call some jsp/servlet of my application: I tomcat console i receive this message: [Ajp13] bad read: -103 anybody can help and explain me what is this? Tanks

basic auth does not work? ( 4.0.1 final and 4.0 latest nightly )

2001-11-12 Thread Taavi Tiirik
I cannot get basic authentication to work with 4.0.1 release and latest nightly build. All I did in examples/WEB-INF/web.xml was: 1. added login-config auth-methodBASIC/auth-method realm-namePrivate/realm-name /login-config 2. commented out form based login configuration. Tomcat gives 'HTTP

Invalid virtual host name

2001-11-12 Thread Roman Schlueter
Hello, I'm trying to combine Apache 1.3.x and Tomcat 4 with following environment: Linux SuSE 7.2 JDK 1.0.3_02 Apache 1.3.22 Tomcat 4.0.1 WebApp module nightly build from 2001/11/01 I have compiled Apache and mod_webapp.so by using apxs and apr. The problem is the statement 'WebAppDeploy' in

Re: basic auth does not work? ( 4.0.1 final and 4.0 latest nightly )

2001-11-12 Thread raj
Craig, anybody, is this a current behaviour or am I doing something wong? If it does not work at the moment can you estimate when...? :-) Yes, this is the current behaviour. Refer to earlier posts (by search). Current remedy is to use form instead (if appropriate) else revet back to 3.x.

RE: problem tc 4.0.1 and Apache 1.3.2

2001-11-12 Thread GOMEZ Henri
It's normal, the error code is in fact a warning code, telling you that the remote (Apache), closed the connection. It's just informative : PS: The latest version of Ajp13 for TC 4.0.1 from jakarta-tomcat-connectors fix that 'bad report' You could find the right and corrected jars at :

escape a URL within a sevlet - how?

2001-11-12 Thread Graham Leggett
Hi all, I am trying to generate a set of name/value pairs that will be tacked onto the end of a generated URL like this: url.html?name1=value1name2=value2 These name value pairs have to be escaped first (problem characters converted to %HH) before they are added to the URL - I am looking for

Sending all request to one servlet?

2001-11-12 Thread Stefan Langer
Hello I'm running tomcat3.2 standalone with jdk1.2 from IBM. (Also tried it under jdk1.3 IBM with the same result) I'm trying to route all requests to a special context (/generator) to one single servlet using the following web.xml file: web-app servlet servlet-name

Memory Realm - Redirect to NULL ??

2001-11-12 Thread Sunhild Copony
Hi all, refering to: Re: form based login From: Craig R. McClanahan Date: Sun, 16 Sep 2001 19:14:43 -0700 I read what Craig wrote to this problem - but I don't have any directive for cookies in server.xml (and have one more question) In the other points I have the same problem like Pero: twice

IIS and authentication

2001-11-12 Thread Eichfelder, Frank
Hi, I have tried the authentication example shipped with Tomcat 4.0.1 - it works fine. (http://localhost:8080/examples/jsp/security/protected/) Now, I have combined IIS and Tomcat - all servlets and JSPs work well - but when I try to access the page (without :8080), I get the following

Re: basic auth does not work? ( 4.0.1 final and 4.0 latest nightly )

2001-11-12 Thread Taavi Tiirik
Yes, this is the current behaviour. Refer to earlier posts (by search). Current remedy is to use form instead (if appropriate) else revet back to 3.x. thanks, is there any time estimate of when it will start working again? with best wishes, Taavi -- To unsubscribe: mailto:[EMAIL

RE: Update of webapp: does not work with any JVM

2001-11-12 Thread Sergey V. Udaltsov
I had this problem also. The only way I could get Tomcat 4 to update was to decompress the war into a directory in webapps. Then I use the manager to reload my application. It's all in an ant task, which makes it not very painful: Thanks a lot for the idea. I no longer use Tomcat 4 due to

RE: IIS and authentication

2001-11-12 Thread Ignacio J. Ortega
This is a Known problem in 4.0.1 + IIS integration.. Maybe fixed for 4.0.2... btw. It's solved in tc3.3.. (search for tomcatAuthentication in mail archives and bugzilla, please) Saludos , Ignacio J. Ortega -Mensaje original- De: Eichfelder, Frank [mailto:[EMAIL PROTECTED]] Enviado

Re: basic auth does not work? ( 4.0.1 final and 4.0 latest nightly )

2001-11-12 Thread raj
Yes, this is the current behaviour. Refer to earlier posts (by search). Current remedy is to use form instead (if appropriate) else revet back to 3.x. thanks, is there any time estimate of when it will start working again? No developer/coder has replied to this (ASAIK). I too am waiting

Re: virtualhost

2001-11-12 Thread Roy K. Mayr R.
thanks Larry !!! Roy - Original Message - From: "Larry Isaacs" [EMAIL PROTECTED] To: "'Tomcat Users List'" [EMAIL PROTECTED] Sent: Wednesday, November 07, 2001 3:35 PM Subject: RE: virtualhost For Tomcat 3.3, Host entries can, but aren't normally placed in server.xml. Instead a

Re: TC 4.0.1: classes being cached - requires restart to update

2001-11-12 Thread Brett B. Tofel
--- You wrote: What I meant to say was that if a reference to an instance of your class was stored as (part of) a session attribute, that MAY prevent an updated version of your class from being loaded. --- end of quote --- that is my problem, I believe, which is why the classloader is not noting

RE: escape a URL within a sevlet - how?

2001-11-12 Thread Steve Vu
You might try something like the encode(String) method from the java.net.URLEncoder class or search through the Java API docs. I'm not sure if the method you're looking will be found in the HttpServlet class. Good luck and let me know how it tuns out. -Original Message- From: minfrin

RE: Getting started with TCP

2001-11-12 Thread Steve Vu
You might to check out http://java.sun.com/docs/books/tutorial/networking/sockets/index.html, which is a tutorial on Socket class, the foundation for writing network type applications. -Original Message- From: Davy Haas [mailto:[EMAIL PROTECTED]] Sent: Monday, November 12, 2001 3:30 AM

Re: Running Servlets on Tomcat4.0

2001-11-12 Thread Steve Guo
I have been running servlets without modifying the web.xml file on win nt. --- LIM TIENAIK [EMAIL PROTECTED] wrote: Can anyone give me some guidelines on how to run the servlets on tomcat. I just can't figure out how the web.xml works.

unsubscribe problem

2001-11-12 Thread longinus
I am trying to unsubscribe from this mailing list for about a week and it doesn't work. how can I do it? -- To unsubscribe: mailto:[EMAIL PROTECTED] For additional commands: mailto:[EMAIL PROTECTED] Troubles with the list: mailto:[EMAIL PROTECTED]

AW: unsubscribe problem

2001-11-12 Thread Ralph Einfeldt
if you sent a mail to mailto:[EMAIL PROTECTED] and did what is described in the reply and it still didn't work mail the maintainer mailto:[EMAIL PROTECTED] and describe exactly what you did and wich results you got. -Ursprngliche Nachricht- Von: longinus [mailto:[EMAIL PROTECTED]]

RE: Invalid virtual host name

2001-11-12 Thread Robert D. Morse
Uncomment the ServerName directive in the httpd.conf file. It's currently set to localhost. Leave it like that, or give it the actual name of your machine. If you do a Google search for Tomcat and Invalid Virtual Host Name, you'll see some examples. -Original Message- From: [EMAIL

Mod_webapp.so Solaris not working

2001-11-12 Thread Matt Goyer
I have Tomcat working and I have Apache working but I can't get them to work together.. I downloaded webapp-module-1.0-tc40-sol8sparc.tar.gz and after following the instructions I get the following error when configtesting Apache: Syntax error on line 206 of /usr/local/apache/conf/httpd.conf:

Re: Sending all request to one servlet?

2001-11-12 Thread Avi Green
Please send replies to [EMAIL PROTECTED] since I'm not a regular reader of this list Please CC the list too; I'm having a similar problem. Thanks, Avi == = Avi Green :-) avi at sputnik7.com (-: 212 320-3735 = Unix SysAdmin

Re: Running Servlets on Tomcat4.0

2001-11-12 Thread Steve Vu
Here's a snippet from the sample web.xml file from the Tomcat docs. At the bare minimum, you just need to define the servlet name, the class associated with the servlet, then map the servlet to a URL pattern: !-- Servlet definitions for the servlets that make up your web application,

RE: Integrate Apache 1.3.20 and Tomcat 3.2 in Win2k

2001-11-12 Thread Kemp Randy-W18971
Try 4.01 instead, as it is easier. 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

RE: Integrate Apache 1.3.20 and Tomcat 3.2 in Win2k

2001-11-12 Thread GOMEZ Henri
You could use also Tomcat 3.3 with mod_jk : JkMount /examples/servlet/* ajp13 JkMount /examples/*.jsp ajp13 JkMount /onjava/servlet/* ajp13 JkMount /onjava/*.jsp ajp13 JkMount /web_change/servlet/* ajp13 JkMount /web_change/*.jsp

Re: Invalid virtual host name

2001-11-12 Thread Roman Schlueter
... yes, that was it. Now, it works fine. Thanks. I remember there is a notice in the documents. Best regards Roman Robert D. Morse wrote: Uncomment the ServerName directive in the httpd.conf file. It's currently set to localhost. Leave it like that, or give it the actual name of your

Re: Error in catalina.out after launching app.

2001-11-12 Thread Craig R. McClanahan
It looks like you are trying to use the new capability to deploy an application by putting an XML file into the webapps directory, right? Could you show us the contents of that file? You should also be aware that a couple of bugs in parsing the configuration file were fixed over the weekend, so

Re: basic auth does not work? ( 4.0.1 final and 4.0 latest nightly)

2001-11-12 Thread Craig R. McClanahan
On Mon, 12 Nov 2001, Taavi Tiirik wrote: Date: Mon, 12 Nov 2001 13:11:07 +0200 From: Taavi Tiirik [EMAIL PROTECTED] To: [EMAIL PROTECTED] Cc: Craig R. McClanahan [EMAIL PROTECTED] Subject: basic auth does not work? ( 4.0.1 final and 4.0 latest nightly ) I cannot get basic authentication

RE: Update of webapp: does not work with any JVM

2001-11-12 Thread Craig R. McClanahan
On 12 Nov 2001, Sergey V. Udaltsov wrote: Date: 12 Nov 2001 11:42:31 + From: Sergey V. Udaltsov [EMAIL PROTECTED] Reply-To: Tomcat Users List [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Subject: RE: Update of webapp: does not work with any JVM I had this problem also.

Re: Memory Realm - Redirect to NULL ??

2001-11-12 Thread Craig R. McClanahan
The first important issue -- all paths within web.xml are relative to the context root, not the server root. So, the first thing to do is change url-pattern/webadmin/WEB-INF/*/url-pattern to url-pattern/WEB-INF/*/url-pattern The second important issue -- the servlet container already

Re: basic auth does not work? ( 4.0.1 final and 4.0 latest nightly )

2001-11-12 Thread Taavi Tiirik
(simply change the word FORM to BASIC in the existing auth-method is easiest. This did not help :-( But the first thing to do is to post the stack trace that came with the Internal Server Error page (or from one of the log files in the logs directory -- without that, there is no way to

Re: Developing and contributing code

2001-11-12 Thread Craig R. McClanahan
On Mon, 12 Nov 2001, Manik Surtani wrote: Date: Mon, 12 Nov 2001 14:55:54 + From: Manik Surtani [EMAIL PROTECTED] Reply-To: Tomcat Users List [EMAIL PROTECTED] To: [EMAIL PROTECTED], [EMAIL PROTECTED], [EMAIL PROTECTED] Subject: Developing and contributing code Hello, all. I

Re: basic auth does not work? ( 4.0.1 final and 4.0 latest nightly)

2001-11-12 Thread Craig R. McClanahan
Are you getting this error on the standard examples webapp, or on one of your own? If it's on the standard example, there's something corrupted about your installation -- if it's on your own app, we'll need to see the web.xml and (relevant) server.xml entries as well. Also, what OS and JDK are

Tying tomcat and apache together

2001-11-12 Thread Mike Kelley
I'm new to the user list and I'm reading through the archive so don't kill me for asking before RTFM I'm on a W2K machine Using apache 1.3.22 Using Tomcat 4.0 Using j2sdk1.3.1_01 Apache is up and working Tomcat is up and running Ive added LoadModule webapp_module modules/mod_webapp.so

RE: Tying tomcat and apache together

2001-11-12 Thread David Pool
Mike, I had better luck using mod_jk, than with warp (on W2K). It would not find and load images. Dave -Original Message- From: Mike Kelley [mailto:[EMAIL PROTECTED]] Sent: Monday, November 12, 2001 9:51 AM To: 'Tomcat Users List' Subject: Tying tomcat and apache together I'm new to

Re: basic auth does not work? ( 4.0.1 final and 4.0 latest nightly)

2001-11-12 Thread Craig R. McClanahan
On Mon, 12 Nov 2001, Taavi Tiirik wrote: Date: Mon, 12 Nov 2001 19:47:30 +0200 From: Taavi Tiirik [EMAIL PROTECTED] To: Craig R. McClanahan [EMAIL PROTECTED] Subject: Re: basic auth does not work? ( 4.0.1 final and 4.0 latest nightly ) Are you getting this error on the standard

RE: Tying tomcat and apache together

2001-11-12 Thread Mike Kelley
DO you have a download site and is the install the same hoops as the webapps? I'm a newbie so if you could give me the walk through map for installing it would be appreciated.. -Original Message- From: David Pool [mailto:[EMAIL PROTECTED]] Sent: Monday, November 12, 2001 11:05 AM To:

filter applied on JSP?

2001-11-12 Thread Huaxin
is it possible to have a filter working on a JSP file? I tryed the following, with TEMPLATE = index.jsp, index.jsp but all doesn't work. !-- filter mapping -- filter-mapping filter-nameservletLogFilter/filter-name servlet-name TEMPLATE/servlet-name /filter-mapping -- To

Re: filter applied on JSP?

2001-11-12 Thread Kevin Barnes
Use the url-pattern element instead of the servlet-name element and you're good to go filter-mapping filter-nameservletLogFilter/filter-name url-pattern index.jsp /url-pattern /filter-mapping k At 11:15 AM 11/12/01 -0700, you wrote: is it possible to have a filter working on a JSP

Using Tomcat 4.0 with Apache...

2001-11-12 Thread Chris Wilson
I appologise if this is a newbie type question but I'm new to Tomcat. I've installed Tomcat 4.0 apache on an x86 linux system - they both appear to be working I can use servlets through apache. However it appears that when I have some directory in which I want to put a webapp then I cannot do

problems migrating from tc 3.2 to tc 4.01

2001-11-12 Thread Joakim Verona
hello, i have a webapp im trying to port from tc 3.2 to tc 4.01. the app is aparently ill-behaved and shows some problems when porting: 1) the app relies on trying to catch FileNotFoundExceptions from jsp:include statements. if the jsp it is trying to include isnt there, it silently ignores

Re: non-serializable objects in sessions

2001-11-12 Thread Marko Asplund
On Sun, 11 Nov 2001, Craig R. McClanahan wrote: ... There is no way in Java to persist a non-Serializable object like a database statement. In fact, you cannot even use such a thing if you're using a connection pool (completely separate from session persistance issues) unless the

RE: Tying tomcat and apache together

2001-11-12 Thread David Pool
Mike, Unfortunately the mod_jk install is more work than warp. That will be one of the advantages of warp, once the kinks are worked out. The Tomcat 4 docs do not include any information about mod_jk, not that I ever saw anyway. You have to go back to the Tomcat 3.x docs to find mod_jk

Re: non-serializable objects in sessions

2001-11-12 Thread Tom Drake
Doing what you're attempting is extremely dangerous. You are very likely to start 'leaking' database connections this way. Suppose 10 users were to each perform one of these queries, but never ask to see the '2nd page' of results. Let's say that the session timeout is 30 minutes. That means all

Get tomcat to top accepting sessions?

2001-11-12 Thread Mike Comb
Hi, is there any way to get tomcat to stop accepting new sessions, but allow active sessions to continue? I am trying to figure out how to gracefully shutdown tomcat without kicking current users off. Thanks, -Mike --- Mike Comb Lead Engineer SoftCoin,

Jakarta NT Service

2001-11-12 Thread Whalland, Craig
Hi there - first of all please excuse my lack of knowledge on this topic. I have been asked to have a quick look at a problem we are having on windows 2000 server installing Jakarta as an NT Service. I have followed the directions on the site

Document falls short

2001-11-12 Thread Randy Nichols
I was reading the following documentation: http://www.aoindustries.com/docs/jakarta-tomcat-3.2b6/tomcat-iis-howto.ht= ml and came across the following text: ---text Adding additional Contexts The examples context is useful for

How do you get Tomcat to...

2001-11-12 Thread Chris Sheerman
Hi How do you get Tomcat to use another directory as it's root in other words, how would point it to say c:\temp\myprograms instead of \webapps? -- Regards Chris *** Mr Chris Sheerman Desktop Support Officer -

log analyzer?

2001-11-12 Thread Y.H.Liu
Hi friends, Is there any utility that can help to analyze the log file of Tomcat, such as webalizer for Apache? Thanks in advance. -- To unsubscribe: mailto:[EMAIL PROTECTED] For additional commands: mailto:[EMAIL PROTECTED] Troubles with the list: mailto:[EMAIL PROTECTED]

[TC4] Sending redirect fails if OutputStream isn't closed ..

2001-11-12 Thread Endre Stølsvik
I'm using this program called loadsim to get a simulation of a bunch of users using my webapp. This is a java program utilizing the java.net.HttpConnection to simulate the clients, built using large parts of a apache loadsimulation system, right? I just installed the webapp on TC4, and are

RE: escape a URL within a sevlet - how?

2001-11-12 Thread Greg Trasuk
Hi Graham: Java has what you need as part of the standard API: String EncodedStr = java.lang.URLEncoder.encode(PlainStr); Cheers, Greg Trasuk, President StratusCom Manufacturing Systems Inc. - We use information technology to solve business problems on your plant floor.

Re: Get tomcat to top accepting sessions?

2001-11-12 Thread James Chuang
Mike: Seems like you can just have your servlet redirect requests that requires starting of a new session. It's a bit more expensive, but you can direct them to a JSP page that has a nice error msg to come back in 15 minutes or something jchuang - Original Message - From: Mike

Re: RequestDispatcher.forward() ?

2001-11-12 Thread Dr. Evil
Could somebody tell me if this behavior by design and if so why: The following fragment forwards a request to main application page: //--- String main = /index.jsp; //String main = /; RequestDispatcher dispatcher =

too many processes

2001-11-12 Thread Ruadhan O'Donoghue
Hi, apologies if this ahs been discussed before. I've just installed tomcat-4.0 on redhat7.1 linux when I startup tomcat it creates 22 'java' processes which slow my machine down enough for me to notice. does anyone know how to fix this? cheers, ruadhan -- To unsubscribe: mailto:[EMAIL

Apparent ClassLoader, ClassNotFoundException when using Apache Soap and Toplink

2001-11-12 Thread David Brunkow
Tomcat 3.2 on NT 4.0. Apache Soap 2.2, http://xml.apache.org/soap/ Toplink 3.0.5 The root of this entire problem seems to be that the Apache Soap services/classes cannot be found, ClassNotFoundException, unless the classes are explicitly in the classpath tomcat.bat, startup, classpath. So says

Re: too many processes

2001-11-12 Thread Richard Troy
apologies if this ahs been discussed before. Check the archives first next time. I've just installed tomcat-4.0 on redhat7.1 linux when I startup tomcat it creates 22 'java' processes which slow my machine down enough for me to notice. does anyone know how to fix this? cheers, ruadhan

RE: Document falls short

2001-11-12 Thread Larry Isaacs
Adding a context has to do with Tomcat only, so it is left out of the IIS howto to avoid duplication. Configuring contexts still isn't well documented in Tomcat 3.2.x's tomcat-ug.html. Tomcat 3.3's tomcat-ug.html has a small section addressing this. Since, this is one area that changed from

Re: How do you get Tomcat to...

2001-11-12 Thread Craig R. McClanahan
On Mon, 12 Nov 2001, Chris Sheerman wrote: Date: Mon, 12 Nov 2001 18:07:04 +1100 From: Chris Sheerman [EMAIL PROTECTED] Reply-To: Tomcat Users List [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: How do you get Tomcat to... Hi How do you get Tomcat to use another directory as it's

Re: Tying tomcat and apache together

2001-11-12 Thread Steve Gass
Mike Kelley wrote: Localhost/examples/jsp Gets me a Page Not Found Try: Localhost/examples/jsp/ The need for the trailing slash is listed as a bug, although I'm not sure it really is one. Steve -- To unsubscribe: mailto:[EMAIL PROTECTED] For additional commands: mailto:[EMAIL

RE: How do you get Tomcat to...

2001-11-12 Thread Larry Isaacs
The webapps directory is configured in the server.xml. For Tomcat 4.x, it is on the Host element, i.e.: Host ... appBase=webapps ... For Tomcat 3.3, it is on the AutoWebApp module, i.e.: AutoWebApp dir=webapps ... Configuring it in Tomcat 3.2.x is not supported. Cheers, Larry

Re: non-serializable objects in sessions

2001-11-12 Thread Craig R. McClanahan
On Mon, 12 Nov 2001, Marko Asplund wrote: Date: Mon, 12 Nov 2001 20:49:19 +0200 (EET) From: Marko Asplund [EMAIL PROTECTED] Reply-To: Tomcat Users List [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Subject: Re: non-serializable objects in sessions On Sun, 11 Nov 2001, Craig

RE: Tying tomcat and apache together

2001-11-12 Thread Mike Kelley
Nope tried that too, and just re-confirmed that that is not what's keeping the two from talking -Original Message- From: Steve Gass [mailto:[EMAIL PROTECTED]] Sent: Monday, November 12, 2001 2:03 PM To: Tomcat Users List Subject: Re: Tying tomcat and apache together Mike Kelley wrote:

To identify the Servlets

2001-11-12 Thread Lakkapragada, Ravi B
Hi , I am using the Java classes with in the JSPs , but i am getting errors which says the so and so class couldnt be found. the directory structure i am using for the context pravi is as follows JSPS in /pravi Servlets and Java

RE: non-serializable objects in sessions

2001-11-12 Thread Ignacio J. Ortega
I'm the only one that is receiving 2 copies of almost every message? Saludos , Ignacio J. Ortega -Mensaje original- De: craigmcc@localhost [mailto:craigmcc@localhost]En nombre de Craig R. McClanahan Enviado el: lunes 12 de noviembre de 2001 21:56 Para: Tomcat Users List Asunto:

Re: non-serializable objects in sessions

2001-11-12 Thread Pier Fumagalli
On 12/11/2001 09:28 pm, Ignacio J. Ortega [EMAIL PROTECTED] wrote: I'm the only one that is receiving 2 copies of almost every message? I got just one copy... Pier -- To unsubscribe: mailto:[EMAIL PROTECTED] For additional commands: mailto:[EMAIL PROTECTED] Troubles with the list:

RE: Get tomcat to top accepting sessions?

2001-11-12 Thread Meyer, James
Mike, Take a look at the following URL http://mikal.org/interests/java/tomcat/archive/view?mesg=15194 Here you will find a patch by Michael Kuz. I am currently using this patch on Solaris 2.8/apache 1.3.19/tomcat 3.2.2. The only problem that I have encountered, is that I have to restart every

JSP/Servlet Web Hosting?

2001-11-12 Thread C Cayetano
Anyone know or can recommend a reasonable priced web hosting company that supports JSP/servlets? Thanks in advance Chris -- To unsubscribe: mailto:[EMAIL PROTECTED] For additional commands: mailto:[EMAIL PROTECTED] Troubles with the list: mailto:[EMAIL PROTECTED]

RE: Jakarta NT Service

2001-11-12 Thread C Cayetano
With your NT4 install, were you able to get around the bug that shuts down the service when the user loggs off? I've experienced it in Win2k Server. Haven't found a solution. Had anyone else found a solution? Thanks. -Original Message- From: Whalland, Craig [mailto:[EMAIL PROTECTED]]

Re: Apache people, For god's sake Do something!

2001-11-12 Thread Barry White
The installation of Tomcat 4.0 is not hard (on Win2k). All you need is JDK on the box, and the installer does the rest! Most of the problems I see in this list are about getting Tomcat to work with another server or Java issues. I think most people (beginners like me) don't realize in the

RE: JSP/Servlet Web Hosting?

2001-11-12 Thread Keith Morgan
Take a look at http://www.kgbinternet.com - supports jsp/servlets and mysql at a very reasonable rate (esp. considering the prices are in Canadian $). -Original Message- From: C Cayetano [mailto:[EMAIL PROTECTED]] Sent: Monday, November 12, 2001 4:10 PM To: Tomcat Users List Subject:

RE: Jakarta NT Service

2001-11-12 Thread Travis Schmid
We got around the shutdown when logging off issue by using SUN JDK 1.3.1.01 and including the -Xrs switch in the wrapper.properties file. This flag was readded to the JDK to address this issue. You can get the whole history of the bug on Sun's Java BugParade website.

RE: Apache people, For god's sake Do something!

2001-11-12 Thread Mike Kelley
So Barry, In not so many words you're telling me to abandon the apache tomcat link and just run tomcat if my purpose is to just serve *simple* jsp html pages Sounds like a band aide (that works for me currently) but I would still like to be able link the two together so I can use php and the

RE: Jakarta NT Service

2001-11-12 Thread Travis Schmid
I had a similar problem running Tomcat as an NT service on Win2k Pro. I could start one instance but when starting second the first would shut down with no error message. I could install as many as I wanted but only one would run at a time. I found that this problem doesn't exist with Win NT

Re: To identify the Servlets

2001-11-12 Thread Matyas William Egyhazy
makes sure your servlets are mapped correctly in the web.xml file. matt On Mon, 12 Nov 2001, Lakkapragada, Ravi B wrote: Hi , I am using the Java classes with in the JSPs , but i am getting errors which says the so and so class couldnt be found. the directory structure i am

apxs:Error: no config variable LDFLAGS_SHLIB

2001-11-12 Thread Matt Goyer
I'm compiling mod_webapp (1.0) on Solaris 8 with Apache 1.3.22 installed and get the following error message. I see from Googling that another tomcat-user had the same problem but I couldn't find a follow-up reply or solution. Any help would be appreciated, Matt. -- make[2]: Entering directory

RE: To identify the Servlets

2001-11-12 Thread Lakkapragada, Ravi B
same app is working in tomcat-3.2.2 , i want to test the app in Tomcat4.0.1 configured the Web.xml for the tomcat4.0.1 ,still no success . -Ravi -Original Message- From: Matyas William Egyhazy [mailto:[EMAIL PROTECTED]] Sent: Monday, November 12, 2001 5:13 PM To: Tomcat Users

getting tomcat 4.0.1 started on Compaq tru64

2001-11-12 Thread Kirk Hill
Hello, I've been able to run tomcat on multiple NT platforms without any problems, however, when I run the startup.sh on a Compaq tru64 version 5.1 box, it won't execute the bootstrap start. The log file just says: usage: java org.apache.catalina.startup.Catalina [ -config {pathname} ]

Re: [TC4] Sending redirect fails if OutputStream isn't closed ..

2001-11-12 Thread Remy Maucherat
I'm using this program called loadsim to get a simulation of a bunch of users using my webapp. This is a java program utilizing the java.net.HttpConnection to simulate the clients, built using large parts of a apache loadsimulation system, right? I just installed the webapp on TC4, and are

How get Cocoon 1.8.1 with Tomcat 4.0.1 working?

2001-11-12 Thread Jan Lange
Hello all, I have installed Tomcat 4.0.1 and Cocoon 1.8.2. I have done it with the manuals for Tomcat 3.x for Cocoon installing. But it won't work. When I type in http://www.artada.de/Cocoon.xml then I became the following error: Publishing Engine could not be initialized.

Re: Lifecycle error

2001-11-12 Thread Remy Maucherat
I got this error... WebappClassLoader; Lifecycle error :CL stopped. Does anoyone have any idea about this error. Guess there should be a way to avoid/fix this. Usually, it happens when an attempt is made to use the old CL when a context reload is made. Usually, it happens because of object

Reference Sites for Tomcat

2001-11-12 Thread Art Taylor
Tomcat people, I'm writing an article about all of this wonderful open source Web stuff and I'm looking for some reference sites for Tomcat used in production. If you're using Tomcat at a production site, could you let me know the Tomcat version, the number of users, the number of hits per

How do you set up standalone Tomcat to use HTTPS?

2001-11-12 Thread Jovie Castaneda
Hi ppl, Can someone please help me how to make https work in my tomcat..where do I start? Thanks in advance -- To unsubscribe: mailto:[EMAIL PROTECTED] For additional commands: mailto:[EMAIL PROTECTED] Troubles with the list: mailto:[EMAIL PROTECTED]

Invoking Servlet - trying to remove servlet prefix

2001-11-12 Thread Pavan Sethurathnam
When i invoke servlet...it is working fine when http://localhost:8080/login/servlet/login but I dont want servlet prefix. i just want http://localhost:8080/login/login my web.xml looks servlet servlet-name login /servlet-name servlet-class

Filters - use of RequestDispatcher in Filters

2001-11-12 Thread Pavan Sethurathnam
what happens if we use rd.forward(...some other resource) in filters... will it still continue down the filter chain? __ Do You Yahoo!? Find the one for you at Yahoo! Personals http://personals.yahoo.com -- To unsubscribe: mailto:[EMAIL

Caching of Classes

2001-11-12 Thread Ken M. Mevand
hi, this question has probably been asked a lot, but i can't seem to find the answer. how do i get tomcat to reload the classes without restarting it?my classes are stored in /WEB-INF/classes and compiled manually by javac. thanks for the patience, i'm very new to tomcat. -ken

Re: JSP/Servlet Web Hosting?

2001-11-12 Thread Dan Hinojosa
Kattare.com C Cayetano wrote: Anyone know or can recommend a reasonable priced web hosting company that supports JSP/servlets? Thanks in advance Chris -- To unsubscribe: mailto:[EMAIL PROTECTED] For additional commands: mailto:[EMAIL PROTECTED] Troubles with the list: mailto:[EMAIL

Re: Caching of Classes

2001-11-12 Thread BacardiWasabi
try this.. for context - attribute reloadable Set this attribute to true if you wish to have Catalina check the classes in WEB-INF/classes and WEB-INF/lib for modification, and automatically reload this application if a change is detected. This feature is very useful during development;

Re: JSP/Servlet Web Hosting?

2001-11-12 Thread Lester June Cabrera
Try also MMA Web Hosting http://www.mmaweb.net At 09:56 PM 11/12/01 -0700, Dan Hinojosa wrote: Kattare.com C Cayetano wrote: Anyone know or can recommend a reasonable priced web hosting company that supports JSP/servlets? Thanks in advance Chris -- To unsubscribe: mailto:[EMAIL

  1   2   >