Re: Tomcat crashes simultaneous more connection above 990+

2001-08-13 Thread Santosh Pasi
Hi, Still not any reply Is there any tips for compiling tomcat for heavy load ?... After changing few settings .. i can reach upto 1800 simultaneous connections ... after that tomcat ... didn't send any reply(no more crash)... Regards, Santosh Pasi ---Original

JSP in XML format

2001-08-13 Thread Diego.Tomcat
I have not understand how I can use XML format instead of classic JSP format. I write a JSP page in XML format and then ...? Please help me!

RE: [t4] build problem

2001-08-13 Thread Martin van den Bemt
The only thing I can think of that you don't use the latest servleta - api. As far as I understood a couple of weeks ago there was an update to that. Not much to go on though ;-( Mvgr, Martin -Original Message- From: Mykola A. Nickishov [mailto:[EMAIL PROTECTED]] Sent: Sunday, August

RE: JSP in XML format

2001-08-13 Thread Andrey Aristarkhov
... use Cocoon or write your oun servlet to provide XSLT for XML-HTML transformation. Regards, Andrey -Original Message- From: Diego.Tomcat [mailto:[EMAIL PROTECTED]] Sent: Sunday, August 13, 2000 10:38 AM To: [EMAIL PROTECTED] Subject: JSP in XML format I have not understand

Re: Tomcat crashes simultaneous more connection above 990+

2001-08-13 Thread Jeff Turner
On Mon, Aug 13, 2001 at 11:01:24AM +0530, Santosh Pasi wrote: Hi, Still not any reply Is there any tips for compiling tomcat for heavy load ?... After changing few settings .. i can reach upto 1800 simultaneous connections ... after that tomcat ... didn't send any reply(no more

Re: Tomcat 3.2.3. getPathInfo() escape problem

2001-08-13 Thread Ross Inglis
- Original Message - From: Craig R. McClanahan [EMAIL PROTECTED] To: [EMAIL PROTECTED]; Ross Inglis [EMAIL PROTECTED] Sent: Monday, August 13, 2001 6:03 AM Subject: Re: Tomcat 3.2.3. getPathInfo() escape problem On Sun, 12 Aug 2001, Ross Inglis wrote: For the record I tried

Antwort: Re: Newbie: Apache Tomcat mod_jk Virtual Hosts

2001-08-13 Thread Stefan . Raschke
Hi Jan, I 've got an additional question. You said, that after implementing virtual host in apache you do not need to specify them in the tomcat apache is connecting to. Wouldn't your example contexts be mapped to any single virtual host specified in apache? The only way we could get rid of

Re: Re: Tomcat crashes simultaneous more connection above 990+

2001-08-13 Thread Santosh Pasi
Hi Jeff, Thanks for reply. I am looking around 10,000 to 12,000 concurrent connections. I have few more questions 1. i tried both mod_jk and mod_jserver, but i really didn't found any improvemnet. Which is best to use. if mod_jk then mod_jk(ajp12 or ajp13)? What other things i can do to

3.2.2, 3.2.3 and shutdown.sh on Solaris 8.

2001-08-13 Thread James Bromberger
Hello everyone, YASQ. Yet Another Startup/Shutdown Question. Out of my now 5 Tomcat servers I have running, one of them has developed a slight problem with shutting down. I have packages of both 3.2.2.and now 3.2.3 for Solaris. I am running this on Solaris 2.6 and 8 and am using Sun's J2SDK

Re: Antwort: Re: Newbie: Apache Tomcat mod_jk Virtual Hosts

2001-08-13 Thread Jan Labanowski
On Mon, 13 Aug 2001 [EMAIL PROTECTED] wrote: Hi Jan, I 've got an additional question. You said, that after implementing virtual host in apache you do not need to specify them in the tomcat apache is connecting to. Wouldn't your example contexts be mapped to any single virtual host

RE: Running servlet on Tomcat with IIS

2001-08-13 Thread Larry Isaacs
Did you add a WEB-INF and web.xml to C:/InetPub/wwwroot and put the servlet under WEB-INF? Also, path= is the preferred way to specify the root context. Cheers, Larry -Original Message- From: Yuval [mailto:[EMAIL PROTECTED]] Sent: Sunday, August 12, 2001 7:01 AM To: Tomcat-User

RE: configuring tomcat

