Tomcat standalone followup question

2002-09-11 Thread Joe Tomcat
I know this comes up all the time, but here is a followup question: It seems like one of the main reasons people advocate having Apache, and not just Tomcat by itself, is if you have to use PHP or CGI stuff with the server. If you are in a case where you know that you will never ever have to use

Re: French characters displaying using Tomcat 3.3

2002-09-11 Thread Bill Barker
If you are using Jikes on your Debian system, then this is a known problem with no other work-around than to use javac. If you are using javac, then you must make certain that your JSP file has been saved with the same charset that is specified in your %@page contentType=...% directive (or

Re: contentType (charset) in included file is not avairable...

2002-09-11 Thread Irina Lishchenko
On Sunday 08 September 2002 20:45, you wrote: Hello, I wrote Japanese (euc-jp) string at HTML parts in test.jsp, and this test.jsp include include_test.jsp like %@ include file=include_test.jsp % . In this case, Japanese string is broken.. tomcat: 3.2.4, redhat: 7.2J, j2sdk-131_02

RE: AIX Connector Woes (success)

2002-09-11 Thread johannes . grumboeck
Hi Daniel! Thanks a lot for your howto :) IT WORKED !! My system hast the following configuration: AIX 4.3.3 Apache 2.0.40 Tomcat 4.0.4 (also the connector, mod_jk) gcc 2.95.3 libtool 1.42 autoconf 2.53 aclocal 1.4 automake 1.4 make 3.79.1 I did it exactly as you described. (Apache 2

Re: more configuration questions

2002-09-11 Thread Craig Longman
On Wed, 2002-09-11 at 02:07, Craig Longman wrote: is there any other way to set this on the context level? that would be ideal for my purposes. one would think that makes sense, right? i mean, the getServerName() and getServerPort() are both in the ServletContext, which is kind of what

Re: global.jsa

2002-09-11 Thread Chris Brown
You seem to have implemented the correct interfaces. However, I've not seen your web.xml deployment descriptor. You'll need to refer to your class in two separate places in web.xml in order for both event types (session and application) to be sent to your class. I suspect that the servlet

Multiple instances of Tomcat

2002-09-11 Thread Santosh Kulkarni
Hi, I have multiple instances of Tomcat4.0.3, say, TC1, TC2, TC3 running on different m/c's and all these are talking to the same database. I have some application objects stored in each instance. My requirement: When I refresh an app object say app1 in TC1, I want to refresh this object in TC2

Re: Multiple instances of Tomcat

2002-09-11 Thread micael
The answer would depend upon what event, etc., is the occasion for the refresh[ing of] an app object. If the objects store the same data, sounds as if you really don't want multiple objects. Do you mean Value Objects? You can do all this many, many, many different ways. What do you mean

RE: Multiple instances of Tomcat

2002-09-11 Thread Vikramjit Singh
-Original Message- From: Santosh Kulkarni [mailto:[EMAIL PROTECTED]] Sent: Wednesday, September 11, 2002 12:25 AM To: [EMAIL PROTECTED] Subject: Multiple instances of Tomcat Hi, I have multiple instances of Tomcat4.0.3, say, TC1, TC2, TC3 running on different m/c's and all

Tomcat running as a service...

2002-09-11 Thread Joseph Duncan Shaw
Hi there... I have installed Tomcat on my Win2000 server and it's running perfectly!! One question I have though...How do I get Tomcat to start automatically on my server as it boots (so that I don't have to logon). I have tried installing Tomcat as a service, but it doesn't work (seems that

jdbc datasource setting problem for tomcat 4.1

2002-09-11 Thread
hi, I test some Web Applications with tomcat 4.1.0 and Oracle Database... when i set datasource for jdbc in tomcat, i found error message in tomcat console window.. i intalled tomcat 4.1 on my windows 2000 professional OS... my configuration files are like below.. thanks for any reply and

RE: Tomcat running as a service...

2002-09-11 Thread Vincent . Gaboriau
1 - At the Tomcat's Installation, you can sepcify to install Tomcat as a service. 2 - Tomcat.exe works great to create a service, there is some options to specify -Message d'origine- De : Joseph Duncan Shaw [mailto:[EMAIL PROTECTED]] Envoyé : mercredi 11 septembre 2002 09:48 À : '[EMAIL

Exceptions when starting tomcat 3.2.4

2002-09-11 Thread rob
I've recently started using tomcat 3.2.4 and am receiving ClassNotFoundException(s) when starting the servlet container. I suspect it's due to a bad classpath but I'm not really certain what jar file the classes would/should be in. I've attached output from starting the server perhaps someone

