RE: Advise on how to hanle url names when using https

2002-12-09 Thread Turner, John
Once you serve content via SSL, further URLs can be relative. There is no requirement that all SSL-based URLs be hardcoded. If you have myApp/whatever.jsp in your content, and the request originated via SSL, the URL will be converted to https://some.server.com/myApp/whatever.jsp on the fly.

RE: I don´t understand the objective of this open list !

2002-12-09 Thread Jim Henderson
I think it an opportunity to sell updated books! ;) -Original Message- From: Turner, John [mailto:[EMAIL PROTECTED]] Sent: Monday, December 09, 2002 3:48 PM To: 'Tomcat Users List' Subject: RE: I don´t understand the objective of this open list ! I disagree. There's lots of

Re: RE: I don´t understand the objective of this open list !

2002-12-09 Thread David Brown
Jim Henderson writes: I think it an opportunity to sell updated books! ;) -Original Message- From: Turner, John [mailto:[EMAIL PROTECTED]] Sent: Monday, December 09, 2002 3:48 PM To: 'Tomcat Users List' Subject: RE: I don´t understand the objective of this open list ! I disagree.

RE: JK and multiple virtual hosts on Apache (repost)

2002-12-09 Thread Madere, Colin
Any chance you can get the workers.properties file this person used for configuring JK? -Original Message- From: Robert L Sowders [SMTP:[EMAIL PROTECTED]] Sent: Monday, December 09, 2002 3:48 PM To: Tomcat Users List Cc: 'Tomcat Users List' Subject: RE: JK and multiple

RE: I don´t understand the objective of this open list !

2002-12-09 Thread Mike DiChiappari
You're correct. There is lots of documentation out there. Unfortunately, it belongs with most things that are open sourse - in the trash. Jakarata/tomcat is particularly bad. The people that manage it should be ashamed of themselves (I hope they are not building software I have to rely on

Help with using mod_jk2 continued

2002-12-09 Thread Don Jones
I can't offer any help on this but will be trying to get Apache 2.0.43 working with Tomcat 4.1.x with the mod_jk2 connector using binaries on Red Hat 8.0.The docs say the mod_jk2 was built with Red Hat 7.2. Do you by chance know if the connector will work on Red Hat 8.0? Don Jones

RE:I don´t understand the objective of this open list!

2002-12-09 Thread Mark Eggers
I agree as well. There is a lot of documentation out there. Is it always in the form that I find most easily digestable? Probably not. Do I have to rely on examples, the source code, and some judicious tinkering? Probably. However, complaining about it and asking generic questions like

Re: RE: I don´t understand the objective of this open list !

2002-12-09 Thread Mike DiChiappari
David, You are a perfect case in point. I want to use tomcat, but I am not a geek. I want proper user level documentation. I should not have to know about how a damn java app server works internally (nor how to build it) in order to setup one up and use it. Is the point of Jarkata to keep

Re: Advise on how to hanle url names when using https

2002-12-09 Thread Alexander Wallace
Thankyou! Based on that i made a filter that does pretty much the same thing, based on the resource prefix. The only thing I disliked about it is that it takes all the stuff in the request if post was used and puts them in a parameter list. Again, thanks! On Mon, 2002-12-09 at 15:50, Chris

Re: Layout/setup for a web-app...help?

2002-12-09 Thread David Brown
Patrick Martz writes: Hi all, please bear with me as I'm new to the whole web application thing. I recently downloaded and installed Tomcat 4.1. After reading all the documentation I could find, I tried to set it up so that I could run a small web-app, but I simply cannot seem to get the web

Problems with starting Tomcat 4.1.12 - PLEASE HELP

2002-12-09 Thread Siobhan Quigley
I have installed the Java SDK and Tomcat 4.1.12 (release version). I have set the JAVA_HOME and the CATALINA_HOME variables and did the ECHO test. When I try to start up Tomcat, I type C:\Tomcat\jakarta-tomcat-4.1.12\bin\startup.bat but I get an error message saying it can not find the path

RE: Advise on how to hanle url names when using https

2002-12-09 Thread Alexander Wallace
Cool, thanks! On Mon, 2002-12-09 at 15:52, Turner, John wrote: Once you serve content via SSL, further URLs can be relative. There is no requirement that all SSL-based URLs be hardcoded. If you have myApp/whatever.jsp in your content, and the request originated via SSL, the URL will be

RE: I don´t understand the objective of this open list !

2002-12-09 Thread Turner, John
That's the wonderful thing about open source. It's a volunteer effort. If you're using the software, and you don't like how things are done, you can chip in and make a difference. If you're using the software, and you don't like how things are done, and you don't chip in to help out, you can