2001-08-13 Thread Larry Isaacs
This error suggests that you didn't copy JspCalendar.class from: e:/code/java/jakarta-tomcat-3.2.3/webapps/examples/WEB-INF/classes/dates to: f:/www/WEB-INF/classes/dates Larry -Original Message- From: Nils Kaiser [mailto:[EMAIL PROTECTED]] Sent: Sunday, August 12, 2001 7:47 AM

Re: Re: Tomcat crashes simultaneous more connection above 990+

2001-08-13 Thread Jeff Turner
Well I think you're completely nuts :) For 10,000 concurrent requests for *dynamic* data (or else you'd just be using Apache.. right?), you'd need a server farm full of fancy equipment, a load-balancing server, and stuff that even my wildly ignorant speculations can't conceive. Besides, I don't

Re: Antwort: Re: Newbie: Apache Tomcat mod_jk Virtual Hosts

2001-08-13 Thread Dmitri Colebatch
AFAIK you _do_ need virtual hosts for mod_jk connectors just the same as http connectors. I prefix this with a big afaik, but the way I see it working is that tomcat is still receiving the request, just over a different protocol. tomcat still needs to be able to serve one context and not

Re: Tomcat crashes simultaneous more connection above 990+

2001-08-13 Thread Geir Magnusson Jr.
Jeff Turner wrote: Well I think you're completely nuts :) For 10,000 concurrent requests for *dynamic* data (or else you'd just be using Apache.. right?), you'd need a server farm full of fancy equipment, a load-balancing server, and stuff that even my wildly ignorant speculations can't

Re: Tomcat / J2EE - JNDI Help!!!

2001-08-13 Thread Aditya Anand
Okie... just pondering if tomcat provides a directory service standalone i tried binding regular serializable java objects to the directory and get a security exception saying the context is read-only! --- Sophie [EMAIL PROTECTED] wrote: Hi, I am not working with your configuration, but

Growing Memory

2001-08-13 Thread Scott Weaver
I've been using Tomcat with IIS 5.0 on a dual processor machine running Windows 2000. The memory usage just seems to grow over use and I'm not sure where to look for problems. Anyone have any experience with this problem? And/Or advice on what to look at to try to diagnose this problem?

RE: Growing Memory

2001-08-13 Thread Randy Layman
You could try one of the profiling tools out there (we use a very old version of OptimizeIt) to spot where the memory is going and how it got there. A few things that could be your problem, though: 1. You are putting very large objects into sessions and your sessions

Antwort: Re: Antwort: Re: Newbie: Apache Tomcat mod_jk Virtual Hosts

2001-08-13 Thread Stefan . Raschke
Thanks for your fast and information-rich answer ;) I will consider all your advice but at the moment our system is up and running and I will not touch it. But for debbuging in the future your comments will be very important take care stefan

Re: Tips b4 installing Tomcat on IIS5/Win2k ?

2001-08-13 Thread Dave Solecki
One tip, Just make sure that your IIS is fully patched!!! We do not need anymore Code REd servers out there, since I get enough incomming traffic already. Also make sure that your WINNT directory and all of your JSP's and HTML files are not on the same Hard Drive partition. If they are

How to I build Tomcat with SSL?

2001-08-13 Thread Peter Markowsky
I've looked at the documentation, downloaded the classes and xerces 1.4.1. But am now faced with the actual how do I rebuild Tomcat. I'm very new at this. Thanks for the help, Peter

Re: Re: Tomcat crashes simultaneous more connection above 990+

2001-08-13 Thread Eamonn Maher
Hi folks, coincidentally I am also having problems with large number of concurrent connections to Tomcat getting errors when we try and connect many clients concurrently to Tomcat. Does anyone have experience of this sort of Tomcat usage or should we be looking at a different servlet

Get Server IP in a JSP

2001-08-13 Thread Dave Solecki
Hi all, I know this isn't really a question about Tomcat, but I figured that since Tomcat is all about Servlets and JSP's someone may be able to answer my question. Is there a way to query the server for it's IP address within and JSP or Servlet? This would be on a Windows machine. If

How-To configure Tomcat4.0 with Apache to serve servlets/jsp request?

2001-08-13 Thread Satyan Nair
Hi All, How-To configure Tomcat4.0 with Apache to serve servlets/jsp request? I m not yet successful in doing so. Till now i using the port 8080 to run my examples. Let me know if there is any documentation available to help configure tomcat4 with apache. take care all...

RE: Growing Memory

2001-08-13 Thread Scott Weaver
Thanks for the info. I am using the JDBC driver in my servlets (jdbc:odbc:driver={SQL SERVER}). This might be where my problem is. What is the problem with this driver and is there a work around? ... or should I say, What is a common miss configuration? Do you know where I can see a correct