RE: French characters displaying using Tomcat 3.3

2002-09-11 Thread Anthony Milbourne
I have had problems with foreign characters under Solaris (not debian but still unix). In my case it turned out to be because of several things (at different times) so I would check the following: - Check the locale of your machine is set to something sensible. - Check you have some foreign

RE: jdbc datasource setting problem for tomcat 4.1

2002-09-11 Thread Vikramjit Singh
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Wednesday, September 11, 2002 12:58 AM To: [EMAIL PROTECTED] Subject: jdbc datasource setting problem for tomcat 4.1 hi, I test some Web Applications with tomcat 4.1.0 and Oracle Database... when i

Message in logs: Http10Interceptor: SocketException readingrequest, ignored

2002-09-11 Thread Carlos J. Ramos
We have this estrange message in tomcat logs, it seems not to be quite important, because everything seems to work fine... did anybody knows the meaning of this message? 2002-09-09 17:55:18 - Http10Interceptor: SocketException reading request, ignored Thanks in advance. --

Question using the new Tomcat 4.1.10 Admin GUI

2002-09-11 Thread Jeff Michaelson
Hi, I am having trouble getting my war files to install correctly using the new graphic Web Application Manager. What is the syntax of the items that are inserted within the three text fields? Particularly for a Windows environment? I just get errors on bad context or malformed URLs but have no

Re: RE: jdbc datasource setting problem for tomcat 4.1

2002-09-11 Thread
Thanks for your help.. it works.. :-) > > > -¿øº»¸Þ½ÃÁö- > º¸³½»ç¶÷: "VikramjitSingh" <[EMAIL PROTECTED]> > ¹Þ´Â»ç¶÷: "'Tomcat Users List'" <[EMAIL PROTECTED]> > ³¯Â¥: 2002/09/11(¼ö)17:31 > Á¦¸ñ: RE: jdbc datasource setting problem for tomcat 4.1 > > > -Original Message- >

RE: server.xml and configuring connection pools (URGENT: please look)

2002-09-11 Thread Donie Kelly
Thanks Bill I understand you answer. Thank you for that. I was hoping it was different but now that I know what it's doing I'm happier. Donie -Original Message- From: Bill Barker [mailto:[EMAIL PROTECTED]] Sent: 11 September 2002 06:13 To: [EMAIL PROTECTED] Subject: Re: server.xml and

RE: compiling files in the classes directory

2002-09-11 Thread John Burgess
Sorry, you'll have to compile yourself Best Wishes John Burgess [EMAIL PROTECTED] Tel: 01865 718666 Fax: 01865 718600 -Original Message- From: Richard Chamberlain [mailto:[EMAIL PROTECTED]] Sent: Tuesday, September 10, 2002 11:27 PM To: Tomcat List Subject: compiling files in the

RE: Multiple instances of Tomcat

2002-09-11 Thread Rui Fernandes
If you really need this you can do in very different ways. A file can be generated by one instance saying I (TC1) refreshed. All tomcats are checking from time to time (you specifiy) if there's this new file. When there's each tomcat must write its line (I TCi refreshed). The last one deletes the

RE: Tomcat 3.2.4 slow with Jdk1.4 and SSL

2002-09-11 Thread Andreas Mohrig
I forgot to mention that my server works behind apache which is doing all the encryption, so at least my performance problem is definitely caused at the client side, i.e. within the java-code using the https implementation from jdk1.4. But even my tomcat alone is very fast. In my test environment

RE: Servlet's loading twice on start-up--DRIVING ME NUTS!

2002-09-11 Thread Rui Fernandes
I got this problem this is the solution that someone told me. - Original Message - From: Cox, Charlie [EMAIL PROTECTED] To: 'Tomcat Users List' [EMAIL PROTECTED] Sent: Friday, August 30, 2002 3:18 PM Subject: RE: Servlet Instances any webapp whose physical location is a subdirecty of

Tomcat 'out of environment space' message

2002-09-11 Thread Hoy, Samantha SSA-CORAR11
Hi everyone Thanks to those who offered assistance for the 'out of environment space' mesg... it works ! :-) Would I have to set classpaths or is this done automatically on installation ? I reason I ask is because I see I have 2 autoexec.bat files on my machine.. one on c:\autoexec.bat

RE: compiling files in the classes directory

2002-09-11 Thread Richard Chamberlain
OK. Thanks for the reply. On Wed, 11 Sep 2002 10:15:36 +0100, John Burgess [EMAIL PROTECTED] said: Sorry, you'll have to compile yourself Best Wishes John Burgess [EMAIL PROTECTED] Tel: 01865 718666 Fax: 01865 718600 -Original Message- From: Richard Chamberlain

