ISAPI Filter between IIS5 and Tomcat

2001-02-15 Thread Steve Wong
I am currently using IIS5 in Windows2000 with SP1. I would like to add an ISAPI Filter with tomcat. However, I can add the filter successfully with Green Up Arrow. But everytimes I browse the page that needed to be redirected, I got : The Page cannot be

fix suggestion

2001-02-15 Thread Charlie Younghusband
Hi, downloaded Tomcat Version 3.2.1 When I tried to build the sample, it wouldn't build for me. It's *embarrassing* how long it took me to trace it, but the file \doc\appdev\sample\build.bat has an error. rem Identify the custom class path components we need set

CATALINA ON REDHAT 7

2001-02-15 Thread niv the tool
Hi all. i managed to setup tomcat 3.2.1 on redhat7 and it works fine now trying to use catalina(tomcat 4.1 b) does not seem to work when running startup.sh . BTW JAVA_HOME is set to /usr/java/jdk1.3 am i missing something. on win2k catalina works. TIA.

one session per user?

2001-02-15 Thread mike niemaz
Hi, I'm having troubles to understand how really sessions are working. I'm using a servlet to handle every client requests and I'm using jsp session to display various objects between frames, such as: HttpSession session = req.getSession(false); Toto toto =

Re: help about tomcat virtual hosting...

2001-02-15 Thread Luc Vanlerberghe
In the original JServ, you could use the loadbalancer to solve a problem like that. You could make a second servlet engine active with the new settings and configure the loadbalancer to have that instance receives all new sessions. Any active session would still be routed to the 'old' engine.

Register new projects to Tomcat

2001-02-15 Thread Christoph . Gurtner
Hi! It seems to be a silly question, but it's the first time I use Tomcat. I have a question about administrate Tomcat. I`ve wrote the url "http://localhost:8080/admin/index.html" in the address field of my browser. After I clicked on the link Context Admin, a dialog requested the name and

Restart Apache and Tomcat with mod_jk?

2001-02-15 Thread Nick Holloway
In the "Tomcat-Apache HOWTO" distributed with Tomcat 3.2.1, there is the following in the common questions: mod_jk - Apache locks up when requesting a Servlet or JSP mod_jk reuses the same port when talking to Tomcat, unlike mod_jserv. You'll need to restart Apache

Re: Stop method should do session serialization first.

2001-02-15 Thread Kief Morris
Chris Zhao typed the following on 12:58 PM 2/14/2001 -0500 For the reason that temporarily stopping Tomcat would not affect user's browsing, session serialization should be used instead of expiration. Or, configuration may carry a flag to turn on this feature or not. Take a look at Tomcat 4.0

Re: one session per user?

2001-02-15 Thread Kief Morris
mike niemaz typed the following on 09:40 AM 2/15/2001 +0100 Hi, I'm having troubles to understand how really sessions are working. I'm using a servlet to handle every client requests and I'm using jsp session to display various objects between frames, such as: HttpSession

Monitor memory and CPU usage of servlets from inside of Tomcat

2001-02-15 Thread Emil Genov
Hi everybody, can I kindly beg for your help. I need to monitor memory usage, CPU usage and resource usage of servlets from inside of Tomcat. Can someone propose how to use some API of Tomcat or something else to achieve this. This must be done by external program or some extension of Tomcat may

Help - stuck with mod_jk

2001-02-15 Thread Eugenio Ascoli-Bartoli
I am new to the list, and I am sorry for posting the same question twice, but I am still stuck with Apache and Tomcat (using mod_jk). I used the instructions in mod_jk.howto. I read both manual and Tomcat-Apache HOWTO, but all the stuff related to mod_jk is in the howto mentioned above. Tomcat is

RE: Monitor memory and CPU usage of servlets from inside of Tomcat

2001-02-15 Thread shlomi sarfati
Emil I am happy to tell you that someone did it already ! and the really good news is that you can use it , it is really nice and easy to configure it have very nice GUI and I recommend on it ! go here ! http://rue.nolimits.ro/ Enjoy Shlomi Sarfati -Original Message- From:

Re: Monitor memory and CPU usage of servlets from inside of Tomcat

2001-02-15 Thread Emil Genov
Hi 10x bery much for reply. Are U sure address Ugive me is correct, i can not open http://rue.nolimits.ro/ Can U check it, I ll be very gratefull best regards Emil Genov - Original Message - From: "shlomi sarfati" [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, February 15,

