stderr.log

2001-04-10 Thread Michael Klimkin
Hi all! How can I get rid from the stderr.log that appears each time tomcat starts as a service? Thank you

Can AJP13 mod_jk do a multi-machine configuration??

2001-04-10 Thread Hasan Bramwell
Hi. Can AJP13 mod_jk do a multi-machine configuration, or do I have to use mod_jserv?? I can't get a working configuration of Apache with mod_jk to talk ajp13 to TomCat on a different physical server. Is this supposed to be possible? Could someone please post a working set of config files

/examples/servlet

2001-04-10 Thread Kamesh J
when the request is coming for URL http://localhost:8080/examples/servlet/HelloWorldExample,Tomcat responds without any problem. But when the request is coming for URL http://localhost/examples/servlet/HelloWorldExample apache is taking charge and gives file not found error. I have ApJservMount

servlet start-up

2001-04-10 Thread Pradeep Kumar
Hello group, I am using tomcat 3.2.1 on win2k box. My requirement is that I need to instantiate my servlet when I start the tomcat server and not when the first request is hit. If anyone knows how to do this please reply to this email ASAP. Your help is highly appreciated. Thanks in advance,

RE: /examples/servlet

2001-04-10 Thread Chuang,William
Title: RE: /examples/servlet The file tomcat-apache.conf generated by tomcat is not always correct You must modify it manually and save it as another file then include the correct file in httpd.conf That's all William J. -Original Message- From: Kamesh J [mailto:[EMAIL

RE: servlet start-up

2001-04-10 Thread Warren Crossing
the load-on-startup child element of servlet in web.xml is documented and specified in the j2ee servlet stuff things.. -Original Message- From: Pradeep Kumar [mailto:[EMAIL PROTECTED]] Sent: Tuesday, 10 April 2001 5:08 PM To: [EMAIL PROTECTED] Subject: servlet start-up Hello group, I

Re: /examples/servlet

2001-04-10 Thread Kenneth Westelinck
Hi, If you're trying to make the examples work with apache just include the tomcat-apache.conf file in httpd.conf . This always works for me. Hope this helps. regards, Kenneth Westelinck From: Kamesh J [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] To: "'[EMAIL PROTECTED]'" [EMAIL

RE: servlet start-up

2001-04-10 Thread Pradeep Kumar
Warren, Thanks for your reply. I have one more question. What is the value that I need to give for load-on-startup child element of servlet in web.xml. I could not find this information. I saw people using a huge negative number, sometimes -1 and sometimes values like 1, 2 , 3, 5, etc. Now, what

jsp:plugin problem

2001-04-10 Thread Stéphane BAUDET
Hi, I've got a probem with the use of jsp:plugin tag within Tomcat. I want to load an applet test, which is in the package com.app.applet. My Tomcat context is named glextra. Here is the code of my JSP: jsp:plugin type="applet" code="test.class" /jsp:plugin I've got a

tomcat under newsgroup

2001-04-10 Thread qari . qasim
HI Can I add this email discussion group as a newsgroup. If I can, what's the name of this newsgroup. Regards

file not found 404 - error-page

2001-04-10 Thread Ron Pitts
I'm having problems using the error-page within the web.xml file. Should I be able to set this from within the TOMCAT_HOME conf/web.xml directory, I've also tried setting this from within webapps application directory,and still no luck. Using Tomcat 3.2 and I'm still having the

level of security

2001-04-10 Thread Rams
does anyone know how to set page/directory level security using Tomcat+SSL? -Rams winmail.dat

Invalidate sessions created by JDBCRealm logins

2001-04-10 Thread pedro . nunes
I am using JDBCRealm to login users. Does any one know a way to invalidate the session (logoff) using JDBCRealm?? Thank's in advance... Pedro Nunes DHV MC - Management Consultants, Lda Rua Dr. Antnio Loureiro Borges, N 5, Piso 0 Arquiparque - Miraflores 1495-131 Algs Telefone: 21.4127470

Re: Tomcat + win 98

2001-04-10 Thread Lance Dyas
Myself as well, it works in win98, I too had problems with startup.bat... the other difficulty involved having the right java version on the machine, Danny Angus wrote: it does run on win98, i have it on my laptop, but I only had problems with startup.bat, once I cured them it was OK. you