JK 1.2.1 Red Hat 8.0

2002-12-09 Thread Don Jones
I can't offer any help on this but will be trying to get Apache 2.0.43 working with Tomcat 4.1.x with the mod_jk2 connector using binaries on Red Hat 8.0.The docs say the mod_jk2 was built with Red Hat 7.2. Does anyone know if the connector will work on Red Hat 8.0? Don Jones [EMAIL

RE: I don´t understand the objective of this open list !

2002-12-09 Thread Shapira, Yoav
Hi, I agree with Mr. Turner is right (as is usually the case ;)). To add to his comments: what's preventing you from writing some documentation? As you know, tomcat is an open-source project. No one is getting paid to work on it. Maybe you could write a great book on tomcat? Or perhaps,

RE: I don4t understand the objective of this open list!

2002-12-09 Thread Turner, John
Well said. John -Original Message- From: Mark Eggers [mailto:[EMAIL PROTECTED]] Sent: Monday, December 09, 2002 5:13 PM To: Tomcat Users List Subject: RE:I don4t understand the objective of this open list! I agree as well. There is a lot of documentation out there. Is it

RE: RE: I don´t understand the objective of this open list !

2002-12-09 Thread Tim Moore
-Original Message- From: Mike DiChiappari [mailto:[EMAIL PROTECTED]] Sent: Monday, December 09, 2002 5:11 PM To: Tomcat Users List Subject: Re: RE: I don´t understand the objective of this open list ! David, You are a perfect case in point. I want to use tomcat, but I am not

RE: I don´t understand the objective of this open list !

2002-12-09 Thread Short, Dave
This is open source and FREE software. If you don't like it, don't use it. If you're dissatisfied with Tomcat, go out and spend hundreds or thousands of dollars and purchase a Real servlet container that has all of the documentation nicely bundled. I figured Tomcat out by digging and posting

RE: Problems with starting Tomcat 4.1.12 - PLEASE HELP

2002-12-09 Thread Shapira, Yoav
Hi, When you installed tomcat, did it not create a folder under your Start Menu-Programs containing links to start and stop tomcat? If it did create those links, you can try to use them and let us know if you run into any problems ;) Yoav Shapira Millennium ChemInformatics -Original

make hangs for mod_webapp, Apache 2043

2002-12-09 Thread Scott Haas
I have Apache 2043 .. running - compiled in 64 bit mode .. also openssl and openldap in 64 bit OS environment .. Unix Sparc Solaris 9, gcc 3.2 Now I want to build mod_webapp but make for it hangs ? Hope someone can help .. Thanks, Scott Haas /usr/local/bin/make ... here is

Re: Problems with starting Tomcat 4.1.12 - PLEASE HELP

2002-12-09 Thread Alexander Wallace
I'm not a windows user, so I can't tell you much, but you start the server with exactly that startup.bat and use shutdown.bat to the the oposite. What are the contets of your JAVA_HOME? CATALINA_HOME? On Mon, 2002-12-09 at 14:45, Siobhan Quigley wrote: I have installed the Java SDK and Tomcat

Re: RE: I don´t understand the objective of this open list !

2002-12-09 Thread Mark Eggers
Mike, Here is information from a cursory search on Amazon. Tomcat Kick Start by Martin Bond, Debbie Law (Paperback) Usually ships in 24 hours List Price: $34.99 Buy new: $24.49 Used new from $19.95 Mastering Tomcat Development by Peter Harrison, Ian McFarland (Paperback) Avg. Customer

Re: Problems with starting Tomcat 4.1.12 - PLEASE HELP

2002-12-09 Thread David Brown
Siobhan Quigley writes: I have installed the Java SDK and Tomcat 4.1.12 (release version). I have set the JAVA_HOME and the CATALINA_HOME variables and did the ECHO test. When I try to start up Tomcat, I type C:\Tomcat\jakarta-tomcat-4.1.12\bin\startup.bat but I get an error message saying

Re: RE: I don´t understand the objective of thisopen list !

2002-12-09 Thread Alexander Wallace
Te puedo ayudar en español si gustas, dime cual es tu problema y veremos si me es posible ayudarte a resolverlo. Saludos. On Mon, 2002-12-09 at 08:13, [EMAIL PROTECTED] wrote: what curious that is the first time that someone here, can to answer to something. Yes, this list is not for

RE: RE: I don´t understand the objective of this open list !