Re: How-To configure Tomcat4.0 with Apache to serve servlets/jsp request?

2001-08-13 Thread e-value - Maxime Mathon
Hey 1 thing : you need to build mod_jk.so (better than mod_jserv) and then configure apache to use it. you can find doc @ http://jakarta.apache.org/tomcat/tomcat-3.3-doc/tomcat-apache-howto.html or /and http://jakarta.apache.org/tomcat/tomcat-3.3-doc/mod_jk-howto.html Mmx

access violation error

2001-08-13 Thread Nottebrok, Guido
Hallo, we are using tomcat 3.2.2 and JDK 1.3 on Win NT (we must use it) Our application consists of some JSPs and Action-Classes When two clients visit a JSP at the same time after starting tomcat (the page isn't compiled yet) Dr. Watson comes up telling us that there is an error (access

RE: Growing Memory

2001-08-13 Thread Randy Layman
I believe about the only thing that the JDBC-ODBC bridge, provided with Java by Sun, doesn't do is leak memory. It does have threading issues and it will cause a General Protection Fault/Application Error/Dr. Watson error, depending upon your version of Windows. (In Sun's Bug Parade

Re: Tomcat crashes simultaneous more connection above 990+

2001-08-13 Thread Pier P. Fumagalli
Jeff Turner at [EMAIL PROTECTED] wrote: Well I think you're completely nuts :) For 10,000 concurrent requests for *dynamic* data (or else you'd just be using Apache.. right?), you'd need a server farm full of fancy equipment, a load-balancing server, and stuff that even my wildly ignorant

Re: How-To configure Tomcat4.0 with Apache to serve servlets/jsprequest?

2001-08-13 Thread Pier P. Fumagalli
Satyan Nair at [EMAIL PROTECTED] wrote: Hi All, How-To configure Tomcat4.0 with Apache to serve servlets/jsp request? I m not yet successful in doing so. Till now i using the port 8080 to run my examples. Let me know if there is any documentation available to help configure tomcat4 with

Re: Newbie: Apache Tomcat mod_jk Virtual Hosts

2001-08-13 Thread Jason Koeninger
On Sun, 12 Aug 2001 21:59:19 -0400 (EDT), Jan Labanowski wrote: Again... Without knowing what you want to do, it is hard to advise. The Host/Host if for setting virtual hosts in Tomcat. You say, you want to connect Tomcat to Apache. Then you should do virtual hosts in Apache, not in Tomcat.

Tomcat 4.0 Status

2001-08-13 Thread Jim Urban
I just got back from a 2 week vacation, and was wondering what the status of Tomcat 4.0 was. When will it be ready for prime time (production)? Jim Urban Product Manager Netsteps Inc. Suite 505E 1 Pierce Pl. Itasca, IL 60143 Voice: (630) 250-3045 x2164 Fax: (630) 250-3046

Re: Tomcat 4.0 Status

2001-08-13 Thread Bo Xu
Jim Urban wrote: I just got back from a 2 week vacation, and was wondering what the status of Tomcat 4.0 was. When will it be ready for prime time (production)? [...] TC4.0-b7 is available :-) Bo Aug.13, 2001

Is Tomcat not closing connections?

2001-08-13 Thread George Burrows
Hi, I have tomcat 3.1.1 installed on a solaris box. It is talking to apache on a different solaris box. Apache is setup to have a maximum of 256 processes but rarely actually goes above 150. When I check how many connections are talking to port 8007 I get over 400 using the following command :

Tomcat Crushes after few hours of working

2001-08-13 Thread Barnabas Yohannes
Folks, At the mod_Jk.log file at tomcat server, the following errors are displayed repeatedly: - [jk_ajp13_worker.c (584)]: Error connecting to the Tomcat process. [jk_connect.c (143)]: jk_open_socket, connect() failed errno = 111 [jk_ajp13_worker.c (173)]: In

RE: Tomcat 4.0 Status

2001-08-13 Thread Jim Urban
When will it be ready for prime time (production)? -Original Message- From: Bo Xu [mailto:[EMAIL PROTECTED]] Sent: Monday, August 13, 2001 9:24 AM To: [EMAIL PROTECTED] Subject: Re: Tomcat 4.0 Status Jim Urban wrote: I just got back from a 2 week vacation, and was wondering what the

problem with mod_webapp.so on Solaris

