RE: Tomcat4 denial of service in debian...

2003-10-16 Thread Francois JEANMOUGIN
> Yoav, > > So then if there is a DoS vulnerability in the "normal jakarata tomcat > 4.0.x distributions", would the developers consider that important > enough > to be looked at/fixed? I'm just trying to figure out whether the > vulnerability in the debian tomcat would affect the normal jakart

handing absolute URL in post request in tomcat

2003-10-16 Thread Ankit Doshi
Hi, I am running my tomcat on 8999 port and I am not using apache. I have created servlet named TestServlet in context test. Now if I telnet to my server on port 8999 and then say POST /test/servlet/TestServlet it calls the servlet correctly. but if I send an absolute URL in the POST request ins

can not startup tomcat when Oracle 9i TNS listner running

2003-10-16 Thread Nalaka Gamage
Hi Group, I have installed Tomcat 4.1.12 on JDK 1.4.1_01. In the same machine I have installed Oracle 9i server. My problem is whenever TNS listner service for Oracle is running, I can not start up the Tomcat and it gives an error and start up aborts. (When TNS listner is stopped I can start up

Getting contenttype of HttpServletResponseWrapper.

2003-10-16 Thread Antony Paul
Hi all How to know the content type of an HttpServletResponseWrapper. A filter need to know the content type of the respnse after the doFilter. It need to process only the text/html responses. Antony Paul - To unsubscribe, e-ma

[HOWTO] Tomcat 4.1.27 Standalone Jpackage RPMs

2003-10-16 Thread Randy Watler
How To Install Tomcat 4.1.27 Standalone using Jpackage RPMs --- The Tomcat Team no longer generates monolithic RPMs for the full or LE version of Tomcat after 4.1.24. Instead, RPMs can be obtained from www.jpackage.org. Jpackage's apparent go

Re: No way to stop jk2.log from appearing?

2003-10-16 Thread Bill Barker
"Robert Priest" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > from the following code snippet from (j-t-c\jk\native2\common\jk_logger.c): > > static int JK_METHOD jk2_logger_file_init(jk_env_t *env,jk_logger_t *_this ) > { > FILE *oldF=(FILE *)_this->logger_private; > FILE

Re: Need Configuration Instructions for Apache2.0, Tomcat5.0 and JK2

2003-10-16 Thread Bill Barker
Try the 4.1 docs. This part hasn't really changed significantly. "Yogita Bhardwaj" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Hi > > I am new to Apache Tomcat and want to use the latest versions of the software. > There are no instructions available to configure Tomcat 5.0 and

Re: Strange behaviour with Tomcat 4.x running as a service

2003-10-16 Thread Bill Barker
"Michael Schuldt" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > I dont't set any JVM options when starting tomcat as a console app. > > For starting as a service I'm using Tomcat Service Manager (3rd Party Tool). > The only option set is -Xrs. > You might want to try procrun from

Re: Tomcat Embedded - Solution Viable

2003-10-16 Thread Bill Barker
"Nikolaos Giannopoulos" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Hi, > > We have a web app consisting of servlets that talk to a standalone server > app over RMI. Currently our customers need to download and install (1) JDK, > (2) a web server with a servlet engine and (3) ou

Tomcat Embedded - Solution Viable

2003-10-16 Thread Nikolaos Giannopoulos
Hi, We have a web app consisting of servlets that talk to a standalone server app over RMI. Currently our customers need to download and install (1) JDK, (2) a web server with a servlet engine and (3) our application. Our customers are telling us that they don't mind installing the JDK but to ha

Re: Writing temporary file & downloading it?

2003-10-16 Thread Justin Ruthenbeck
Yes, it is possible. Give us an idea of your deployment setup (are you deploying as a .war file? Using default root paths? Anything special?) and we can suggest the best way to go about doing it. justin At 04:16 PM 10/16/2003, you wrote: Is it possible, in a servlet, to write to a temporary

Writing temporary file & downloading it?

2003-10-16 Thread Jason Viers
Is it possible, in a servlet, to write to a temporary file in a location that I would then be able to link to so the users can download? I couldn't find any information indicating either way. Thanks Jason - To unsubscribe, e-

Need Configuration Instructions for Apache2.0, Tomcat5.0 and JK2

2003-10-16 Thread Yogita Bhardwaj
Hi I am new to Apache Tomcat and want to use the latest versions of the software. There are no instructions available to configure Tomcat 5.0 and Apache 2.0 to work together with jk2. The folowing link does not get me to the JK2 documentation: http://jakarta.apache.org/builds/jakarta-tomcat-con

Server caching servlet response problem.

2003-10-16 Thread JStanczak
I'm running a Tomcat 5 on Solaris 9. For some reason the server keeps caching my responses. What happens is the first time I access my servlet using a certain mapping the server caches that response and never updates again. I have two instances of this. One is with a mapping to a servlet using

Abandoned Connections not removed

2003-10-16 Thread Matt Raible
I'm using Tomcat 5.0.12 and DBCP to setup a database connection pool. I have the following settings defined in my app's context.xml file, but they don't seem to be doing any good. My connections continue to increase, and I know they're idle and have not been used for hours.

RE: Tomcat 5 failing on my Solaris 9 box, help!!! Never mind, my bad.

2003-10-16 Thread JStanczak
My mistake. I guess my cable is not working right. My work network works just fine. Thank You, Justin A. Stanczak Web Manager Shake Learning Resource Center Vincennes University (812)888-5813 "Shapira, Yoav" <[EMAIL PROTECTED]> 10/14/2003 08:22 AM Please respond to "Tomcat Users List"

how to make files in a context's subdirectory be accessible?

2003-10-16 Thread Vince Law
Hi All, Hope some of you can help me with this question. I mapped a web-app or context "test" to a physical path by creating a xml file "test.xml" and putting it in the CATALINA_HOME/conf/Catalina/localhost directory. The text.xml contains the following: ==

RE: HTTP 403 - isapi_redirector

2003-10-16 Thread Dionne, Patrice
What have you specified in the uriworkermap.properties file? -Original Message- From: Hart, Justin [mailto:[EMAIL PROTECTED] Sent: 16 octobre, 2003 16:26 To: Tomcat Users List Subject: RE: HTTP 403 - isapi_redirector Ahh, I get 404's on all pages ending in jsp on IIS 6, the ones ending

RE: HTTP 403 - isapi_redirector

2003-10-16 Thread Dionne, Patrice
No, the login.jsp page is not under a restricted folder and is not spécified as a restricted ressource. I can access it directly without any authentification. The login form is well configured in the web.xml because if I bypass IIS and access directly a restricted ressource on tomcat (on port

RE: Tomcat4 denial of service in debian...

2003-10-16 Thread Dan K.
Yoav/Remy, Thanks :) Regards, Dan On Thu, 16 Oct 2003, Shapira, Yoav wrote: > > Howdy, > > >So then if there is a DoS vulnerability in the "normal jakarata tomcat > >4.0.x distributions", would the developers consider that important > enough > >to be looked at/fixed? > > Possibly ;) One would

RE: HTTP 403 - isapi_redirector

2003-10-16 Thread Watkins, James
Is your form inside the secured folder? -Original Message- From: Dionne, Patrice [mailto:[EMAIL PROTECTED] Sent: Thursday, October 16, 2003 3:25 PM To: Tomcat Users List Subject: RE: HTTP 403 - isapi_redirector This is the environement: IIS 5 Tomcat 4.1.24 (listen on port 8080) Win2k

RE: HTTP 403 - isapi_redirector

2003-10-16 Thread Hart, Justin
Ahh, I get 404's on all pages ending in jsp on IIS 6, the ones ending in html are fine. -Original Message- From: Dionne, Patrice [mailto:[EMAIL PROTECTED] Sent: Thursday, October 16, 2003 4:25 PM To: Tomcat Users List Subject: RE: HTTP 403 - isapi_redirector This is the environement: II

RE: HTTP 403 - isapi_redirector

2003-10-16 Thread Dionne, Patrice
This is the environement: IIS 5 Tomcat 4.1.24 (listen on port 8080) Win2k Avanced Server Browser: IE 6 or Netscape 7.1 don't make any difference -Original Message- From: Hart, Justin [mailto:[EMAIL PROTECTED] Sent: 16 octobre, 2003 16:20 To: Tomcat Users List Subject: RE: HTTP 403 - is

RE: HTTP 403 - isapi_redirector

2003-10-16 Thread Dionne, Patrice
No, I don't get the form if go through IIS. -Original Message- From: Watkins, James [mailto:[EMAIL PROTECTED] Sent: 16 octobre, 2003 16:19 To: 'Tomcat Users List' Subject: RE: HTTP 403 - isapi_redirector Do you get the form if you go directly to it through IIS, I mean http://host/site/fo

Re: Tomcat4 denial of service in debian...

2003-10-16 Thread Remy Maucherat
Dan K. wrote: Yoav, So then if there is a DoS vulnerability in the "normal jakarata tomcat 4.0.x distributions", would the developers consider that important enough to be looked at/fixed? I'm just trying to figure out whether the vulnerability in the debian tomcat would affect the normal jakarta

RE: HTTP 403 - isapi_redirector

2003-10-16 Thread Hart, Justin
What version of IIS? -Original Message- From: Watkins, James [mailto:[EMAIL PROTECTED] Sent: Thursday, October 16, 2003 4:19 PM To: 'Tomcat Users List' Subject: RE: HTTP 403 - isapi_redirector Do you get the form if you go directly to it through IIS, I mean http://host/site/form.jsp -

RE: HTTP 403 - isapi_redirector

2003-10-16 Thread Watkins, James
Do you get the form if you go directly to it through IIS, I mean http://host/site/form.jsp -Original Message- From: Dionne, Patrice [mailto:[EMAIL PROTECTED] Sent: Thursday, October 16, 2003 1:51 PM To: Tomcat Users List Subject: RE: HTTP 403 - isapi_redirector I'm not getting the for

RE: help configuring log4j

2003-10-16 Thread Shapira, Yoav
Howdy, >log4j.appender.regal_reporting.File=../logs/regal_reporting.log This path is relative to the current working directory, i.e. the directory from which the server is started. You probably want to use either an absolute path or a variable e.g. ${CATALINA_HOME}/logs/regal_reporting.log. Yo

help configuring log4j

2003-10-16 Thread El Toro
I just started a project that involves servlet and servlet helper classes. I'm using Tomcat 4.X and am confused how to setup log4j for logging within my helper classes. My helper classes reside in a jar in the webapp/APPLICATION/WEB-INF/lib. My log4j.properties file lives in /webapp/APPLICATION/

RE: Tomcat4 denial of service in debian...

2003-10-16 Thread Shapira, Yoav
Howdy, >So then if there is a DoS vulnerability in the "normal jakarata tomcat >4.0.x distributions", would the developers consider that important enough >to be looked at/fixed? Possibly ;) One would have to prove the vulnerability exists. Yoav Shapira This e-mail, including any attachments

RE: Tomcat4 denial of service in debian...

2003-10-16 Thread Dan K.
Yoav, So then if there is a DoS vulnerability in the "normal jakarata tomcat 4.0.x distributions", would the developers consider that important enough to be looked at/fixed? I'm just trying to figure out whether the vulnerability in the debian tomcat would affect the normal jakarta tomcat versio

RE: Tomcat4 denial of service in debian...

2003-10-16 Thread Shapira, Yoav
Howdy, >However, I'd still like to be certain that 4.0.6 is ok... Perhaps I should >post to the developer's list..? That won't get you any further. Contrary to what one might think, most if not all tomcat developers lurk on this list. AFAIK no one uses Debian, and at this point unless there's

RE: Tomcat4 denial of service in debian...

2003-10-16 Thread Dan K.
Thanks Yoav, as always you're very helpful. However, I'd still like to be certain that 4.0.6 is ok... Perhaps I should post to the developer's list..? Regards, Dan On Thu, 16 Oct 2003, Shapira, Yoav wrote: > > Howdy, > I think 4.0.6 is OK. The 4.1 branch stable releases are OK as well, and >

RE: Strange behaviour with Tomcat 4.x running as a service

2003-10-16 Thread Shapira, Yoav
Howdy, Then perhaps the writers of the Tomcat Service Manager can help you. As you said, it's running fine via the console. So the problem is with the invocation and process control of the service. Why -Xrs? Yoav Shapira Millennium ChemInformatics >-Original Message- >From: Michael S

RE: HTTP 403 - isapi_redirector

2003-10-16 Thread Dionne, Patrice
I'm not getting the form if I go via IIS on port 80 but if I try directly via Tomcat on port 8080 I get it. So the set up (web.xml) is fine on tomcat. -Original Message- From: Watkins, James [mailto:[EMAIL PROTECTED] Sent: 16 octobre, 2003 14:04 To: 'Tomcat Users List' Subject: RE: HTTP

AW: Strange behaviour with Tomcat 4.x running as a service

2003-10-16 Thread Michael Schuldt
I dont't set any JVM options when starting tomcat as a console app. For starting as a service I'm using Tomcat Service Manager (3rd Party Tool). The only option set is -Xrs. -Ursprungliche Nachricht- Von: Shapira, Yoav [mailto:[EMAIL PROTECTED] Gesendet: Donnerstag, 16. Oktober 2003 20:

IIS 6.0 + Tomcat... does it work?

2003-10-16 Thread Hart, Justin
Hi, I've been hacking around with getting Tomcat to work with IIS 6.0 all day. Is there a known configuration for this that works? Justin - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTE

Re: Dynamic Authenticator

2003-10-16 Thread Nikola Milutinovic
> Does anyone know of a good authentictor plugin for Tomcat. > I reviewed the sample(XML based) authentcator from Tomcat, > but this authenicator is only used at startup. I need onw that > will able to add and delete users on the fly - not just at start up. I think LDAP realm does that. Nix. --

RE: Strange behaviour with Tomcat 4.x running as a service

2003-10-16 Thread Shapira, Yoav
Howdy, Do you have different JVM options (or JVMs altogether) between the service and the console startup scripts? Yoav Shapira Millennium ChemInformatics >-Original Message- >From: Michael Schuldt [mailto:[EMAIL PROTECTED] >Sent: Thursday, October 16, 2003 2:04 PM >To: [EMAIL PROTECTED

Strange behaviour with Tomcat 4.x running as a service

2003-10-16 Thread Michael Schuldt
Hi, I’ve got running Tomcat 4.x running as a service under Win2k. In my application there are some threads doing some database-requests through Objectstyle-Cayenne. Every Thread doing database requests will get a null-pointer exception after several hundred requests. I discussed this behaviour w

RE: HTTP 403 - isapi_redirector

2003-10-16 Thread Watkins, James
With form based authentication, are you getting the form? -Original Message- From: Dionne, Patrice [mailto:[EMAIL PROTECTED] Sent: Thursday, October 16, 2003 12:18 PM To: Tomcat Users List Subject: RE: HTTP 403 - isapi_redirector Thanks James, I did try your solution but nothing changed

Re: SESSION REPLICATION: RedHat 9 and Sun JDK 1.4.2 do not like to play

2003-10-16 Thread Neil Aggarwal
Euan: > FYI regarding using IBM JDK on RH9 - we also experienced core dumps and had > to roll back to SUN.. The RH9 release notes state that the IBM JDK has > 'problems' with RH9 'NPTL' which is on by default but can easily be *turned > off*.. What version of the IBM JDK have you been using? Acc

Strange behaviour with Tomcat 4.x running as a service

2003-10-16 Thread Michael Schuldt
Hi, I’ve got running Tomcat 4.x running as a service under Win2k. In my application there are some threads doing some database-requests through Objectstyle-Cayenne. Every Thread doing database requests will get a null-pointer exception after several hundred requests. I discussed this behaviour wit

RE: HTTP 403 - isapi_redirector

2003-10-16 Thread Dionne, Patrice
Thanks James, I did try your solution but nothing changed -Original Message- From: Watkins, James [mailto:[EMAIL PROTECTED] Sent: 16 octobre, 2003 12:06 To: 'Tomcat Users List' Subject: RE: HTTP 403 - isapi_redirector I ran into the same problem and switched to using a form based authe

RE: Customizing Logger file names

2003-10-16 Thread Shapira, Yoav
Howdy, >> Log4j does have these feature. The elements in tomcat's >> server.xml are not log4j loggers, they are proprietary tomcat loggers. > > And There is no way to exchange tomcat Logger with log4j ones? I >would hope to do something like : No, because log4j loggers don't implement th

RE: SESSION REPLICATION: RedHat 9 and Sun JDK 1.4.2 do not like t o play

2003-10-16 Thread Euan Guttridge
FYI regarding using IBM JDK on RH9 - we also experienced core dumps and had to roll back to SUN.. The RH9 release notes state that the IBM JDK has 'problems' with RH9 'NPTL' which is on by default but can easily be *turned off*.. http://www.redhat.com/docs/manuals/linux/RHL-9-Manual/release-notes/

RE: HTTP 403 - isapi_redirector

2003-10-16 Thread Watkins, James
I ran into the same problem and switched to using a form based authentication which seems to work fine. It seems to be some problem with iis intercepting the login info? -Original Message- From: Dionne, Patrice [mailto:[EMAIL PROTECTED] Sent: Thursday, October 16, 2003 11:00 AM To: [EMAIL

HTTP 403 - isapi_redirector

2003-10-16 Thread Dionne, Patrice
Hi all, Environement: IIS 5 (isapi_redirector.dll) (listen on port 80) Tomcat 4.1.24 (listen on port 8080) Win2k Avanced Server Browser: IE 6 or Netscape 7.1 Here is my problem. I get a "HTTP Status 403 - Access to the requested resource has been denied" when I try to access a protected ressour

RE: Customizing Logger file names

2003-10-16 Thread Francois JEANMOUGIN
> -Message d'origine- > >> Howdy, > > > > Grunt. > > Huh? Sorry. Kind of private joke. > So the server.xml file is the same for multiple servers, but the > logging > directory is also the same for all the servers? I assume it's a > directory other than $CATALINA_HOME/logs, then?

RE: Tomcat4 denial of service in debian...

2003-10-16 Thread Shapira, Yoav
Howdy, I think 4.0.6 is OK. The 4.1 branch stable releases are OK as well, and recommended as they use the Coyote connector by default (which is relevant to this security advisory). Yoav Shapira Millennium ChemInformatics >-Original Message- >From: Dan K. [mailto:[EMAIL PROTECTED] >Sen

RE: Customizing Logger file names

2003-10-16 Thread Shapira, Yoav
Howdy, >> Howdy, > > Grunt. Huh? >> - Put any string you want in the logger prefix or suffix > > I can't do that, because the conf file will be the same for all >servers and thus, the prefix and suffix will be the same, and there will be >competition between servers when they will h

RE: Customizing Logger file names

2003-10-16 Thread Francois JEANMOUGIN
> -Message d'origine- > De : Shapira, Yoav [mailto:[EMAIL PROTECTED] > Envoyé : jeudi 16 octobre 2003 17:12 > À : Tomcat Users List > Objet : RE: Customizing Logger file names Herk. Sorry for the header... > Howdy, Grunt. > > >What I would like to do is to use a varia

RE: MAC OSX and Tomcat -4.0.1

2003-10-16 Thread Andy Eastham
James, At first glance, it looks like class javax/servlet/ServletResponse class can't be found. This resides in servlet.jar, which is in common/lib under my tomcat home directory on my installation. Andy > -Original Message- > From: James Snelling [mailto:[EMAIL PROTECTED] > Sent: 16 Oc

Tomcat4 denial of service in debian...

2003-10-16 Thread Dan K.
Hi, Does anyone know if the version of tomcat4 mentioned in the following advisory applies to 4.0.6? http://www.securityfocus.com/archive/1/341310 I get the idea that it only applies to the debian packaged version (4.0.3?)... ?? Regards, Dan --

RE: Customizing Logger file names

2003-10-16 Thread Shapira, Yoav
Howdy, >What I would like to do is to use a variable in the attributes of the >Logger definition (either prefix or suffix). I don't know if I could do it >using XSL (and if I could, I don't know how to) or if you have a better >idea. Is there another Logger Nested Component I can use that aware a

confused about iis 5.1/tomcat 4.1.27

2003-10-16 Thread Watkins, James
i am using j_security_check with a form based login screen... this works ok, but here is my problem. the entry page is a redirect to a secured page based on the referer url, or the username. this works ok, i have two users, two roles and two acceptable referer urls. in my web.xml i have 2 security

Re: Website Throughput

2003-10-16 Thread Tim Funk
a load testing tool such as siege, jmeter, apache's bench or there are log anaysis tools too for after the fact stats this is also off topic. -Tim Shawn Zernik wrote: Is their a program that will report the throuput of a website? --

Mixing SSL authentication certificates

2003-10-16 Thread Nuno Ponte
Hi, I have a servlet which performs some operations with the certificate used for SSL client authentication. My environment is Apache v1.3.27 forwarding requests to a Tomcat v4.0.3 through a mod_jk-3.3-ap13. At normal use it works fine, but at heavy load it seems it's mixing the client auth

Re: Restrict manager app to Contexts in one (virtual) Host

2003-10-16 Thread Florian Ebeling
Hi, Tim Funk wrote: Yes, you are OK if you restrict access to a single Host. My answer was geared towards finer grain control of restarting(or whatever) webapps within a single host. If all requirements are at the host level - I think your ok with what you have below. Host level is perfect for

Website Throughput

2003-10-16 Thread Shawn Zernik
Is their a program that will report the throuput of a website? Shawn Zernik Internetwork Consulting www.internetworkconsulting.net - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Customizing Logger file names

2003-10-16 Thread Francois JEANMOUGIN
Well, I answer to myself, I expect to convince myself from my own existence... What I would like to do is to use a variable in the attributes of the Logger definition (either prefix or suffix). I don't know if I could do it using XSL (and if I could, I don't know how to) or if you have a better

Re: Restrict manager app to Contexts in one (virtual) Host

2003-10-16 Thread Tim Funk
Yes, you are OK if you restrict access to a single Host. My answer was geared towards finer grain control of restarting(or whatever) webapps within a single host. If all requirements are at the host level - I think your ok with what you have below. -Tim Florian Ebeling wrote: Hi, This is con

Re: Restrict manager app to Contexts in one (virtual) Host

2003-10-16 Thread Florian Ebeling
Hi, This is confusing. One second after posting I found in the javadoc for ManagerServlet this: "[ManagerServlet is a] Servlet that enables remote management of the web applications installed within the same virtual host as this web application is" Tims answere suggests, that it is not possibl

RE: No way to stop jk2.log from appearing?

2003-10-16 Thread Robert Priest
correction. That file is jk_logger_file.c, not jk_logger.c -Original Message- From: Robert Priest [mailto:[EMAIL PROTECTED] Sent: Thursday, October 16, 2003 9:54 AM To: 'Tomcat Users List' Subject: No way to stop jk2.log from appearing? from the following code snippet from (j-t-c\jk\nati

RES: Steps to make Tomcat a NT service

2003-10-16 Thread Jose Euclides da Silva Junior - DATAPREVRJ
I ve gotten this error message when i tried to run the main application (tcserver.exe). Does anyone know why? Configuration Service name tomcat-www Catalina home C:\jakarta-tomcat-4.1.18\bin\tomcat-service-manager Catalina base C:\jakarta-tomcat-4.1.18\bin\tomcat-service-manager Tomcat config f

No way to stop jk2.log from appearing?

2003-10-16 Thread Robert Priest
from the following code snippet from (j-t-c\jk\native2\common\jk_logger.c): static int JK_METHOD jk2_logger_file_init(jk_env_t *env,jk_logger_t *_this ) { FILE *oldF=(FILE *)_this->logger_private; FILE *f=NULL; jk_workerEnv_t *workerEnv=env->getByName( env, "workerEnv" ); if( _this

Re: Steps to make Tomcat a NT service

2003-10-16 Thread epyonne
At the Jakarta Tomcat download site, there is an executable file which is an install program (I believe it is built with InstallShield). Run that and it will set up Tomcat as NT service for you. By the way, that is for 4.1.24, and I don't know if they have the same install program for 4.1.18. Ho

Re: Steps to make Tomcat a NT service

2003-10-16 Thread Tim Funk
FAQ. http://jakarta.apache.org/tomcat/faq/windows.html -Tim Jose Euclides da Silva Junior - DATAPREVRJ wrote: Hi guys, where can i find all steps to make Tomcat 4.1.18 a NT service? Regards, Euclides. - To unsubscribe, e-mai

Steps to make Tomcat a NT service

2003-10-16 Thread Jose Euclides da Silva Junior - DATAPREVRJ
Hi guys, where can i find all steps to make Tomcat 4.1.18 a NT service? Regards, Euclides. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Restrict manager app to Contexts in one (virtual) Host

2003-10-16 Thread Tim Funk
This lately (past 6 months) has been becoming a more common request. But the functionality is not there as distributed by tomcat. Patches welcome. Alternatives include: - Adding a filter to the manager app for finer grained control - Rewriting manager to allow its namespace to be authorized via w

RE: Website Performance Clocking

2003-10-16 Thread Shapira, Yoav
Howdy, I'm not as familiar with the windows side, but you can get wget to crawl on unix with a bit of scripting. Yoav Shapira Millennium ChemInformatics >-Original Message- >From: Shawn Zernik [mailto:[EMAIL PROTECTED] >Sent: Wednesday, October 15, 2003 11:21 PM >To: [EMAIL PROTECTED] >

RE: Deploying a project

2003-10-16 Thread anja . mentges
Thank You for Your fast answer! I thought I have to do more than this. Mit freundlichen Grüßen/ Best Regards Anja Mentges _ BBS LOG-QM-DST 51063 Köln, Gebäude 2975, Raum 02.B2.06 Schanzenstr. 41 Tel.: +49 0214 30 35537 Fax: +49 0214 30 39217 E-Mail:

Restrict manager app to Contexts in one (virtual) Host

2003-10-16 Thread Florian Ebeling
Hi there, I wonder if there is any means to give users access to the manager application, but let them only manipulate contexts located within their own virtual s? I think this question is one every ISP has to stumble across, provided he doesn't want to get "please restart ..." mails all day l

RE: Deploying a project

2003-10-16 Thread Shapira, Yoav
Howdy, You copy your .war file to tomcat's webapps directory. Yoav Shapira Millennium ChemInformatics >-Original Message- >From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] >Sent: Thursday, October 16, 2003 8:36 AM >To: [EMAIL PROTECTED] >Subject: Deploying a project > > > > > >Hi, >I h

RE: Advanced Question about tag

2003-10-16 Thread Shapira, Yoav
Howdy, Is reloadable="true" for your context in server.xml? Tomcat doesn't check pages every second. So you might have to wait a few seconds before your folder updates are visible. Yoav Shapira Millennium ChemInformatics >-Original Message- >From: Joe Krause [mailto:[EMAIL PROTECTED]

Deploying a project

2003-10-16 Thread anja . mentges
Hi, I have developed a web-project with Tomcat 4.1 and want to deploy this project on a productiv-server. How do I do this? Mit freundlichen Grüßen/ Best Regards Anja Mentges _ BBS LOG-QM-DST 51063 Köln, Gebäude 2975, Raum 02.B2.06 Schanzenstr. 41 Tel

Re: mod_jk.so not building :(

2003-10-16 Thread Giuliano Gavazzi
excuseme, but why did I announce the HOWTO (and binaries) of both mod_jk and mod_jk2? Your link is old, although not even as old as my old howto on mod_jk but twice as involved. Get the real thing: http://www.humph.com/docs/mod_jk.html Giuliano At 11:37 +0100 2003/10/16, James Snelling wrote:

Re: database connection in web.xml

2003-10-16 Thread Tim Funk
http://jakarta.apache.org/tomcat/tomcat-4.1-doc/jndi-datasource-examples-howto.html -Tim Luke Vanderfluit wrote: Hi, I want to specify a database connection in the web.xml file for an application. How do I do this? Where can I find docs to describe it, Thanks, kind regards, Luke

Re: Website Performance Clocking

2003-10-16 Thread Tim Funk
There are monitoring ASP services which do this. One such is KeyNote. -Tim Shawn Zernik wrote: TomCat Admins: I am having server performnce issues with my site and was wondering if their is a website perfoance tacking software that when given a URL will request all the files referance in that U

[ANNOUNCE] Tomcat FAQ

2003-10-16 Thread Tim Funk
Greetings - Before posting to this list, please consult the Tomcat documentation, as well as the Tomcat FAQ. Tomcat FAQ: http://jakarta.apache.org/tomcat/faq/index.html Tomcat 3.3 documentation: http://jakarta.apache.org/tomcat/tomcat-3.3-doc/index.html Tomcat 4.0 documentation: http://jakar

mod_jk.so not building :(

2003-10-16 Thread James Snelling
Okay - I'm on a MAC OSX machine and I've got apache and tomcat-5.0.12 both installed and working standalone. Apache was from source, tomcat from a binary. I'm now trying to build the mod_jk.so so that apache can speak to tomcat. I've been following the instructions at http://www.geektimes.com/mac

Clustering tomcat 4

2003-10-16 Thread Francois JEANMOUGIN
Hi all, I'm new to this list, and, of course, I have a question. I try to make a LinuxVirtualServer with several tomcat instances. So, I have servers with tomcat, Jvm, etc, installed (formerly JAVA_HOME and CATALINA_HOME) and I find the CATALINA_BASE directories on a file server. That is, conf,

JavaMail Session JNDI Resource and Authentication

2003-10-16 Thread Andreas Schildbach
Hello everyone, I am trying to set up a JavaMail Session JNDI Resource to an SMTP server that requires authentication. In the JavaMail documentation I could not find how to supply a password in the Session Properties. However, I found a few Google references to "mail.smtp.password" and "mail.p

RE: MAC OSX and Tomcat -4.0.1

2003-10-16 Thread James Snelling
Solved the problem - there was an existing Catalina.jar file in /Library/Java/Extensions that was looking for a whole pile of non existent stuff, thus causing the problems! Thanks for your help anyway though- much appreciated! James -Original Message- From: Giuliano Gavazzi [mailto:[EMA

RE: Can any one tell where is a simple Tomcat + IIS how to using Coyote/JK2 AJP 1.3?

2003-10-16 Thread Johan Kok
QUick try -- Load apache with these and get that to work. After that switch back to IIS. > -Original Message- > From: Antony Paul [mailto:[EMAIL PROTECTED] > Sent: 14 October 2003 12:53 > To: Tomcat Users List > Subject: Can any one tell where is a simple Tomcat + IIS how to using > Coyot

Re: MAC OSX and Tomcat -4.0.1

2003-10-16 Thread Giuliano Gavazzi
At 0:47 +0100 2003/10/16, James Snelling wrote: I am having big problems getting tomcat to start. [...] Exception during startup processing [...] Caused by: java.lang.NoClassDefFoundError: javax/servlet/ServletResponse where is your servlet.jar? And why 4.0.1 when 4.1 is available? In 4.1 I do not

Erro in the execution of the program with JDK 1.3.1

2003-10-16 Thread Breno Cardoso Perucchi
Hello   Can anybody tell me the one what I should do on that below? Those are the message of forum http://forum.java.sun.com - Java Programming - Java Virtual Machine   thanks     Erro in the execution of the program with JDK 1.3.1