2002-12-09 Thread Turner, John
Well, Mike, you're an ass. Here's how you use Tomcat: 1. download and install JDK from Sun (it's free, the install is a couple of clicks). 2. download the binary install of Tomcat. 3. extract the binary install of Tomcat to a location on your drive. 4. set JAVA_HOME as an environment variable

RE: Tomcat 4.1, DBCP and Oracle; Datasource is Null

2002-12-09 Thread Eddie Liang
Hi, I have a problem with configuring the DBCP and Oracle. My server.xml is: Server port=8005 shutdown=SHUTDOWN debug=0 Service name=Tomcat-Standalone Connector className=org.apache.catalina.connector.http.HttpConnector port=8080 minProcessors=5 maxProcessors=75

RE: I don´t understand the objective of thisopen list !

2002-12-09 Thread Ben Ricker
My advice: don't use it. We geeks who take the time to LEARN about the technologies we use will go about our business, using Tomcat. If you do not like it, please find another list to flame-bait on. Btw, I am running an App that has roughly 20k hits per day using a 99% dynamically generated web

RE: Problems with starting Tomcat 4.1.12 - PLEASE HELP

2002-12-09 Thread Tref Gare
Sorry if you've already done this but it's not clear from your message. Is C:\Tomcat\jakarta-tomcat-4.1.12\bin\startup.bat exactly what you've entered? Ie: at the command prompt. That is C: Cd tomcat\jakarta-tomcat-4.1.12\bin Startup.bat If the above is returning a can't find this thing type

RE: I don´t understand the objective of this open list !

2002-12-09 Thread Turner, John
Extra bonus points for using superfluous! What a great word. John -Original Message- From: Short, Dave [mailto:[EMAIL PROTECTED]] Sent: Monday, December 09, 2002 5:21 PM To: 'Tomcat Users List' Subject: RE: I don´t understand the objective of this open list ! This is open

localization recommendation for tomcat

2002-12-09 Thread HAVENS,PETER (HP-Cupertino,ex3)
I am looking for a recommendation for serving localized HTML content via tomcat. I am looking to have Tomcat provide the most accurate HTML file based on the locale of the browser. The Apache web server handles this nicely and I would like to implement the same functionality in tomcat 4.1.x.

Re: Tomcat + commons-logging + log4j

2002-12-09 Thread Dan Tran
Wendy, The container surely will have its own mechanism. I definitely dont want my trace messages sharing with the container itself. Why? I ran into a confuse problem where my app logs it messages with other APPS, and I had a hard time reading it. By using my own, it is surely less

RE: Help with using mod_jk2 continued

2002-12-09 Thread Theodore A. Jencks
Hi Don, You’re the first response I've got. I'm using Redhat 8.0 and the software will sucessfully build under Redhat 8.0. I haven't gotten it working yet but I believe this is a configuration mistake on my part and not a build problem. If you do indeed get this working please let me know

RE: Idon´t understand the objective of this open list !

2002-12-09 Thread Ganesh.K.Rao
That is right. This bunch of loosers don't deserve any of our quality time or attention. BTW, I am a big fan of Apache/Jakarta folks. Thanks guys. Ganesh Short, Dave [EMAIL PROTECTED] 09-Dec-2002 17:50 Please respond to Tomcat Users List [EMAIL PROTECTED] To: 'Tomcat

Re: Problems with starting Tomcat 4.1.12 - PLEASE HELP

2002-12-09 Thread Ronin Quigley
Alexander, I set the following user variables: JAVA_HOME = C:\JAVA CATALINA_HOME=C:\TOMCAT\JAKARTA-TOMCAT 4.1.12 Thanks for your help Rocket - Original Message - From: Alexander Wallace [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Monday, December 09, 2002 10:21 PM

Apache Tomcat with Apache 1.3.27 or 2.0.43

2002-12-09 Thread Rafael Fernandez
Is it possible to open a JSP file through Apache HTTP 1.3.27 or 2.0.43 and Apache Tomcat run it?

RE: RE: I don´t understand the objective of thisopen list !

2002-12-09 Thread Carlos Alberto Peláez Ayala
Gracias por tu ayuda alexander, eres muy amable. Haber te comento. Lo que sucede es que instalé el Tomcat 4.1.12 y al parecer está corriendo, pero creo que hay algunas fallas. Como te digo, cuando abro la página http://localhost:8080, esta aparece correctamente. En la parte inferior izquierda de

Apache2.04 Tomcat4.1.12 Integration

2002-12-09 Thread vim m
Hi: I am integrating Apache 2.0.4 and Tomcat 4.1.12 on Win 2K. This is what I had performed: Installed Apache 2 and tested successfully. Installed Tomcat 4.1 and tested successfully. Downloaded mod_jk-2.0.42.dll into the modules directory of Apache. Created jk folder in conf of

Re: Apache2.04 Tomcat4.1.12 Integration

2002-12-09 Thread Vikram Dham
Try changing server name from localhost to your computername.domainname in mod_jk.conf file. --Vikram - Original Message - From: vim m [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Monday, December 09, 2002 6:17 PM Subject: Apache2.04 Tomcat4.1.12 Integration Hi: I

Tomcat examples - reply to Carlos

2002-12-09 Thread Mark Eggers
Carlos, My Spanish is nonexistent, so I hope I understand your problem. It appears that you are using Tomcat 4.1.12 with jdk 1.4.x. There is a different version of Tomcat 4.1.12 for jdk 1.3 and jdk 1.4. You will want to download the following file and install it (assuming you're on UNIX).

RE: I don´t understand the objective of this open list !

2002-12-09 Thread Theodore A. Jencks
I'm brand new to this list and have noticed the lack of good documentation available. However the docs that exist are extremely helpful and I've found plenty of information on configuring Tomcat. Since this thread is getting so much publicity I might as well restate my willingness to improve

RE: Apache Tomcat with Apache 1.3.27 or 2.0.43

2002-12-09 Thread Theodore A. Jencks
Yep, it's called Mod_jk2 or Mod_jk. -Original Message- From: Rafael Fernandez [mailto:[EMAIL PROTECTED]] Sent: Monday, December 09, 2002 3:11 PM To: [EMAIL PROTECTED] Subject: Apache Tomcat with Apache 1.3.27 or 2.0.43 Is it possible to open a JSP file through Apache HTTP 1.3.27 or

Re: Apache2.04 Tomcat4.1.12 Integration

2002-12-09 Thread vim m
Vikram: I tried that, doesnt work. Thanks Vikram Dham [EMAIL PROTECTED] wrote:Try changing server name from localhost to your computername.domainname in mod_jk.conf file. --Vikram - Original Message - From: vim m To: Tomcat Users List Sent: Monday, December 09, 2002 6:17 PM

Re: Apache2.04 Tomcat4.1.12 Integration

2002-12-09 Thread Vikram Dham
In workers.properties also change worker.ajp12/13.host to computername.domainname. Right now it is local host in your workers.properties file. --Vikram - Original Message - From: vim m [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Monday, December 09, 2002 6:27 PM

Embedding Tomcat in Java

2002-12-09 Thread Abhijat Thakur
I am trying to start up tomcat through my java application at run time. The test class(EmbeddedTomcat.java) is as follows. The line marked with red color throws exception. The exception is: java.lang.ExceptionInInitializerError: java.lang.NullPointerException at

Solved: Re: Apache2.04 Tomcat4.1.12 Integration

2002-12-09 Thread vim m
Vikram:That Worked. Thanks. Vim Vikram Dham [EMAIL PROTECTED] wrote:In workers.properties also change worker.ajp12/13.host to computername.domainname. Right now it is local host in your workers.properties file. --Vikram - Original Message - From: vim m To: Tomcat Users List Sent:

Re: Problems with starting Tomcat 4.1.12 - PLEASE HELP

2002-12-09 Thread Siobhan Quigley
Tref, I tried retyping the command as C:\ Cd tomcat\jakarta-4.1.12\bin\startup.bat but it could not find the path specified. The following variable was se up for SDK variable name = Path variable value = stemRoot%\System32\Wbem;C:\Java\bin; 'Thanks for you help - Original Message -

Question about an AJP error

2002-12-09 Thread Julian Löffelhardt
Hi, To all the mod_jk AJP guys out there I have a question :) I'm using mod_jk 1.2.0 , apache 1.3.26 tomcat 4.0.4. I use apache as load-balancer for my (3) tomcats. Besides some system hang-ups now and then it works fine. Could anybody please explain me the source of ajp errors like this

servlet implementing SingleThreadModel

2002-12-09 Thread Patricio Vera S.
Hello, I tried to understand the implementation of SingleThreadModel on Jakarta-Tomcat servlet engine. The idea is run one instance of the servlet with the opcion parameter = SS so the servlet run in a cycle for ever and then call in a new window the same servlet with the opcion

RE: JK and multiple virtual hosts on Apache (repost)

2002-12-09 Thread Robert L Sowders
When multiple hosting you usually auto-generate the file. John turners web site has instructions on how to do this. http://www.johnturner.com/howto/apache1-tomcat404-howto.html See step 3. rls Madere, Colin [EMAIL PROTECTED] 12/09/2002 02:04 PM Please respond to Tomcat Users List

RE: I don´t understand the objective of this open list !

2002-12-09 Thread Noel J. Bergman
Thank´s for your answer. Yes, maybe my questions is very dificult because: 1. Nobody has to installed tomcat 4.1.12 and 2. Nobody has to run the simple examples of tomcat 4.1.12 after the install. I installed 4.1.12 in the car on my laptop. Took me all of a few minutes, and was a lot less

Re: Apache Tomcat with Apache 1.3.27 or 2.0.43

2002-12-09 Thread David Brown
Rafael Fernandez writes: Is it possible to open a JSP file through Apache HTTP 1.3.27 or 2.0.43 and Apache Tomcat run it? Hello Rafael, have u looked at the mod_jk connector for apache/tomcat? and server.xml non-ssl port 8080 connector? thanx, david. -- To unsubscribe, e-mail:

RE: I don´t understand the objective of this open list !

2002-12-09 Thread micael
What questions are you talking about? At 06:51 PM 12/9/2002 -0500, you wrote: Thank´s for your answer. Yes, maybe my questions is very dificult because: 1. Nobody has to installed tomcat 4.1.12 and 2. Nobody has to run the simple examples of tomcat 4.1.12 after the install. I installed

RE: tomcat,mod_jk loadbalancing

2002-12-09 Thread Ricky Leung
I know the documentation says the socket_timeout is there since 1.2.0, but when I look at the source code, it seems to only read this configuration setting with 1.2.1. You might want to give that a try and also make sure that you invalidate your sessions when people logout (which helps). As for

Error with THIS web.xml file:

2002-12-09 Thread Johnson, Garrett
This is my web.xml file: ?xml version=1.0 encoding=ISO-8859-1? !DOCTYPE web-app PUBLIC -//Sun Microsystems, Inc.//DTD Web Application 2.3//EN http://java.sun.com/dtd/web-app_2_3.dtd; web-app display-nameCarpool Database/display-name descriptionUtility to mitigate the

RE: I don´t understand the objective of this open list !

2002-12-09 Thread Noel J. Bergman
-Original Message- From: Mike DiChiappari [mailto:[EMAIL PROTECTED]] Sent: Monday, December 09, 2002 4:37 PM To: Tomcat Users List Subject: Re: I don´t understand the objective of this open list ! I know the reason for this list - at least as it applies to Jakarta. It is meant to

Re: Problems with starting Tomcat 4.1.12 - PLEASE HELP

2002-12-09 Thread Siobhan Quigley
Hi Yoav, Unfortunately there is no shorcuts to start and stop tomcat under Menu Programmes. There is a startup file in C:\Tomcat\jakarta-tomcat- 4.1.12\bin\startup.bat but when that is double clicked the dos screen just shows for a split second and then does nothing. Any more ideas? rocket

RE: Problems with starting Tomcat 4.1.12 - PLEASE HELP

2002-12-09 Thread Johnson, Garrett
Did you install Tomcat as a service, the reccomended way if you did the binary install? If so, you should start it from the services control panel. -Original Message- From: Siobhan Quigley [mailto:[EMAIL PROTECTED]] Sent: Monday, December 09, 2002 7:02 PM To: Tomcat Users List Subject:

RE: I don´t understand the objective of thisopen list !

2002-12-09 Thread Steve Stearns
On Mon, 2002-12-09 at 17:51, Noel J. Bergman wrote: Thank´s for your answer. Yes, maybe my questions is very dificult because: 1. Nobody has to installed tomcat 4.1.12 and 2. Nobody has to run the simple examples of tomcat 4.1.12 after the install. I installed 4.1.12 in the car on my

RE: Error with THIS web.xml file:

2002-12-09 Thread Tim Moore
According to the official DTD, the order of elements in web.xml matters. If you move your welcome-file-list after the servlet-mapping, it should work ok. You can find the correct order by reading the DTD at the URL in the DOCTYPE, but here it is for convenience: !ELEMENT web-app (icon?,

RE: Error with THIS web.xml file:

2002-12-09 Thread Johnson, Garrett
Ah... That did it. Where can I get a hold of the official DTD? Can I just puke that URL into IE's location bar to download it? -Original Message- From: Tim Moore [mailto:[EMAIL PROTECTED]] Sent: Monday, December 09, 2002 7:06 PM To: Tomcat Users List Subject: RE: Error with THIS

Re: localization recommendation for tomcat

2002-12-09 Thread David Brown
HAVENS,PETER (HP-Cupertino,ex3) writes: I am looking for a recommendation for serving localized HTML content via tomcat. I am looking to have Tomcat provide the most accurate HTML file based on the locale of the browser. The Apache web server handles this nicely and I would like to implement

RE: Error with THIS web.xml file:

2002-12-09 Thread Tim Moore
Yes, exactly! http://java.sun.com/dtd/web-app_2_3.dtd is a real URL for the DTD. -- Tim Moore / Blackboard Inc. / Software Engineer 1899 L Street, NW / 5th Floor / Washington, DC 20036 Phone 202-463-4860 ext. 258 / Fax 202-463-4863 -Original Message- From: Johnson, Garrett

RE: RE: I don?t understand the objective of this open list !

2002-12-09 Thread Noel J. Bergman
I want proper user level documentation. If you are unsatisfied with the documentation: 1) contribute some time to help 2) contribute some $ to help 3) wait for someone else to do 1 or 2 4) spend even MORE money and buy IBM WebSphere. Basically the same code, more docs, LOTS more

Re: Problems with starting Tomcat 4.1.12 - PLEASE HELP

2002-12-09 Thread Siobhan Quigley
Johnson, I am not quite sure what you mean. I downloaded a release version of Tomcat 4.1.12 in binary format. Where is the services control panel? thanks rocket - Original Message - From: Johnson, Garrett [EMAIL PROTECTED] To: 'Tomcat Users List' [EMAIL PROTECTED] Sent: Tuesday,

Re: RE: RE: I don?t understand the objective of this open list !

2002-12-09 Thread David Brown
Noel J. Bergman writes: I want proper user level documentation. If you are unsatisfied with the documentation: 1) contribute some time to help 2) contribute some $ to help 3) wait for someone else to do 1 or 2 4) spend even MORE money and buy IBM WebSphere. Basically the same

