session and DB count

2003-03-18 Thread Nandish A
Hi All, Is there any way i can check no. of session and database connections created by Tomcat. I am using 4.1.12 and 4.1.17 on windows platform. Any information/hint/clue... is highly appricated Thanks and Regards Nandish

Multiple hits on tomcat

2003-03-18 Thread Sudhir Kumar
hi, i have a jsp application. each page has got more than one links. if i click on one link and before it actually opens that page, i will click on the other link.. and keep doing it continuously, The tomcat crashes, It gives Invalid handle exception, soemtimes it gives

JK2 ISAPI Redirector 2.0.2 with IIS 5.0 produces excessivbe warnings

2003-03-18 Thread Robert Biernat
Hi, Just updated my system to use the following config: Tomcat 4.1.18 (Running as Win2K Service) JK2 ISAPI Redirector 2.0.2 IIS 5.0 JDK 1.4.1_02 Win2K SP3 I have successfully managed to get IIS to talk to tomcat ok using the latest ISAPI redirector. However after examining the event log I'm

Apache Tomcat/4.0.1 - HTTP Status 500 - Internal Server Error

2003-03-18 Thread lunasahu
This is the error during jsp execution. How to solve this error; Apache Tomcat/4.0.1 - HTTP Status 500 - Internal Server Error type Exception report message Internal Server Error description The server

AW: Apache Tomcat/4.0.1 - HTTP Status 500 - Internal Server Error