RE: virtual hosting with tomcat and apache

2001-04-10 Thread Saurabh Shukla
There have been plenty of replies on this, please search through the archives. -Original Message- From: Brandon Cruz [mailto:[EMAIL PROTECTED]] Sent: Friday, April 06, 2001 3:48 AM To: [EMAIL PROTECTED] Subject: virtual hosting with tomcat and apache I sent a message a while ago, but

RE: too many java processes ???

2001-04-10 Thread Saurabh Shukla
If you are having any problems with memory you can set the amount of memory it should consume by using these options with java command(on Linux). Add add these options read the tomat.sh file. -Xmssizeset initial Java heap size -Xmxsizeset maximum Java heap size

Performance of AJP12 vs. AJP13

2001-04-10 Thread Tom Mahaffey
I've been developing/testing/staging with Apache 1.3.14 / mod_jk / Tomcat 3.2.1 for the last several months (started with Tomcat 3.1 and upgraded to 3.2.1 soon after its release). I had not seen any performance problems (of course!) until I hit production and saw my CPU utilization go through

JAAS and Tomcat: Looking for Help

2001-04-10 Thread Keyton Weissinger
Greetings, I am attempting to create a JAAS-based set of custom tags. In doing so I have a checkPermission tag that takes the class name for a PrivilegedAction which attempts to read a file, foo.txt. I want only certain authenticated users to be able to run my PrivilegedAction. I have this 95%

RE: servlet start-up

2001-04-10 Thread Saurabh Shukla
hi Pradeep, You can load a servlet at startup, refer tomcat documentation and read web.xml file.(it has a servlet loaded at startup, you can directly cog ). Shuklix Ps: web.xml comes with tomcat. -Original Message- From: Pradeep Kumar [mailto:[EMAIL PROTECTED]] Sent: Tuesday, April

mod_jserv in Solaris 2.7...

2001-04-10 Thread Rui Oliveira
Hello, I need mod_jserv.lib or mod_jserv.so for Solaris 2.7. Could someone get me this files plz? Thx... Rui

RE: Having tomcat (3.2.1) log just like a regular web server