session timeout on Tomcat

2002-09-11 Thread randie ursal
hi, could somebody explain to me what possibly went wrong about my application. what i did was, i set the maxInactiveIinterval time for 30 secs. on my servlet then i added to my HttpSession object an object that implements HttpSessionBindingListener so that i can keep track and see

RE: compiling files in the classes directory

2002-09-11 Thread William Wragg
Hi, This is what I thought also, but my beans seem to get compiled automatically when the JSP which uses them gets compiled. If I want it to be recompiled again I have to remove the files from tomcats work directory. I am using tomcat 4.0.4 and I have to say this behavior confused me, as it

Migrating from Tomcat 3.2.4 to 3.3.1, server.xml question

2002-09-11 Thread Boocock, John (Academy)
All, I have a bit of a legacy installation of Tomcat 3.2.4 on a server which I wish to get moved over to 3.3.1, the question I have is it possible to simply use the existing configuration files, such as server.xml if I build the new(er) version of tomcat. I appreciate that there are additional

RE: Servlet's loading twice on start-up--DRIVING ME NUTS!

2002-09-11 Thread Peter Lin
yeah that is the solution. I had written a document describing this issue and how to correctly configure server.xml. it was submitted to tomcat-dev, with a proposal subject, but the developers were to busy. This kind of documentation really should be included with Tomcat and a more

Initialisation on the first request

2002-09-11 Thread Heligon Sandra
I am working with a distributed system. I chose to start Apache-Tomcat as NT service. I want to get the ORB's request on the first request. How do I know that it is the first request ? How can I do this ? in the servlet controller ? or with Listener ?

Hosting services

2002-09-11 Thread Reynir Hübner
Hi, I'm looking for a hosting service in USA right now. What would you recomend ? The applications use : - two virtual hosts (private/public), - tomcat 4.04 ( has been tested in tomcat 4.1.10), - MySQL database (or Oracle, MSSQL, DB2 (have been tested)), - features of using web.xml

Re: tomcat 4.1.9 tag pooling and HOW-TO on custom tags?

2002-09-11 Thread Peter Lin
You're going to have to provide more details. Most likely the tag isn't compliant. I would suggest trying a similar test with JSTL first. I've used JSTL core tags to iterate with tomcat 4.1.10 and they work fine. the next step it to look at how JSTL handles iteration and compare it to your

RE: How do I change the default loaded web page?

2002-09-11 Thread Turner, John
Two ways: 1) just put in a meta refresh tag in index.html pointing to main.jsp with a refresh of 0. That's the crude way. 2) the right way is to check out the welcome-page element of web.xml. John -Original Message- From: Ryan Lim [mailto:[EMAIL PROTECTED]] Sent: Tuesday,

RE: How do I change the default loaded web page?

2002-09-11 Thread Vincent . Gaboriau
In the web.xml of your webapp, you can specify the welcome-file which is an XML Tag for the webapp description. -Message d'origine- De : Turner, John [mailto:[EMAIL PROTECTED]] Envoyé : mercredi 11 septembre 2002 14:15 À : 'Tomcat Users List' Objet : RE: How do I change the default

RE: Servlet's loading twice on start-up--DRIVING ME NUTS!

2002-09-11 Thread Turner, John
How about posting the document to the list? Or, if you like, I would be glad to host it. I've got bandwidth going to waste. That goes for anyone else that has additional docs that they've written. I would be glad to host them, or link to them if you have them hosted somewhere else. I have a

RE: Hosting services

2002-09-11 Thread Turner, John
With the price of computers these days, it might make more sense to colo instead of share. I don't know of any shared-hosting provider with Tomcat support that will let you stop/start at will, especially on Windows. Colo, on the other hand, is very cheap nowadays. You can find nice colo plans

Re: Hosting services

2002-09-11 Thread Ben Souther
Have you looked at assortedInternet.com? They don't let you stop Tomcat but you can use the manager app to restart your app which would allow you to customize your web.xml file. They are running Tomcat 4x (not sure whether it's 4.0.1 or 4.0.4) and Postgresql/mySql. - Original Message

RE: Servlet's loading twice on start-up--DRIVING ME NUTS!

2002-09-11 Thread Peter Lin
I'll revise the document and post it again. I was planning on finding some free website to host it, but since you offered I don't have to search. hopefully I can find 2 hours tonight to revise and clean up the document. peter lin --- Turner, John [EMAIL PROTECTED] wrote: How about posting

RE: Tomcat standalone followup question