RE: FLAW IN SERVLET SPECIFICATION IS THE REASON FOR LACK OF STANDARD SUPPORT FOR FILE UPLOAD

2001-02-15 Thread Samson, Lyndon [IT]
I'm not entirely sure what you are saying, however I wrote a multipart/form-data parser whos contructor is passed req.getInputStream() and it works fine under Tomcat. I use the service method of the HttpServlet class rather than doPost, I don't think that would make any difference.

RE: Monitor memory and CPU usage of servlets from inside of Tomcat

2001-02-15 Thread shlomi sarfati
Emil I am having no problems access this url http://rue.nolimits.ro/ if you still having problems maybe I can send you the installation files -Original Message- From: Emil Genov [mailto:[EMAIL PROTECTED]] Sent: Thu, February 15, 2001 1:00 PM To: [EMAIL PROTECTED] Subject: Re: Monitor

Re: Monitor memory and CPU usage of servlets from inside of Tomcat

2001-02-15 Thread Emil Genov
Hey 10x I think everything is OK. Once again 10x very much I appreciate your help best regards Emil Genov - Original Message - From: "shlomi sarfati" [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, February 15, 2001 10:59 AM Subject: RE: Monitor memory and CPU usage of servlets

RE: fix suggestion

2001-02-15 Thread Ignacio J. Ortega
Please file a bug in http://nagoya.apache.org/bugzilla with this issue, please do a search first to look if somebody has reported it before.. Saludos , Ignacio J. Ortega -Mensaje original- De: Charlie Younghusband [mailto:[EMAIL PROTECTED]] Enviado el: jueves 15 de febrero de 2001

RE: Problem with Tomcat - IIS configuration

2001-02-15 Thread Ignacio J. Ortega
Have completely restarted IIS? i mean you need to completely restart the entire IIS, to achieve that restart the IIS Admin service ( this takes down http service too) and later start HTTP Service...the config files are only read at REAL start of IIS ... Hope that helps. Saludos , Ignacio J.

RE: Apache In Process Tomcat

2001-02-15 Thread Ignacio J. Ortega
Apache 1.3.X has multiprocess architecture not a multithreaded architecture has no sense to try to use Apache 1.3.X as in process container. Apamche 2.0 ( currently in beta ) could be used but is already in beta, there is a mod_jk por apache 2.0 but nothing on the inprocess side, AFAIK. FYI

Re: Problem with Tomcat - IIS configuration

2001-02-15 Thread Rahul Desai
Thanks Ignacio That worked after the complete restart of IIS!! Thanks a bunch - Original Message - From: Ignacio J. Ortega [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, February 15, 2001 4:29 PM Subject: RE: Problem with Tomcat - IIS configuration Have completely

session creation?

2001-02-15 Thread venkatesan
Hi All, I am creating web applications using servlets. can anybody tell that simple session creation for a particular user and invalidate after a specific time. Thanks cheers venkatesh - To unsubscribe, e-mail: [EMAIL

Re: Monitor memory and CPU usage of servlets from inside of Tomcat

2001-02-15 Thread mike niemaz
Emil Genov wrote: Hey 10x I think everything is OK. Once again 10x very much I appreciate your help best regards Emil Genov Any chance to have it work on TomCat3.2? --mike - To unsubscribe, e-mail: [EMAIL PROTECTED]

Re: one session per user?

2001-02-15 Thread fumitada
Hi there, First, Do u know how to code Java ? (No offence) I give u some tips... HttpSession session = req.getSession(false); Toto toto = session.getAttribute("toto"); U didn't cast up there. // should be Toto toto = (Toto) session.getAttribute("toto"); if (toto.getName() ==

Antwort: session creation?

2001-02-15 Thread ralf.bode
Hi, to create a user-session you may try the following code in the doGet (...)/doPost (...) - handling-Methods : HttpSession oSession = roRequest.getSession (false); // try to get an exisiting session if (oSession != null) { // OK, anyone is been

RE: Monitor memory and CPU usage of servlets from inside of Tomcat

2001-02-15 Thread shlomi sarfati
Sure it is working fine on mine 3.2.1 tomcat it is even easier to config -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of mike niemaz Sent: Thu, February 15, 2001 1:22 PM To: [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject: Re: Monitor memory and CPU usage

Re: one session per user?

2001-02-15 Thread mike niemaz
fumitada wrote: Hi there, First, Do u know how to code Java ? (No offence) I give u some tips... ;-) been coding java for ages ... Although you're right my examples are full of mistakes but I wrote it quick the main goal was to give the idea of the process. --mike nb: '==' is quicker to

Re: Monitor memory and CPU usage of servlets from inside of Tomcat

2001-02-15 Thread Emil Genov
Easier to cinfig - what U mean : well, - Original Message - From: "shlomi sarfati" [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, February 15, 2001 1:04 PM Subject: RE: Monitor memory and CPU usage of servlets from inside of Tomcat Sure it is working fine on mine

Re: Monitor memory and CPU usage of servlets from inside of Tomcat

2001-02-15 Thread mike niemaz
shlomi sarfati wrote: Sure it is working fine on mine 3.2.1 tomcat it is even easier to config Thanx. I'll immediatly try it ;-) I've downloaded this file http://rue.nolimits.ro/downloads/rue-tomcat-0.52.tgz. Is it also working with 3.2.1 tomcat? In the readme file, it says: a). In

RE: Monitor memory and CPU usage of servlets from inside of Tomcat

2001-02-15 Thread shlomi sarfati
you don't have to put all RUE jar files (the sensors jar files) in the classpath manually tomcat do it because they are in the tomcat_home\lib directory i think that the only thing you should add the lib\capsapi_classes.zip to your classpath just follow the installation instructions ! good luck

Regarding support for tomcat server....................

2001-02-15 Thread Ravindra
Hello Sir, I am Ravindra using tomcat 3.2.1 server in standalone mode for learning jsp . but problem is every time when i request for jsp page server is creating .java file compiled it into class file . But this should not happened ,java file class file should generate first time after

JSP and standard Java Beans

2001-02-15 Thread Paul Hunnisett
IS there anyway to run just JSP/Servlets and standard Java Beans without having to jar/war the files? It seems like such a hassle to do that just to run a few servlets with a couple of basic beans. Where would the beans be installed? Where would I put my JSPS? Paul Hunnisett

Request Interceptors -- Need Some Help

2001-02-15 Thread Creighton Kirkendall
I am working implementing a database driven access control interceptor. This is similar to JDBCRealm however it stores the information about security constrains in the database so they are dynamic. I was wondering if I implement this, how can I have JDBCRealm work for some of my applications and

Re: Antwort: session creation?

2001-02-15 Thread venkatesan
Hi Antwort , Thanx a lot for ur help.. Now i am able to create new session and if i not perform any operations in that page on the specified time. that page is not comming and if i click refresh button new page is comming... Well But my problem is while i entering into my web

Re[2]: Monitor memory and CPU usage of servlets from inside of Tomcat

2001-02-15 Thread hische
Hi, I would like to try RUE on Tomcat 4. Would that be possible? Wilko "shlomi sarfati" [EMAIL PROTECTED] on 15-02-2001 13:04:57 Please respond to [EMAIL PROTECTED] To: [EMAIL PROTECTED] cc:(bcc: Wilko Hische/HADV/NL) Subject: RE: Monitor memory and CPU usage of servlets from

RE: Re[2]: Monitor memory and CPU usage of servlets from inside of Tomcat

2001-02-15 Thread shlomi sarfati
I don't know I haven't tried it one problem may be with the xml parsers since one using jaxp and the other xerecs but I think you can overcome this problem too again I haven't tried it , I don't know ! but I will be glad to hear from you if it does ! -Original Message- From: [EMAIL

Re: Caching with Tomcat 3.2

2001-02-15 Thread Brett M. Bergquist
What I do touch the JSP page by bringing it up an and editor and changing something (adding a space and removing it) so that it appears modified. Then Jasper will see that it needs to recompile the JSP page creating a new servlet with a new class loaded and then the classes that the JSP

Re: configuring web.xml

2001-02-15 Thread Ludovic Maitre
Hello, Alex Fernndez wrote: Don't forget that you must change the web.xml file inside your WEB-INF directory, the one in /conf is just for shows. Alex. I think that i haven't good understand how work tomcat because i was thinking that the web.xml file provided in the /conf directory

tomcat with jboss

2001-02-15 Thread Lull, Joe
Is anyone running jboss with embedded tomcat as a service on nt? Is this possible? How is it done? - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email: [EMAIL PROTECTED]

Re: configuring web.xml

2001-02-15 Thread Alex Fernández
Hi Ludovic! I think you've answered yourself, but let's get ahead with it: Ludovic Maitre wrote: I think that i haven't good understand how work tomcat because i was thinking that the web.xml file provided in the /conf directory was for declaring the servlets loaded at startup (Jasper), the

RE: configuring web.xml

2001-02-15 Thread Michael Wentzel
Here are the lines i have added to /conf/web.xml (and this don't work on 3.2 but work on 3.1) : !-- Cocoon : xml,xsl... -- servlet servlet-name cocoon /servlet-name servlet-class org.apache.cocoon.Cocoon /servlet-class

Re: Regarding support for tomcat server....................

2001-02-15 Thread Attilio Campedel
Have you tried to disable browser cache? Attilio - Original Message - From: Ravindra To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Sent: Thursday, February 15, 1996 10:17 AM Subject: Regarding support for tomcat server Hello Sir, I

RE: configuring web.xml

2001-02-15 Thread Cato, Christopher
As far as I know, the web.xml file is application specific, i.e. putting those lines in your $TOMCAT_HOME/webapps/application name/WEB-INF/web.xml file should do the trick. Personally, I use a perl script to generate the web.xml file from my source directory and then use ANT to compile and

Re: Help - stuck with mod_jk

2001-02-15 Thread Rick Roberts
My guess; without seeing any of your configuration, is that you have not made the appropriate changes to your server.xml file. i.e. Context path="/myApps/" docBase="/home/httpd/html/myApps" crossContext="true" debug="0"

Re: Monitor memory and CPU usage of servlets from inside of Tomcat

2001-02-15 Thread mike niemaz
Hi, I'm almost done with RUE but the RMI part is not clear at all. Is it RUE which needs a RMI server or is it for tomcat ('d be weird...). Id it for RUE, why the 2 command lines (rmiregistry java ...) are not added in the start scripts? Do we need to specify a port?

RE: Caching with Tomcat 3.2

2001-02-15 Thread Wong, Connie
Hi Daming, Do you know if there is any database comparison matrix web site? These two web sites provide me a lot of information that I need. Thanks, Connie -Original Message- From: [EMAIL PROTECTED] [SMTP:[EMAIL PROTECTED]] Sent: Thursday, February 15, 2001 2:06 AM To: [EMAIL

Re: Regarding support for tomcat server....................

2001-02-15 Thread Rick Roberts
I don't know what's going on with your compile question, but your code is wrong. It should look like this: Take a close look at the ! (bang).     %!       int globalCounter = 0;     %      This page has been visited: %= ++globalCounter % times.      p      %!        int localCounter = 0;    

RE: Monitor memory and CPU usage of servlets from inside of Tomcat

2001-02-15 Thread shlomi sarfati
Hi their first i just want to tell that i am not THE expert on this RUE i just installed it yesterday so dont take my words as 100 % true i am a begginer ! Hi, I'm almost done with RUE but the RMI part is not clear at all. Is it RUE which needs a RMI server or is it No the

RE: Regarding support for tomcat server....................

2001-02-15 Thread CPC Livelink Admin
I think his point was that neither one was showing any value other than 1, because the JSP was always recompiled, and then reloaded. Thus the class variable was being reset to 0 as the class was reladed. -Original Message- From: Rick Roberts [mailto:[EMAIL PROTECTED]] Sent: Thursday,

FW: JSP and standard Java Beans

2001-02-15 Thread Paul Hunnisett
Does anyone have any ideas? Is this possible? -Original Message- From: Paul Hunnisett [mailto:[EMAIL PROTECTED]] Sent: 15 February 2001 12:37 To: [EMAIL PROTECTED] Subject: JSP and standard Java Beans IS there anyway to run just JSP/Servlets and standard Java Beans without having to

RE: Apache In Process Tomcat

2001-02-15 Thread Tiseo, Paul
From: Ignacio J. Ortega [mailto:[EMAIL PROTECTED]] Sent: Thursday, February 15, 2001 6:06 AM FYI Tomcat inprocess in IIS works very well.. If so, why does the how-to seem to say that this is a bad idea. I am a newbie learning about J2EE, servlets et al and unfortunately, I wish the

RE: JSP and standard Java Beans

2001-02-15 Thread Morahg, Yoav
I'm not a Tomcat guru -- so someone please correct me if I'm wrong, but you should be able to put your beans in the WEB-INF/classes directory. JSPs can go under your webapp, but not in the WEB-INF directory as this directory is forbidden for client access. Hope this helps. -Yoav -Original

Re: FW: JSP and standard Java Beans

2001-02-15 Thread Charles Sabourdin
jsp are in the root of your web apps, and class goes in TOMCAT_HOME/webapps/myweb/WEB-INF/class... hope that help then you can access you servlet http://localhost:8080/myweb/servlet/... --- Paul Hunnisett [EMAIL PROTECTED] wrote: Does anyone have any ideas? Is this possible? -Original

RE: JSP and standard Java Beans

2001-02-15 Thread Michael Wentzel
Do I not still need to put all this in a .war file? Is there no way of just putting my JSPs in one directory and my beans in another and just set them running? Nope! A perfect is example is the examples webapp(TOMCAT_HOME/webapps/examples/). Classes are expanded out into their packages

RE: Here you have, ;o)

2001-02-15 Thread John Golubenko
Hah... when there will be virus for Linux, winblowz would dead already. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Wednesday, February 14, 2001 9:27 PM To: [EMAIL PROTECTED] Subject: RE: Here you have, ;o) there can be virus for Linux also... do not

R: Help - stuck with mod_jk

2001-02-15 Thread Eugenio Ascoli-Bartoli
Thank you for your help; let me send the configuration snippets: I just did this: Context path="/examples" docBase="webapps/examples" crossContext="false" debug="0" reloadable="true" /Context on server.xml, and

RE: Help - stuck with mod_jk

2001-02-15 Thread Mike Braden
What system are you running this on? Is this a "first-time" setup of mod_jk? Can you post the config for mod_jk in your apache httpd.conf and the startup messages from Tomcat. Log info may help as well. Mike. -- Mike Braden [EMAIL PROTECTED] -Original Message- From: Eugenio

Help: database user authentication how-to.

2001-02-15 Thread Christian Rauh
Dear People, I am totally confused on how to proceed with the user authentication in my web application. I will try to state my problem briefly: I have a web application that has FORM security. I need to create a way for users to create an account that gives them access to the web application.

RE: *** Generated Tomcat Temporary Class File Name Seem Too Long... Yes ***

2001-02-15 Thread Xavier
Thanks Samson for your answer, I have already tried to reduce the total size of the path but without success. I gave up the idea of using Tomcat when debugging. While Tomcat is our reference platform, I found another servlet2.2/jsp1.1 engine that runs perfectly with JBuilder4. In this case, the

setting up logs

2001-02-15 Thread Jody Brownell
Is there a way to set up a log file to report what servlets/jsps have been accessed. I need the following information - what webapp and servlet/jsp - time of access - from where (ip address) Jasper.log is ok for jsp, if it reported from where but I still need to now about servlets.

Isapi_Redirector and 200 Errors

2001-02-15 Thread Jim Alemany
I'm having issues with the set up of Tomcat on NT (and 2000) using both IIS and PWS. Essentially the same behaviour is manifesting, although differently. On the 2000/PWS box, the web log is giving me a 200 error and the debugged Isapi_log is telling me the following: [jk_connect.c (108)]: Into

Tomcat with IIS

2001-02-15 Thread Kay, Christina
Our web pages are hosted on IIS and reside on c:\Inetpub\wwwroot. Tomcat is installed on c:\jakarta-tomcat. Is there any way to run jsp pages residing on c:\Inetpub\wwwroot and have the isapi_redirect.dll send the jsp pages to c:\jakarta-tomcat to be processed? If this is possible, please

RE: setting up logs

2001-02-15 Thread Collins, Jim
Can't you just log every time a servlet is accessed in the doGet/doPut methods? Jim. -Original Message- From: Jody Brownell [mailto:[EMAIL PROTECTED]] Sent: 15 February 2001 15:09 To: '[EMAIL PROTECTED]' Subject: setting up logs Is there a way to set up a log file to report what

RE: setting up logs

2001-02-15 Thread Jody Brownell
I can, except I am trying to log when a third party servlet serves a request. I dont have the source or control over what it logs! :( Jody -Original Message- From: Collins, Jim [mailto:[EMAIL PROTECTED]] Sent: Thursday, February 15, 2001 11:18 AM To: '[EMAIL PROTECTED]' Subject:

RES: Tomcat Configuration

2001-02-15 Thread Pedro Henrique Ponchio
I think that the correct path is http://localhost:8080/ROOT/jsp/num/numguess.jsp if you want to be /jsp u need to put under the $tomcat_home/webapps/ directory ... and on server.xml file will apper something like this: Context path="/jsp" docBase="webapps/jsp"

How to make Tomcat as NT Service

2001-02-15 Thread Pauline Lo
Hi everyone I have told that this is an excellent way to get some help. Basically I have a got very simple question. I have installed Release Build Tomcat v3.2.1. I am able to get it up and running using the startup.bat in the bin directory. Now what I would like to know is how I could make

RE: Here you have, ;o)

2001-02-15 Thread John Golubenko
No, of course I don't ignore the viruses for Linux OS. There is lots of exploits, etc. But they are so rare, and nothing compare to windows 'os'. -Original Message- From: Tiseo, Paul [mailto:[EMAIL PROTECTED]] Sent: Thursday, February 15, 2001 7:28 AM To: '[EMAIL PROTECTED]' Subject:

RE: How to make Tomcat as NT Service

2001-02-15 Thread Gary Lawson
My notes on how we did this: Extract TOMCAT to c:\tools\jakarta-tomcat (say) Extract JDK to c:\tools\jdk1.3 (say) Environment variables: {add to} PATH c:\tools\jdk1.3\bin JAVA_HOME c:\tools\jdk1.3 Edit tomcat_home\conf\wrapper.properties change TOMCAT HOME to

RE: How to make Tomcat as NT Service

2001-02-15 Thread shlomi sarfati
Sorry have no idea on this one but the guy that helped me alot in my instalation is Remus Pereni [[EMAIL PROTECTED]] he is very nice and very helpful maby he can help !? (tell me if he did ) -Original Message- From: Pauline Lo [mailto:[EMAIL PROTECTED]] Sent: Thu, February 15, 2001

RE: setting up logs

2001-02-15 Thread Collins, Jim
Could you not have a logging servlet then? that logs all requests, then forwards the request to the appropriate servlet. Jim. -Original Message- From: Jody Brownell [mailto:[EMAIL PROTECTED]] Sent: 15 February 2001 15:23 To: '[EMAIL PROTECTED]' Subject: RE: setting up logs I can,

Re: How to make Tomcat as NT Service

2001-02-15 Thread qazwasyx
As far as I understand there is a bug with jk_nt_service.exe, and it's won't start tomcat after you install. (jk_nt_service.exe installs ok, but service will not start). If anyone out there knows I'm wrong, please tell me! Mike Hi everyone I have told that this is an excellent way to get some

RE: Isapi_Redirector and 200 Errors

2001-02-15 Thread Rodriguez Victor A.
Hi, What I get when I surf to the site I've created is an attempt by the browser to download the file. Note, this happens when I set up a context for it within the webapps folder and when I point it to an external folder (I deved it using JRun which isn't so picky about where things

Re: How to make Tomcat as NT Service - Working now...

2001-02-15 Thread Pauline Lo
Many thanks!! You're the god! :) Pauline - Original Message - From: "Gary Lawson" [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, February 15, 2001 3:35 PM Subject: RE: How to make Tomcat as NT Service My notes on how we did this: Extract TOMCAT to c:\tools\jakarta-tomcat

Tomcat and an external webserver.

2001-02-15 Thread nickm
I got the Tomcat to work as separate http server now and the jsp and servlets that come with it run well enough. As it turns out it was a question of the http ports conflicting between Apache and Tomcat. But now my next question is integrating tomcat into apache or any webserver for that matter.

RE: setting up logs

2001-02-15 Thread Michael Wentzel
Could you not have a logging servlet then? that logs all requests, then forwards the request to the appropriate servlet. I think you'd probably be better off implementing your own RequestInterceptor. Check out /src/org/apache/tomcat/core/RequestInterceptor. While this is can be Tomcat

RE: Tomcat with IIS

2001-02-15 Thread Randy Layman
I haven't tried this, but this should work: 1. Create a new context whose path is c:\inetpub\wwwroot\context name 2. In uriworkers.properties map /context name/*.jsp Randy -Original Message- From: Kay, Christina [mailto:[EMAIL PROTECTED]] Sent:

RE: setting up logs

2001-02-15 Thread Jody Brownell
right now I have three logs ... servlet.log, jasper.log, tomcat.log. jasper.log is great for loggin when a JSP serves a request, tomcat.log doesn't really tell me anything and servlet.log is just as bare as tomcat.log. I have all verbosityLevel set to "INFORMATION", I dont really think I need

RE: setting up logs

2001-02-15 Thread Jody Brownell
I like that! Unfortunatly I am looking for a quick fix for now. I will definatly consider this at a later time, thanks, Jody -Original Message- From: Michael Wentzel [mailto:[EMAIL PROTECTED]] Sent: Thursday, February 15, 2001 11:24 AM To: '[EMAIL PROTECTED]' Subject: RE: setting

RE: How to make Tomcat as NT Service

2001-02-15 Thread Randy Layman
One of two things: 1. Path to wrapper.properties is wrong 2. One of the pathes inside of the wraper.propeties is wrong For everyone's interest, the documentation states that you can't have a space in the service name. This is incorrect, you can have a space,

mod_jk + ssl + apache

2001-02-15 Thread Connie Chan
Hi, Does anyone know how to configure the apache and tomcat so that the tomcat will look for the different path other than the root document when ssl is enabling (e.g. https://host1.myorg/) https://host1.myorg/) ? I'm using mod_jk as connector with AJP13. How to configure tomcat so that a

RE: Isapi_Redirector and 200 Errors

2001-02-15 Thread Jim Alemany
Victor, I've tried that but I'm still getting the 200 errors in the web log. Jim -Original Message- From: Rodriguez Victor A. [mailto:[EMAIL PROTECTED]] Sent: Thursday, February 15, 2001 10:54 AM To: '[EMAIL PROTECTED]' Subject: RE: Isapi_Redirector and 200 Errors Hi, What I get

RE: Tomcat and an external webserver.

2001-02-15 Thread Randy Layman
There are a few ways... First, tomcat produces several access logs that you can look at to see if tomcat is receiveing the request Second, Apache should do some logging that might give you an idea. By the way, I thought that the correct connector between Tomcat

RE: mod_jk + ssl + apache

2001-02-15 Thread GOMEZ Henri
Does anyone know how to configure the apache and tomcat so that the tomcat will look for the different path other than the root document when ssl is enabling (e.g. https://host1.myorg/) https://host1.myorg/) ? Could you be more explicit ? I'm using mod_jk as connector with AJP13. How to

Re: Help: database user authentication how-to.

2001-02-15 Thread Fernando Padilla
I've been looking at the code in Tomcat 3.2, there is no JDBCRealm present. Do I need to be looking at Tomcat 4.0? Apologies for the stupid question. fern On Thu, 15 Feb 2001, Christian Rauh wrote: Dear People, I am totally confused on how to proceed with the user authentication in my

Antwort: Re: Antwort: session creation?

2001-02-15 Thread ralf.bode
Hi, try to take this code in your baseclass (assuming the name ist MyServlet) of all your servletclasses. The performRequest-method must be called directly from the doPost ()-Method. If you are using only one (Dispatcher-)Servlet, you have to work out the Requests from the Login-Page and to

Jakarta NT Service: how to execute several Tomcat instances

2001-02-15 Thread Fontanelli Andrea
We are tomcat users and we developing a Java web application. We would have two Jakarta services, one for production environment and the other for the development environment. Our environment is composed like this: * IIS web server * Tomcat 3.2 *

(Off topic) How to know which hyper-link has been clicked?

2001-02-15 Thread Paul Yoon
Hello, I am sorry to ask off topic but is there any way to know which hyper-link was clicked? There is a page which can generate dynamically hyper-link and linked page should know which one was cliked. I am using jsp and can I use parameter? Any idea will be appreciated. Thank you. Paul Yoon

Re: Help: database user authentication how-to.

2001-02-15 Thread Fernando Padilla
Yes, it was a stupid question. Tomcat 4 does indeed have JDBCRealm. Sorry guys. fern On Thu, 15 Feb 2001, Fernando Padilla wrote: I've been looking at the code in Tomcat 3.2, there is no JDBCRealm present. Do I need to be looking at Tomcat 4.0? Apologies for the stupid question.

IllegalStateException - tomcat 4

2001-02-15 Thread Andrey Akselrod
Hello, I have searched archives and have seen similar discussions, but could not really find an answer. I am developing a software on top of Servlet API 2.3 so I do need to use Tomcat at least for now. I tried to create a very simplified test case. I was able to reproduce a part of the problem

RE: (Off topic) How to know which hyper-link has been clicked?

2001-02-15 Thread CPC Livelink Admin
Look a the docs for the HttpServletRequest object. The short answer is that request.getRequestURI is probably what you want. -Original Message- From: Paul Yoon [mailto:[EMAIL PROTECTED]] Sent: Thursday, February 15, 2001 9:32 AM To: [EMAIL PROTECTED] Subject: (Off topic) How to know

RE: Jakarta NT Service: how to execute several Tomcat instances

2001-02-15 Thread Randy Layman
It seems like what you want to do is workable. I would guess that for some reason you are not using two different server.xml files, which means that the second instance of Tomcat is using the same ports as the first and then failing when it tries to gain these ports. (You could verify

How to use Tomcat?

2001-02-15 Thread Happy Room
Dear Sir, We are learners of Tomcat. We have already setup Tomcat3.2.1 and JDK1.2.2 in Windows according the book, and written the little testing programming in it. But the problem is we can't pass the compile, the error shows the class didn't find. Put HTML files and jsp files in:

Re: (Off topic) How to know which hyper-link has been clicked?

2001-02-15 Thread nickm
Assing a variable value to a link and then trap for it in your servlet. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email: [EMAIL PROTECTED]

RE: IllegalStateException - tomcat 4

2001-02-15 Thread Michael Wentzel
I have searched archives and have seen similar discussions, but could not really find an answer. I am developing a software on top of Servlet API 2.3 so I do need to use Tomcat at least for now. I tried to create a very simplified test case. I was able to reproduce a part of the

RE: IllegalStateException - tomcat 4

2001-02-15 Thread Andrey Akselrod
But this is the trick: I am not using forward - i use include! (see my last email for the code sample). -a -Original Message- From: Michael Wentzel [mailto:[EMAIL PROTECTED]] Sent: Thursday, February 15, 2001 11:11 AM To: '[EMAIL PROTECTED]' Subject: RE: IllegalStateException -

Re: (Off topic) How to know which hyper-link has been clicked?

2001-02-15 Thread Alex Fernández
Hi Paul, I'm not sure if this is what you're asking, but javax.servlet.http.HttpUtils.getRequestURL(request) will give you the URL that originated the request. Cheers, Alex. Paul Yoon wrote: Hello, I am sorry to ask off topic but is there any way to know which hyper-link was clicked?

RE: Help: database user authentication how-to.

2001-02-15 Thread Ignacio J. Ortega
JDBCRealm is on versions 3.2 and up and on 4.0 too... Saludos , Ignacio J. Ortega -Mensaje original- De: Fernando Padilla [mailto:[EMAIL PROTECTED]] Enviado el: jueves 15 de febrero de 2001 17:21 Para: [EMAIL PROTECTED] Asunto: Re: Help: database user authentication how-to.

java.lang.NullPointerException message error

2001-02-15 Thread Pedro Henrique Ponchio
Anybody know what the error message "java.lang.NullPointerException" means? My information screen appear this message when I shutdown TOMCAT: Stop tomcat fechando a conexo com o BD...2001-02-15 12:56:26 - ContextManager: Removing con text Ctx( /omir ) pronto!

RES: java.lang.NullPointerException message error

2001-02-15 Thread Pedro Henrique Ponchio
The big question is when this error happens the TOMCAT didnt shutdown properly, still having some java process running in memory. So, I need to use kill -9 to can start TOMCAT again ... Please, anyone have any suggestion?? Pedro -Mensagem original- De: Pedro Henrique Ponchio Enviada

The Ultimate Tomcat as NT Service How-To

2001-02-15 Thread Christian Rauh
To the Tomcat active developers and everyone else, Well, I dont have "The Ultimate Tomcat as NT Service How-To" either. But I think someone must write one soon because this list is being flooded with the same questions over and over. It seems to me that there is a big documentation issue here.

Tomcat startup issue with HPUX 11.00

2001-02-15 Thread WHITE,JASON (Non-HP-Corvallis,ex1)
When I run tomcat from the command line, it works fine. When I setup tomcat to run from an rc file, I get the following console message. /opt/java1.3/bin/java[85]: getconf: not found Error occurred during initialization of VM Could not reserve enough space for object heap my rc log shows the

  1   2   >