2001-08-13 Thread John Harris
I'm trying to upgrade to Tomcat 4.0, using my current install of Apache 1.3.19. I am able to make mod_webapp.so just fine, but when I go to test apache with apachectl configtest I get the error: Syntax error on line 72 of /usr/local/apache/conf/httpd.conf: Cannot load

Re: Tomcat 4.0 Status

2001-08-13 Thread Pier P. Fumagalli
Jim Urban at [EMAIL PROTECTED] wrote: I just got back from a 2 week vacation, and was wondering what the status of Tomcat 4.0 was. When will it be ready for prime time (production)? Now :) We're calling it beta because it would be pointless to have a FINAL piece of software implementing a

Re: problem with mod_webapp.so on Solaris

2001-08-13 Thread Pier P. Fumagalli
John Harris at [EMAIL PROTECTED] wrote: I'm trying to upgrade to Tomcat 4.0, using my current install of Apache 1.3.19. I am able to make mod_webapp.so just fine, but when I go to test apache with apachectl configtest I get the error: Syntax error on line 72 of

Re: JSP in XML format

2001-08-13 Thread Craig R. McClanahan
On Sun, 13 Aug 2000, Diego.Tomcat wrote: I have not understand how I can use XML format instead of classic JSP format. I write a JSP page in XML format and then ...? Then the JSP page compiler treats it just like any other JSP page (recompiles it when changes occur, and so on). You do

Re: How-To configure Tomcat4.0 with Apache to serve servlets/jsprequest?

2001-08-13 Thread Craig R. McClanahan
On Mon, 13 Aug 2001, Satyan Nair wrote: Hi All, How-To configure Tomcat4.0 with Apache to serve servlets/jsp request? I m not yet successful in doing so. Till now i using the port 8080 to run my examples. Let me know if there is any documentation available to help configure tomcat4 with

How to get userRole from Tomcat 3.2.3?

2001-08-13 Thread me
Hi, I am using JDBCRealm and need a convenient way to get the userRoles of the user. GetRemoteUser is not the right way. In the source code of JDBCRealm I found a getuserRoles method - how can I use it in my own servlets? Calling jedbcRealm = new JDBCRealm() and then jdbcRealm.getuserRoles do

Tomcat stops serving requests...Please help

2001-08-13 Thread Venu Babu
Hi! we are using Tomcat 3.2.1 with Apache http server. We are using this setup in production. After running 3 days, Tomcat stopped serving requests and throws null pointer exception when tried to access any JSP. See the exception below... Internal Servlet Error: java.lang.NullPointerException at

RE: How to get userRole from Tomcat 3.2.3?

2001-08-13 Thread Filip Hanik
javax.servlet.http.HttpServletRequest contains these methods public boolean isUserInRole(java.lang.String role) public java.security.Principal getUserPrincipal() Filip ~ Namaste - I bow to the divine in you ~ Filip Hanik Software Architect [EMAIL PROTECTED] www.filip.net -Original

Re: How to get userRole from Tomcat 3.2.3?

2001-08-13 Thread Andrew Robson
Why not use HttpServletRequest boolean isUserInRole(java.lang.String role) andrew On Mon, 13 Aug 2001, you wrote: Hi, I am using JDBCRealm and need a convenient way to get the userRoles of the user. GetRemoteUser is not the right way. In the source code of JDBCRealm I found a

Re: ClassLoader

2001-08-13 Thread jochen mader
Moving things from Tomcat's internal classes (any version) into your /WEB-INF/lib is *not* going to work. What are you trying to accomplish that the standard class loading model does not support? Just saying I want to use a classloader inside my servlet does not help much in getting

Re: How to I build Tomcat with SSL?

2001-08-13 Thread Eoin Woods
Date: Mon, 13 Aug 2001 09:04:50 -0400 From: Peter Markowsky [EMAIL PROTECTED] Subject: How to I build Tomcat with SSL? I've looked at the documentation, downloaded the classes and xerces 1.4.1. But am now faced with the actual how do I rebuild Tomcat. I'm very new at this. I've just had to

ThreadPool: Pool exhausted with 100 threads.

2001-08-13 Thread krishna allam
Hi All I am getting the following message written at console and tomcat server is not responding once the message is displayed. Next few sentences are from the tomcat.properties file for the Thread pool # # Thread Pool parameters # # Enables or disables the use

ThreadPool: Pool exhausted with 100 threads.

2001-08-13 Thread krishna allam
Hi All I am getting the following message written at console and tomcat server is not responding once the message is displayed. Next few sentences are from the tomcat.properties file for the Thread pool # # Thread Pool parameters # # Enables or disables the use

Restarting Tomcat/Apache

2001-08-13 Thread Simon Hardingham
Hi, I am having problems restarting Tomcat. It can be a real problem to get Tomcat to shutdown (often requiring a killall java). Even then starting up can be intermittent. Has anyone else had any problems with starting and stopping Tomcat. System details are: RedHat Linux 7.1 on Intel

Getting *original* request path

2001-08-13 Thread August Detlefsen
How do I get the original request URI or path after a page has been forwarded using pageContext.forward()? The webapp I'm developing uses pageContext.forward() to send requests to different JSPs for processing (for example to send someone to a login page if they are not logged in), but once they

Re: Restarting Tomcat/Apache

2001-08-13 Thread Vladimir Grishchenko
Had the same problem, never figured out how to get rid of it. I used it stand alone. -V. - Original Message - From: Simon Hardingham [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Monday, August 13, 2001 10:27 AM Subject: Restarting Tomcat/Apache Hi, I am having problems restarting

apache and tomcat

2001-08-13 Thread matt
I constantly have about 30 TIME-WAIT connections between the apache and tomcat ports on my localhost. I am wandering if this is normal and if not how to get around it. I also notice that my mod_jk.log file fills up with this error; [jk_ajp12_worker.c (596)]: ajpv12_handle_response, error

Re: Restarting Tomcat/Apache

2001-08-13 Thread Jan Labanowski
You have to have the ajp12 instantiated in server.xml file just for shutdown, even if you do not use it in workers.properties Just copy the ajp13 connector stuff and change ajp12 - ajp13 It usually helps... On Mon, 13 Aug 2001, Simon Hardingham wrote: Hi, I am having problems restarting

Subject: Illegal Load: 0.75 from Tomcat

2001-08-13 Thread allan murota
I use Tomcat 4.0-b6 right now. And I frequentlly run into an error as the followings: A Servlet Exception Has Occurred Exception Report: org.apache.jasper.JasperException: Unable to compile class for JSP .. Root Cause: java.lang.IllegalArgumentException: Illegal Load: 0.75 If I try

Re: 'Illegal Load: 0.75' from Tomcat

2001-08-13 Thread Rob S.
Hashtable/Map problem? - r On Mon, 13 Aug 2001 11:06:38 -0700 [EMAIL PROTECTED] wrote: I use Tomcat 4.0-b6 right now. And I frequentlly run into an error as the followings: A Servlet Exception Has Occurred Exception Report: org.apache.jasper.JasperException: Unable to compile

Apache+Tomcat+SSL+IE5.5

2001-08-13 Thread java
Hi, I have a web server with Apache (with SSL) + Tomcat (with ajp13) Tomcat don't have a HTTP connector. My application only use JSP-servlets(no static page). It work perfectly with IE5.0 , Netscape 4 or Netscape 6 When I use IE5.5 to connect to my apache i have this message from IE : (i have a

Re: How to get userRole from Tomcat 3.2.3?

2001-08-13 Thread Craig R. McClanahan
On Mon, 13 Aug 2001 [EMAIL PROTECTED] wrote: Hi, I am using JDBCRealm and need a convenient way to get the userRoles of the user. GetRemoteUser is not the right way. In the source code of JDBCRealm I found a getuserRoles method - how can I use it in my own servlets? Calling jedbcRealm =

RE: Apache+Tomcat+SSL+IE5.5

2001-08-13 Thread Martin van den Bemt
It has to do with settings in the browser that it gives this message. If you refere one thing to http in eg the header (eg external css stylesheet or external js file) then this messag is given. Mvgr, Martin -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On

Re: Getting *original* request path

2001-08-13 Thread Craig R. McClanahan
On Mon, 13 Aug 2001, August Detlefsen wrote: How do I get the original request URI or path after a page has been forwarded using pageContext.forward()? The webapp I'm developing uses pageContext.forward() to send requests to different JSPs for processing (for example to send someone to a

RE: Error Log

2001-08-13 Thread Randy Paries
This is an error from a user that bookmarks your site with an IE5 browser. The browser looks by default for favicon.ico in the root directory. /usr/local/apache/htdocs/favicon.ico -Original Message- From: Barnabas Yohannes [mailto:[EMAIL PROTECTED]] Sent: Monday, August 13, 2001 2:56 PM

Connection reset by peer: socket write error NOT harmless

2001-08-13 Thread alex reuter
Hello List! This is my first post here, so sorry for the length. I'm running a binary distribution of tomcat 3.2.3 on Windows NT, developing in JDDeveloper 3.2.2. I have a client java program which sends a simple SQL string to a servlet which gets an image from our database and returns it. No

Re: Restarting Tomcat/Apache

2001-08-13 Thread Mike McGuinness
I use jave just about the exact same configuration and I don't have the problems you state. I have noticed that if I restart tomcat *without* restarting apache, there are problems. To restart I use the following script: #!/bin/bash /usr/apache/bin/apachectl stop sleep 2

Re: Getting *original* request path

2001-08-13 Thread August Detlefsen
That's actually what I wound up doing. I just wanted to make sure that there wasn't a simpler way. It seems to me there should be a method in the API for just such occasions... -August --- Craig R. McClanahan [EMAIL PROTECTED] wrote: On Mon, 13 Aug 2001, August Detlefsen wrote: How do

Re: Apache Tomcat mod_jk

2001-08-13 Thread Jan Labanowski
You need to do some reading. Usually, apache runs on port 80 Usually, tomcat web server runs on port 8080 (of course, you can change it) If you get to Tomcat via apache, you should be able to do http://my.machine/examples and see tomcat examples. If you do not see them, your connector (mod_jk)

Re: Error Log

2001-08-13 Thread Barnabas Yohannes
Thank you Randy, This is very true. In fact, I bookmarked the site and it did it again. What do you think is the solution? Is there any where that I can download the favicon.ico and put it to the root directory? We looked the file up in all the directories, but non of the files are loaded in

RE: Error Log

2001-08-13 Thread Martin van den Bemt
Create an nice windows icon file yourself.. Mvgr, martin -Original Message- From: Barnabas Yohannes [mailto:[EMAIL PROTECTED]] Sent: Monday, August 13, 2001 10:36 PM To: [EMAIL PROTECTED] Subject: Re: Error Log Thank you Randy, This is very true. In fact, I bookmarked the site

Re: Error Log

2001-08-13 Thread Barnabas Yohannes
Jeff, This code_red virus seems a Microsoft IIS issue. Do you think this virus also could attack an apache server? - Original Message - From: Jeff Rancier [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Monday, August 13, 2001 3:06 PM Subject: RE: Error Log You're server is receiving

RE: Connection reset by peer: socket write error NOT harmless

2001-08-13 Thread alex reuter
Just to give you some more background info(you being the kind hearted soul who read my last post) The image is ALWAYS corrupted if I run the client program from another machine on our local network. Also, if I add the following line of code to the servlet: out.flush(); sandwiched between:

RE: Error Log

2001-08-13 Thread Jeff Rancier
Nope. -Original Message- From: Barnabas Yohannes [mailto:[EMAIL PROTECTED]] Sent: Monday, August 13, 2001 4:39 PM To: [EMAIL PROTECTED] Subject: Re: Error Log Jeff, This code_red virus seems a Microsoft IIS issue. Do you think this virus also could attack an apache server? -

Re: Error Log

2001-08-13 Thread Pier P. Fumagalli
Barnabas Yohannes at [EMAIL PROTECTED] wrote: Jeff, This code_red virus seems a Microsoft IIS issue. Do you think this virus also could attack an apache server? It can NOT attack any other web server BUT Microsoft IIS... Apache, Tomcat and all the others are NOT AFFECTED by code red...

RE: Error Log

2001-08-13 Thread Martin van den Bemt
This is a specific thing to IIS so don't worry. Request can be done although to see if it is infected. Check the ip addresses and see if they come from a source likely to be a normal visitor, if not mail them that there is something strange going on ;-)) Mvgr, Martin -Original Message-

Integrating Tomcat with Other Servers

2001-08-13 Thread Brandon Cruz
Is there a list anywhere of Web Servers that Tomcat can integrate with? I know it can link to Apache, IIS, and Netscape. What about things like Novell, Domino, etc.? A link to any page would be appreciated! Thanks! Brandon

RE: Not related to JSP's feel free to ignore

2001-08-13 Thread Jann VanOver
You mean to post a form without the user getting a dialog box if they've asked to be notified of posts? Absolutely not. -Original Message- From: Kyle Wayne Kelly [mailto:[EMAIL PROTECTED]] Sent: Friday, August 10, 2001 10:19 PM To: [EMAIL PROTECTED] Subject: Re: Not related to JSP's

RE: Not related to JSP's feel free to ignore

2001-08-13 Thread Axel
Should be possible with a JavaScript. But I think it's not a good idea. Who has to submit a hidden form has to hide something. ;-) Axel -Original Message- From: Jann VanOver [mailto:[EMAIL PROTECTED]] Sent: Montag, 13. August 2001 23:05 To: '[EMAIL PROTECTED]' Subject: RE: Not related

RE: How to prevent Tomcat/Jasper to forward JSP comments ?

2001-08-13 Thread Jann VanOver
Your JSP comments (%-- this is a JSP comment --%) will NEVER be sent out to the client, at least not by Tomcat. -Original Message- From: Frederic [mailto:[EMAIL PROTECTED]] Sent: Thursday, August 09, 2001 8:07 AM To: [EMAIL PROTECTED] Subject: How to prevent Tomcat/Jasper to forward JSP

RE: unable to instantiate LoginConfiguration while using jaas in servlet

2001-08-13 Thread Ye, Tao
Hi, Charlie, Thanks for the reply. I had AllPermission set on jaas.jar. It's not because of the permissions, but we have solved the problem. It seems to be a known problem in the servlet world. The problem lies in the behavior of jaas loading LoginModule, and LoginConfiguration objects. It only

Control the number of request's

2001-08-13 Thread Pablo Morillas
Hello all. Can anyone explain me (and to all people of the list) how control the number of request that one client can do? I'm using Tomcat 3.2.3 and if one client with IE or NN push Reload several times, my server does one connection to the DataBase in all the requests. Then, the Oracle 8i

Re: Control the number of request's

2001-08-13 Thread matt
you could create a database thread-pool. This way only a certain amount of connections could come from any 1 server. -m

RE: Error Log

2001-08-13 Thread Dmitri Colebatch
favicon.ico is a 16x16 icon that IE looks for if a user has bookmarked a page. If its present, IE puts it next to the address in the address bar. cheers dim On Mon, 13 Aug 2001, Jeff Rancier wrote: You're server is receiving what appears to be the code_red virus stuff. You must be

RE: Error Log

2001-08-13 Thread Dmitri Colebatch
sorry - should read all my mail before replying (o: On Tue, 14 Aug 2001, Dmitri Colebatch wrote: favicon.ico is a 16x16 icon that IE looks for if a user has bookmarked a page. If its present, IE puts it next to the address in the address bar. cheers dim On Mon, 13 Aug 2001, Jeff

RE: Runtime command in jsp

2001-08-13 Thread Tu-Anh Nguyen
Please unsubcribe me! Thanks. Tuanh -Original Message- From: Ramachandran, Sudhir [mailto:[EMAIL PROTECTED]] Sent: Monday, August 13, 2001 3:47 PM To: [EMAIL PROTECTED] Subject: Runtime command in jsp Hi All, I am calling a separate process in my jsp page as Process

RE: Error Log

2001-08-13 Thread Tim O'Neil
At 01:46 PM 8/13/2001, Jeff wrote: Nope. Jeff, This code_red virus seems a Microsoft IIS issue. Do you think this virus also could attack an apache server? Well, yes, it can attack an Apache server all it wants, the good thing is that this vulnerability doesn't exist on Apache. The worst

Trouble running a servlet

2001-08-13 Thread Kenneth Litwak
I'm trying to run a basic servlet tutorial using tomcat on Win 2000 with Netscape. It doens't work. I start tomcat, and get 2001-08-13 03:34:12 - ContextManager: Adding context Ctx( /examples ) 2001-08-13 03:34:12 - ContextManager: Adding context Ctx( /admin ) Starting tomcat. Check

Re: Runtime command in jsp

2001-08-13 Thread Beth Kelly
1. exec commands are Strings. 2. arguments are in an array. 3. your program should not even compile. Kyle Wayne Kelly (504)391-3985 http://www.cs.uno.edu/~kkelly - Original Message - From: Ramachandran, Sudhir [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Monday, August 13, 2001 3:47 PM

Re: Trouble running a servlet

2001-08-13 Thread Jan Labanowski
Try http://localhost:8080/servlet/MyServletClass assuming that your class is in $TOMCAT_HOME/webapps/ROOT/WEB-INF/classes/MyServletClass.class On Mon, 13 Aug 2001, Kenneth Litwak wrote: I'm trying to run a basic servlet tutorial using tomcat on Win 2000 with Netscape. It doens't work.

Re: Control the number of request's

2001-08-13 Thread Tim O'Neil
At 03:18 PM 8/13/2001, you wrote: Hello all. Can anyone explain me (and to all people of the list) how control the number of request that one client can do? I'm using Tomcat 3.2.3 and if one client with IE or NN push Reload several times, my server does one connection to the DataBase in all the

Re: Trouble running a servlet

2001-08-13 Thread Kenneth Litwak
I still make make this work. I've made sure my servlet class is in TOMCAT_HOME\webapps\ROOT\WEB-INF\clsses and get this Not Found (404) Original request: http://localhost:8080/servlet/LibraryServlet Not found request: http://localhost:8080/servlet/LibraryServlet This has to be something

Encoding =. Catalina does not understand http parameter with un-encoded equal sign inside param value

2001-08-13 Thread Roytman, Alex
Hello Catalina does not understand http parameter with un-encoded equal sign inside i.e. myparam=fname='alex';lname='roytman' It use to work in Tomcat 3.x and I wonder if equal sign in parameter value has to be encoded according to specs or not

Re: Encoding =. Catalina does not understand http parameter withun-encoded equal sign inside param value

2001-08-13 Thread Craig R. McClanahan
On Mon, 13 Aug 2001, Roytman, Alex wrote: Hello Catalina does not understand http parameter with un-encoded equal sign inside i.e. myparam=fname='alex';lname='roytman' It use to work in Tomcat 3.x and I wonder if equal sign in parameter value has to be encoded according to specs or not

Information of SSL

2001-08-13 Thread bharat
hi, I am Bharat. I would like to know some information from you regarding : setup ssl for tomcat i have followed all the steps and generated the keystore file. but i am getting problem while configuring server.xml. in server.xml there are few lines which are said to be uncommented to setup

Tomcat 3.x odd behavior...

2001-08-13 Thread Pier P. Fumagalli
My turn for questions now :) I'm tired of replying... :) I have a production server running both TC4 and TC3, plus a bunch of other services... Now, the server crashed tonight, and I found that I had approximately 35.000 unlinked inodes after the reboot... 120 owned by TC4, apache, mysql,

mod_webapp with Apache 2.0

2001-08-13 Thread Ian Kallen [EMAIL PROTECTED]
I was just perusing the jakarta-tomcat-connectors tree and found plenty about building with Apache 1.3 but no mention of 2.0 -- is there a separate tree for it or something? cheers, -Ian -- Ian Kallen [EMAIL PROTECTED] | AIM: iankallen

Re: mod_webapp with Apache 2.0

2001-08-13 Thread Pier P. Fumagalli
Ian Kallen [EMAIL PROTECTED] at [EMAIL PROTECTED] wrote: I was just perusing the jakarta-tomcat-connectors tree and found plenty about building with Apache 1.3 but no mention of 2.0 -- is there a separate tree for it or something? Sorry, but mod_webapp has not yet been written for 2.0 :) :)

