RE: [OT]Attn developers of Tomcat and JK

2005-02-09 Thread Pawson, David
-Original Message- From: Didier McGillis Really this is way out of line. As everyone has said this is a free product with no formalized support structure, and no claims of any support. Just doodling. My guess, tomcat in various guises, is being used

Client-Servlet LDAP authentication

2005-02-09 Thread bohldan bohldan
Im writing a client-servlet program. If i use a client (not webbrowser) is it then possible to use Tomcat Realm(JNDI) to authenticate to LDAP using SOAP(Axis) protocol? Or do i have to make the authentication myself in my java servlet using JNDI (is this safe by the way)? Client---SOAP---

mod_jk2

2005-02-09 Thread Richard Walters
how/where does mod_jk2 know where to find java you have to have tomcat running to make it work? where do error messages show up? Richard - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail:

Support Information Regarding - Missing Characters

2005-02-09 Thread support
Thank you for emailing Blizzard Entertainments Technical Support Department. In order to provide you with greater assistance, we have developed an automated reply system which evaluates your message and generates a detailed response towards it. Please read through this message as our

Re: JNDI without edit server.xml

2005-02-09 Thread Harry Mantheakis
Any idea? No idea I'm afraid :-/ All I can tell you for sure is that this stuff *does* work, pretty much out-of-the-box, as described in the Tomcat docs - but everything has to be spot on. So don't lose faith, even if that means starting from scratch again - which might be worth considering,

Re: using shared objects from tomcat

2005-02-09 Thread Andreas Andersson
Benson Margulies wrote: -- Tomcat can't 'ignore' LD_ environment variables. They control how ld.so loads the JVM into the process address space and links it. You put env settings in bin/setenv.sh. You will need such a setting for LD_LIBRARY_PATH, at least. Thanks! The LD_DEBUG environment variable

Re: timestamp protocol (RFC 3161)