2002-09-11 Thread Turner, John
One simple reason: to run on port 80, Tomcat has to run as root. Java and JVM security model aside, most admins would avoid running anything on port 80 as root. I'm more of a sys-admin than a developer, so something like that is very important to me. If one of our developers told me to

RE: Hosting services

2002-09-11 Thread Reynir Hübner
when I try accessing the page http://assortedInternet.com , I get INTERNAL SERVER ERROR. it doesn't make not very good first impression... thanx anyway, -reynir -Original Message- From: Ben Souther [mailto:[EMAIL PROTECTED]] Sent: 11. september 2002 12:35 To: Tomcat Users List

RE: Tomcat running as a service...

2002-09-11 Thread Jacob Kjome
Paste the following to a command line: %CATALINA_HOME%\bin\tomcat.exe -install Apache-Catalina %JAVA_HOME%\jre\bin\server\jvm.dll -Djava.class.path=%CATALINA_HOME%\bin\bootstrap.jar;%JAVA_HOME%\lib\tools.jar -Dcatalina.home=%CATALINA_HOME% %CATALINA_OPTS% -Xrs -start

RE: Shutdown problem

2002-09-11 Thread Shapira, Yoav
Hi, This was discussed many times ;) You probably have non-daemon threads still running. The JVM will keep running as long as non-daemon threads haven't terminated (see java.lang.Thread docs). Yoav Shapira Millennium ChemInformatics -Original Message- From: Michael Petres

RE: tomcat 4.1.10: war deploy in default context not working.

2002-09-11 Thread gabriele . garuglieri
For anyone interested, this is a bug. Refer to http://nagoya.apache.org/bugzilla/show_bug.cgi?id=12521 HTML Manager cannot deploy war file with path=/ Regards, Gabriele. -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

RE: AIX Connector Woes (success)

2002-09-11 Thread Turner, John
I've posted AIX binaries for Apache 2.0.40 to my site. Both mod_jk and mod_jk2 for AIX 4.3.3 are there, courtesy of Johannes Grumböck, based on Daniel Rinehart's AIX HOWTO. http://www.johnturner.com/howto John -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]

RE: Initialisation on the first request

2002-09-11 Thread Dennis van den Berg
Or perhaps with a filter? -Original Message- From: Heligon Sandra [mailto:[EMAIL PROTECTED]] Sent: woensdag 11 september 2002 13:15 To: '[EMAIL PROTECTED]' Subject: Initialisation on the first request I am working with a distributed system. I chose to start

RE: Tomcat running as a service...

2002-09-11 Thread Vincent . Gaboriau
That's what I done too. And if you want to specify the Tomcat's configuration file, you insert between -params and start: -config PathOfTheServer.xml -Message d'origine- De : Jacob Kjome [mailto:[EMAIL PROTECTED]] Envoyé : mercredi 11 septembre 2002 15:05 À : Tomcat Users List

RE: Tomcat 'out of environment space' message

2002-09-11 Thread Hoy, Samantha SSA-CORAR11
Hi everyone Thanks to those who offered assistance for the 'out of environment space' mesg... it works ! :-) Would I have to set classpaths or is this done automatically on installation ? I reason I ask is because I see I have 2 autoexec.bat files on my machine.. one on c:\autoexec.bat and

Catalina doesn't like JRE, but works fine with JDK

2002-09-11 Thread Wolfgang Stein
I just installed JRE 1.3.1_04 and JDK 1.3.1_04 successively. Pointing JAVA_HOME to JDK for Tomcat 4.1.10 works fine, setting JAVA_HOME to JRE gives the error message: The JAVA_HOME environment variable is not defined correctly I found the message often in tomcat-users list but in the context

RE: Catalina doesn't like JRE, but works fine with JDK

2002-09-11 Thread Donie Kelly
Tomcat needs the JDK to compile JSP pages. The JRE does not include the compiler. Donie -Original Message- From: Wolfgang Stein [mailto:[EMAIL PROTECTED]] Sent: 11 September 2002 14:29 To: [EMAIL PROTECTED] Subject: Catalina doesn't like JRE, but works fine with JDK I just installed

HTTP 404 on j_security_check

2002-09-11 Thread Maxime Colas des Francs
Hi I use a Form based authentification in web.xml : [...] login-config auth-methodFORM/auth-method realm-nameAuthentication Area/realm-name form-login-config form-login-page/login.jsp/form-login-page form-error-page/login_failed.jsp/form-error-page /form-login-config /login-config [...]

Re: Catalina doesn't like JRE, but works fine with JDK

2002-09-11 Thread Jean-Francois Arcand
Actually, Jasper (the JSP compiler) use classes that comes with the JDK and are not included with the JRE. Specifically, it uses the tools.jar file included with the JDK. -- Jeanfrancois Wolfgang Stein wrote: I just installed JRE 1.3.1_04 and JDK 1.3.1_04 successively. Pointing JAVA_HOME to

RE: HTTP 404 on j_security_check

2002-09-11 Thread Michael Remijan
All, My solution was to bypass it all together. I wanted to use that realm in order to enable single sign on for multiple webapps. After a week of struggling with problems exactly like you described, I finally gave up. After thinking for a few minutes I guessed (correctly) that single sign

Re: HTTP 404 on j_security_check

2002-09-11 Thread Rick Fincher
That is correct behavior. You cannot access the j-security_check page directly. You hava to access one of you regular pages and Tomcat will go to your form page. Rick - Original Message - Hi I use a Form based authentification in web.xml : [...] login-config

New JK/JK2 documentation available

2002-09-11 Thread Turner, John
This is pretty recent (it wasn't there a couple days ago), and includes information on building the connectors for various OSs. There are also links to the binary area, but none of the binaries are there. http://jakarta.apache.org/tomcat/tomcat-4.1-doc/jk2/index.html For bookmarking

RE: New JK/JK2 documentation available

2002-09-11 Thread Turner, John
In addition, a bunch of new resources have been added to the Tomcat 4.1 docs over 4.0 docs: http://jakarta.apache.org/tomcat/tomcat-4.1-doc/index.html John -Original Message- From: Turner, John [mailto:[EMAIL PROTECTED]] Sent: Wednesday, September 11, 2002 10:16 AM To: '[EMAIL

Re: Hosting services

2002-09-11 Thread Ben Souther
it doesn't make not very good first impression... I can't imagine that it would. I've been using them for a few months and they've been good. Good luck with your search. -Ben - Original Message - From: Reynir Hübner [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent:

AW: Catalina doesn't like JRE, but works fine with JDK

2002-09-11 Thread Ralph Einfeldt
Nevertheless tomcat should run with the JRE unless tomcat doesn't have to compile jsp's at runtime. (if you don't use jsp's or use just precompiled jsp's). -Ursprüngliche Nachricht- Von: Jean-Francois Arcand [mailto:[EMAIL PROTECTED]] Gesendet: Mittwoch, 11. September 2002 15:59 An:

AW: Catalina doesn't like JRE, but works fine with JDK

2002-09-11 Thread Ralph Einfeldt
I don't have tomcat 4.10 at hand, but have a look at bin/setclasspath.[sh|bat] to see the requirements for the JAVA_HOME. In tomcat 4.0.3 it was just the existence of $JAVA_HOME/bin/java. (Under linux/unix this file is also checked for readability) -Ursprüngliche Nachricht- Von:

Re: Tomcat shared libraries

2002-09-11 Thread Glenn Nielsen
Craig R. McClanahan wrote: Tomcat 3.2 used CLASSPATH the way you are asking for. It resulted in CLASSPATH problems being the second largest catecategory of user problems (behind configuring web connectors, but only barely). Tomcat 3.3 and 4.x ignore CLASSPATH, and this category of user

Re: Multiple instances of Tomcat

2002-09-11 Thread Glenn Nielsen
Use Object Relational Bridge: http://jakarta.apache.org/ojb/ You can run it on a seperate system and use it to persist objects for all three instance of Tomcat. Regards, Glenn Santosh Kulkarni wrote: Hi, I have multiple instances of Tomcat4.0.3, say, TC1, TC2, TC3 running on different

RE: New JK/JK2 documentation available

2002-09-11 Thread Vincent . Gaboriau
Thanks John, that will be very usefull to test the performance and functional enhancements between Jk and Jk2 Connectors. -Message d'origine- De : Turner, John [mailto:[EMAIL PROTECTED]] Envoyé : mercredi 11 septembre 2002 16:24 À : 'Tomcat Users List' Objet : RE: New JK/JK2

RE: New JK/JK2 documentation available

2002-09-11 Thread Turner, John
Thank the tomcat developers, not me! :) John -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Wednesday, September 11, 2002 11:02 AM To: Tomcat Users List Subject: RE: New JK/JK2 documentation available Thanks John, that will be very usefull to

RE: New JK/JK2 documentation available

2002-09-11 Thread Vincent . Gaboriau
That's right, But thanks to prevent us ;-) -Message d'origine- De : Turner, John [mailto:[EMAIL PROTECTED]] Envoyé : mercredi 11 septembre 2002 16:58 À : 'Tomcat Users List' Objet : RE: New JK/JK2 documentation available Thank the tomcat developers, not me! :) John -Original

Re: POST request processing failure

2002-09-11 Thread Glenn Nielsen
Hah! Back many months ago the problem you are reporting would cause an infinite loop in the Processor. So I fixed the infinite loop bug and added code to report when these POST problems occur. I don't know what the source of the problem is, perhaps the remote client is aborting the connection

Re: Hosting services

2002-09-11 Thread Joshua D. Drake
Hello, If you use PostgreSQL instead of MysQL (why any one would use this I don't know), Command Prompt -- http://www.commandprompt.com/ might be of use. On Wed, 11 Sep 2002, Reynir Hübner wrote: Hi, I'm looking for a hosting service in USA right now. What would you recomend ?

Re: AW: Catalina doesn't like JRE, but works fine with JDK

2002-09-11 Thread Jean-Francois Arcand
The Admin tool that comes with Tomcat contains a lot of JSP and use Struts. -- Jeanfrancois Ralph Einfeldt wrote: Nevertheless tomcat should run with the JRE unless tomcat doesn't have to compile jsp's at runtime. (if you don't use jsp's or use just precompiled jsp's). -Ursprüngliche

RE: POST request processing failure

2002-09-11 Thread Rossen Raykov
I suspected that this may be related to that old issue since it disappeared after the upgrade to 4.0.4. I believe it is connected to the ajp13 protocol but I can not prove it. The strangest thing is the length of the posted request - it is always power of 1K. BW you said that you fix the

Which server.xml component marks JVM bounds

2002-09-11 Thread David Mossakowski
Contexts share one JVM correct? Do Hosts share the same JVM? The server.xml file has a comment about a Server as a representation of the entire JVM. Does that mean that there is no way to have Host elements have their own JVM? I'm trying to avoid having completely separate installations of

Iplanet6.0 Sp2 + tomcat4.0

2002-09-11 Thread Raj Mettai
Hi All, Anybody successfull in integrating Netscape's Iplanet6.0 sp2 with tomcat4.0 ? I found some docs, but they all refer to Netscape 3.X and 4.X series, I did not see any docs for new versions of Nescape web server. thanks -Raj

RE: Tomcat shared libraries

2002-09-11 Thread Herrick, Rick
-Original Message- From: Craig R. McClanahan [mailto:[EMAIL PROTECTED]] Sent: Tuesday, September 10, 2002 9:42 PM To: Tomcat Users List Subject: Re: Tomcat shared libraries Tomcat 3.3 and 4.x ignore CLASSPATH, and this category of user problems has basically vanished. Sounds

RE: SSL on Tomcat standalone not working

2002-09-11 Thread Ratner, Ian
I'm having the same problem. Can you let me know if you find a solution? Thanks, Ian -Original Message- From: Michael Petres [mailto:[EMAIL PROTECTED]] Sent: Tuesday, September 10, 2002 6:51 PM To: [EMAIL PROTECTED] Subject: SSL on Tomcat standalone not working I have a tomcat

Re: PROBLEM with Tomcat 4.10 and Jasper

2002-09-11 Thread Nick Sharples
[EMAIL PROTECTED] writes: Hello, I am French, sorry for my englais. I have a problem with Tomcat 4.10 and Jasper I use tags jsp:include... . That functions very well with Tomcat 4.0.x but not with Tomcat 4.10 I you sendings my log and my file jsp + file compiled (Tomcat

SSL on Tomcat standalone not working

2002-09-11 Thread Wolfgang Stein
Just a silly suggestion from my own silly experiences with Tomcat 3: If i typed http:// instead of https:// then i always got some  Maybe that helps Wolfgang -Original Message- From: Ratner, Ian [mailto:[EMAIL PROTECTED]] Sent: Wednesday, September 11, 2002 5:55 PM To:

Re: POST request processing failure

2002-09-11 Thread Glenn Nielsen
I fixed the nasty infinite loop bug but there is still a periodic failure happening during POST's. I don't know if the failed POST's are a mod_jk bug or a problem with the remote clients HTTP POST. It happens infrequently. I just haven't had the time to try and track it down any further. What

RE: PROBLEM with Tomcat 4.10 and Jasper

2002-09-11 Thread Vincent . Gaboriau
Does FIECONJV1.getCONTCO(vect) returns a String? -Message d'origine- De : [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Envoyé : mercredi 11 septembre 2002 17:44 À : [EMAIL PROTECTED] Objet : PROBLEM with Tomcat 4.10 and Jasper Hello, I am French, sorry for my englais. I have a

Re: session timeout on Tomcat

2002-09-11 Thread David Mossakowski
Your browsers shared the session which is what the session id being the same suggests. Use two physicly separate computers (KVM switch ok) to do the same test to be absolutely sure that this is still happening (it won't :) d. randie ursal wrote: hi, could somebody explain to me what

RE: Tomcat 'out of environment space' message

2002-09-11 Thread Andreas Probst
Hi Samantha, up to Win98 Windows loads c:\autoexec.bat during startup. No other autexec.bat is read. You can have more than one, but only the one in c:\ is processed. To run Tomcat you don't need the classpath variable as far as I know. As long as you don't need it for other purposes don't

RE: PROBLEM with Tomcat 4.10 and Jasper

2002-09-11 Thread Vincent . Gaboriau
Sorry for this mail, I don't have seen that you had posted the generated servlet file. The java.net.URLEncoder.encode() is deprecated in JDK 1.4. What do you use? -Message d'origine- De : [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Envoyé : mercredi 11 septembre 2002 18:20 À : Tomcat

RE: HttpResponseBase.sendRedirect vs JetSpeed

2002-09-11 Thread Craig R. McClanahan
On Tue, 10 Sep 2002, Samuel Cheung wrote: Date: Tue, 10 Sep 2002 23:02:53 -0500 From: Samuel Cheung [EMAIL PROTECTED] Reply-To: Tomcat Users List [EMAIL PROTECTED] To: 'Tomcat Users List' [EMAIL PROTECTED] Subject: RE: HttpResponseBase.sendRedirect vs JetSpeed Craig, Thanks for your

RE: POST request processing failure

2002-09-11 Thread Rossen Raykov
I'm not familiar how mod_jk is working. Having said that, my guess is that mod_jk is waiting to will out a buffer before to sent it to the java side. I think so because of the well aligned size reported in the log file. It may be because of incorrect length checking or something like that. I do

Tomcat with ASP pages

2002-09-11 Thread Lionel Tafel
Hi, i'm traing to run an asp page into tomcat, it's possible? thanks = Lionel A. Tafel Consultor - Analista de Sistemas Byte Tech S.A. - Buenos Aires - Argentina Av. Del Libertador 15090 (B1641ANT) - Acassuso Tel : (54+)4707-0077 Cel : (54+)155-013-0806 www.bytetech.com.ar

linux redhat support

2002-09-11 Thread Lior Graf
Hi, are all versions of linux redhat (e.g., version 7.2, 7.3) running stable with tomcat 4.0.4 under IBM jdk1.3.1? where can i find such information? thanks in advance, Lior Graf Cellpay ltd e-mail: [EMAIL PROTECTED] phone: +972(3)9034334 (222) mobile:

relative path/context problem

2002-09-11 Thread Dave Robbins
Hello All, I'm seeing some really odd behaviour, I hope someone can tell me what i'm doing wrong. I've written some jsp/servlet code with Forte 4.0, created a war file and deployed it on Tomcat 4.0.4. ( I deployed it by putting the war file in the webapps dir and restarting Tomcat) The war

RE: Tomcat shared libraries

2002-09-11 Thread Craig R. McClanahan
See intermixed. On Wed, 11 Sep 2002, Herrick, Rick wrote: Date: Wed, 11 Sep 2002 08:46:18 -0700 From: Herrick, Rick [EMAIL PROTECTED] Reply-To: Tomcat Users List [EMAIL PROTECTED] To: '[EMAIL PROTECTED]' [EMAIL PROTECTED] Subject: RE: Tomcat shared libraries -Original Message-

Re: relative path/context problem

2002-09-11 Thread Mauro Daniel Ardolino
I think it will work if you take out the /. Like this: a href=index.jspBack to Top/a Tell me. Bye, Mauro On Wed, 11 Sep 2002, Dave Robbins wrote: Hello All, I'm seeing some really odd behaviour, I hope someone can tell me what i'm doing wrong. I've written some jsp/servlet code with

RE: Tomcat with ASP pages

2002-09-11 Thread Brad Rhoads
I don't think there's anyway to do so directly. There are several options for running ASP under Linux; just search Google. If your running NT, then configure IIS to work with tomcat for your JSP/JAVA stuff and leave the ASP to IIS. -Original Message- From: Lionel Tafel [mailto:[EMAIL

Re: relative path/context problem

2002-09-11 Thread rob
What servlet mapping(s) do you have setup in web.xml? Dave Robbins wrote: Hello All, I'm seeing some really odd behaviour, I hope someone can tell me what i'm doing wrong. I've written some jsp/servlet code with Forte 4.0, created a war file and deployed it on Tomcat 4.0.4. ( I deployed

Re: Catalina doesn't like JRE, but works fine with JDK

2002-09-11 Thread Thomas T. Veldhouse
I do believe that it is missing a java compiler -- and the tools.jar that can be used for it. Tom Velhdouse - Original Message - From: Wolfgang Stein [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, September 11, 2002 8:29 AM Subject: Catalina doesn't like JRE, but works fine

Managing a Listener

2002-09-11 Thread Simha, Kailas
Doug, Read your mail on this. Can you elucidate on filters and listeners some more based on your experience? Say, advantages of using a filter instead of a listener? Will appreciate your insights.. Thanks -Original Message- From: Srofe, Douglas (c) [mailto:[EMAIL PROTECTED]] Sent:

Re: New JK/JK2 documentation available

2002-09-11 Thread Thomas T. Veldhouse
It would be interesting to see the performance against mod_webapp (on Apache2) as well. Tom Veldhouse - Original Message - From: [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Wednesday, September 11, 2002 10:01 AM Subject: RE: New JK/JK2 documentation available

Re: Servlet's loading twice on start-up--DRIVING ME NUTS!

2002-09-11 Thread Jeff Wishnie
This is the solution I ended up using--but shouldn't setting host autoDeploy=false keep Tomcat from creating a context for web-apps in the AppBase? Is this a bug in 4.1.7 that autoDeploy=false seems not to effect this behavior? Thanks, Jeff - Original Message - From: Rui Fernandes

Re: relative path/context problem

2002-09-11 Thread Dave Robbins
I have 1 servlet name EntryBean in a package called phonebook should web.xml have entries for jsp pages? here's the whole file ?xml version=1.0 encoding=UTF-8? !DOCTYPE web-app PUBLIC -//Sun Microsystems, Inc.//DTD Web Application 2.3//EN http://java.sun.com/dtd/web-app_2_3.dtd;

Can't start tomcat...

2002-09-11 Thread Curt
I'm a complete tomcat newbie, just downloaded tomcat 4.1.10 yesterday and put it on my Windows 2000 PC. When I try to start it I get the following error: = Bootstrap: Class loader creation threw exception java.lang.IllegalMonitorStateException: current thread not owner

RE: Migrating from Tomcat 3.2.4 to 3.3.1, server.xml question

2002-09-11 Thread Larry Isaacs
You will need to start with Tomcat 3.3.1's default server.xml and add appropriate changes from your 3.2.4 installation. The 3.2.4 server.xml isn't usable in 3.3.1, as is. You can still define contexts in server.xml, but Tomcat 3.3.1 provides a better mechanism where they are placed in a separate

Re: relative path/context problem

2002-09-11 Thread Dave Robbins
you sir, are incredibly smart Thanks I think it will work if you take out the /. Like this: a href=index.jspBack to Top/a Tell me. Bye, Mauro On Wed, 11 Sep 2002, Dave Robbins wrote: Hello All, I'm seeing some really odd behaviour, I hope someone can tell me what i'm

Re: relative path/context problem

2002-09-11 Thread Jacob Kjome
Hello Dave, The issue is that you are specifying a path to the root of your server. Any time you provide /mypage.html, it will ignore the current directory you are in and reference the root of the web server. What you want is ./mypage.html or just mypage.html. What you should be doing when

Re: Tomcat with ASP pages

2002-09-11 Thread Ben Souther
Search for Chilisoft ASP.. - Original Message - From: Brad Rhoads [EMAIL PROTECTED] To: 'Tomcat Users List' [EMAIL PROTECTED] Sent: Wednesday, September 11, 2002 12:51 PM Subject: RE: Tomcat with ASP pages I don't think there's anyway to do so directly. There are several options for

RE: Tomcat with ASP pages

2002-09-11 Thread Turner, John
That's now a Sun product: http://wwws.sun.com/software/chilisoft/index.html John -Original Message- From: Ben Souther [mailto:[EMAIL PROTECTED]] Sent: Wednesday, September 11, 2002 1:28 PM To: Tomcat Users List; [EMAIL PROTECTED] Subject: Re: Tomcat with ASP pages Search

RE: SSL on Tomcat standalone not working

2002-09-11 Thread Michael Petres
Great tip :), of course you need to use https://, what an oversight on my part... oh well But shouldn't Tomcat return an error page if someone types in http://servername:8443/ by mistake? It is rather ambiguous what's going on with the current return of '' Michael Petres

RE: Shutdown problem

2002-09-11 Thread Michael Petres
Ok, There is a thread running after shutdown that is the AWT EventDispatchThread. How do I kill this puppy? Michael Petres ~ InnovObjX Corp. Web: www.innovobjx.com Tel: 905-729-2235 x3 Fax: 905-729-2235 ~ -Original

  1   2   >