2003-03-18 Thread Janz, Alexander
hi, look for tools.jar. This file must be in the classpath. greetings alexander -Ursprüngliche Nachricht- Von: lunasahu [SMTP:[EMAIL PROTECTED] Gesendet am: Dienstag, 18. März 2003 09:44 An: [EMAIL PROTECTED] Betreff: Apache Tomcat/4.0.1 - HTTP Status 500 - Internal

RE: Server.xml

2003-03-18 Thread graghupathy
Okie dokie !.. Send me the following information ... Context path ( the URL ) the directory ( full path ) you want to put your jsp/servlets Your OS ( UNIX / WINDOWS / LINUX ) ... Then I can help . Guru -Original Message- From: Hunter, Sandra [mailto:[EMAIL PROTECTED] Sent:

Re: How to turn on secure (MD5 Digest) version of WebDAV?

2003-03-18 Thread Basil Bourque
I am just using the memory realm (by default). So do you just use DIGEST to turn on the MD5 secure logon? auth-methodDIGEST/auth-method --Basil Bourque What Security Realm are you using? JDBC,JNDI, MemoryRealm? I have had problems with DIGEST authentication for JDBC and JNDIRealm. I had to

tomcat 4.118 + apache 1.3 + mod_jk

2003-03-18 Thread andrea antibo
Hi, I have a tomcat 4.06 that work fine with apache 1.3 and mod_jk, now i'd like to work with tomcat 4.118, but it doesn't work. Whan i call jsp pages i get this error : internal server error I have this config files: on httpd.conf -- LoadModule jk_module /usr/lib/apache/1.3/mod_jk.so

catalina log

2003-03-18 Thread Kapil Sharma
Hi, I am getting the following messages in my catalina log file: 2003-03-18 09:42:29 StandardEngine[Main]: Mapping server name 'foo1' 2003-03-18 09:42:29 StandardEngine[Main]: Trying a direct match 2003-03-18 09:42:29 StandardEngine[Main]: Trying an alias match 2003-03-18 09:42:29

RE: tomcat 4.118 + apache 1.3 + mod_jk

2003-03-18 Thread graghupathy
send me the whole server.xml please ( you can email it to me personally as well ) ... guru -Original Message- From: andrea antibo [mailto:[EMAIL PROTECTED] Sent: 18 March 2003 09:50 To: Tomcat Users List Subject: tomcat 4.118 + apache 1.3 + mod_jk Hi, I have a tomcat 4.06 that work

RE: catalina log

2003-03-18 Thread Nandish A
probably you have a debug value greater than 0(zero) if you make it to 0 you will not get it -Original Message- From: Kapil Sharma [SMTP:[EMAIL PROTECTED] Sent: Tuesday, March 18, 2003 3:17 PM To: Tomcat Users List Subject:catalina log Hi, I am getting the following

Re: JK2 ISAPI Redirector 2.0.2 with IIS 5.0 produces excessivbe warnings

2003-03-18 Thread Konrad Rusz
Hello Robert. If You want to stop jk2 logging in Windows Application Log, You ought to do a few simple things: the most important things are placed in 'workers2.properties' file. You should change entries 'LEVEL' and 'debug' whenever they are (e.g.: LEVEL=emerg; debug=3 - if You do not wish to

Question about AutoDeployment Feature of 4.1.18

2003-03-18 Thread Gerstel, Rachel
Hi All, Could someone please confirm how autoDeploy is supposed to work: You put a war file into webapps and then: 1.) Either restart the webserver and the war file is unpacked and a directory is created. or 2.) Use the manager tool to deploy the war file - or if the app was already there,

RE: Question about AutoDeployment Feature of 4.1.18

2003-03-18 Thread graghupathy
One thing you can do is in the host unpackWARs=false and then each time you put your war file it will use the latest one .. Hope this helps -Original Message- From: Gerstel, Rachel [mailto:[EMAIL PROTECTED] Sent: 18 March 2003 10:57 To: 'Tomcat Users List' Subject: Question about

Re: Question about AutoDeployment Feature of 4.1.18

2003-03-18 Thread Jamesey
Rachel I been using 4.1.18 alot lately and i've been frustrated by the fact that i have to delete the unpacked war file directory and the war file itself every time i redeploy.. i beleive there is a way to make tomcat not unpack the war file .. something lik host unpackWar=false but i havent

RE: Question about AutoDeployment Feature of 4.1.18

2003-03-18 Thread Gerstel, Rachel
I want to make sure that I have configured it correctly and it is running the way it should - for the developers with regard to actually deploying automagically. They want to be able to add a war file into webapps - while the server is running - and it is automatically deployed with no

Tomcat 4.18 taking extremely long to start

2003-03-18 Thread Janz, Alexander
hello, i've installed tomcat 4.18 on windows nt 4. after clicking the start icon i have to wait several minutes till tomcat is ready. the screen runs full with messages like below. has anyone an idea what the problem is? 18.03.2003 12:33:45 org.apache.commons.digester.Digester startElement

TOMCAT + MYSQL need help

2003-03-18 Thread Anthony Roque Adriano
Hi, I've been searching the mailist but can't seem to find a problem similar to what i'm encountering. First here's a background of my setup MySQL server = mysql-server-3.23.54a-3 TomCat = jakarta-tomcat-4.1.18 ODBC = Connector/J 3.0.6-stable Base OS = RedHat Linux 7.3 JSDK = j2sdk1.4.1_02

Re: Apache Tomcat/4.0.1 - HTTP Status 500 - Internal Server Error

2003-03-18 Thread Tim Funk
Make sure you are using a JDK and not JRE. It looks like there is no java compiler available. -Tim lunasahu wrote: This is the error during jsp execution. How to solve this error; Apache Tomcat/4.0.1 - HTTP Status 500 - Internal Server Error

Tomcat 3.3.1a - NoClassDefFoundError using service

2003-03-18 Thread Maurício
Hi, I have a problem running Tomcat 3.3.1a with JavaSDK1.3. When I start Tomcat manually, everything works well. However, when I try to start Tomcat as a Windows service (configured with jk_nt_service.exe), I get the following in the log: java.lang.NoClassDefFoundError:

tomcat production conf

2003-03-18 Thread Kapil Sharma
Hi Guys, I am unable to find any resource for tomcat setting in production environment. I did some RTFM and changed the setting myself but now my apache is not accepting any new connections after a hour. Tomcat with old server.xml settings, tomcat works file for few hours and if it gets load it

Re: Tomcat 3.3.1a - NoClassDefFoundError using service

2003-03-18 Thread Kurt Overberg
Looks like its having trouble finding your classpath. Try setting it in the Windows System Environment Variables. /kurt Maurício wrote: Hi, I have a problem running Tomcat 3.3.1a with JavaSDK1.3. When I start Tomcat manually, everything works well. However, when I try to start Tomcat as a

tomcat manager

2003-03-18 Thread Kapil Sharma
Hi, I have setup a tomcat manager to view active sessions. It shows the active sessions for /examples which is in tomcat default webapps base. How can I add more path like /foo in manager application. I have another webapps directory under which I deploy application I would like to use tomcat

RE: TOMCAT + MYSQL need help

2003-03-18 Thread Gustavo Cebrian
So, your problem is that is does not find the classpath. We place it under shared\lib *** Gustavo Cebrian Analyst/Programmer Want to improve the ROI on your EAI project? Download RV Tester and reduce your development and testing timescales by as

RE: Reload files WAR automatically when tomcat is started again

2003-03-18 Thread GIRY Patrick
Tanks, I have test it and it works wery well. Patrick GIRY Analyst Web e-mail : [EMAIL PROTECTED] Phone number : 33 1 64 80 30 91 -Message d'origine- De : Jacob Kjome [mailto:[EMAIL PROTECTED] Envoyé : lundi 17 mars 2003 15:54 À : Tomcat Users List Objet : Re: Reload files WAR

RE: tomcat manager

2003-03-18 Thread Kal Govindu
Hi, You will need to put the manager.xml file in that webapps directory. I don't know where your webapps directory is but you will need to changes the manager.xml context docBase to point to {Tomcat_Home}/server/webapps/manager. I am guessing you have another separate host serving your webapps,

RE: tomcat manager

2003-03-18 Thread Kapil Sharma
Hi, Is it possible to view the active database connection in tomcat database pool? kapil -Original Message- From: Kal Govindu [mailto:[EMAIL PROTECTED] Sent: 18 March 2003 13:30 To: Tomcat Users List Subject: RE: tomcat manager Hi, You will need to put the manager.xml file in that

Re: tomcat manager

2003-03-18 Thread Tim Funk
Nope. -Tim Kapil Sharma wrote: Hi, Is it possible to view the active database connection in tomcat database pool? kapil - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: TOMCAT + MYSQL need help

2003-03-18 Thread Martin Jacobson
Anthony Roque Adriano wrote: Hi, I've been searching the mailist but can't seem to find a problem similar to what i'm encountering. First here's a background of my setup MySQL server = mysql-server-3.23.54a-3 TomCat = jakarta-tomcat-4.1.18 ODBC = Connector/J 3.0.6-stable Base OS = RedHat Linux

RE: tomcat production conf

2003-03-18 Thread Kapil Sharma
Hi, More details about my tomcat setup. My apache is using keepalive on kapil -Original Message- From: Kapil Sharma [mailto:[EMAIL PROTECTED] Sent: 18 March 2003 12:52 To: Tomcat Users List Subject: tomcat production conf Importance: High Hi Guys, I am unable to find any resource for

RE: Question about AutoDeployment Feature of 4.1.18

2003-03-18 Thread Jacob Kjome
If there is already a directory there, the .war will *not* be unpacked even if you drop a new one in. Also, if you have defined a Context ... for your app, the .war will, again, *not* be unpacked. The only time when the .war will be unpacked is if a directory doesn't already exist in the

lbfactor avec mod_jk

2003-03-18 Thread GIRY Patrick
Where can i find some how lbfactor work with the mod_jk and how choice the good value for my lb config? Patrick GIRY Analyst Web e-mail : [EMAIL PROTECTED] Phone number : 33 1 64 80 30 91 - To unsubscribe, e-mail: [EMAIL

Re: TOMCAT + MYSQL need help

2003-03-18 Thread Anthony Roque Adriano
Sorry, i meant JDBC, all my configuration is default except for the polling i've added at server.xml and set debug level to 9. anyway here a sniff of the log file when i place the connector/j under my APPLICATION/WEB-INF/lib directory or at $CATALINA_HOME/common/lib or at

Keystore was tampered with, or password was incorrect ERROR

2003-03-18 Thread Manu Kits
Hi Experts: I am using Apache 1.3.26, JBoss 3.0.0 (embedded with Catalina) on IBM Unix. When I start my JBoss Server, I get following message wonder why: 2003-03-17 15:13:11,915 INFO [STDOUT] at

Re: Tomcat 3.3.1a - NoClassDefFoundError using service

2003-03-18 Thread Maurício
What should I set classpath to? Sorry, I'm really beggining. Maurício Kurt Overberg wrote: Looks like its having trouble finding your classpath. Try setting it in the Windows System Environment Variables. /kurt Maurício wrote: Hi, I have a problem running Tomcat 3.3.1a with

RE: JK2 (cont.)

2003-03-18 Thread Kent Kruckeberg
Glad to hear you got yours going Chris, it's a good feeling once it happens isn't it!?!? I think the procedure is a good idea... .I scratched out some fairly decent notes on what I was doing along the way too that I could cross match with your procedure. I would like to help test out the

Re: Keystore was tampered with, or password was incorrect ERROR

2003-03-18 Thread Manu Kits
One more thingI got my Cert from Verisign Any infor on this is appreciated. THANKS! From: Manu Kits [EMAIL PROTECTED] Reply-To: Tomcat Users List [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: Keystore was tampered with, or password was incorrect ERROR Date: Tue, 18 Mar 2003 15:09:45

Arbitrary Tomcat mounting in Apache

2003-03-18 Thread Aaron Paetznick
I apologize because I've sent this email already with the subject JK2 context mounting, but I didn't get a response. I want to be able to mount a Tomcat URI at any arbitrary location in Apache. Apache and Tomcat are currently working with the mod_jk2 connector with existing Tomcat URIs. I'm

RE: Extending HttpServletRequest / HttpServletResponse ???

2003-03-18 Thread Gavin, Rick
Thanks Bill, Does anyone have some docs about using this feature? I haven't been able to find much on the jakarta site. I'm a bit confused as to what the difference between a valve and a filter is. and which is the corret one to use. When i search for filter, i get info on valves. I haven't

Re: Extending HttpServletRequest / HttpServletResponse ???

2003-03-18 Thread Tim Funk
I'd recommend getting a Serlvet programming book and optionally a JSP book. They will come in very handy for these questions. valve - Tomcat specific filter - Like a valve but portable across other servlet containers because its part of the serlvet specification. requests/response can be

RE: Server.xml

2003-03-18 Thread Hunter, Sandra
Context path (the URL): http://localhost:8080/IDCard/indexID.jsp Directory: C:\Tomcat\webapps\IDCard OS: WIN2K -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Tuesday, March 18, 2003 1:26 AM To: [EMAIL PROTECTED] Subject: RE: Server.xml Okie dokie !.. Send

jk2 and passing env vars

2003-03-18 Thread grenoml
Is the method for passing environment vars between Apache2 and Tomcat the same for mod_jk and mod_jk2? I am using jk2 now and when I tried adding the line: 'JkEnvVar MyEnvVar' to httpd.conf it results in this error when starting Apache2: Invalid command 'JkEnvVar', perhaps mis-spelled or

RE: Extending HttpServletRequest / HttpServletResponse ???

2003-03-18 Thread Gavin, Rick
I'd recommend getting a Serlvet programming book and optionally a JSP book. They will come in very handy for these questions. really? I have one of each, neither mention the subject or either classes mentioned. Maybe before you make a vague suggestion like get a book ,

Re: Extending HttpServletRequest / HttpServletResponse ???

2003-03-18 Thread Erik Price
Gavin, Rick wrote: I'd recommend getting a Serlvet programming book and optionally a JSP book. They will come in very handy for these questions. really? I have one of each, neither mention the subject or either classes mentioned. Maybe before you make a vague

Re: Extending HttpServletRequest / HttpServletResponse ???

2003-03-18 Thread Tim Funk
If a book does not discuss filters than either: a) Its not a good book b) Its about Servlet api 2.2 or less and time to get a new book. Filters are new to Serlvet api 2.3. Sun provides a lot of good free docs: http://java.sun.com/products/servlet/docs.html On that page is an article about

[Manager] Start/Stop Remove not relaeasing struts.jar on WIN

2003-03-18 Thread Yann Cébron
Hi, I just wanted to get some feedback from the list upon this bugreport: http://nagoya.apache.org/bugzilla/show_bug.cgi?id=10026 Can anybody else confirm this behaviour on WIN-Platforms ? It does not happen under Linux (Suse 2.4.10). For several reasons, I'm restricted on using Win2K on the

Re: jk2 and passing env vars

2003-03-18 Thread NormW
Good morning. If you are using the 2.0.43.dll version of JK2 you are not alone. N - Original Message - From: grenoml [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, March 19, 2003 6:14 AM Subject: jk2 and passing env vars Is the method for passing environment vars between

Re: jk2 and passing env vars

2003-03-18 Thread grenoml
Yes, my Apache2 is 2.0.43 and I built mod_jk2.so locally. BTW, do you know if there is bug open on this in bugzilla? Do you think this is just a lack of configuration documentation or should this be posted as a bug? Regards, Gerry --- NormW [EMAIL PROTECTED] wrote: Good morning. If you

Best way to capture Stack Trace when Tomcat Failes complete?

2003-03-18 Thread Matt Fury
Hi All, I am doing some native programming with Java and C++ DLL. The DLL works the first time around through a JSP page but the second time around it crashes Tomcat completely. Unfortunately the Stack Trace prints out in the console but the console shuts down before I can read it. Is there a way

1,900 webapp contexts?

2003-03-18 Thread David Boyer
We have about 1,900 students and faculty, and we create web space for all of them automatically. I'm interested in Tomcat-enabling their web space and have been testing it on a test server. There are approximately 1,900 username.xml files in /webapps/. The problem is that it takes Tomcat 15-20

Error Migrating from Tomcat 3.2.3 to 4.0.1 in .so

2003-03-18 Thread Amir . Shidfar
Hi All, I am migrating my applications from TC 3.2.3 to 4.0.1 in the Unix server . Everything is working fine except I am using a JNI to call a C library called sample.so and I am getting error when it is trying to access the sample.so library. The sample.so is already in my .profile . I don't

RE: Error Migrating from Tomcat 3.2.3 to 4.0.1 in .so

2003-03-18 Thread Filip Hanik
you didn't give us what error you get, maybe the catalina.sh in Tomcat 4.x is not picking up your LD_LIBRARY_PATH, make sure it gets explicitely set in there, another thought is that you are running with the security manager enabled and it restricts you from doing so Filip -Original

RE: Arbitrary Tomcat mounting in Apache

2003-03-18 Thread Chris Dodunski
Hi, What is 'DocumentRoot' and the Directory tag set to in [Apache Home]/conf/httpd.conf? Where is 'cocoon' in relation to this? Chris. -Original Message- From: Aaron Paetznick [mailto:[EMAIL PROTECTED] Sent: Wednesday, 19 March 2003 5:45 a.m. To: [EMAIL PROTECTED] Subject: Arbitrary

RE: Error Migrating from Tomcat 3.2.3 to 4.0.1 in .so

2003-03-18 Thread Amir . Shidfar
Thanks. I am getting the error NATIVE_CALL_FAILED. The LD_LIBRARY_PATH is setup for the library. I have the same setup in 3.2.3. I did not understand the security manager enabled part? Can I disable the security manager and try it? Amir. -Original Message- From: Filip Hanik

RE: Error Migrating from Tomcat 3.2.3 to 4.0.1 in .so

2003-03-18 Thread Filip Hanik
NATIVE_CALL_FAILED that's it, no error message, no stack trace, no nothing? Filip -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Tuesday, March 18, 2003 1:25 PM To: [EMAIL PROTECTED] Subject: RE: Error Migrating from Tomcat 3.2.3 to 4.0.1 in .so

RE: Extending HttpServletRequest / HttpServletResponse ???

2003-03-18 Thread Chris Dodunski
Rick, don't be so precious! Incidentally, what is the Servlet text you currently have in your possession? I have two: 'Java Servlet Programming', and 'Java Servlet Programming Bible' (can't recall authors at present - they're at home). Chris. -Original Message- From: Gavin, Rick

config question

2003-03-18 Thread Mantri, Mr. Ramesh
Hi, Trying to configure Apache 2.0.43 to work with Tomcat 4.1. Module mod_jk (1.2.2) was loaded in the modules directory. Inserted appropriate lines in Apache httpd.conf and tested with apachectl configtest. Apache httpd.conf --- LoadModule jk_module modules/mod_jk.so

Re: jk2 and passing env vars

2003-03-18 Thread grenoml
I opened a bug on this in apache bugzilla: bug 18126. Please add any comments to the bug that may be relevant to your observations. Regards, Gerry --- grenoml [EMAIL PROTECTED] wrote: Yes, my Apache2 is 2.0.43 and I built mod_jk2.so locally. BTW, do you know if there is bug open on

Re: Arbitrary Tomcat mounting in Apache

2003-03-18 Thread Aaron Paetznick
The actual location of the cocoon directory is _outside_ any DocumentRoot or Directory definition. Is that my problem? I would not have suspected that at all because, and please excuse my ignorance, I thought mod_jk2 was more or less a glorified mod_proxy tailored for ajp13. I'll try

RE: Error Migrating from Tomcat 3.2.3 to 4.0.1 in .so

2003-03-18 Thread Amir . Shidfar
Unfortunately that is the only one. I looked under the logs file directory and nothing else. Amir. -Original Message- From: Filip Hanik [mailto:[EMAIL PROTECTED] Sent: Tuesday, March 18, 2003 4:27 PM To: Tomcat Users List Subject: RE: Error Migrating from Tomcat 3.2.3 to 4.0.1 in .so

RE: Error Migrating from Tomcat 3.2.3 to 4.0.1 in .so

2003-03-18 Thread Filip Hanik
if you launch ./catalina.sh you will see diff startup options one without security manager also, I recommend setting your PATH and LD_LIBRARY_PATH again inside(!) the same script, and try it out again. Filip -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent:

RE: Error Migrating from Tomcat 3.2.3 to 4.0.1 in .so

2003-03-18 Thread Amir . Shidfar
I ran it without the security option and still have problem. I also checked my PATH and LD Path. They are the same setup as 3.2.3. I appreciate getting back to me if you think of anything else. Amir. -Original Message- From: Filip Hanik [mailto:[EMAIL PROTECTED] Sent: Tuesday, March 18,

Tomcat 4.1.x clustering - update

2003-03-18 Thread Filip Hanik
A small update has been done to the Tomcat 4.1.x clustering implementation. It only affects those who are using the dirty flag when replicating sessions For info and downlads, http://www.filip.net/tomcat-clustering.html Filip -Original Message- From: Filip Hanik Sent: Tuesday,

RE: Error Migrating from Tomcat 3.2.3 to 4.0.1 in .so

2003-03-18 Thread Filip Hanik
also, I recommend setting your PATH and LD_LIBRARY_PATH again inside(!) the same script, and try it out again. let me clarify this: modify catalina.sh to set this variables, and try again. Filip -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Tuesday,

RE: Arbitrary Tomcat mounting in Apache

2003-03-18 Thread Chris Dodunski
Well, I redefined DocumentRoot and Directory in [Apache Home]/conf/httpd.conf so I could navigate to [Tomcat Home]/webapps (via JK2), but perhaps this isn't the way it's best done - although it works. Previously I could only navigate to [Apache Home]/htdocs. I would like to hear more on this

Tomcat 4.1.18

2003-03-18 Thread Keith
I have just installed and having running Tomcat 4.1.18 for Windows ... I am presently starting the server by using the {TOMCAT}\bin\startup.bat script is there a way to start the Tomcat server using services ??? Thanks, Keith Crosby -- - Keith S. Crosby

RE: tomcat production conf

2003-03-18 Thread Kapil Sharma
Hi, Can anyone please reply to my queries? kapil -Original Message- From: Kapil Sharma [mailto:[EMAIL PROTECTED] Sent: 18 March 2003 12:52 To: Tomcat Users List Subject: tomcat production conf Importance: High Hi Guys, I am unable to find any resource for tomcat setting in production

RE: Tomcat 4.1.18

2003-03-18 Thread Chris Dodunski
When you installed Tomcat, did you select a normal install (NT checkbox=false), or custom (NT checkbox=true)? Chris. -Original Message- From: Keith [mailto:[EMAIL PROTECTED] Sent: Wednesday, 19 March 2003 10:40 a.m. To: [EMAIL PROTECTED] Subject: Tomcat 4.1.18 I have just installed

RE: Tomcat 4.1.18

2003-03-18 Thread Tam, Michael
there is a exe file call tomcat.exe in the \bin directory try type in something like tomcat.exe -help and this should help you install the service. Cheers, Michael -Original Message- From: Keith [mailto:[EMAIL PROTECTED] Sent: Tuesday, March 18, 2003 2:40 PM To: [EMAIL PROTECTED]

Can't connect to X11 window server using '0:0' as the value of thedisplay

2003-03-18 Thread Georges Roux
Hello everybody, Hi run Tomcat 4.1.18 Standalone on Linux debian(sid)and use J2sdk1.4.1_01. I have a servlet which manipulate exif informations in jpg images. it works well but when I try to run it on tomcat it fails (error 500) I have the following error: Can't connect to X11 window server

Re: jk2 and passing env vars

2003-03-18 Thread NormW
Good morning Gerry. I'm working with Tomcat on Netware and only got involved because of a desire to try JK2;...then find it isn't available for Netware because the way it works internally cannot be easily ported. I downloaded mod_jk2-2.0.43.dll as I'm not set up for compiling here, and found

RE: Can't connect to X11 window server using '0:0' as the value of the display

2003-03-18 Thread Filip Hanik
can you try to set the DISPLAY env variable to localhost:0.0 export DISPLAY=localhost:0.0 Filip -Original Message- From: Georges Roux [mailto:[EMAIL PROTECTED] Sent: Tuesday, March 18, 2003 3:32 PM To: [EMAIL PROTECTED] Subject: Can't connect to X11 window server using '0:0' as

Re: Can't connect to X11 window server using '0:0' as the value ofthe display

2003-03-18 Thread Theodore Chen
Try running the Tomcat VM with the -Djava.awt.headless=true system property (set it in an environment variable named CATALINA_OPTS). On Tue, 2003-03-18 at 16:31, Georges Roux wrote: Hello everybody, Hi run Tomcat 4.1.18 Standalone on Linux debian(sid)and use J2sdk1.4.1_01. I have a servlet

Need help configuring Tomcat (Standalone) with CGI Suppport

2003-03-18 Thread Luis Casillas
Can anyone help me configure this setup. Do I need to create the actual cgi-bin and if so where? Running on Windows. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Best way to capture Stack Trace when Tomcat Failes complete?

2003-03-18 Thread Tim Funk
2 easy(but not the only) ways: 1 - Hack catalina.bat to redirect standard output to a file. 2 - Use cygwin and stdout/error will go to logs/catalina.out -Tim Matt Fury wrote: Hi All, I am doing some native programming with Java and C++ DLL. The DLL works the first time around through a JSP page

Re: config question

2003-03-18 Thread Tim Funk
Since 4.1.12 - tomcat doesn't leave the invoker serlvet on by default. The invoker servlet is the magic servlet that allows you to run servlets without registering them in web.xml For more information see here: http://tomcatfaq.sourceforge.net/miscellaneous.html -Tim Mantri, Mr. Ramesh wrote:

RE: Extending HttpServletRequest / HttpServletResponse ???

2003-03-18 Thread Gavin, Rick
Thanks Erik, That article cleared alot up for me. Rick -Original Message- From: Erik Price [mailto:[EMAIL PROTECTED] Sent: Tuesday, March 18, 2003 11:27 AM To: Tomcat Users List Subject: Re: Extending HttpServletRequest / HttpServletResponse ??? Gavin, Rick wrote:

sporadic page not found errors with tomcat 4.1.21

2003-03-18 Thread Jubal Skaggs
I'm getting reports of people sporadically getting page not found errors with our app running on tomcat 4.1.21LE. Has anyone seen this kind of problem before, i've probably done something dumb in server.xml. I'm on solaris8 sparc, jdk1.4. Here is relevant part of my server.xml (i think):

Re: jk2 and passing env vars

2003-03-18 Thread grenoml
I took a look at AJP13 Extension Proposal and it looks at though the original JkEnvVar should have been inherited from AJP12 into AJP13 so it should be working unless someone maybe fubar the old code. Well, we'll see if apache group responds to my bug 12186. I know how you feel about all the

two copies of each post

2003-03-18 Thread Mantri, Mr. Ramesh
Thank you for the info. I have been getting two copies of every post. Did someone else notice this? Could this be fixed somehow? sincerely, Ramesh -Original Message- From: Tim Funk [mailto:[EMAIL PROTECTED] Sent: Tuesday, March 18, 2003 4:17 PM To: Tomcat Users List Subject: Re: config

RE: jk2 and passing env vars

2003-03-18 Thread Chris Dodunski
Why not a Tomcat eForum, like those at www.codeguru.com? Visitors can then expand only those threads which interest them, and notifyEmail is only dispatched to the thread initialiser and post authors within that thread. Problems are not missed, and solutions persist... Blah blah blah, so it goes

Re: two copies of each post

2003-03-18 Thread Tim Funk
If you are getting 2 copies - odds are you are subscribed twice with 2 aliases. For a given duplicate - check your message headers very carefully and see if they are different and possible unsubscribe to get rid of the duplicate address. For example, another set email system mangles my email

RE: jk2 and passing env vars

2003-03-18 Thread grenoml
I agree on the eForum approach. On the jk2 issue I went into CVS and found something interesting in mod_jk2.c: -- Thu Feb 28 23:35:26 2002 UTC (12 months, 2 weeks ago) by costin Branch: MAIN Changes since 1.1: +101 -306 lines Diff to previous 1.1 (colored) Finally, the

RE: Tomcat 4.18 taking extremely long to start

2003-03-18 Thread Filip Hanik
your server.xml is incorrect, did you change it? Filip -Original Message- From: Janz, Alexander [mailto:[EMAIL PROTECTED] Sent: Tuesday, March 18, 2003 3:31 AM To: 'Tomcat Users List' Subject: Tomcat 4.18 taking extremely long to start hello, i've installed tomcat 4.18 on windows nt

JK2 for Linux

2003-03-18 Thread Chris Dodunski
Hi, Apache.org download page for JK2 2.0.1 reports that it is initial release quality code, and the JK2 2.0.2 page has no download for Linux. Is there a 2.0.2 version for Linux, and if so what is its status regarding testing/release? Thanks, Chris.

Re: JK2 for Linux

2003-03-18 Thread grenoml
Chris, I just downloaded 2.0.2 src to my Linux box and built locally. Gerry --- Chris Dodunski [EMAIL PROTECTED] wrote: Hi, Apache.org download page for JK2 2.0.1 reports that it is initial release quality code, and the JK2 2.0.2 page has no download for Linux. Is there a 2.0.2

How to use special configuration files with tomcat4.1.18?

2003-03-18 Thread Manchala, Daniel
Hi, I have a configuration file that specifies login modules like this: /** Login Configuration for the JAAS Sample Application -- login.config**/ ntAtn { com.sun.security.auth.module.NTLoginModule required debug=true; }; NTLogin { com.tagish.auth.win32.NTSystemLogin required

javax.security.auth.AuthPermission - access denied error

2003-03-18 Thread Manchala, Daniel
Hi, I am using a security manager to run NTLogin module available as a jar file. My catalina.policy file looks like this. grant codeBase file:${catalina.home}/webapps/examples/WEB-INF/lib/NTLogin.jar { permission javax.security.auth.AuthPermission modifyPrincipals; permission

RE: jk2 and passing env vars

2003-03-18 Thread Mayne, Peter
Title: RE: jk2 and passing env vars A web forum is somewhat difficult to read offline. PJDM -- Peter Mayne Technology Consultant Spherion Technology Solutions Level 1, 243 Northbourne Avenue, Lyneham, ACT, 2602 T: 61 2 62689727 F: 61 2 62689777 -Original Message- From: Chris

User Interface To Tomcat User List

2003-03-18 Thread NormW
Good afternoon All. Only new to the Tomcat User Mail List and may likely opt out soon to conserve my Inbox, but wanted to say that getting 91 emails in one session (2 were relevant to the question I asked) isn't helping me or likely of much use to anyone else for that matter either. (Perhaps my

RE: User Interface To Tomcat User List

2003-03-18 Thread Chris Dodunski
Hi, I suspect knowledgeable and helpful people are also very busy people, and unlikely to stick around when receiving 200+ emails come Monday morning! The community is great, the correspondence valuable. I frequent the www.codeguru.com Java Programmers forum, and it works astonishingly well.

Re: jk2 and passing env vars

2003-03-18 Thread NormW
G'day (Short) Thnk U 4 msg. Sent a msg re list format. Will C apr13+? doc myself. Norm - Original Message - From: Chris Dodunski [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Wednesday, March 19, 2003 12:24 PM Subject: RE: jk2 and passing env vars Why not a Tomcat

RE: Tomcat Scheduler

2003-03-18 Thread Elankath, Tarun (Cognizant)
Thanks RND. I had just wanted to know whether there was a 'tomcat' way of doing it. Otherwise the solution that you suggested was the one I was going to try out. -Original Message- From: Tomcat-RND [mailto:[EMAIL PROTECTED] Sent: Sunday, March 16, 2003 2:06 PM To: Tomcat Users List;

Help Tomcat 4.1.18 jsp reloading problem

2003-03-18 Thread anto paul
Hello, I am using tomcat 4.1.18 binary downloaded from jakarta site. The server is running on windows 200 server service pack 2 and I am working on windows 98 machine with the tomcat drive mapped as a local drive. The problem with is it is not reloading the jsp page when it is changed. But

RE: Can't connect to X11 window server using '0:0' as the value ofthe display

2003-03-18 Thread Zsolt Koppany
Hi, does it need modifications in the application or it will work with every AWT dependent application? Zsolt -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Theodore Chen Sent: Mittwoch, 19. März 2003 00:37 To: Tomcat Users List Subject: Re: Can't connect