Re: tomcat,mod_jk loadbalancing

2002-12-09 Thread Julian Löffelhardt
Hi, Thanks for your help! 2 additional questions: - if 1.2.0 doesn't use socket_timeout could I use cache_timeout ? load-balancing seems quite lost without this settings, because apache uses way to much AJP connectors on all load-balanced machines. So when the load get's high, either it kills all

Learning to Listen

2002-12-09 Thread Noel J. Bergman
Although it would be amusing to say that this has to do with the RE: I don´t understand the objective of thisopen list ! thread, this actually has to do with Listeners. Attached is a generic Listener that is simply intended to provide people with a quick playground for learning and exploration.

RE: I don´t understand the objective of this open list !

2002-12-09 Thread Mike DiChiappari
Notice that I didn't ask a question JOEL BERGMAN (are you a Jakarta developer). I simply chimed in when someone else expressed dissatisfaction with this list. I have been disappointed and frustrated by the that is called documentation. I stopped trying to get tomcat to work properly over a

RE: admin username

2002-12-09 Thread Peter
Thanks...but, I made the following changes and restarted apache and tomcat. Still no luck. ?xml version='1.0' encoding='utf-8'? tomcat-users role rolename=admin/ role rolename=manager/ user username=tomcat password=tomcat roles=admin/ user username=poo password=tomcat roles=manager/ user