2005-02-09 Thread Joel
Anyone? (B (B This is kind of a long shot, but I was wondering if anyone here has any (B experience with bouncy castle's timestamp protocol stuff that they'd (B care to share. (B (B I need to implement a tsa server and client, and I'd just feel more (B comfortable if I weren't depending

Re: HTTPconnector problem

2005-02-09 Thread reynir
hi charles, thanx again. I updated to 4.1.31 and it works now. -reynir Caldarale, Charles R wrote: From: reynir [mailto:[EMAIL PROTECTED] Subject: Re: HTTPconnector problem What is the secure=true then for ? My guess is that it's intended more for the proprietary connectors like AJP13, but

Running 5.5.4 from netbeans

2005-02-09 Thread Michael Davis
Hi, I asked this question on the netbeans list, and got no reply, so I'm trying my luck here: I'm using Netbeans 4.1 EA2. I've got a web app which works fine with the built-in tomcat 5.0. But I'd like to use an external 5.5.4 (same machine though). When I try to run the app, I get the following

Re: [OT] Re: Compression in the server.xml

2005-02-09 Thread Tim Funk
No. They are written in 2 different languages and have 2 different purposes. -Tim Graham Reeds wrote: Tim Funk wrote: Compression is useless if you use apache in front of tomcat. Do you think that there will be a merging of Tomcat and Apache in the future? Random speculation appreciated.

Re: IllegalStateException: getOutputStream() has already been called for this response

2005-02-09 Thread DAVID TURNER
Thanks for the advice Roberto. I agree that the approach is wrong, but in my real application I definitely use the MVC pattern as much as possible. The problem I'm running into is that my servlet calls other classes to do the business logic. One of these classes does XSLT. What I end up doing

Re: Running heavily loaded tomcat sites.

2005-02-09 Thread DAVID TURNER
I'm interested in reading your paper, but the link you provided requires a userid and password Wojciech Sobczuk [EMAIL PROTECTED] 02/08/2005 06:18 PM Please respond to Tomcat Users List tomcat-user@jakarta.apache.org To tomcat-user@jakarta.apache.org cc Subject Running

Re: [OT] Re: Compression in the server.xml

2005-02-09 Thread Remy Maucherat
On Wed, 09 Feb 2005 06:31:07 -0500, Tim Funk [EMAIL PROTECTED] wrote: No. They are written in 2 different languages and have 2 different purposes. Indeed. Integration will improve, though (the Apache/Tomcat connector will be bundled in Apache and will be compatible with all the other module

Re: IllegalStateException: getOutputStream() has already been called for this response

2005-02-09 Thread Roberto Cosenza
Just don't pass the ouput stream that you get from the servlet but create a new one. When you are done with your business, you'll copy the one on the other. On Wed, 9 Feb 2005 08:24:05 -0500, DAVID TURNER [EMAIL PROTECTED] wrote: Thanks for the advice Roberto. I agree that the approach is

Regarding JNDI-Realm

2005-02-09 Thread bohldan bohldan
i wonder can i use JNDIRealm for accessing ldap server if i have a client - servlet solution or is it only for webbrowser-servlet solutions ? If i can use it does anyone know a good tutorial i dont get the one in jakartas page to work.. //Johan

RE: JTDS help

2005-02-09 Thread Charles P. Killmer
Well I have the clock on my Win XP Pro box set to sync with time-a.nist.gov. It looks right to me. If it is wrong it is only of by a minute or so. Charles -Original Message- From: Caldarale, Charles R [mailto:[EMAIL PROTECTED] Sent: Tuesday, February 08, 2005 5:12 PM To: Tomcat Users

RE: Trouble getting CGI script to execute

2005-02-09 Thread Brelsfoard, Alex
Luckily this server is dedicated to this one application. And I have everything backed up. Though security is ALWAYS an issue, it's at least less of an issue on this server. If today's attempts do not get this woprking, I am most likely just going to turn off Tomcat's CGI abilities and then

simple question about mod_jk2

2005-02-09 Thread Olve Hansen
I see from the (old) docs that a channel has a timeout setting. http://jakarta.apache.org/tomcat/connectors-doc-archive/jk2/jk2/printer/configwebcom.html#sub_channel.socket Is this in seconds or milliseconds? The docs about an ajp.worker it is specified that the timeouts is in millisecs, but not

configuring SSL on tomcat 5

2005-02-09 Thread Chris Hosler
I have a brand new tomcat 5 server that is up and running. I am also brand new when it comes to Tomcat. I need to configure SSL on it . I pulled the how to documents off the local server and I also pulled a document off verisign website ID# VS26254 Which is for configuring a tomcat ver4 server. I

Support Information Regarding - CD-Key Issues

2005-02-09 Thread support
Thank you for emailing Blizzard Entertainments Technical Support Department. In order to provide you with greater assistance, we have developed an automated reply system which evaluates your message and generates a detailed response towards it. Please read through this message as our

RE: mod_jk2

2005-02-09 Thread Mike Curwen
-Original Message- From: Richard Walters [mailto:[EMAIL PROTECTED] Sent: Wednesday, February 09, 2005 2:54 AM To: tomcat-user@jakarta.apache.org Subject: mod_jk2 how/where does mod_jk2 know where to find java mod_jk2 doesn't need to find java. you have to have tomcat

Re: virtualhost and deployment applications

2005-02-09 Thread Delian Krustev
Carlos Gabriel Arce wrote: Thanks for your answer. I'll show you my server.xml conf: Define a separate workDir for each vhost. More info in ${CATALINA_HOME}/webapps/tomcat-docs/config/host.html - To unsubscribe, e-mail:

launching Tomcat 5.0.3 from Eclipse 3.0.1

2005-02-09 Thread hicham
Hello I've managed to install lomboz plugin on eclipse , and tomcat 5.0.3 under Fedora core 3 now I need to start tomcat from eclipse ( logged as a user ) Thanks for your help - To unsubscribe, e-mail: [EMAIL PROTECTED] For

source for JDBCRealm?

2005-02-09 Thread Stephen Charles Huey
I've been looking around the Apache/Jakarta site, and I can't find the Realm-related stuff (I understand it's separate from Tomcat). We're running Tomcat 4, and I'd like to hack the query JDBCRealm sends to Oracle so username checks are not case insensitive. Btw, which JAR in my Tomcat

Limit infinite loop damage

2005-02-09 Thread Garthfield Carter
Sorry I posted this earlier but it joined the wrong thread. I'm using Tomcat 5.0.27 with Sun SDK 1.4.2. A user managed to bring the whole server to a grinding halt for 6 hours after he created a Servlet which had an infinite loop. The piece of code that contained the infinite loop had a MySQL

Support Information Regarding - C0000005

2005-02-09 Thread support
Thank you for emailing Blizzard Entertainments Technical Support Department. In order to provide you with greater assistance, we have developed an automated reply system which evaluates your message and generates a detailed response towards it. Please read through this message as our

Tomcat 5.0.28 build from source

2005-02-09 Thread Jan Brinkmann
Hi, first of all I would like to tell you that I'm now the maintainer for Tomcat inside of Gentoo Linux (www.gentoo.org). We already have Tomcat integrated into the portage tree (i.e. we already have a Gentoo Linux specific Tomcat package) but the old one is pretty unmaintained. Nobody has

Re: Limit infinite loop damage

2005-02-09 Thread Delian Krustev
Garthfield Carter wrote: Sorry I posted this earlier but it joined the wrong thread. I'm using Tomcat 5.0.27 with Sun SDK 1.4.2. A user managed to bring the whole server to a grinding halt for 6 hours after he created a Servlet which had an infinite loop. The piece of code that contained

Support Information Regarding - CD-Key Issues

2005-02-09 Thread support
Thank you for emailing Blizzard Entertainments Technical Support Department. In order to provide you with greater assistance, we have developed an automated reply system which evaluates your message and generates a detailed response towards it. Please read through this message as our

RE: launching Tomcat 5.0.3 from Eclipse 3.0.1

2005-02-09 Thread Caldarale, Charles R
From: hicham [mailto:[EMAIL PROTECTED] Subject: launching Tomcat 5.0.3 from Eclipse 3.0.1 I've managed to install lomboz plugin on eclipse , and tomcat 5.0.3 under Fedora core 3 Just for curiosity's sake, why are you using such an ancient level of Tomcat? Or do you mean 5.0.30? -

RE: Support Information Regarding - CD-Key Issues

2005-02-09 Thread Didier McGillis
who? what? and where? From: [EMAIL PROTECTED] Reply-To: Tomcat Users List tomcat-user@jakarta.apache.org To: tomcat-user@jakarta.apache.org Subject: Support Information Regarding - CD-Key Issues Date: Wed, 9 Feb 2005 09:56:00 -0800 Thank you for emailing Blizzard Entertainments Technical Support

RE: JTDS help

2005-02-09 Thread Charles P. Killmer
I have noticed that if I let FileMon just sit, every ten seconds, java.exe runs through a bunch of directories. Is this normal? It doesn't seem to contribute to the slow down as I have positioned my web requests in between the ten second intervals and it still is slow. There must be

stop context properly

2005-02-09 Thread Lionel Farbos
Hi all, I work with Tomcat 4.1.31, with the Manager, and I search how to stop a context without interrupting its running threads ? When I test a stop on my Context (/testServlet), I see a log like this : 2005-02-08 17:37:16 HTMLManager: stop: Stopping web application at '/testServlet'

Load-balancing tomcats according to load?

2005-02-09 Thread dhay
Hi, I am using Apache to load balance a set of Tomcat servers. However, a round-robin or simple load-factor algorithm is not sufficient, as some of the requests we receive trigger very intensive operations on a tomcat server. I've been discussing this on the dev list, and there doesn't seem to

Re: launching Tomcat 5.0.3 from Eclipse 3.0.1

2005-02-09 Thread hicham
Caldarale, Charles R wrote: From: hicham [mailto:[EMAIL PROTECTED] Subject: launching Tomcat 5.0.3 from Eclipse 3.0.1 I've managed to install lomboz plugin on eclipse , and tomcat 5.0.3 under Fedora core 3 Just for curiosity's sake, why are you using such an ancient level of Tomcat? Or do you

RE: JTDS help

2005-02-09 Thread Charles P. Killmer
I have also tried these methods since. %@ page language=java import=java.sql.*% %@ page language=java import=java.util.Properties% % Properties p = new Properties(); p.put(user, *); p.put(password, **); Driver d = (Driver)Class.forName(net.sourceforge.jtds.jdbc.Driver).newInstance();

help: connecting Tomcat 5.5 to Apache 2.0 with mod_jk 1.2.8 on ISP's server

2005-02-09 Thread Jason Nichols
Hello all: I've been working on installing Tomcat 5.5 with Apache 2.0 for about two weeks now, and I've been stuck with an error for a week. A lot of my difficulty is that I'm working on a leased ISP's server, and am dealing with a complex pre-existing Apache installation. If you can help or

Re: help: connecting Tomcat 5.5 to Apache 2.0 with mod_jk 1.2.8 on ISP's server

2005-02-09 Thread Christopher G. Stach II
Try something like this in your httpd.conf: IfDefine HAVE_JK LoadModule jk_module modules/mod_jk.so IfModule mod_jk.c JkWorkerPropertyworker.musegraphicsworker.type=ajp13 JkWorkerPropertyworker.musegraphicsworker.host=127.0.0.1 JkWorkerProperty

Re: JTDS help

2005-02-09 Thread Gary Evesson
Charles P. Killmer wrote: I have also tried these methods since. %@ page language=java import=java.sql.*% %@ page language=java import=java.util.Properties% % Properties p = new Properties(); p.put(user, *); p.put(password, **); Driver d =

RE: JTDS help

2005-02-09 Thread Peter Crowther
From: Charles P. Killmer [mailto:[EMAIL PROTECTED] There must be something wrong with my tomcat/JTDS setup. Charles, To be clear: You have run osql.exe, on the same machine as the Tomcat process, as the same user as your Tomcat process, and it connects quickly and runs queries quickly? I

Re: Attn developers of Tomcat and JK

2005-02-09 Thread nyhgan
Well, this clearly seems to be a configuratino issue. I used to see the kind of error messages in your email when I first started using Tomcat5.x and JK2, but they are all gone now. I forgot how I fixed the problem but my server has been running for about 6 months without any problem.

Apache Tomcat modjk - loss of communication - possibly tuning issue?

2005-02-09 Thread Sharon French
Under heavy loads the following errors appear in the mod_jk.log: [jk_ajp_common.c (681)]: ERROR: can't receive the response message from tomcat, network problems or tomcat is down. [jk_ajp_common.c (1050)]: Error reading reply from tomcat. Tomcat is down or network problems.

Support Information Regarding - C0000005

2005-02-09 Thread support
Thank you for emailing Blizzard Entertainments Technical Support Department. In order to provide you with greater assistance, we have developed an automated reply system which evaluates your message and generates a detailed response towards it. Please read through this message as our

Re: Apache Tomcat modjk - loss of communication - possibly tuning issue?

2005-02-09 Thread nyhgan
I think the best way is to increase the maxProcessors and acceptCount to be the same as the apache webserver. Check for the MaxClients entry in the httpd.conf. Sharon French [EMAIL PROTECTED] wrote:Under heavy loads the following errors appear in the mod_jk.log: [jk_ajp_common.c

Re: Session Objects

2005-02-09 Thread Mario Winterer
Hi! Is it really necessary to hold all active session objects in a global variable? I can't imagine a situation that would require this! Tex Jagadeesha T wrote: Thanks for responding. To manage session between an apllication and web servers. Is there any way to get that worked in clustered

Re: Session Objects

2005-02-09 Thread nyhgan
Have you considered storing your session objects to database? Mario Winterer [EMAIL PROTECTED] wrote:Hi! Is it really necessary to hold all active session objects in a global variable? I can't imagine a situation that would require this! Tex Jagadeesha T wrote: Thanks for responding.

Re: source for JDBCRealm?

2005-02-09 Thread Frank Schaare
Hi, i´ve downloaded the sources (search for tomcat-4.1.xx-src.zip) and attached it in Eclipse. Though í've got full access to the classes. The interface is JDBCRealm ! Stephen Charles Huey schrieb: I've been looking around the Apache/Jakarta site, and I can't find the Realm-related stuff (I

Re: Trouble getting CGI script to execute

2005-02-09 Thread Mark Thomas
Brelsfoard, Alex wrote: Luckily this server is dedicated to this one application. And I have everything backed up. Though security is ALWAYS an issue, it's at least less of an issue on this server. If today's attempts do not get this woprking, I am most likely just going to turn off Tomcat's

RE: Trouble getting CGI script to execute

2005-02-09 Thread Brelsfoard, Alex
Thanks I really appreciate your help. --Alex Alex Brelsfoard Web Applications Developer Web Development Office Worcester Polytechnic Institute 508-831-6147 [EMAIL PROTECTED] -Original Message- From: Mark Thomas [mailto:[EMAIL PROTECTED] Sent: Wednesday, February 09, 2005 4:42 PM To:

Re: Trouble getting CGI script to execute

2005-02-09 Thread David Smith
I know I'm coming into this very late. I was hoping Mark was going to nail this on the head for you -- especially since I don't actually use the cgi-servlets piece in my stuff. But I also hate to see a problem like this get stalled. Question 1: This is a basic one, but I've had my share of

Hardware Server failure with mod_jk

2005-02-09 Thread Betts, Chuck
Hi, We are doing research with Apache+mod_jk+Tomcat testing the failover behavior when a hardware server failure occurs. For example, the web server loses power, a network cable becomes unplugged, etc. We have Apache running on a Web tier and Tomcat running on a separate App tier server. If

RE: Trouble getting CGI script to execute

2005-02-09 Thread Warron French
Sorry, hopefully I haven't misguided you. I don't know tomcat at all. I don't really know Jboss either, but eventually I will be learning it too. Warron French Sr. Network Engineer Xtria, LLC -Original Message- From: Brelsfoard, Alex [mailto:[EMAIL PROTECTED] Sent: Tuesday, February

Deploying webapps in embedded environment

2005-02-09 Thread Patrick Lacson
hi All, I have a standalone application server that is using the tomcat embedded server as the web component. however, i would like to deploy multiple web applications to that embedded server without having to deploy WAR files. Is there a programatic way of doing this? There are shared jar

Re: Running heavily loaded tomcat sites.

2005-02-09 Thread Graham Reeds
I'm interested in reading your paper, but the link you provided requires a userid and password For me it refuses to open under IE6 but FF works perfectly fine - no passwords required. G. - To unsubscribe, e-mail: [EMAIL

JNDI / web.xml question

2005-02-09 Thread Jack Lauman
I'm trying to clean up a few files that have JNDI data access. I want to move the datasource name to the web.xml for easier maintenance and to avoid having to hardcode it into the app. If I have a datasource in the context-param area of the web.xml file, how can it be called? context-param

RE: Tomcat 5.6 / Eclipse / no startup.bat

2005-02-09 Thread Benson Margulies
Sysdeo imposes a rather particular development methodology. Anything you can do with setenv.bat you can do with VM and application arguments in the application launch department of eclipse. -Original Message- From: Vamsee Kanakala [mailto:[EMAIL PROTECTED] Sent: Tuesday, February 08,

RE: using shared objects from tomcat

2005-02-09 Thread Benson Margulies
Andreas, You need to apply the javap command to your third-party code. Perhaps first, you need to read the Sun JNI book. There are two levels of naming. First, when some Java code calls System.loadLibrary(foo), the JVM will look for libfoo.so in java.library.path. Then, unless the library

RE: Support Information Regarding - CD-Key Issues

2005-02-09 Thread Benson Margulies
Some lunatic has added a blizzard support alias to the list. This happens constantly. I don't know if some IIS-head out there does it to annoy the tomcat community. I used to think that it was an email address harvesting trick, but I haven't been able to figure out how. The result is that every

Re: WELCOME to tomcat-user@jakarta.apache.org

2005-02-09 Thread Charles Patterson
Fedora Core 3 using Gnome Installed Tomcat 5.5.4, created tomcatd script to start tomcat in /etc/rc.d/init.d, chmod +755 tomcatd chkconfig --add tomcatd 5 on On startup it says it's starting tomcatd, yet tomcat is not run. if I manually run script with start argument it starts fine. I've

Security Newbie - Need Help

2005-02-09 Thread Luke
Hi; I am trying to install a security realm for my application. I am expecting a browser login window. But instead I get: HTTP Status 403 - Configuration error: Cannot perform access control without an authenticated principal type Status report message Configuration error: Cannot perform

Re: TC 5.5.4 wiil not start from script

2005-02-09 Thread Parsons Technical Services
Who are you running as when you manually start it? Are you on the default ports or did you change them? When you mail the list always start with a new message unless replying to a post on the list. Doug - Original Message - From: Charles Patterson [EMAIL PROTECTED] To:

Re: launching Tomcat 5.0.3 from Eclipse 3.0.1

2005-02-09 Thread Vamsee Kanakala
hicham wrote: now I need to start tomcat from eclipse ( logged as a user ) http://www.sysdeo.com/eclipse/tomcatPlugin.html Vamsee. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Content-Type removed from the Http Response when file is accessed through Tomcat Connector

2005-02-09 Thread Nikola Milutinovic
Bedrijven.nl wrote: maybe security (settings) of ie?? The poster clearly indicated that the thing works on Tomcat direct port. Could be that JK is stripping that header. Maybe it expects web server to provide it's own? You could try to setup MIME type on the Apache itself and see if it fixes

Re: Shutdown not working under SLES8 and FC2

2005-02-09 Thread Drew Jorgenson
OK, guys, hate to bring this up again, but I found the cause for my tomcat not shutting down. After upgrading to 5.5.4 I did not move all virtual domains to the new container, while the server.xml still had all the entries for the virtual domains I had in the previous setup. Tomcat was not able to

Re: Hardware Server failure with mod_jk

2005-02-09 Thread Mladen Turk
Betts, Chuck wrote: Hi, We originally thought that adding the configuration setting worker.app_dmnX.socket_timeout=10 would at least stop the requests from hanging indefinitely, but that didn't seem to help. Does anyone have experience with this, and can recommend configuration settings to use to

launching Tomcat 5.0.30 from Eclipse 3.0.1

2005-02-09 Thread hicham
Hello I've managed to install lomboz plugin on eclipse 3.0.1, and tomcat 5.0.30 under Fedora core 3 now I need to start tomcat from eclipse ( logged as a user ) I get the following exception when startin it: Bootstrap: Class loader creation threw exception java.lang.NoClassDefFoundError: