R: WebDav and Symbolic Links in 4.1.12!!!

2002-12-10 Thread Paolo Scaffardi
Hi John! As far as I know you have to go higher than 4.1.12, to .13 or .14, there's a bug with allowLinking. Check bugzilla, check the archives to be sure. I checked bugzilla but i didnt found any entry with allowLinking. Reading the release notes of tomcat 4.1.16 i found an entry about an

Apache can't find Tomcat examples

2002-12-10 Thread R. C. Hill
Hi, I'm trying to integrate Tomcat with Apache. I believe that I configured them correctly, but when I try the Tomcat examples URL, http://localhost/examples/jsp ,it doesn't work and I find the following in the Apache error.log: [error] [client 127.0.0.1] File does not exist:

Re: [OT} T.O. RE: I don´t understand the objective of this open list !

2002-12-10 Thread Simon Kelly
Dear God, Could everyone just stop the bickering, my inbox was so heavy this morning I could have sworn it was turning into a black hole. I've worked in engineering my whole life and there has been three phrases that have always stood me on solid ground. Read the f***in manual, If you don't

Re: Apache can't find Tomcat examples

2002-12-10 Thread Kaustuv Sharma
Hi, I have just done configuring Apache and Tomcat with Virtual hosting.I am not an expert but here it is u have to mount the examples. JkMount /examples ajp13 JkMount /examples/* ajp13 Also in the httpd.conf, try to Load the module, instead of Include put this at the start of

RE: oracle+tomcat 4.1.x+dbcp = driverClassName is required!

2002-12-10 Thread Manavendra Gupta
My server.xml file now looks like this: DefaultContext reloadable=true debug=4 Resource name=jdbc/rtidb auth=CONTAINER type=javax.sql.DataSource/ ResourceParams name=jdbc/rtidb parameter nameuser/name

Tomcat4 JDBC Realm: Problem With Informix

2002-12-10 Thread Skladovs, Victor
Dear Friends! I use Tomcat4 authentication (JDBCRealm) in my applications. It works fine with ORACLE, but trying to use this with INFORMIX database, I get the following error in stdout.log file when starting Tomcat: Create Catalina server Starting service Tomcat-Standalone Apache Tomcat/4.0.4

Re: Advice please: Apache doesn't seem to resolve Tomcat symboliclinks

2002-12-10 Thread M
Turner, John wrote: True, but the symlinks, according to the original post, work fine in Tomcat Standalone. If it was a Tomcat issue, it wouldn't throw an Apache 404, it would throw a 500. 404 is not found, so that leads me to believe that the paths in the logs for those URLs are not valid

Re: File structure in webapps for tomcat.

2002-12-10 Thread Simon Kelly
Micael, Sounds like a good solution, but I just have a couple of questions. 1) Will this tie me to Tomcat or will it work with and server that can handle war packages? 2) I've read through some documentation on ClassLoaders but can't seem to find anything on getting a reference to a classes

Re: File structure in webapps for tomcat.

2002-12-10 Thread Simon Kelly
Justin, Spot on for what I need to do at the moment, thanks. Regards Simon PS Nice memory resource joke John ;-) - Original Message - From: Justin Ruthenbeck [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Monday, December 09, 2002 9:02 PM Subject: Re: File structure

Advice: good tutorial out there?

2002-12-10 Thread Jean Georges PERRIN
Hi, I am looking for a good tutorial on JSP / servlet... Any hint? Sun's quite poor on those I found (compared to the other ones)... Jean Georges PERRIN -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

RE: Advice: good tutorial out there?

2002-12-10 Thread Christopher Watson
It's a bit big for a tutorial, and it's in PDF format, but you could try http://pdf.coreservlets.com/ -Original Message- From: Jean Georges PERRIN [mailto:[EMAIL PROTECTED]] Sent: 10 December 2002 10:22 To: [EMAIL PROTECTED] Subject: Advice: good tutorial out there? Hi, I am looking

Need Help

2002-12-10 Thread Avinash Prasad
Hi, I configured the tomcat with IIS (in process) on windows 2000 professional. Its working fine for JSP , I want to execute ASP page from the same directory where I putted my jsp file. Like /webapps/jsp/hello.jsp-This is working fine /webapps/jsp/hello.asp---its not working. I

Re: Advice: good tutorial out there?

2002-12-10 Thread Simon Kelly
Hi Jean, There is a very good book that comes highly recommended. Java Servlet Programming by Jason Hunter. Published by O'Reilly. And I found the website http://resources.coreservlets.com/ a good site to start with. Regards Simon - Original Message - From: Jean Georges PERRIN

RE: Large JSP causes tomcat to crash with multiple users

2002-12-10 Thread Reynir Hübner
Hi, I am curious to know what is it you are doing with this JSP page ? If it's large but mostly static content (such as HTML tables etc) you can choose to keep the static content blocks in a file. There are many ways to improve jsp performance, but your problem sounds like you are doing

Re: Advice: good tutorial out there?

2002-12-10 Thread Simon Kelly
Sorry, Gave you the wrong url. Here's the list of the ones I have used in the past. No particular order of use though. http://java.rrzn.uni-hannover.de/jug/servlets/tutorial/servlet_tutorial.html http://www.caucho.com/resin/java_tut/ http://www.volantec.biz/servlets.htm

RE: Advice: good tutorial out there?

2002-12-10 Thread Donie Kelly
You can also get a preview of the book here There used to be a complete free copy of this book on the web but I can't find it now. If I do I'll post it back to the list. This book is great. I started on it. It's more or less the bible. It's also out of print but there is a second edition, which

RE: Advice: good tutorial out there?

2002-12-10 Thread Donie Kelly
Sorry, list didn't like my URL. Here is is in full http://safari.oreilly.com/?XmlId=1-56592-391-X Donie -Original Message- From: Donie Kelly [mailto:[EMAIL PROTECTED]] Sent: 10 December 2002 10:38 To: 'Tomcat Users List' Subject: RE: Advice: good tutorial out there? You can also get a

Re: Need Help

2002-12-10 Thread Praveen Wicliff
Avinash. I don't know what you are trying to do, but ASP, JSP pages cannot communicate. But what you are trying to do is possible. I assume your file system is like this WebAppsJSP ASP/JSP files Assuming you have integrated Tomcat and IIS, one way of doing it is - having your context jsp

slight OT: RequestInterceptor

2002-12-10 Thread Manavendra Gupta
Hi, This probably is slightly off-topic, but I would like to know: 1. How to implement a RequestInterceptor? Is there some sample code available? 2. Is it a good idea to implement one for managing sessions? Thanks, Manav. -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional

jtc.jar

2002-12-10 Thread Theodore A . Jencks
Is there anyone on the list who can explain what jtc.jar is for and what it replaces. I read some where that it replaces tomcat-ajp.jar, tomcat-util.jar tomcat-coyote.jar and tomcat-http11.jar. Is this true or do you need the other jar files to implement direct connections into Tomcat. If

Any plans for a JSP DOM API in Jasper??

2002-12-10 Thread Tom Fennelly
Hi, Are there any plans to expose a JSP DOM API in Jasper? I'm talking about a model which might allow manipulation of the JSP model before compilation. Regards, Tom Fennelly. _ STOP MORE SPAM with the new MSN 8 and get 2 months

Off Topic: SAP DB

2002-12-10 Thread Fabio Mengue
Hello, Does anyone here has tested or uses SAP DB (www.sapdb.org) ? I am willing to try it, but the setup is a little complicated. Thanks, Fabio. -- Fabio Mengue - Centro de Computacao - Unicamp [EMAIL PROTECTED] [EMAIL PROTECTED] Quem se mata de trabalhar merece mesmo morrer. - Millor

Re: Off Topic: SAP DB

2002-12-10 Thread João Augusto Charnet
I've tested SAP DB. It's a really fast and efficient Database. I had no trouble installing it. What's going on ? John; Fabio Mengue wrote: Hello, Does anyone here has tested or uses SAP DB (www.sapdb.org) ? I am willing to try it, but the setup is a little complicated. Thanks, Fabio.

Re: Error with THIS web.xml file:

2002-12-10 Thread Cees van de Griend
On Tuesday 10 December 2002 01:02, Johnson, Garrett wrote: For the life of me, I can't figure out why there's a problem, but Tomcat refuses to parse this! I keeps complaining about line 20, column 11, which is where my first servlet tag starts. Is there something stupid I'm missing here?

Valve [was slight OT: RequestInterceptor]

2002-12-10 Thread Manavendra Gupta
Hunting around on the web I found an interesting document comparing the approaches used in tomcat 3.2 and 4.0, comparing RequestInterceptor used in the former with the Valve used in the latter. The page can be located at: http://218.223.25.90:8080/docs/filters.htm Has anyone worked with Valves

URGENT : Multiple host in Tomcat

2002-12-10 Thread Laxmikanth M.S.
Hi all, I am creating multiple host (virtual Host) in tomcat 4.1.12 Server . Every host contains context as/. for eg. host 1 is testhost1 and host2 is testhost2 how to access the site. please let me know soon thanks in advance laxmiaknth

Re: URGENT : Multiple host in Tomcat

2002-12-10 Thread Andoni
Have you created a DNS entry pointing at your IP address for each name? Does your Server.xml file have a Host/Host container for each virtual host you want to create? Look into these things and write again if need be. Andoni. - Original Message - From: Laxmikanth M.S. [EMAIL

RE: URGENT : Multiple host in Tomcat

2002-12-10 Thread Aleksandr Shneyderman
Well one way to go is to putApache in front of it and let Apache do the load balancing for you you can read the following article on how to do it (a bit outdated but still works): http://www.ubeans.com/tomcat/index.html and if you want to cluster you can read

RE: URGENT : Multiple host in Tomcat

2002-12-10 Thread Laxmikanth M.S.
ya all that u have mentioned is there so it means we should have DNS entry for all the virtualhost or can it be done with different port numbers as done in Apache Regards Laxmikanth M S Off* : 91-80-6610330 extn 1256 Res* : 91-80-5267150 http://www.sonata-software.com Coming together is the

Re: URGENT : Multiple host in Tomcat

2002-12-10 Thread Andoni
You want to use the same DNS name and just change the port number to bring up different web-sites? http://www.mysite.com:1234 == context 1 http://www.mysite.com:4321 == context 2 etc.?? I think you cannot do that using only tomcat. You can do nearly anything with Apache though so you may

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

2002-12-10 Thread Turner, John
There was a post several weeks back from someone that was entitled how to contribute to the documentation in 7 easy steps or seomthing like that, but I forget who posted it, and unfortunately I can't find it in the archives at the moment. There was one earlier than that from Craig McClanahan on

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

2002-12-10 Thread Turner, John
It's fun, though. Their logic is so obviously flawed, sometimes I feel bad not engaging them. ;) John -Original Message- From: Short, Dave [mailto:[EMAIL PROTECTED]] Sent: Monday, December 09, 2002 5:50 PM To: 'Tomcat Users List' Subject: RE: I don´t understand the objective of

RE: URGENT : Multiple host in Tomcat

2002-12-10 Thread Laxmikanth M.S.
I have mapped my host to http://ftisites.sonata-software.com and have one context /. i am getting the error which can be found in the attached file thanks in advacne Apache Tomcat-4_1_12 - Error report.mht Regards Laxmikanth M S Off* : 91-80-6610330 extn 1256 Res* : 91-80-5267150

RE: URGENT : Multiple host in Tomcat

2002-12-10 Thread Renato Romano
If I understand well, you have to define DNS entry for each host, all defined as the same IP address. When your browser uses http://host1 it will be resolved as the unique IP you have on your server, but in the http request the hostname will be written. This way Tomcat will direct the request to

RE: URGENT : Multiple host in Tomcat

2002-12-10 Thread Laxmikanth M.S.
I have mapped my host to http://ftisites.sonata-software.com and have one context /. i am getting the error which can be found in the attached file thanks in advacne ERROR HTTP Status 500 - No Context configured to process this request type Status report message No Context configured to

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

2002-12-10 Thread Turner, John
You're forgetting that Tomcat is a reference implementation. Nobody is positioning it as a be-all, end-all commercial solution. If you use JRUN, you are tied to Macromedia forever. You automatically lose portability, you automatically lose customer base because there are many tech-savvy

Re: URGENT : Multiple host in Tomcat

2002-12-10 Thread Andoni
What do you want to achieve? How many servlets to you have? How many Hosts in Server.xml? Andoni. - Original Message - From: Laxmikanth M.S. [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Tuesday, December 10, 2002 1:22 PM Subject: RE: URGENT : Multiple host in Tomcat

Building Tomcat 4.1.12 from source

2002-12-10 Thread Faine, Mark
Solaris 8 Tomcat 4.1.12 I'm trying to build from source using the BUILDING instructions in the source directory. I've completed everything on the list, even the optional packages. Now I get this error: BUILD FAILED file:/export/home/temp/appserv/temp/jakarta-tomcat-jasper/jasper2/build.xml:

RE: URGENT : Multiple host in Tomcat

2002-12-10 Thread Laxmikanth M.S.
I have two host... one is the default and one more i have created... the second host I am pointing to a DNS enrty.I have even created a context for this host but when I open the site it show the below error check it at http://ftisites.sonata-software.com:8080 even i want to remove te port

Apache, Tomcat4, Tomcat4-Webapps

2002-12-10 Thread response
Hello. I am using apache-1.3.23-11, tomcat4-4.1.12-full.2jpp, and tomcat4-webapps-4.1.12-full.2jpp. How do I get tomcat4 and apache to speak with each other. I thought that tomcat4-webapps would have the necessary resources to have tomcat4 speak with apache. Is this true? If not, how do I go

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

2002-12-10 Thread Hamilton, Andrew
You know what really bothers me about this whole thread: Tomcat is free. What right does anyone have to complain about free stuff? That's like complaining cause someone gave you free beer but it said Generic on the label. It might not go down as smoothly but the effect is the same. I setup

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

2002-12-10 Thread Jim Urban
I don't see what your problem is. I have installed Tomcat on our development servers and developer's workstations. I have installed it at client sites. I have attached it to Apache. I have attached it to Apache running SSL. I have attached it to IIS. I have attached it to IIS with SSL. It

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

2002-12-10 Thread Turner, John
Not only is Tomcat a viable commercial solution, we're using a version of Tomcat that is many months old and doing an SIGNIFICANT amount of business with it. The servers haven't been rebooted in more than 6 months. Neither has Tomcat, except for new installations (we run a dedicated Tomcat for

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

2002-12-10 Thread Jim Urban
Why waste my time. I'll vote with my feet and use something else. If developers aren't interested in making their software usable by writing clear documentation, I won't use it. Remember, you get what you pay for. You paid for nothing, you got nothing! Don't go away mad, just go away (and

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

2002-12-10 Thread Michael Nicholson
And there is the final answer... or at least the bottom line. In general in life, you get what you pay for. We're lucky... with Tomcat we get a WHOLE LOT MORE. I think it took me three or four days to get tomcat running jsps and servlets, mainly because the guy in charge of our system had a JDK

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

2002-12-10 Thread Felipe Schnack
I actually think what most scares people from opensource is this it's free, do not complain attitude... But I agree that the way this guy is writing is offensive. Well, although I get worried when someone with 20 years of experience can't install some RPMs, I think it's time to stop this

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

2002-12-10 Thread Turner, John
Something you've forgotten: you might be able to pay $1000 and get JRUN, but could you ever, ever in your wildest dreams or demands, talk directly with the person who not only wrote the exact code you're using, but is responsible for setting the standard that the code is based on if you did?

Enough please!

2002-12-10 Thread Roberts, Eric
Folks, Can we stop the I don't understand the objective of this open list.. thread. While we all have our opinions, this is meant to be a list where we help each other technically. I have been attempting to help people with database pooling (mine works :-)) for the last few days, but I have

RE: Enough please!

2002-12-10 Thread Manavendra Gupta
-Original Message- From: Roberts, Eric [mailto:[EMAIL PROTECTED]] Sent: Tuesday, December 10, 2002 7:35 PM To: Tomcat Users List Subject: Enough please! have been attempting to help people with database pooling (mine works :-)) for the last few days, but I have had to spend far too

RE: Enough please!

2002-12-10 Thread Swanson, Brion
I agree. While the I don't understand the objective of this open list! is an entertaining read for me, it's filling my mailbox faster than the spammers. I don't want to have to leave this list simply because one troll/flamebait post has drawn everyone's attention away from the real point of the

RE: Enough please!

2002-12-10 Thread Caton, Paul
I agree. As hard as it is to restrain from responding to flamebait and as tempting as it is to have the last word, I think this thread needs to die now. Paul Caton. -- 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-10 Thread Turner, John
Here's the documentation, in non-geek speak, for one virtual host, on multiple platforms (Linux and Solaris): http://www.johnturner.com/howto Setting it up for a second (and more) virtual hosts is left as an exercise for the reader. Hint: its the same as localhost/examples. Oh, and you're

RE: Enough please!

2002-12-10 Thread Kevin Passey
Mine works as well now - thanks Eric. -Original Message- From: Roberts, Eric [mailto:[EMAIL PROTECTED]] Sent: 10 December 2002 14:05 To: Tomcat Users List Subject: Enough please! Folks, Can we stop the I don't understand the objective of this open list.. thread. While we all have our

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

2002-12-10 Thread Jim Henderson
Oooops! This must have been sent in error! Or, are we all (Tomcat User List) going to be taken to court? -Original Message- From: micael Sent: Monday, December 09, 2002 5:58 PM To: Tomcat Users List Subject: RE: I don´t understand the objective of this open list ! This electronic mail

RE: Enough please!

2002-12-10 Thread Manavendra Gupta
i agree! and if i don't get any replies for my posts, i can be the next one to spam and resend all my emails :-) woohoo! -Original Message- From: Caton, Paul [mailto:[EMAIL PROTECTED]] Sent: Tuesday, December 10, 2002 7:41 PM To: Tomcat Users List Subject: RE: Enough please! I agree.

RE: Advice: good tutorial out there?

2002-12-10 Thread Turner, John
http://www.servlets.com O'Reilly books by Bergsten (JSP) and Hunter (Servlets). Available wherever good technical books are sold. John -Original Message- From: Jean Georges PERRIN [mailto:[EMAIL PROTECTED]] Sent: Tuesday, December 10, 2002 5:22 AM To: [EMAIL PROTECTED] Subject:

RE: Advice please: Apache doesn't seem to resolve Tomcat symboliclinks

2002-12-10 Thread Turner, John
If you're using Tomcat in stand-alone, as an HTTP server, that's what will happen. However, the original poster is using Apache + Tomcat, in which case Tomcat would return a 500 via the connector, not a 404. At least, that's what has happened in my experience. John -Original

RE: Apache, Tomcat4, Tomcat4-Webapps

2002-12-10 Thread Turner, John
Hi - I have no idea what a .2jpp file is, but if you want to use Apache with Tomcat you need a connector. This topic comes up daily, please search the archives. You can also view my HOWTOs for Linux and Solaris here: http://www.johnturner.com/howto There are plenty of other HOWTOs available,

RE: Apache can't find Tomcat examples

2002-12-10 Thread Turner, John
Kaustuv's right. You have to mount the examples. You have to tell Apache which URLs to send to Tomcat. You do this with a JkMount command, like this: JkMount /*.jsp ajp13 JkMount /servelets/* ajp13 This goes in httpd.conf in the appropriate virtual host container. If you want to use the

RE: Apache Tomcat with Apache 1.3.27 or 2.0.43

2002-12-10 Thread Turner, John
Yes. To do this you'll need a connector module for Apache, either mod_jk or mod_jk2. This topic comes up quite a bit (daily), if you search the archives you will find many posts with HOWTOs and configuration information. John -Original Message- From: Rafael Fernandez [mailto:[EMAIL

RE: Problems with starting Tomcat 4.1.12 - PLEASE HELP

2002-12-10 Thread Turner, John
Actually, I think in that scenario using catalina.bat start instead of startup.bat would be more helpful, as I think using catalina.bat will display error messages to that console window and leave the console window up instead of killing the window immediately. That should provide more info.

RE: Learning to Listen

2002-12-10 Thread Turner, John
Nice. Thanks! John -Original Message- From: Noel J. Bergman [mailto:[EMAIL PROTECTED]] Sent: Monday, December 09, 2002 7:32 PM To: Tomcat User List Subject: Learning to Listen Although it would be amusing to say that this has to do with the RE: I don´t understand the

Please help me out to set character encoding of JVM

2002-12-10 Thread kantha
Hi I am working on a web application. The language supported is Japanease, I am using EUC-JP encoding type. My database [pgsql] is set for the EUC-JP. The problem here is JVM is not handeling EUC-JP Intially I started with tomcat3.2 and jdk1.3 after that I upgraded both as tomcat4 and

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

2002-12-10 Thread Dave Sill
Mark [EMAIL PROTECTED] writes: Our company has a very young, inexperienced appserver administrator who had Tomcat up an running in a matter of minutes (literally) without a CD library of professionally drafted set of documentation. With an Apache connector? Running as a nonprivileged user

RE: Apache2.04 Tomcat4.1.12 Integration

2002-12-10 Thread Turner, John
There is no Apache virtual host defined for computername, only for localhost. There are also no JkMount commands for any Apache Virtual Host other than localhost, so trying JSP or servlets with http://computername/some.jsp will get you nothing, because Apache has no idea what to do with that.

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

2002-12-10 Thread Turner, John
Sorry, Dave. I don't use JK2, that is why I didn't reply. I figured I would be wasting your time by making suggestions. I'm sure there are perfectly valid reasons why others did not reply. Sometimes you don't get a response for a couple of reasons: 1) a person who could respond either isn't

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

2002-12-10 Thread V. Cekvenich
Using Tomcat beacuse it's free is a mistake. You should allways use the best: http://www.opensource.org/advocacy/case_for_business.php In general Tomcat is less buggy than comercial products. Also, I do ecourage you to get paid support from Oracle, BEA, etc. See how they support you, since you

RE: Advice please: Apache doesn't seem to resolve Tomcat symbolic links

2002-12-10 Thread Sarah Grimley
Hi John and Martin. Yes, I am on Tomcat jakarta-tomcat-4.1.12. As I said before, the access to the gifs and templates works fine on the 'standalone' version, which I have put on port 8200. Under this URL (http://sbio4.ph.chbs:8200/seqreq/icons), since I added the 'allowLinking' flag to the I

RE: Deleting multiple responses (was: Enough please!]

2002-12-10 Thread Andrzej Jan Taramina
I have had to spend far too much time deleting the hundred or so reponses to this thread. Change your subscription to digest mode. End of problem. Andrzej Jan Taramina Chaeron Corporation: Enterprise System Solutions http://www.chaeron.com -- To unsubscribe, e-mail: mailto:[EMAIL

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

2002-12-10 Thread Dave Sill
Turner, John [EMAIL PROTECTED] writes: Sorry, Dave. I don't use JK2, that is why I didn't reply. I figured I would be wasting your time by making suggestions. I'm sure there are perfectly valid reasons why others did not reply. I understand that. Sometimes you don't get a response for a

RE: Advice please: Apache doesn't seem to resolve Tomcat symbolic links

2002-12-10 Thread Turner, John
I think 4.1.12 is fine. I think that the problem is simply that Apache doesn't know what to do with those URLs. My guess is that Apache cannot find those files. I haven't seen your Apache config, but my guess would be that you either need to map those URLs to Tomcat (like JkMount /seqreq/*

RE: Deleting multiple responses (was: Enough please!]

2002-12-10 Thread Turner, John
Or use a Filter on the subject line. Also end of problem. John -Original Message- From: Andrzej Jan Taramina [mailto:[EMAIL PROTECTED]] Sent: Tuesday, December 10, 2002 10:06 AM To: [EMAIL PROTECTED] Subject: RE: Deleting multiple responses (was: Enough please!] I have had

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

2002-12-10 Thread Turner, John
That said, I hope to have a JK2 HOWTO this weekend. Did you get your issues resolved using the HOWTO you found? John -Original Message- From: Dave Sill [mailto:[EMAIL PROTECTED]] Sent: Tuesday, December 10, 2002 10:08 AM To: [EMAIL PROTECTED] Subject: Re: I don´t understand the

RE: Deleting multiple responses (was: Enough please!]

2002-12-10 Thread Swanson, Brion
I think the point was we shouldn't have to filter out long threads of off-topic flame wars. I agree there's many solutions to the annoyance of a dominant off-topic thread, but the fact remains that we really shouldn't feed the trolls. Just my $0.02. Thanks, Brion -Original Message-

RE: Advice please: Apache doesn't seem to resolve Tomcat symbolic links

2002-12-10 Thread Ralph Einfeldt
Do you have enabled symlinking in apache ? For that you have to place somthing like Options FollowSymLinks in your directory tag in httpd.conf. BTW: You should forget about mod_webapp and use mod_jk[2] instead. -Original Message- From: Sarah Grimley [mailto:[EMAIL

Problem in running jakarta-tomcat-4.1.12-LE-jdk14

2002-12-10 Thread suneet kumar
I have downloaded jakarta-tomcat-4.1.12-LE-jdk14 and after installing on win 98 I set JAVA_HOME and CATALINA_HOME(in autexec.bat) as mentioned in Running.txt. But when I am trying to run tomcat using 'catalina run' from CATALINA_HOME/bin it is giving no classdefenitionfounderror

Re: localization recommendation for tomcat

2002-12-10 Thread Jacob Kjome
Hi Micael, Yes, it does involve recompiling. However, you aren't writing any of these classes. I agree, that would be a *huge* pain! With XMLC, you create an HTML template. That's right, you aren't writing java, you are writing HTML. XMLC compiles that into a java object that represents

RE: Problem in running jakarta-tomcat-4.1.12-LE-jdk14

2002-12-10 Thread Turner, John
Did you just download Tomcat and not the JDK? What are the values of JAVA_HOME and CATALINA_HOME? John -Original Message- From: suneet kumar [mailto:[EMAIL PROTECTED]] Sent: Tuesday, December 10, 2002 10:04 AM To: [EMAIL PROTECTED] Subject: Problem in running

RE: oracle+tomcat 4.1.x+dbcp = driverClassName is required!

2002-12-10 Thread Jacob Kjome
user should be username. This changed from the old Tyrex config to the newer DBCP config. Jake At 02:25 PM 12/10/2002 +0530, you wrote: My server.xml file now looks like this: DefaultContext reloadable=true debug=4 Resource name=jdbc/rtidb auth=CONTAINER

Re: How to get a File for a certain folder

2002-12-10 Thread Patrick Kosiol
Hi, the needed class isn't my Problem. It is that I have the relative tomcat-path and want to open a folder. But that doesn't work. I can't access these folder or also a file, that is my problem. Can you help me? Patrick micael wrote: You just want some functionality in a class. Where you

mod_jk2 configuration (was: I don´t understand the objective of this open list !)

2002-12-10 Thread Dave Sill
Turner, John [EMAIL PROTECTED] writes: That said, I hope to have a JK2 HOWTO this weekend. Did you get your issues resolved using the HOWTO you found? I haven't had a chance yet. If that doesn't help, I'll probably be back...or waiting for your HOWTO. Thanks. -- Dave Sill

RE: Deleting multiple responses (was: Enough please!]

2002-12-10 Thread Roberts, Eric
Correct! -Original Message- From: Swanson, Brion [mailto:[EMAIL PROTECTED]] Sent: Dienstag, 10. Dezember 2002 16:12 To: 'Tomcat Users List' Subject: RE: Deleting multiple responses (was: Enough please!] I think the point was we shouldn't have to filter out long threads of off-topic

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

2002-12-10 Thread ContestAdmin
Dave Sill wrote: Mark [EMAIL PROTECTED] writes: Our company has a very young, inexperienced appserver administrator who had Tomcat up an running in a matter of minutes (literally) without a CD library of professionally drafted set of documentation. With an Apache connector? Running as a

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

2002-12-10 Thread V. Cekvenich
Using Tomcat beacuse it's free is a mistake. You should allways use the best: http://www.opensource.org/advocacy/case_for_business.php In general Tomcat is less buggy than comercial products. Also, I do ecourage you to get paid support from Oracle, BEA, etc. See how they support you, since you

RE: Y or N Q re: WEB-INF/lib

2002-12-10 Thread Price, Erik
-Original Message- From: Sexton, George [mailto:[EMAIL PROTECTED]] Sent: Monday, December 09, 2002 1:17 PM To: Tomcat Users List Subject: RE: Y or N Q re: WEB-INF/lib I don't think you answer is quite right. Classes will not be automatically served under 4.0.6 unless the

RE: Advice please: Apache doesn't seem to resolve Tomcat symbolic links

2002-12-10 Thread Sarah Grimley
Yes I enabled symlinking in apache, I forgot to include this in my original mail... DocumentRoot /blah blah blah/html Directory / Options FollowSymLinks AllowOverride None /Directory Have no idea how to change mod_webapp to mod_jk(2). If this involves a lot of work, I will postpone till

RE: Advice please: Apache doesn't seem to resolve Tomcat symbolic links

2002-12-10 Thread Turner, John
Glad to see you got it working. In my opinion, relative paths should be the standard practice. John -Original Message- From: Sarah Grimley [mailto:[EMAIL PROTECTED]] Sent: Tuesday, December 10, 2002 11:00 AM To: Tomcat Users List Subject: RE: Advice please: Apache doesn't seem to

Re: Tomcat + commons-logging + log4j

2002-12-10 Thread Pedro Salazar
Greetings, I would like to configure log4j in my tomcat environment. I included a log4j.properties in my web application inside WEB-INF/classes/. I put my war (ngincare.war) in webapps and included a context for my web application in server.xml with the following lines: context

Specifying Context tag outside of server.xml

2002-12-10 Thread Wendy Smoak
I seem to remember making files named app-context.xml and putting them in the 'conf' directory along with server.xml. Probably on 3.3.1, it was that long ago. Now (on 4.1) from what I can tell from the admin webapp, it seems that I am to make an xml file matching the name of the context and put

RE: Tomcat examples - reply to Carlos

2002-12-10 Thread Carlos Alberto Pelaez Ayala
Dear Mark, thank?s for your help. Let me to say what is my problem. I have installed Tomcat 4.1.12 in Solaris 8 SPARC. I don?t use the binary. I use the source code and build my tomcat with ant and all libraries. Ok, i look the page http://localhost:8080 and my tomcat work?s fine. But when i try

RE: Specifying Context tag outside of server.xml

2002-12-10 Thread Turner, John
Sounds like you are talking about the Auto Application Deployment feature of the Host element: http://jakarta.apache.org/tomcat/tomcat-4.1-doc/config/host.html (about halfway down) John -Original Message- From: Wendy Smoak [mailto:[EMAIL PROTECTED]] Sent: Tuesday, December 10, 2002

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

2002-12-10 Thread Price, Erik
-Original Message- From: Mike DiChiappari [mailto:[EMAIL PROTECTED]] Sent: Monday, December 09, 2002 9:43 PM To: Tomcat Users List Subject: Re: I don¥t understand the objective of this open list ! referred to the mail archives). At least with a vendor I have someone to yell

RE: Tomcat examples - reply to Carlos

2002-12-10 Thread Ben Ricker
You have an error in your server.xml which is causing Tomcat to not load the context(s). Here is the pertinent snip form your post: Parse Fatal Error at line 307 column 39: The string -- is not permitted within comments. org.xml.sax.SAXParseException: The string -- is not permitted within

RE: Tomcat examples - reply to Carlos

2002-12-10 Thread Turner, John
This was answered already, yesterday. See this block of text in the error message: [ERROR] Digester - -Parse Fatal Error at line 307 column 39: The string -- is not permitted within comments. org.xml.sax.SAXParseException: The string -- is not permitted within comments. In one of your XML

[PATCH] mod_jk - chroot and user issues

2002-12-10 Thread Kurt Miller
I recently created a port of mod_jk-1.2.1 for OpenBSD and needed to make some minor patches to mod_jk. OpenBSD 3.2 has Apache 1.3.26 configured as ServerType standalone, to chroot to /var/www and run as user www by default. This combination requires a few minor patches so that mod_jk will continue

Re: tomcat,mod_jk loadbalancing

2002-12-10 Thread Julian Löffelhardt
- Another idea: We are operating a newspaper website, and offering our users to log into our system to get additional services. Of course most people won't log in because they just want to read the news. Depending on how you code your application you will configure accordingly. Are

RE: Tomcat + commons-logging + log4j

2002-12-10 Thread Wendy Smoak
[Caveat-- I only got this working yesterday, so I may not have everything exactly right yet.] Pedro wrote: I would like to configure log4j in my tomcat environment. I included a log4j.properties in my web application inside WEB-INF/classes/. Sounds good. I put my war (ngincare.war) in

RE: [PATCH] mod_jk - chroot and user issues

2002-12-10 Thread Turner, John
Thanks! Tomcat-dev might be a better place for this, though. John -Original Message- From: Kurt Miller [mailto:[EMAIL PROTECTED]] Sent: Tuesday, December 10, 2002 10:33 AM To: [EMAIL PROTECTED] Subject: [PATCH] mod_jk - chroot and user issues I recently created a port of

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

2002-12-10 Thread grenoml
You will generally find on open-source mailing lists that if you don't get a response to a question it is usually because the answer is either in the documentation or in the mailing list and just a few simple searches will usually return you the information that you seek, or that you have not

RE: Advice please: Apache doesn't seem to resolve Tomcat symbolic links

2002-12-10 Thread Ralph Einfeldt
I don't suggest that it will solve your problem. As I'm not using tomcat with a connector I can't verify either version. But as the development of mod_webapp has been cancelled it's a good idea to change anyway. Furthermore it will make it easier for others (like John) to help, as this setup has

  1   2   3   >