Re: I don´t understand the objective of this open list !

2002-12-09 Thread Peng Tuck Kwok
The documentation sure does need some work in certain areas, but it is hardly in the sad state that you claim it is in. -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

RE: I don´t understand the objective of this open list !

2002-12-09 Thread Mark
At 12/9/2002 07:37 PM, you wrote: Notice that I didn't ask a question JOEL BERGMAN (are you a Jakarta developer). I simply chimed in when someone else expressed dissatisfaction with this list. I have been disappointed and frustrated by the that is called documentation. I stopped trying

Re: localization recommendation for tomcat

2002-12-09 Thread Paul Campbell
I used the jakarta-taglibs stamdardized jstl and in particular fmt:message There is a writeup in TheJavaServerPages book on localization. Pg 221 has an example that has more than you need. One problem in 4.1.12 was that I needed to set enablePooling=false in the context, I think. The problem

Re: admin username

2002-12-09 Thread Dan Tran
- Original Message - From: Peter [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Monday, December 09, 2002 4:49 PM Subject: RE: admin username Then you should login as tomcat user since it has 'admin' role -D Thanks...but, I made the following changes and restarted

RE: I don´t understand the objective of this open list !

2002-12-09 Thread Noel J. Bergman
Notice that I didn't ask a question JOEL BERGMAN (are you a Jakarta developer). I didn't realize that: I know the reason for this list - at least as it applies to Jakarta. It is meant to address the complete lack of adequate documentation for tomcat. was a private message for the

RE: admin username

2002-12-09 Thread Noel J. Bergman
What next? Here is mine: ?xml version='1.0' encoding='utf-8'? tomcat-users role rolename=tomcat/ role rolename=manager/ role rolename=admin/ user username=noel password=MYPASS roles=admin,manager/ user username=tomcat password=tomcat roles=tomcat/ /tomcat-users -- To unsubscribe,

RE: RE: I don´t understand the objective ofthisopen list !

2002-12-09 Thread Alexander Wallace
No hay de que... De antemano te comento que tomcat es bastante sencillo de instalar y usar, asi que el problema que estas teniendo, espero sea una cosa sencilla. Me gustaria comenzar por ver como instalaste tomcat, y en que sistema operativo, saber si bajaste la version completa o la LE de tomcat.

Re: I don´t understand the objective of this open list !

2002-12-09 Thread Mike DiChiappari
The documentation sure does need some work in certain areas, but it is hardly in the sad state that you claim it is in. Okay, let me give a specific example. I will describe to you a likely standard configuration for a server that would be used in a typical commercial setting. Prove tomcat

RE: I don´t understand the objective of this open list !

2002-12-09 Thread Mike DiChiappari
was a private message for the developers. It seemed to be a blanket complaint from an apparently annoyed person. I have been disappointed and frustrated by the that is called documentation. I stopped trying to get tomcat to work properly over a year ago. Recently I looked into it

Large JSP causes tomcat to crash with multiple users

2002-12-09 Thread khaled . saleh
Tomcat: 3.3.1 JVM: Java HotSpot(TM) Client VM (build 1.3.1_02-b02, mixed mode) I just ran into a problem with one of the jsps I have. The problem occurs with both using apache in between the browser and tomcat or going directly from browser to tomcat. Running with one user, the page gets

RE: I don´t understand the objective of thisopen list !

2002-12-09 Thread Noel J. Bergman
Yeah, I've just installed it on a server I'm planning to put into production in the next couple weeks and it's working like a charm. Having said that I'll admit two things 1) I didn't try to run the examples I did. :-) With a fresh install, it is the first thing to do, just to make sure