Re: Tomcat 3.x odd behavior...

2001-08-13 Thread rks
Why would anyone want to watch a Bolywood movie? This will not help you recover your crashed system. Pier (watching a marvelous BollyWood movie -with subtitles- while looking @ reconnecting inodes) Rk x77309

Tomcat dies... help!

2001-08-13 Thread Ronald Vyhmeister
Tomcat is having serious problems which only happen at night when the usage goes light... go figure. here's the one consistent thing I know. It gives this error and then dies... [jk_ajp13_worker.c (203)]: connection_tcp_get_message: Error - jk_tcp_socket_rec vfull failed [jk_ajp13_worker.c

RE: Tomcat 3.x odd behavior...

2001-08-13 Thread Rob S.
Sorry to clog the list, but... hahahahha! =) - r -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Monday, August 13, 2001 10:38 PM To: [EMAIL PROTECTED] Subject: Re: Tomcat 3.x odd behavior... Why would anyone want to watch a Bolywood movie? This

Re: How to deploy war file dynamically, like JBOSS

2001-08-13 Thread James Bromberger
Perhaps this will help: http://www.jguru.com/faq/view.jsp?EID=455587 [EMAIL PROTECTED] 08/14/01 02:01pm Hi, In our system, we'll use TOMCAT 3.2. And we want to deploy war file dynamically without restarting TOMCAT. Is it possible? From the document of TOMCAT 3.2, it seems that there is no

what are war files?

2001-08-13 Thread bastian . wagner
sorry for that question, but i dont know it thx bastian