2001-04-10 Thread Randy Layman
Tomcat 3 doesn't do logging like other web servers (I'm not sure about Tomcat 4). If you want those types of logs then you need to do one of two things: 1. Run behind another web server to perform the logging 2. Implement it yourself in Tomcat (it would be a

Tomcat 4 ClassLoader possible bug?

2001-04-10 Thread Paul Dumais
Hi Everyone, I seam to have a discovered a problem in Tomcat 4.0 Beta 3 with the ClassLoader. Whenever I try to load a class using another thread other than the servlet's request thread, the class is not found. Here is an example servlet which reproduces this problem. If anyone has any ideas

files included in httpd.conf (problem 1)

2001-04-10 Thread Anne-Marie Ternes
Hi, I've got a small problem here concerning which files I have to include in the httpd.conf file. I thought that the jserv.conf file didn't need to be included any longer in httpd.conf. So I only included the tomcat-apache.conf file. If I do that, Tomcat starts up allright, but Apache gives me

servlet classes cannot be found

2001-04-10 Thread H.F.N. den Boer
Hi there, I seem to have a slight problem, classes cannot be found. ISAPI redirecting is OK. The Tomcat output window says; Get real path /dejonge D:\tomcat\webapps\imsapps\dejonge D:\tomcat\webapps\imsapps 404 R( /imsapps + /dejonge + null) null The error returned to the browser is 404, page

1 Worker= 1 JVM?

2001-04-10 Thread GASNIER Lise
Hi, Judging by the Tomcat-Apache How-to and its Multiple Tomcat JVMs section, 1 instance of Tomcat= 1 JVM ("you have to be running two separate instances of Tomcat, hence the "multiple JVMs"). And the Tomcat workers.properties doc says "a tomcat worker is a tomcat instance". So, 1 worker =

RE: files included in httpd.conf (problem 1)

2001-04-10 Thread Saurabh Shukla
in your tomcat-apache.conf check the entry for ApJservSecretKey. tomcat-apache.conf is generated by tomcat, so a better way is to save tomcat-apache.conf with a different name and include it in your httpd.conf(apache's configuration file). -Original Message- From: Anne-Marie Ternes

Re: 1 Worker= 1 JVM?

2001-04-10 Thread Torsten Glunde
Hi, for running multiple JVMs or Tomcat Instances you have to start and setup them manually. For each jvm there will be one server.xml file with the corresponding port numbers of the workers. Thats because the workers are established during the apache process in the mod_jk and have nothing to

Download IIS

2001-04-10 Thread Jack Li
Hello, Does anyone know where to download IIS 5 for Windows 2000 Pro? Thanks, Jack Li

Tomcat not recovering from runtime errors

2001-04-10 Thread Jason Craft
Hello there, We are having some problems with error recovery on one of our Tomcat implementations. When Tomcat must handle a runtime error from a resource on our system (that is, an error the application hasn't handled), and the application resource that produced the error is requested

RE: Caching Servlet Output in Browser

2001-04-10 Thread Craig Pfeifer
Caching behavior is browser dependant. There are HTTP headers that can be used to express caching preferences, but it's up to the browser/proxy to act on them. In HTTP 1.0, this was done w/the "Pragma" header, but in HTTP 1.1 it uses the "Cache-Control" header (makes sense, no?). Check out the

RE: Download IIS

2001-04-10 Thread Rob Shorney
IIS 5 is part of windows 2000 pro. You can installit by inserting the windows 2000 cd and choosing install additional components - this is iis5 -Original Message- From: Jack Li [mailto:[EMAIL PROTECTED]] Sent: 10 April 2001 13:25 To: [EMAIL PROTECTED] Subject: Download IIS Hello,

RE: Download IIS

2001-04-10 Thread Randy Layman
IIS only runs on Windows 2000 Server, you need Personal Web Server (PWS) for Windows 2000 Pro, which is available in the Resource Kit. IIS is one the 200 Server CD (at least Advanced) Randy -Original Message- From: Jack Li [mailto:[EMAIL PROTECTED]] Sent: Tuesday,

RE: virtual hosting with tomcat and apache

2001-04-10 Thread Brandon Cruz
Thanks saurabh, I was having problems last friday because the binary version of mod_jk wasn't working. I've got it all figured out now though. Brandon -Original Message- From: Saurabh Shukla [mailto:[EMAIL PROTECTED]] Sent: Tuesday, April 10, 2001 3:41 AM To: [EMAIL PROTECTED] Subject:

RE: 1 Worker= 1 JVM?

2001-04-10 Thread GASNIER Lise
Hallo torsten Danke Schn fr deine Antwort. I tried to start 2 tomcat with two server.xml different (server1.xml and server2.xml) with two different connectors on two different ports and with two different log files but the second instance failed to start: the window in which it should have

RE: 1 Worker= 1 JVM?

2001-04-10 Thread Kaneda K
try to use tomcat run instead of tomcat start (you'll have you exception in you current windows). Otherwise, check that then ajp12 port are also different At 15:46 10/04/2001 +0200, you wrote: Hallo torsten Danke Schn fr deine Antwort. I tried to start 2 tomcat with two server.xml different

Re: 1 Worker= 1 JVM?

2001-04-10 Thread Torsten Glunde
Hallo Lise war mein englisch so schlecht? Have you ever started 2 Tomcat? yes Do you know what the problem is? perhaps you try to keep the exuted window to see the error messages. you have to use the startup.sh / .bat with -f option to give it the corresponding server.xml file greetings

jsp + servletbean (problem 2)

2001-04-10 Thread Anne-Marie Ternes
Hi again, I've written a small JSP here, which calls a simple servletbean through jsp:usebean tags. The aim is only to play around with the getProperty and SetProperty things, and to get jsp and servlet to work together. When I try to access the jsp, I get a strange 500 Error. This is what I

taglib for preferences?

2001-04-10 Thread Torgeir Veimo
I need to insert strings and other small bits in my JSP's which I would like to have defined in eg. xml files. Is there any taglib around that can do this? -- - Torgeir

RE: 1 Worker= 1 JVM?

2001-04-10 Thread GASNIER Lise
Torsten, Ralph, Kaneda K Thanks I manage to start the two tomcat instances using "tomcat.bat start" for the first one and "tomcat.bat run" for the second following Kaneda K advice, Thanks again guys... Lise -Message d'origine- De: Ralph Einfeldt [SMTP:[EMAIL PROTECTED]]

Re: files included in httpd.conf (problem 1)

2001-04-10 Thread Anne-Marie Ternes
Saurabh Shukla wrote: in your tomcat-apache.conf check the entry for ApJservSecretKey. It is correct. It says: ApJServSecretKey DISABLED tomcat-apache.conf is generated by tomcat, so a better way is to save tomcat-apache.conf with a different name and include it in your

Session timeouts

2001-04-10 Thread Chad LaJoie
I have been experiencing some problems with sessions timeouts. It seems that they are not unbinding all my sessions attributes. For instance. I have a session tracker object that gets bound to a user's session when they log in. This simply adds 1 to an application level

RE: taglib for preferences?

2001-04-10 Thread Alexander Jesse
Struts has tags for this. You can define strings in a properties file and it even will do i18n for you, if the local of the users interface is stored in the session. - http://jakarta.apache.org - struts good luck Alexander Jesse -Original Message- From: [EMAIL PROTECTED]

Re: mod_jserv compilation problem (AIX)

2001-04-10 Thread Dave Weis
Compiling libraries on AIX is mostly voodoo and luck. Does the file /usr/local/apache/libexec/httpd.exp exist? You might try the newsgroup comp.unix.aix, there are some IBM people there that may be able to help. dave Olivier Hislaire wrote: Hi there, I am trying to build the

virtual hosting problem

2001-04-10 Thread davea
Hi, I'm attempting to setup virtual hosts with tomcat/apache and I ran into a problem. It appears from the log messages TOMCAT is not following the docBase directive in my vitural host setup. Here are sections of the server.xml file and httpsd file, along with the error from my jasper.log

RE: Session timeouts

2001-04-10 Thread Bryant, William
Chad, I am doing something very similar... Are you implementing the HttpSessionBindingListener interface in your object? If not, try implementing this interface in your object that is placed in the session. This will throw a 'valueBound' event when the object is placed in the session and a

Re: servlet classes cannot be found

2001-04-10 Thread Nico den Boer
The Tomcat output window says when I use http://hostname:8080/imsapps/dejonge; Get real path /dejonge D:\tomcat\webapps\imsapps\dejonge D:\tomcat\webapps\imsapps 404 R( /imsapps + /dejonge + null) null If I use http://hostname:8007/imsapps/dejonge it says "Stream broken" with a stack trace.

Re: mod_jserv compilation problem (AIX)

2001-04-10 Thread Olivier Hislaire
At 09:33 AM 4/10/01 -0500, you wrote: Compiling libraries on AIX is mostly voodoo and luck. Does the file /usr/local/apache/libexec/httpd.exp exist? Yes, and it is not empty. You might try the newsgroup comp.unix.aix, there are some IBM people there that may be able to help. I'll try.

Welcome File : index.html

2001-04-10 Thread Sunil Chandurkar
Hello can i change welcome file index.html to my sample.html I have tried this by changing contents of welcome-file tag of file web.xml still it didn't work.. please let me know the way... Thanx in advance regards sunil

RE: Tomcat + win 98

2001-04-10 Thread Mike Campbell
Title: RE: Tomcat + win 98 I got it working last night thanks to all your help; indeed not specifying the protocol in the browser address line was the problem. Thanks -Original Message- From: Lance Dyas [mailto:[EMAIL PROTECTED]] Sent: Tuesday, April 10, 2001 6:42 AM To:

RE: Welcome File : index.html

2001-04-10 Thread Joar Vatnaland
How did you change the welcome-file, did you just append an welcome-filesample.html/welcome-file after the other entries? My guess is that it goes through the list and starts with the first file it finds. So if an index.jsp or index.html still exists in your directory, then that will still be

RE: aaargh!

2001-04-10 Thread Mishler, Abe
Investigate cygwin...GNU development tools and utilities for Windows 95, 98, and NT http://cygwin.com/ Abe -Original Message- From: Danny Angus [mailto:[EMAIL PROTECTED]] Sent: Friday, April 06, 2001 5:24 AM To: [EMAIL PROTECTED] Subject: RE: aaargh! The point of this rant is not (as

java.lang.NoClassDefFoundError: javax/mail/Message

2001-04-10 Thread Anthony Martin
On Tomat 3.2.1, I get the following error message. I was trying to use the JavaMail package from sun. java.lang.NoClassDefFoundError: javax/mail/Message When I tried the *exact* same code on a copy of Tomcat 4.0b1, it worked like a champ. Any idea as to what is different about the

Re: Servlet newsgroup discussion on news.groups

2001-04-10 Thread Samuel ARNOD-PRIN
I would agree for this, but with all this pedophilia stories, I can't find any good NNTP servers to use for newsgroups... anyidea ?? I want to use NNTP protocol.. and not dejanews.com or others http...

Re: Download IIS

2001-04-10 Thread nickm
It is on the CD you have to speifically install it. It is some sub-folder like utilities or something. S

RE: Session timeouts

2001-04-10 Thread Chad LaJoie
Yep, I do implement HttpSessionBindingListener and no I can't call invalidate because I depend on other objects bound to the session within my session tracker and invalidate does not define the order at which it will unbind objects. Therefore I need to do an explicit removeAttribute call so

4.0 Embedded Config

2001-04-10 Thread Klaus Sonnenleiter
Is there any way to make the Embedded server in 4.0 load its configuration (contexts, connectors etc.) the same way a standalone Tomcat would? (from the server.xml file and by looking at the directory structure in webapps). TIA

Re: Welcome File : index.html

2001-04-10 Thread Ed Robbins
Joar Vatnaland wrote: How did you change the welcome-file, did you just append an welcome-filesample.html/welcome-file after the other entries? My guess is that it goes through the list and starts with the first file it finds. So if an index.jsp or index.html still exists in your

tomcat and session...

2001-04-10 Thread Tomy Doomany
Hi, I've installed jakarta-tomcat-3.2.1 and tried to run a simple servlet, which worked fine. However, adding the following line caused the servlet to hang for minutes! HttpSession session = request.getSession(true); Do I need to modify any config file for session creation? Thanks, Tom

Large numbers of Tomcat Socket exceptions

2001-04-10 Thread Martin Spamer
I'm trying to run/debug Tomcat 3.1/3.2.1 under JBuilder 4.0 (+latest patches) on NT4/SP6a I'm getting large numbers of socket exceptions, repeating indefinitely about 1 every second or so. In the past the suggested solution from this mailing list has been to upgrade to the later (1.2.2)

What happens executing request thread when browser terminates connection?

2001-04-10 Thread James Wiltshire
I'm using Tomcat 3.2.1 to run a servlet that can, depending on the processing that needs to be performed, take a long time to send the response back to the browser (it hits off back end systems to perform different tasks depending on request params, some of which are quite lengthy). I have

File Not Found errors

2001-04-10 Thread Ron Pitts
How do you set a error location for tomcat when a .jsp or servlet is not found, e.g. apache is errordocument. I need to set a error document globally for tomcat. Ron PittsInternet DeveloperClaripoint Limited Tel: 0870 458 3031Fax: 0870 458 3032 "Let's clarify that point"

Tomcat for JSP 1.0/Servlets 2.1?

2001-04-10 Thread MH Annex
Hi, I look for a version a Tomcat which is stricly compliant to the Servlets 2.1/JSP 1.0 specifications. I thought that this was the case for Tomcat 3.0 which I downloaded, but there are several classes which use Servlets 2.2/JSP 1.1 features. I would like to know if it is possible to have a

Error whilst integrating tomcat with apache via mod_jk

2001-04-10 Thread Kieron Wilkinson
Hi, I am trying to intergrate Tomcat with Apache, I compile mod_jk and put the resulting mod_jk.so file in the apache/libexec dir, but when I startup Apache I get this: apachectl start Syntax error on line 8 of /usr/local/tomcat/conf/mod_jk.conf-auto: Cannot load

RE: Having tomcat (3.2.1) log just like a regular web server

2001-04-10 Thread Bill Graham
you could also check out Apache's Log4j: http://jakarta.apache.org/log4j/docs/FAQ.html -Original Message- From: Randy Layman [mailto:[EMAIL PROTECTED]] Sent: Tuesday, April 10, 2001 4:14 AM To: [EMAIL PROTECTED] Subject: RE: Having tomcat (3.2.1) log just like a regular web server

problems with jsp

2001-04-10 Thread pascal GEND
Hi, I've just installed tomcat 3.2.1 with apache 1.3.12, windows 98. I checked my installation with the examples supplied with tomcat. Concerning servlets, it works but when I try with a .jsp I always get the following message in the browser: Error: 500 Location: /test/realPath.jspInternal

Classpath problems with tomcat 3.2.1 standalone.

2001-04-10 Thread Renee Petris
I've at my wits end trying to resolve ClassNotFoundExceptions using tomcat 3.2.1 and jdk 1.2.2. I'm using JMS and JNDI that relies on a jar file and a zip file, fmprtl.zip and j2ee.jar. I need j2ee.jar for the javax.naming classes which aren't included in jdk1.2.2. I explicitly added the

RE: Session timeouts

2001-04-10 Thread CPC Livelink Admin
You could track the ValueBound event, and at binding time, make local references to the session objects you are interested in. Then when you are unbound, you do not need to worry about the order, since you have a local reference and can still get/change information on it. -Original

Apache Basic authentication and tomcat connector

2001-04-10 Thread Moore, Patrick
We are in a conundrum, having planned to use our custom DCE/Kerberos Apache BasicAA plug-in, and use Tomcat for servlets. The idea is to rope off Tomcat+Apache into a trusted and isolated system, available to users only via the Apache https service. Then Tomcat can acquire credentials via a java

Re: servlet classes cannot be found

2001-04-10 Thread suha_yacoub
Nico, - is your servlet class file located in: D:\tomcat\webapps\imsapps\WEB-INF\classes - are you calling your servlet via: http://localhost:8080/imsapps/servlet/dejonge I think this is how tomcat is set up. Correct me anyone if I'm wrong. ~ suha. "Nico den Boer" [EMAIL PROTECTED] on

question about win2k

2001-04-10 Thread Guy Lubovitch
Hello jakarta team Im trying to work with iis on win2k and tomcat and the only instraction I have a re for winnt, if there is a possibility to combine those two can you please send me the how-to Thank you Guy Lubovitch Orsus

FW: apache 1.3.19 + tomcat 3.2.1 + Solaris 2.6 + mod_jk = doesno t work??

2001-04-10 Thread Del Prado, Antonio
I'm getting the following error when I try to start apache(after starting tomcat): Syntax error on line 8 of /home/tomcat/conf/mod_jk.conf-auto: Can't locate API module structure `jk_module' in file /home/adelprad/apache/libexec/mod_jk.so: ld.so.1: /home/apache/bin/httpd: fatal:

RE: servlet classes cannot be found

2001-04-10 Thread Michael Wentzel
Nico, - is your servlet class file located in: D:\tomcat\webapps\imsapps\WEB-INF\classes - are you calling your servlet via: http://localhost:8080/imsapps/servlet/dejonge I think this is how tomcat is set up. Correct me anyone if I'm wrong. These are the defaults. You can also set up

Can Tomcat 4.0 be configured to run with Apache 1.3 on Windows NT/2000?

2001-04-10 Thread James Goodwill
I am trying to configure Tomcat 4 beta 3 with Apache 1.3. I have seen the documentation for building mod_webapp.so, but this will not work on a Windows box. Is there a mod_webapp.lib for windows or another method for using the Apache Connector? Thanks, Jim

RE: question about win2k

2001-04-10 Thread Randy Layman
The How-To for NT is the same as 2000 - all the same steps, all the same variables and parameters. Randy -Original Message- From: Guy Lubovitch [mailto:[EMAIL PROTECTED]] Sent: Tuesday, April 10, 2001 2:41 PM To: '[EMAIL PROTECTED]' Subject: question about win2k

RE: Welcome File : index.html

2001-04-10 Thread suha_yacoub
I'm having a similar problem. I'm running tomcat in-process within apache. Will I need to set the welcome file setting on apache? I tried setting index.jsp as my welcome file in web.xml but the browser/server ignores this setting. I restarted both apache and tomcat. thanks, ~ suha. Joar

Servlets Not found using Apache Tomcat

2001-04-10 Thread Chris Andreou
Dear Forum, A tea m mebmer developed an application using standalone Tomcat 3.1. I am trying to transfer the directory structure under Apache and Tomcat 3.3. The jsp files work fine but it can't find the class files. I set the classpath in worker.properties to point at the WEB-INF/classes.

virtual hosts on different ports

2001-04-10 Thread davea
Hi, Can I configure TOMCAT virutal hosts on different ports, not ip addresses? I seen this question asked in the archives but there was no responses. Dave

Cookies and Session

2001-04-10 Thread Martin Mauri
Hi users! Where can I find some information about Cookies and Sessions. I need them to work within a secure environment. thanks! Lic. Martin O. Mauri Profesion + Auge A.F.J.P Parana 666 - Cap. Federal TE: (011) 4373-7786/7 int: 422 [EMAIL PROTECTED] www.profesi.com.ar

Tomcat on Win2k

2001-04-10 Thread Nico den Boer
Hi there ! I have Tomcat running on a Win2k computer with IIS 5.0. The computer is not local, so I logon using Terminal Services Client (TSC) as a administrator. Everything works fine, until I logout with TSC. Then Tomcat shuts down. Is there a way to keep Tomcat running after I logout ? Any

RE: virtual hosts on different ports

2001-04-10 Thread Chris Andreou
you can create different contexts that listen on different ports -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Tuesday, April 10, 2001 1:22 PM To: [EMAIL PROTECTED] Subject: virtual hosts on different ports Hi, Can I configure TOMCAT virutal hosts on

Re: /examples/servlet

2001-04-10 Thread suha_yacoub
Kamesh, We had the same problem. In the server.xml file comment out the HTTP port part that tells tomcat to use port 8080. Make sure that ajp12 is talking to apache via port 8007. This should be in the server.xml file also. Hope this helps. Kamesh J [EMAIL PROTECTED] on 04/10/2001 02:15:17

Problem with Ant + JAVA_HOME

2001-04-10 Thread Hunter Hillegas
I have JAVA_HOME set to /usr/local/jdk1.3 which is where my JDK is. I just installed Tomcat 3.2.1 on a new development server and builds are failing saying they can't find the compiler and telling me to set JAVA_HOME. It is set (confirmed with printenv) and so I'm at a bit of a loss... Any

[ANS] RE: virtual hosts on different ports

2001-04-10 Thread davea
I tried setting up different contexts but when TOMCAT started it searched for the servlets in $TOMCAT_HOME and ignored the docBase directive. Dave From [EMAIL PROTECTED] Tue Apr 10 14:29:42 2001 Received: from otto.nawcad.navy.mil (otto-internal.nawcad.navy.mil [192.58.199.212]) by

RE: virtual hosts on different ports

2001-04-10 Thread William Wishon
You can configure tomcat to listen on multiple ports, but you cannot restrict particular contexts to particular ports. If you setup tomcat to listen on ports 8080 and 8082 then all of your contexts become available on both ports. Using virtual hosts you can restrict particular contexts to

RE: Apache Basic authentication and tomcat connector

2001-04-10 Thread Moore, Patrick
Just found my answer in the JServ 1.0 FAQ The key to triggering Apache basic authentication so that Tomcat servlets can do a getRemoteUser is to make sure that your Apache httpd.conf directives are inside Location tags, after the ApJServMount directive -- not inside Directory tags. Then it

Re: apache 1.3.19 + tomcat 3.2.1 + Solaris 2.6 + mod_jk = does notwo rk??

2001-04-10 Thread Vishy Kasar
I just got the same configuration (apache 1.3.19 + tomcat 3.2.1 + Solaris 2.6 + mod_jk) working yesterday. Try adding the -lposix4 to your command that builds the mod_jk.so. Here is my command. /usr/local/my-apache/bin/apxs -o mod_jk.so -DSOLARIS -I../jk -I/usr/java/include

RE: File Not Found errors

2001-04-10 Thread Saurabh Shukla
You can mention something like this in your web.xml. You need to figure out how to do it for all the errors globally. shuklix error-page exception-typejava.lang.Exception/exception-type location/error.htm/location /error-page -Original Message-From: Ron Pitts [mailto:[EMAIL

RE: java.lang.NoClassDefFoundError: javax/mail/Message

2001-04-10 Thread Anthony Martin
Fixed. I sabotaged myself because I forgot to make changes to one of my .properties files. This was because my copy of 4.0b1 runs as a standalone, and 3.2.1 runs on IIS out-process which means the wrapper.properties file I was editing was the wrong one. Still, it looks like 4.0b1 is doing

Re: servlet start-up

2001-04-10 Thread Rui M . Silva Seabra
On Tue, Apr 10, 2001 at 05:13:05PM +1000, Warren Crossing wrote: the load-on-startup child element of servlet in web.xml is documented and specified in the j2ee servlet stuff things.. Well, tomcat tells me it loads the servlets, but they still are only loaded when I hit them, thus getting an

RE: /examples/servlet

2001-04-10 Thread Tony Armstrong
I don't believe commenting out the port 8080 in the server.xml file is the fix to your problem. What it seems is happening is that apache is not forwarding the request for the servlet to Tomcat. Thus you probably have a configuration problem with tomcat-apache.conf. By using port 8080 you are

RE: Tomcat + win 98

2001-04-10 Thread Anthony Martin
I got Tomcat 3.2.1 to work on Windows ME at home as a hidden process at startup by adding to the RunService key of the registry. To keep Tomcat from interacting with the desktop, you need to adjust tomcat.bat to execute javaw.exe instead of java.exe. Another tip, try running the command like

Re: /examples/servlet

2001-04-10 Thread kamesh jayachandran
Hai, Even after commenting out the HTTP port part in server.xml I am getting the 404 file not found error.can u send ur server.xml and tomcat-apache.conf files. Thanks again kamesh jayacahnadran On Tue, 10 Apr 2001 [EMAIL PROTECTED] wrote: Kamesh, We had the same problem. In the

RE: servlet classes cannot be found

2001-04-10 Thread Doris Shi
--- Michael Wentzel [EMAIL PROTECTED] wrote: Nico, - is your servlet class file located in: D:\tomcat\webapps\imsapps\WEB-INF\classes - are you calling your servlet via: http://localhost:8080/imsapps/servlet/dejonge I think this is how tomcat is set up. Correct me anyone if

loading a resourcebundle from a jar file in /web-inf/lib

2001-04-10 Thread Carbone
Hi, I'm running tomcat standalone. I have made an application who call a method in a jar file located in the /WEB-INF/lib directory. This jar make a call to java.util.ResourceBundle.getBundle("resources.errors", java.util.Locale.getDefault()) , but i have a MissingResourceException error, again

RE: Tomcat on Win2k

2001-04-10 Thread Anthony Martin
I remember reading something about this on the group a few months ago. If memory serves, it's a bug in JDK 1.3. Anthony Hi there ! I have Tomcat running on a Win2k computer with IIS 5.0. The computer is not local, so I logon using Terminal Services Client (TSC) as a administrator.

RE: servlet start-up

2001-04-10 Thread Michael Wentzel
On Tue, Apr 10, 2001 at 05:13:05PM +1000, Warren Crossing wrote: the load-on-startup child element of servlet in web.xml is documented and specified in the j2ee servlet stuff things.. Well, tomcat tells me it loads the servlets, but they still are only loaded when I hit them, thus

RE: getting Broken pipe: Broken pipe on console

2001-04-10 Thread Randy Paries
Hello All, After I start up my TOMCAT and apache I get on the console the following exception. I get these exceptions quite a bit while the servlets/JSP's are being accessed, but I can not reproduce these exceptions on demand.

Re: Tomcat on Win2k

2001-04-10 Thread Nico den Boer
What JDK are you using ? For example, I can try to switch back to jdk 1.2.2 Nico - Original Message - From: Anthony Martin [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, April 10, 2001 9:09 PM Subject: RE: Tomcat on Win2k I remember reading something about this on the group a

RE: Tomcat on Win2k

2001-04-10 Thread Randy Layman
Also this is supposedly fixed in the 1.3.1 beta (haven't tried myself yet). Randy -Original Message- From: Nico den Boer [mailto:[EMAIL PROTECTED]] Sent: Tuesday, April 10, 2001 3:33 PM To: [EMAIL PROTECTED] Subject: Re: Tomcat on Win2k What JDK are you using

Re: Tomcat on Win2k

2001-04-10 Thread Anthony Martin
I use JDK 1.3.1 on Windows 2000 Terminal Server. I use the out-process implementation over IIS, and have it load on startup with jk_nt_service.exe. Because there is no user associated to this java.exe instance, logging in/out has no effect. To install Tomcat as a service, refer to the following

  1   2   >