Re: I don´t understand the objective of this open list !

2002-12-09 Thread Mark Eggers
Mike, We're happy not to have you use the software. If you read the documentation for other application servers, you'll quickly find that there is an equal amount of 'geek' speak. Sad to say, but at some point you need to understand the technology and know what you are doing in order to

Re: I don´t understand the objective of this open list !

2002-12-09 Thread Peng Tuck Kwok
Mike DiChiappari wrote: The documentation sure does need some work in certain areas, but it is hardly in the sad state that you claim it is in. Ok so I manage to get you to describe some of the problems you are having. I consider that an improvement from all the other mails I have seen so far

RE: I don´t understand the objective of thisopen list !

2002-12-09 Thread Alexander Wallace
I also have a technical background, but not as big as yours. I have been programming in java por 3 months now. Even before I started programming I gave tomcat a try to see my options. I have to tell you that getting tomcat to run and work fine is trivial. That setting up connection pooling is

Re: tomcat,mod_jk loadbalancing

2002-12-09 Thread Julian Löffelhardt
Hello, once again! I always thought I'm using mod_jk 1.2.0 sbecause that's displayed in the server-status. stupid me. mod_jk 1.2.0 indeed does contain the socket_timeout cache_timeout settings (I dont't know if they work, though) After downloading several versions of the connector sources

Re: Problems with starting Tomcat 4.1.12 - PLEASE HELP

2002-12-09 Thread Alexander Wallace
I'm not sure if it is a typo or what, but what you describe you typed should not work, try this: -go to a command prompt -type c:\ and hit enter -type cd tomcat\jakarta-4.1.12\bin and hit enter -type startup.bat and hit enter If i'm being too simple please forgive me. On Mon, 2002-12-09 at

RE: I don´t understand the objective of thisopen list !

2002-12-09 Thread Alexander Wallace
You can most likely find how to contribute in the jakarta site. On Mon, 2002-12-09 at 23:26, Theodore A. Jencks wrote: I'm brand new to this list and have noticed the lack of good documentation available. However the docs that exist are extremely helpful and I've found plenty of information

Re: I don¥t understand the objective of this open list !

2002-12-09 Thread Mike DiChiappari
Mark, Thank you for your candid response. I believe I understand the point of Jakarta now. We're happy not to have you use the software. If you read the documentation for other application servers, you'll quickly find that there is an equal amount of 'geek' speak. Since you say we're I

Re: localization recommendation for tomcat

2002-12-09 Thread Jacob Kjome
Take a look at the Barracuda project localization. http://barracuda.enhydra.org/cvs_source/Barracuda/docs/comp/tutorial_hello_world4.html It utilizes XMLC ( http://xmlc.enhydra.org/ ) Using one or more properties files which contain localized strings, a localization Ant taskdef creates

Re: I don´t understand the objective of this open list !

2002-12-09 Thread David Boyer
From: Mike DiChiappari [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Monday, December 09, 2002 6:37 PM Subject: RE: I don´t understand the objective of this open list ! Notice that I didn't ask a question JOEL BERGMAN (are you a Jakarta developer). I simply chimed in when

Re: Getting examples to run (Spanish) Was RE: Idon´t understand the objective of thisopen list !

2002-12-09 Thread Alexander Wallace
(***Sorry for re posting, I just wanted to change the subject line***) No hay de que... De antemano te comento que tomcat es bastante sencillo de instalar y usar, asi que el problema que estas teniendo, espero sea una cosa sencilla. Me gustaria comenzar por ver como instalaste tomcat, y en que

RE: I donYt understand the objective of this open list !

2002-12-09 Thread Noel J. Bergman
Mike, As far as I know (and I just looked), Mark Eggers is not a representative of any Apache project. As with many happy members of a Community, he feels like a part of it and speaks with the pronoun we. Thank you for your candid response. I believe I understand the point of Jakarta now.

RE: I don?t understand the objective of this open list !

2002-12-09 Thread Noel J. Bergman
Then I may have made an error. I have been telling my business associates that tomcat is NOT a viable commercial server. They recently said I was wrong. In looking through the Jakarta web site I believe I saw the term commercial quality in regards to Tomcat. The code is commercial quality.

Urgent!!!!!!! JavaBean

2002-12-09 Thread Galbayar Dorjgotov
hello all! I'm installed Apache Tomcat 4.x version and running fine and it serves many services. After java bean changes i must restart tomcat? -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

RE:_I_donYt_understand_the_objective_of___this_open___list__!

2002-12-09 Thread Mark Eggers
Thank you Noel. I did use the we in terms of the list. I apologize to the list, the Jakarta development community (which does a great job), and the Apache organization. I'll happily use Tomcat since it works well for my purposes. Having written and suffered with tons of computer documentation

Re: Urgent!!!!!!! JavaBean

2002-12-09 Thread Alexander Wallace
If you have tomcat configured to autoload classes when they are changed, then you don't have to restart, otherwise you either restart or use the administration tool that comes with tomcat to reload the app On Tue, 2002-12-10 at 03:23, Galbayar Dorjgotov wrote: hello all! I'm installed Apache

load balancing with in-process workers in 3.3.1

2002-12-09 Thread George McKinney
Under Tomcat 3.3.1 on linux, is it possible/reasonable to have multiple in-process workers and use a loadbalancing worker with them? I'd like to set up workers inprocess1 and inprocess2 have them load balanced by worker loadbalancer If I'm deciphering the docs correctly, the mod_jk.conf file

RE: I don´t understand the objective of this open list !

2002-12-09 Thread Noel J. Bergman
Here is an opportunity though as I've offered my services. So if anyone knows who I should contact about this I'm all ears. Write the docs. Use the existing XML sources to guide you, and submit new ones. Talk to John Turner, as well, who has a set of docs (IIRC). ref:

RE: Urgent!!!!!!! JavaBean

2002-12-09 Thread Galbayar Dorjgotov
thank you -Original Message- From: Alexander Wallace [mailto:[EMAIL PROTECTED]] Sent: Tuesday, December 10, 2002 5:39 AM To: Tomcat Users List Subject: Re: Urgent!!! JavaBean If you have tomcat configured to autoload classes when they are changed, then you don't have to restart,

Re: load balancing with in-process workers in 3.3.1

2002-12-09 Thread George McKinney
Hmmm, after digging through some more of the docs, it looks like the inprocess workers aren't available for Apache. Is this correct? But I'm still curious. would the setup I outlined work on a server on which the inprocess workers are supported? George. - Original Message - From:

RE: Tomcat 4.1, DBCP and Oracle

2002-12-09 Thread Manavendra Gupta
I had faced a similar situation, but wasn't sure why it was working on windoze! -Original Message- From: Campano, Troy [mailto:[EMAIL PROTECTED]] Sent: Monday, December 09, 2002 11:15 PM To: Tomcat Users List Subject: RE: Tomcat 4.1, DBCP and Oracle Ok...now the problem is stranger. I

<    1   2   3   4   >