testing unsub - DELETE it

2001-03-25 Thread Herchel Wojciech
i should never get it back... vVolf

Re: IOException in server

2001-03-25 Thread Kenneth Westelinck
Hi, mod_jserv.so is an old module to link apache with Tomcat. You should copy this to your libexec directory (as you already did). Next you should start Tomcat and check if the tomcat-apache.conf is created in /usr/local/jakarta-tomcat/conf . Now check the contents of this file. Near the begin

RE: running tomcat in VISUAL AGE

2001-03-25 Thread Kirill Vasiliev
Hi! Did you import _resources_ (org.apache.tomcat.resources) too? They aren't classes, they are .properties and .dtd. This may be done in import window in VA. You also need to copy "conf" directory from Tomcat installation to /ide/project_resources/. You also need to setup property "tomcat.home"

explain Tomcat-Apache requests ? Where to get informations ?

2001-03-25 Thread Wolf
Hallo, is there anybody who can explain request-interactions: Tomcat-Apache ? What I need to know is this: A JSP (/JSP/hello.jsp) forwards to a Servlet (/Servlet/ShowHello). Tomcat knows about both (/JSP is defined as a context and /Servlet is set as: A test works very well. What about the req

RE: Overiding Tomcat's CLASSPATH

2001-03-25 Thread Ignacio J. Ortega
Much more simply: try Tomcat 3.3 and up, they solve almost all classloader issues as yours.. Saludos , Ignacio J. Ortega > -Mensaje original- > De: Douglas Smith [mailto:[EMAIL PROTECTED]] > Enviado el: lunes 26 de marzo de 2001 3:50 > Para: [EMAIL PROTECTED] > Asunto: Overiding Tomcat'

Two requests when sending rtf files

2001-03-25 Thread Reto Badertscher
When generating and sending a rtf file from a servlet, the browser ask for - display from current location - saving the document When "display from current location" is chosen by the user, the servlet receives a second request (that means the file will be generated a second time), when "saving th

Re: Caching a servlet? Sessions in IE?

2001-03-25 Thread Java Poop
Have you tried setting the cache and expire headers? Try addding: response.setHeader("Cache-Control","no-cache"); //HTTP 1.1 response.setHeader("Pragma","no-cache"); //HTTP 1.0 response.setDateHeader ("Expires", 0); //prevents caching at the proxy server JP - Original Message - From: "

ODP: Login Servlet?

2001-03-25 Thread Herchel Wojciech
there you go, it's taken from O'Reilly website. vVolf > -Oryginalna wiadomooeæ- > Od: Mick Sullivan [mailto:[EMAIL PROTECTED]] > Wys³ano: 23 marca 2001 21:12 > Do: [EMAIL PROTECTED] > Temat: Login Servlet? > > > Does anyone know where I could find code for a login servlet > using JDB

tomcat dies in OS X

2001-03-25 Thread < sandeep parikh >
I'm running tomcat 3.2.1 on Mac OS X and it seems to just die after I make a request...here's a breakdown of the chain of events... //-first I turn on tomcat 3.2.1 cripes% bin/startup.sh Using classpath: /Users/Shared/jakarta/tomcat/lib/ant.jar:/Users/Shared/jakarta/tomcat/lib/jasper. jar:/U

Re: IOException in server

2001-03-25 Thread Tonny Liu
Thank you, Kenneth Westelinck . Please help me with another problem: I included tomcat.conf in httpd.conf,but I can't start apache for the following error: Syntax error on line 1 of /usr/local/jakarta-tomcat/conf/tomcat-apache.conf: Invalid command 'LoadModule', perhaps mis-spe

Re: j_security_check

2001-03-25 Thread Valeriy Molyakov
Add into httpd.conf JkMount /examples/jsp/security/login/j_security_check ajp13 - Original Message - From: "Ian Kallen" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Sunday, March 25, 2001 11:20 AM Subject: j_security_check > > I haven't seen any real useful answers in the archive

Re: [tc4 vs. tc3.x] Cannot read file, java.io.FileNotFoundException

2001-03-25 Thread Endre Stølsvik
Thanks for fast reply! On Sun, 25 Mar 2001, Craig R. McClanahan wrote: | Could you try this with a recent nightly build? There have been lots of | bug fixes since 4.0b1 (we're about to roll a 4.0b2 if you want to wait a | couple of days). I'll do that, sometime later today, I hope.. | | Howe

Re: How to use a servlet as Domain-Index

2001-03-25 Thread Alexander Klein
Thanks for your help, Puck

AW: AW: java.lang.OutOfMemoryError

2001-03-25 Thread Ralph Einfeldt
Unless you have done something to avoid it, each request to a jsp will create a new session if the request doesn't contain a cookie or an encoded url that matches an active session. > -Ursprüngliche Nachricht- > Von: brian luk [mailto:[EMAIL PROTECTED]] > Gesendet: Freitag, 23. März 20

running tomcat in VISUAL AGE

2001-03-25 Thread Patrick . Pierra
Sorry, My last message was little beat short. I can't run tomcat on visual age. I have more precision about my problem It is during the instanciation of the class : -- org.apache.jasper.servlet.JspServlet Here is the trace --

Caching a servlet? Sessions in IE?

2001-03-25 Thread A Yang
Hi, This is a weird one that we can only reproduce in IE. Netscape works fine. I'm using Tomcat 3.2.1 with Apache via mod_jk. I have a "Main Menu" servlet that forwards the user through a series of JSP/servlet sequences based on a parameter that identifies which "item" was selected in the Main M

loading order

2001-03-25 Thread Mohan Surender
Friends, Do they aliases get loaded in the order they are defined in the webapps\web-inf\web.xml ? I tried varing the order of my servlets but it loaded in a fixed order. any ideas ? btw , all the aliases have load on startup set to true. Thanks mohan

Re: IOException in server

2001-03-25 Thread Kenneth Westelinck
Hi, I don't think you should connect to port 8007 (8007 is for AJP12 connector). The actual webserver is running on port 8080, or whatever is configured in server.xml . So if you browse to : http://localhost:8080/ you should see some nice stuff. regards, Kenneth Westelinck >From: "Tonny L

Re: tomcat/apache/solaris - redirecting stdout/stderr

2001-03-25 Thread Milt Epstein
On Sun, 25 Mar 2001, Anuj Agrawal wrote: > Thanks. That would do it. I guess i was hoping for some kind of > config file setting or something. 8) I think that's the way it's handled in 4.0, but I don't know of any such thing with 3.2. > Milt Epstein wrote: > > > On Fri, 23 Mar 2001, Anuj Ag

IOException in server

2001-03-25 Thread Tonny Liu
Hi,I encountered a problem,it seems curious to me. I installed tomcat in Redhat6.2, and started it , I can see it listening on port 8007,but when I tried to connect it from a browser: http://localhost:8007, I can't get anyting, but In server, it gave the following error: *

Re: Tomcat and Jsp files

2001-03-25 Thread Sunil Chandurkar
See for testing purpose you can use "examples" as a context. You will find something like this in ur tomcat home folder: Tomcat_HOME\webapps\examples\jsp inside this folder u will find lots of sample folders. If you want to create new folder you can create here only... for example "TestFold

Re: Do I need to install Jakarta-Taglibs in order to support JSP1.1 spec. Taglib implementation?

2001-03-25 Thread Craig R. McClanahan
On Mon, 26 Mar 2001, Jason wrote: > Hi everyone, > > I have a few questions: > > (1) Do I need to install Jakarta-Taglibs in order to support JSP 1.1 > spec. Taglib implementation in Tomcat 3.2.1? No, Tomcat 3.2.1 supports JSP 1.1 all by itself. However, the Jakarta-Taglibs tags will ru

Do I need to install Jakarta-Taglibs in order to support JSP 1.1 spec. Taglib implementation?

2001-03-25 Thread Jason
Hi everyone, I have a few questions: (1) Do I need to install Jakarta-Taglibs in order to support JSP 1.1 spec. Taglib implementation in Tomcat 3.2.1? (2) Is there any difference between Jakarta-Taglibs implementation and SUN JSP 1.1 Taglibs implementation? (3) Is Tomcat 4.X supported Taglib

Re: Problem with Tomcat SSL Direct.

2001-03-25 Thread Darrel Drake
I've gotten that error message millions of times. It's not helpful; almost any setup problem can cause it. Possibly untrusted server certificate on the client side, but you would see that at the command prompt, right? I'm not [yet] an OpenSSL user, but my guess is that the docs (tomcat-ssl-howto

Overiding Tomcat's CLASSPATH

2001-03-25 Thread Douglas Smith
Hello all, I'm having a problem in that Tomcat is loading deprecated XML DOM interfaces located in Tomcat's lib/parser.jar instead of the DOM Level 2 interfaces in xerces.jar, which I'm distributing in my WEB-INF/lib folder inside a .war file. To get around this I can remove parser.jar but I'd l

Re: [tc4 vs. tc3.x] Cannot read file, java.io.FileNotFoundException

2001-03-25 Thread Craig R. McClanahan
On Sun, 25 Mar 2001, [iso-8859-1] Endre Stølsvik wrote: > I have a problem reading a file that I've put in the WEB-INF/classes dir. > It works on tc3.2 and tc3.3, but doesn't work in tc4.0. Could someone shed > some light on why, and how I could manage to read it on all servlet > servers, and whe

Re: Unexpected exception!!! (in native code outside the VM)

2001-03-25 Thread Craig R. McClanahan
On Sun, 25 Mar 2001, Christian Parpart wrote: > Hi *, > > my tomcat dies after some time. > > What does the following mean? > And how can I fix it? > It means what it says :-). It looks like you are running some application that has native code in it (such as a JNI-accessed library, or a T

Re: ALERT: OUCH: nested momory code, to 1 level...

2001-03-25 Thread Craig R. McClanahan
On Sun, 25 Mar 2001, Christian Parpart wrote: > Hi *, > > I've really got a serious problem. > > after starting tomcat I've got the following output. > How can I fix it? > Please help. > Well, that is certainly a new one. It looks like the error message is coming from your shell process (w

putting JAR files on tomcat ( WIN32 )

2001-03-25 Thread brian luk
Hi all, The documentation told me to put all my JAR files in c:\tomcat\lib\ directory. but when i put my JAR files there, the JAR/classes was not find. It works on unix but not WIN32. and i was forced to put my JAR files inside JDK/JRE's lib\ext directory. Any one knows what's the problem?

Re: Tomcat 3.3 - What are these server.xml tags for ??

2001-03-25 Thread Craig R. McClanahan
On Sat, 24 Mar 2001, Art Taylor wrote: > These tags are in the server.xml file in Tomcat 3.3. What are they for (I can > guess but it would be nice to have some confirmation) and will they be in > Tomcat 4.0? > The Tomcat 3.3 developers have gone their own direction on server.xml configuratio

Re: Tomcat 4.0 - Multiple hosts in a Domain

2001-03-25 Thread Craig R. McClanahan
On Sat, 24 Mar 2001, sankar kondur wrote: > Hi, > > Has anyone done this using tomcat. > > I have a single machine with ip address 24.3.111.12 . > I have 2 domains www.xyz.com and www.abc.com pointing > to it. > I want multiple hosts like host1.xyz.com, > host2.xyz.com, etc to point to 24.3.

Re: j_security_check

2001-03-25 Thread brian luk
I just looked at web.xml inside the example directory. there is a block defined like this, but i am not sure if you are ask this. Protected Area /jsp/security/protected/* DELETE GET POST PUT tomcat

Re: tomcat/apache/solaris - redirecting stdout/stderr

2001-03-25 Thread Anuj Agrawal
Thanks. That would do it. I guess i was hoping for some kind of config file setting or something. 8) Anuj. Milt Epstein wrote: > On Fri, 23 Mar 2001, Anuj Agrawal wrote: > > > Using tomcat 3.2.1 with apache on solaris 8, starting tomcat using > > bin/startup.sh, how do i specify which files (

Re: How to use a servlet as Domain-Index

2001-03-25 Thread Rafal Maczewski
Hi, There are two ways to do that: using an external redirect or using default servlet. 1. External redirect: add line Redirect /index.html http://www.test.de/servlets/yourServlet to your httpd.conf. This way when the browser requests http://www.test.de/ (which in fact requests http://www.test.

ALERT: OUCH: nested momory code, to 1 level...

2001-03-25 Thread Christian Parpart
Hi *, I've really got a serious problem. after starting tomcat I've got the following output. How can I fix it? Please help. [- server:/usr/local/tomcat/bin # ./catalina.sh run Guessing CATALINA_HOME from catalina.sh to ./.. Setting CATALINA_HOME to ./.. Usin

ALERT: OUCH: nested momory code, to 1 level...

2001-03-25 Thread Christian Parpart
Hi *, I've really got a serious problem. after starting tomcat I've got the following output. How can I fix it? Please help. [- server:/usr/local/tomcat/bin # ./catalina.sh run Guessing CATALINA_HOME from catalina.sh to ./.. Setting CATALINA_HOME to ./.. Usin

Problemz using ISAPI filter

2001-03-25 Thread Dave Brown
I have triple checked all of my settings and whenever I try to start IIS I get the following error. The HTTP Filter DLL E:\Internet\tomcat\isapi\isapi_redirect.dll failed to load. The data is the error. For additional information specific to this message please visit the Microsoft Online Suppor

[tc4 vs. tc3.x] Cannot read file, java.io.FileNotFoundException

2001-03-25 Thread Endre Stølsvik
I have a problem reading a file that I've put in the WEB-INF/classes dir. It works on tc3.2 and tc3.3, but doesn't work in tc4.0. Could someone shed some light on why, and how I could manage to read it on all servlet servers, and whether I should put it somewhere else. The file is called "logconf

Re: How to use a servlet as Domain-Index

2001-03-25 Thread Uma Shanker
Hello, You can do it in meta tag in your index.html using refresh tag. put following in your index.html http://http://www.test.de/yourServlet"> I think I should be possible with direct mapping in the httpd.conf. Wait for the responses !! /uma [EMAIL PROTECTED] Heidelberg, Ger

Error sending request body

2001-03-25 Thread Jan Ploski
Hello, I have recently installed Tomcat + mod_jk (with Apache). I have a struts action servlet and a JSP with a form on it. When submitting the form, every so often (randomly) I get an "Internal server error" page and in mod_jk.log the following line appears: [jk_ajp13_worker.c (606)]: Error sen

How to use a servlet as Domain-Index

2001-03-25 Thread Alexander Klein
Hi List, How can I use a Servlet as the "page" that a visitor gets when he visits my domain directly. eg. When a user enters http://www.test.de then he should get the output of my servlet.Is this possible ? and if so, how ? I am using Apache and Tomcat 3.2.1 Thanky, Puck

ALERT: OUCH: nested momory code, to 1 level...

2001-03-25 Thread Christian Parpart
Hi *, I've really got a serious problem. after starting tomcat I've got the following output. How can I fix it? Please help. [- server:/usr/local/tomcat/bin # ./catalina.sh run Guessing CATALINA_HOME from catalina.sh to ./.. Setting CATALINA_HOME to ./.. Usin

ALERT: OUCH: nested momory code, to 1 level...

2001-03-25 Thread Christian Parpart
Hi *, I've really got a serious problem. after starting tomcat I've got the following output. How can I fix it? Please help. [- server:/usr/local/tomcat/bin # ./catalina.sh run Guessing CATALINA_HOME from catalina.sh to ./.. Setting CATALINA_HOME to ./.. Usin

Unexpected exception!!! (in native code outside the VM)

2001-03-25 Thread Christian Parpart
Hi *, my tomcat dies after some time. What does the following mean? And how can I fix it? [-- server:/usr/local/tomcat/logs # cat catalina.out Starting service Tomcat-Standalone Apache Tomcat/4.0-dev FOP_VERSION = FOP 0.15 FOP_VERSION_NO = 0.15 # # An unexpec

ALERT: OUCH: nested momory code, to 1 level...

2001-03-25 Thread Christian Parpart
Hi *, I've really got a serious problem. after starting tomcat I've got the following output. How can I fix it? Please help. [- server:/usr/local/tomcat/bin # ./catalina.sh run Guessing CATALINA_HOME from catalina.sh to ./.. Setting CATALINA_HOME to ./.. Usin

Some problems in isapi_redirect.dll

2001-03-25 Thread Chui Ka Fai
Dear jakarta, I have found the following problem when I use Tomcat 3.2.1 with IIS 4.0 with filter isapi_redirect.dll: Some pages can redirect to worker ajp12 properly with following log messages -- [jk_isapi_plugin.c (408)]: HttpFilterP