Re: tomcat 4.0.4 and oracle

2002-09-19 Thread Ben Walding
One thing to be aware of... the thin-jdbc drivers don't support Oracle name servers (ONAME) Felix Schumacher wrote: If you are using the oci-jdbc driver, you have to make tomcat see the native oracle dlls. (LD_LIBRARY_PATH under linux, don't know under windows) Try using the thin-jdbc

Re: sym link problems with tomcat 4.1

2002-09-19 Thread Remy Maucherat
Dan Lipofsky wrote: I have a symbolic link from webapps/nuserve/images to a directory outside of the tomcat directory tree. This worked fine under tomcat 3.2.4 but I can't see my images under tomcat 4.1.10. Does anyone know why this is, and if I can get tomcat 4.1 to follow my symbolic

New to Tomcat 4.1.10

2002-09-19 Thread Jean-Baptiste Onofré
Hello all, yesterday i have Apache 1.3.26 + mod_jk1 + Tomcat 4.0.3 All works fine. I would like to update to Tomcat 4.1.10 with mod_jk2. Someone can help me (send me url, documentation and config file) ? Thanks, Best regards -- Jean-Baptiste Onofré (Nanthrax) Membre fondateur de phpFR.org

java - more than 80MB RAM

2002-09-19 Thread info . stephan
Hello, how can I convice java to take more than 80 MB of RAM? I do have a 1GB RAM machine but I have no chance. Using these parameters -Xms384m -Xmx384m in the startup batches (WinNT) does not change anything. Thank you for your help Stephan from Germany -- GMX - Die Kommunikationsplattform

AW: java - more than 80MB RAM

2002-09-19 Thread Ralph Einfeldt
That should be enough, if the parameter get passed to the vm. Which tomcat version do you use ? How do you set the parameters ? (Which variable do you use to set them ?) Which JDK do you use (vendor and version) ? How did you verify this ? (the best way is through Runtime.getTotalMemory())

RE: java - more than 80MB RAM

2002-09-19 Thread Jeroen Breedveld
| -Original Message- | From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] | Sent: donderdag 19 september 2002 9:39 | To: [EMAIL PROTECTED] | Subject: java - more than 80MB RAM | | | Hello, | | how can I convice java to take more than 80 MB of RAM? I do | have a 1GB RAM |

RE: Apache2 and Tomcat4 on different boxes

2002-09-19 Thread Vincent . Gaboriau
Sorry I look at your config files, but I see nothing bad (as you I think ;-) ) In your mod_jk logs, we can see that the ajp13 worker is not found first then it's running and found by Apache. And then, it's closed during request processing. That's a strange beaviours. You run this configuration

RE: RE: java - more than 80MB RAM

2002-09-19 Thread info . stephan
hi, try this: -Xms384M -Xmx384M (note: capital M) I believe that's it. greetings, jeroen Thank you very much! Sometimes its so easy. But with the jbuilder it also works with the small m. Stephan -- GMX - Die Kommunikationsplattform im Internet. http://www.gmx.net -- To unsubscribe,

Re: TOMCAT + COCOON

2002-09-19 Thread Chuck Amadi
Mauro Daniel Ardolino wrote: Hello! It may be out of topic but I think some of you are working with cocoon. I am trying to install cocoon under tomcat under windows98. I followed the simple instructions of cocoon: just put the war file on webapps and restart Tomcat, then navigate:

Problem compiling mod_webapps.

2002-09-19 Thread MORAILLON Antoine
Hi list, I try to compile mod_webapp for my apache-tomcat server (apache 1.3 / tomcat 4.0.4). I use apr-0.9.1 (I have no choice) when I run ./configure, it says that APRVARS is missing. I read the APR readme file and it says that APRVARS is not use anymore and apps should

Antwort: Re: Antwort: Re: Antwort: Re: Apache2 + Tomcat4.1.10 + coyote + jk2+ cookies + winNT

2002-09-19 Thread Oliver . Lauer
I don't speek C and I don't know how to build mod_jk2.dll - sorry. -- Oliver Lauer Stadtsparkasse Köln 512 / BK / Anwendungsentwicklung Telefon: (0221) 226 - 5562 Fax: (0221) 226 - 5100 mailto:[EMAIL PROTECTED] http://www.sk-koeln.de Milt Epstein [EMAIL PROTECTED] schrieb am 19.09.2002

how do I find out whether I am called by servername or by ip

2002-09-19 Thread Jan Kester
Hello I am using Tomcat 3.3. I am communicating with an external server and pass this server a return-redirect-URL so that the end of the process, the external server returns a page to the user that automatically redirects to my server. From here on the user should continue with the session as

Re: New to Tomcat 4.1.10

2002-09-19 Thread Robert L Sowders
There are some problems with TC 4.1.10 right now. If you intend to install precompiled binaries you might want to wait for 4.1.11. If yo intend to build then get your sources from CVS as some of the fixes are already there. It really depends on your OS but here's a list that should get you

RE: Job Openings

2002-09-19 Thread Andy Eastham
Looks like a company that would employ Java professionals to me. Clearly synergy.com. is not a recruitment consultant. I'm sure there are plenty of people on this list at the moment that appreciate the fact that someone is recruiting people with core, serverside Java, JSP, XML and XSL. I agree

Re: how do I find out whether I am called by servername or by ip

2002-09-19 Thread Ben Walding
request.getHeader(host) should tell you what the user's browser called you. Jan Kester wrote: Hello I am using Tomcat 3.3. I am communicating with an external server and pass this server a return-redirect-URL so that the end of the process, the external server returns a page to the user that

Re: New to Tomcat 4.1.10

2002-09-19 Thread Jean-Baptiste Onofré
Thanks for your answer, wait for new binaries :) -- Jean-Baptiste Onofré (Nanthrax) Membre fondateur de phpFR.org http://www.phpfr.org [EMAIL PROTECTED] Membre fondateur du LUG Béziers http://lug-beziers.org [EMAIL PROTECTED] -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional

Bug in Alias tag in server.xml

2002-09-19 Thread Donie Kelly
Hi all I want to use an alias in the host section of server.xml but if I use the alias Aliaso2/Alias it returns 400 Bad request when I try to access it using that hostanme. If I change it to Aliasotwo/Alias it works fine. Is it a bug that Tomcat is complaining about the numeric

RE: Problem compiling mod_webapps.

2002-09-19 Thread Felix Schumacher
I have looked into my APRVARS-file. It is a listing of variables. You can fill in your values with apr-config: CC=gcc CPP=gcc -E SHELL=/bin/sh EXTRA_CPPFLAGS=-DLINUX=2 -D_REENTRANT EXTRA_CFLAGS=-g -O2 EXTRA_LDFLAGS= EXTRA_LIBS=-lm -lcrypt -lnsl -ldl EXTRA_INCLUDES= LIBTOOL_LIBS=

Re: How to setup mod_jserv with Tomcat 3.3.1 (was RE: Question)

2002-09-19 Thread Bill Barker
If you enable the Ajp12Interceptor in server.xml, then mod_jserv should work normally (after setting the port attribute if necessary). You'll have to set the ApjServManual flag, since no release version of Tomcat currently supports starting the JVM from Apache (but it is under development in the

Re: wishlist: config improvement

2002-09-19 Thread Bill Barker
Jeff da Goofrider [EMAIL PROTECTED] wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... I think the config code in Tomcat is actually part of Jakarta Commons but I'll post this here always since my primary concern is Tomcat It'll be nice to be able to use environmental variables

Tomcat4.0.3 - What is written in these log files ?

2002-09-19 Thread Santosh Kulkarni
In Tomcat4.0.3, there are these log files created. 1) catalina_log 2) localhost_access_log 3) localhost_log 4) apache_log It wud be great if someone can return me a description of a line or two for each of these log files. I searched in Apache site, but cudn't get more information on this. TIA

Tomcat 4.0.4 Verisign SSL

2002-09-19 Thread ISMAIL OZGUR BAYKAL (Ebi Bsk.- Analist Prg.)
Hello, I'm trying to install and configure SSL support on Tomcat 4 (exactly 4.0.4). I'm running JDK 1.4; which the JSSE package classes have been integrated into. I'd like to know: - How to create a Verisign certificate request with Tomcat? - How to integrate an SSL module (preferably an

RE: Problem compiling mod_webapps.

2002-09-19 Thread MORAILLON Antoine
I tried to create an ARPVERS file with this arguments. It now configure correctly but then it crashes at the make time. I tried to use the APR distributed in the httpd2 tar file and I could compiled. I'll try to install it on my server tonight. I'll let you know if it worked. Antoine

RE: Virtual Hosting and Contexts

2002-09-19 Thread Anthony Milbourne
Hi I have been trying to get Tomcat Contexts mapped to the root of an Apache VirtualHost. I did what you did too (under instruction from this list), and used: Context path= ... / Which successfully mapped the context to the root of the VirtualHost if I connected direct to Tomcat. It didn't

ISAPI Redirector SSL Help Please

2002-09-19 Thread Christopher Watson
Can anyone offer some advice I am using - successfully - ISAPI redirector to serve JSP/servlet resources through IIS I would like some contexts to _require_ SSL (https) to be used, and leave others free to use http. I can see how to require _all_ contexts to use SSL by setting 'require secure

RE: [OFF-TOPIC] RE: John: missing tomcat-apache.conf mod_jk.conf-auto

2002-09-19 Thread Turner, John
Mod_jk is an Apache module. It goes on the machine that has Apache, in a place that Apache has permission to access. You don't need ant to install mod_jk. Ant is just one of two options for building mod_jk. You can also use the traditional ./configure method to build mod_jk. You also don't

RE: DESPAIR : missing tomcat-apache.conf mod_jk.conf-auto

2002-09-19 Thread Turner, John
Well said. John -Original Message- From: Robert L Sowders [mailto:[EMAIL PROTECTED]] Sent: Thursday, September 19, 2002 12:52 AM To: Tomcat Users List Subject: Re: DESPAIR : missing tomcat-apache.conf mod_jk.conf-auto Please, I'm not trying to be rude or anything but,

RE: Bug in Alias tag in server.xml

2002-09-19 Thread Turner, John
Yes, it's a valid hostname. John -Original Message- From: Donie Kelly [mailto:[EMAIL PROTECTED]] Sent: Thursday, September 19, 2002 6:09 AM To: 'Tomcat Users List' Subject: Bug in Alias tag in server.xml Hi all I want to use an alias in the host section of server.xml but if I use

Regarding Resources across contexts

2002-09-19 Thread shanmugampl
Dear All, I am using Tomcat 4.1.10. I am in the process of developing jsp pages using custom tags. For this i have copied the required jars into my application context and put the tld files in the META-INF directory. Everything works fine. Similar to this application I have other

RE: wishlist: config improvement

2002-09-19 Thread Turner, John
To each, his own. I don't have any environment variables hardcoded in config files...I'm not sure why you would need to do this. IMHO, the default server.xml file has so many comments in it, it's difficult to clearly see what is enabled and what isn't...I can't imagine a server.xml with MORE

RE: Apache+Tomcat Error (No Context configured)

2002-09-19 Thread Turner, John
OK, this is the last time I am going to reply. First, let me respectfully suggest (again) that you read the documentation available. Second, do you have an appBase parameter in your Host element? You cannot use a docBase of kithany, which is a relative path, without a corresponding appBase

RE: libtoolize automake autoconf

2002-09-19 Thread Turner, John
http://www.gnu.org As an aside, is there any reason you haven't just tried one of the 7.2 binaries I have on my site? http://www.johnturner.com/howto John -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Wednesday, September 18, 2002 3:09 AM To: [EMAIL

RE: Enquiry

2002-09-19 Thread Turner, John
Yes. Just change the name parameter of the Host element. Whether the hostname you change it to actually resolves and works is another issue altogether, and something for your network admins and/or DNS administrator. John -Original Message- From: Lee Jesse [mailto:[EMAIL

Re: TOMCAT + COCOON

2002-09-19 Thread Chuck Amadi
Mauro Daniel Ardolino wrote: Hello! It may be out of topic but I think some of you are working with cocoon. I am trying to install cocoon under tomcat under windows98. I followed the simple instructions of cocoon: just put the war file on webapps and restart Tomcat, then navigate:

RE: Tomcat 4.0.4 Verisign SSL

2002-09-19 Thread Turner, John
Use the keytool command. Check the -certreq option. John -Original Message- From: ISMAIL OZGUR BAYKAL (Ebi Bsk.- Analist Prg.) [mailto:[EMAIL PROTECTED]] Sent: Thursday, September 19, 2002 6:51 AM To: Tomcat Users List Subject: Tomcat 4.0.4 Verisign SSL Hello, I'm

RE: Static content

2002-09-19 Thread Turner, John
I would add that you need forwardAll=false in your Listener configuration in server.xml. The default is true, and if true, ALL requests get passed to Tomcat. John -Original Message- From: Robert L Sowders [mailto:[EMAIL PROTECTED]] Sent: Wednesday, September 18, 2002 7:02 PM

RE: Problems connecting Tomcat with Apache using ajp13

2002-09-19 Thread Turner, John
I would remove the load-balancing lines from workers.properties. Here is a plain-vanilla, working workers.properties file: # Setup for apache system # workers.tomcat_home=/usr/local/jakarta-tomcat-4.1.10 workers.java_home=/usr/java/j2sdk1.4.0_01 ps=/ worker.list=ajp12, ajp13 # Definition for

RE: wishlist: config improvement

2002-09-19 Thread Shapira, Yoav
Hi, I couldn't agree with more with Mr. Turner. I share his sentiments exactly ;) Yoav Shapira Millennium ChemInformatics -Original Message- From: Turner, John [mailto:[EMAIL PROTECTED]] Sent: Thursday, September 19, 2002 8:03 AM To: 'Tomcat Users List' Subject: RE: wishlist: config

How to block listings on a SPECIFIC directory

2002-09-19 Thread adi
Hello, I am trying to enable listing on one directory ( and its children) only. the listings parameter set to false or true will affect everything. is it possible in any way to define listings to individual directories in my webapp? Adi --- Outgoing mail is certified Virus Free. Checked by

url patterns

2002-09-19 Thread adi
Hello, Does anybody know the valid url patterns for servlet mappings? is there a pattern for all subdirectories of a certain directory? something like: servlet-mapping servlet-namedefault1/servlet-name url-pattern/admin/**//url-pattern /servlet-mapping Thanks, Adi --- Outgoing

Re: Tomcat won't auto-start on RedHat 7.3

2002-09-19 Thread Allan Kamau
You may need to set this variables in either /etc/profile or /etc/rc.local I prefer using the /etc/profile file you may set the $CATALINA_HOME like so code set $CATALINA_HOME=/usr/local/jakarta-tomcat-4.0.4 export $CATALINA_HOME /code --- Kenny G. Dubuisson, Jr. [EMAIL PROTECTED] wrote: Very

Re: How to block listings on a SPECIFIC directory

2002-09-19 Thread Tim Funk
Nope - but you can write a filter to detect that condition and deny access as desired. adi wrote: Hello, I am trying to enable listing on one directory ( and its children) only. the listings parameter set to false or true will affect everything. is it possible in any way to define

RE: How to block listings on a SPECIFIC directory

2002-09-19 Thread adi
what do you mean by writing a filter? In java? Entry in web.xml ? can you please reference me to some reading on 'filters' ? Thanks, Adi -Original Message- From: Tim Funk [mailto:[EMAIL PROTECTED]] Sent: Thursday, September 19, 2002 1:53 PM To: Tomcat Users List Subject: Re: How to

Re: How to block listings on a SPECIFIC directory

2002-09-19 Thread Tim Funk
More info: http://www.google.com/search?hl=enlr=ie=UTF-8oe=UTF-8q=servlet+filter The definitive reference: Java Servlet Specification 2.3 (at java.sun.com) Chapter 6: Filters adi wrote: what do you mean by writing a filter? In java? Entry in web.xml ? can you please reference me to some

web.xml

2002-09-19 Thread Lindomar
Hi everyone! I have a problem with mapping to my servlets. I have this structure in tomcat 4.1 myapp |_WEB-INF |_classes |_subdir1 |_subdir2 |_ myServlet.class I want to mapping this servlet this

RE: How to block listings on a SPECIFIC directory

2002-09-19 Thread Sexton, George
Hmmm... Why don't you put a file like index.html in the directory? Assuming you have a welcome files list in your web.xml file, this will be displayed. You can then put up a message, and re-direct to where you want them to be. George Sexton MH Software, Inc. Home of Connect Daily Web Calendar

RE: Tomcat4.0.3 - What is written in these log files ?

2002-09-19 Thread Sexton, George
I'm sure the nature of what is logged there would be self evident if you examined the files in question. George Sexton MH Software, Inc. Voice: 303 438 9585 http://www.mhsoftware.com -Original Message- From: Santosh Kulkarni [mailto:[EMAIL PROTECTED]] Sent: 19 September, 2002 4:46 AM

Re: Static content

2002-09-19 Thread Rafael Angarita
John, where can I find this attribute in server.xml (a default server.xml) in tomcat 3.2.4?... I see nothing there... what's the xml tab that belongs this? Thanks Turner, John wrote: I would add that you need forwardAll=false in your Listener configuration in server.xml. The

RE: How to block listings on a SPECIFIC directory

2002-09-19 Thread adi
new directories are being created dynamically and they should be browsable. all the rest shouldnt be thats why I can not put index.htm file in every directory Any suggestions? Adi -Original Message- From: Sexton, George [mailto:[EMAIL PROTECTED]] Sent: Thursday, September 19, 2002 2:21

beginner question...

2002-09-19 Thread Padhu Vinirs
Tomcat 4.0.4. I am trying to use the Manager application to deploy and start a web-app. Have created the directory under CATALINA_HOME/webapps ( c:\tomcat40\webapps\ExamBuilder ). Even have a default web.xml under web-inf. Have put a one-liner index.html under my app directory. I call

Re: How to block listings on a SPECIFIC directory

2002-09-19 Thread Padhu Vinirs
Shouldnt the code that creates the directories dynamically also make the decision of whether the directory is browse-able or not ? Depending on that, then it can copy a default file into each of these directories. -- padhu adi wrote: new directories are being created dynamically and they

RE: How to block listings on a SPECIFIC directory

2002-09-19 Thread Sexton, George
Do you put static content in these directories? -Original Message- From: adi [mailto:[EMAIL PROTECTED]] Sent: 19 September, 2002 7:26 AM To: Tomcat Users List Subject: RE: How to block listings on a SPECIFIC directory new directories are being created dynamically and they should be

RE: web.xml

2002-09-19 Thread Vincent . Gaboriau
Nothing's wrong, nothing's missing. Your problem isn't here. Does the Tomcat's examples run? Which error do you get? -Message d'origine- De : Lindomar [mailto:[EMAIL PROTECTED]] Envoyé : jeudi 19 septembre 2002 15:14 À : Tomcat Users List Objet : web.xml Hi everyone! I have a problem

RE: Static content

2002-09-19 Thread Turner, John
It's in the Listener element that calls the ApacheConfig class to auto-generate mod_jk.conf. It's only an issue if you are using Tomcat to auto-generate the mod_jk configuration for Apache. If you are doing Apache's mod_jk configuration by hand, it's irrelevant.

manual procedure to deploy...

2002-09-19 Thread Padhu Vinirs
What is the manual procedure to deploy web apps in Tomcat ? Also, does the server do a auto reload for manual changes ? Thanks -- padhu -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

Re: manual procedure to deploy...

2002-09-19 Thread Padhu Vinirs
Forget this question. The copying manually into webapps works fine. But deployment through the manager app is still a problem. Thanks -- padhu Padhu Vinirs wrote: What is the manual procedure to deploy web apps in Tomcat ? Also, does the server do a auto reload for manual changes ?

Re: THX: missing tomcat-apache.conf mod_jk.conf-auto

2002-09-19 Thread achana
To answer your question anyway the answer is simple. Put everything on one box to build it, configure it, then move Apache on to the other system. As mentioned before Apache does not need Java, Tomcat does. As for configuring mod_jk to forward requests from one machine to the other I'll

Re: [OFF-TOPIC] RE: John: missing tomcat-apache.conf mod_jk.conf-auto

2002-09-19 Thread Matthew Hannigan
I compared the instructions between the 'ant' way and the 'configure' way, and seduced by the shortness of the instructions, I've decided to go the configure route. If you're not on Linux, with many developers utilities installed, you've got a bit of downloading to do. I'm doing this on

Building Tomcat from source

2002-09-19 Thread Fenlason, Josh
I'm trying to build Tomcat 4.1.11 from the source in cvs. I tried following BUILDING.txt, but I managed to mess it up. What all do I need to checkout from cvs? I'm not very familiar with cvs. Is there anything special I need to with cvs? Any help would be greatly appreciated. Thanks in

Re: Problems connecting Tomcat with Apache using ajp13

2002-09-19 Thread David Cassidy
John, Where's the definition for ajp12 ? :o) David Turner, John wrote: I would remove the load-balancing lines from workers.properties. Here is a plain-vanilla, working workers.properties file: # Setup for apache system # workers.tomcat_home=/usr/local/jakarta-tomcat-4.1.10

RE: JBoss - Not Embedded (and/or) - Embedded Tomcat 4.0: configure Context/Host/Etc.

2002-09-19 Thread Per Kreipke
Peter, Do you think you could turn off the flags that your email program is sending on _every_ email you send. Thanks, Per -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

RE: [OFF-TOPIC] RE: John: missing tomcat-apache.conf mod_jk.con f-auto

2002-09-19 Thread Turner, John
Another source for all of those tools, possibly easier to install as I believe they are in Sun package format, is http://www.sunfreeware.com . That's a good list, too...basically, to use the ./configure method, you need: GNU C Compiler (gcc) GNU make GNU automake GNU autoconf GNU m4 GNU

RE: Problems connecting Tomcat with Apache using ajp13

2002-09-19 Thread Turner, John
Good point. I don't have one. Guess I was a little ruthless with the delete line command in vi. :) John -Original Message- From: David Cassidy [mailto:[EMAIL PROTECTED]] Sent: Thursday, September 19, 2002 9:57 AM To: Tomcat Users List Subject: Re: Problems connecting Tomcat

RE: Regarding Resources across contexts

2002-09-19 Thread Miguel Angel Mulero Martinez
The common files to all applications must be at CATALINA_HOME/lib -Mensaje original- De: shanmugampl [mailto:[EMAIL PROTECTED]] Enviado el: jueves, 19 de septiembre de 2002 14:14 Para: [EMAIL PROTECTED] Asunto: Regarding Resources across contexts Dear All, I am using Tomcat

RE: How to block listings on a SPECIFIC directory

2002-09-19 Thread adi
these directories contain text files that should be avalable for users while browsing the directory -Original Message- From: Sexton, George [mailto:[EMAIL PROTECTED]] Sent: Thursday, September 19, 2002 2:31 PM To: Tomcat Users List Subject: RE: How to block listings on a SPECIFIC

JDBCRealm question

2002-09-19 Thread Koes, Derrick
According to the directions in the documentation, you should put the jar that contains the JDBC driver in common/lib if you need it for authentication as well as for your webapp. If I do this, I cannot use startup.bat because I get: Exception during startup processing

RE: How to block listings on a SPECIFIC directory

2002-09-19 Thread Turner, John
Wait, I think something got lost. If the browsable directories are all new and prgrammatically generated, and the non-browsable directories are static, then either of the two methods already posted would work. - Tim Funk's suggestion to write a filter to intercept requests for non-browsable

Re: web.xml

2002-09-19 Thread Lindomar
Hi Vincet. Thanks for your reply. My tomcat's example run. The error is : HTTP Status 404 - /myapp/oneid/ The requested resource (/myapp/oneid) is not available Note: I got directory myapp of tomcat 3.2.3, and i placed on 4.1. Thanks again! - Original Message - From: [EMAIL PROTECTED]

RE: JDBCRealm question

2002-09-19 Thread Wagoner, Mark
The UnsatisfiedLinkError is usually an indication that LD_LIBRARY_PATH is not set properly (if on *nix) and/or ORACLE_HOME is not set correctly. If you are on Windows, also add %ORACLE_HOME%\bin to your path. -Original Message- From: Koes, Derrick [mailto:[EMAIL PROTECTED]] Sent:

web.xml

2002-09-19 Thread Paul Jacobs
I am new to tomcat and hava a question about the web.xml file. Is it possible to put the location of a jar file in web.xml instead of placing the jar file in WEB-INF/lib? regards Paul Jacobs -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL

Re: Problems connecting Tomcat with Apache using ajp13

2002-09-19 Thread David Cassidy
it was one of the problems that another user had. had it in the list and it wasn't there 8-) ah good old 'dd' no command more useful ... :) David Turner, John wrote: Good point. I don't have one. Guess I was a little ruthless with the delete line command in vi. :) John

RE: web.xml

2002-09-19 Thread Vincent . Gaboriau
What the tomcat's log say? -Message d'origine- De : Lindomar [mailto:[EMAIL PROTECTED]] Envoyé : jeudi 19 septembre 2002 16:18 À : Tomcat Users List Objet : Re: web.xml Hi Vincet. Thanks for your reply. My tomcat's example run. The error is : HTTP Status 404 - /myapp/oneid/ The

RE: web.xml

2002-09-19 Thread Miguel Angel Mulero Martinez
That's all ok for me. Take a look to the tomcat log files to see if there's another error. -Mensaje original- De: Lindomar [mailto:[EMAIL PROTECTED]] Enviado el: jueves, 19 de septiembre de 2002 15:14 Para: Tomcat Users List Asunto: web.xml Hi everyone! I have a problem with mapping to

problem with connecting Apache2.0.40 and Tomcat4.0.4 installed on diffrent machines with mod_jk

2002-09-19 Thread Venkat Reddy Valluri
Hi, I installed Apache 2.0.40 and Tomcat 4.0.4 on different Linux(RedHat) servers and tried to make apache connect to tomcat with mod_jk module, For this I did the following things 1) I installed Apache 2.0.40 on Machine 'A' and built mod_jk.so module (./configure

Tomcat 3.2.4 performance tuning tips

2002-09-19 Thread Curt Pederson
We have written an app that has to handle lots (100s or even 1000s) of requests VERY quickly and we are using Tomcat 3.2.4 (planning on moving to 4.x in the near future.) I found the information about setting the thread pool sizes on the connectors and have been playing with that. What would be

Problem getting latest Tomcat source

2002-09-19 Thread Fenlason, Josh
I'm trying to build Tomcat 4.1.11 from source. I'm not getting the correct version of the jakarta-modules necassary to build. I think I'm getting stuff from beyond 4.1.11. I was hoping someone would be kind enough to help me with the correct command to check out tomcat 4.1.11 and the other

RE: Problems connecting Tomcat with Apache using ajp13

2002-09-19 Thread Milt Epstein
On Thu, 19 Sep 2002, Turner, John wrote: I would remove the load-balancing lines from workers.properties. Here is a plain-vanilla, working workers.properties file: # Setup for apache system # workers.tomcat_home=/usr/local/jakarta-tomcat-4.1.10 workers.java_home=/usr/java/j2sdk1.4.0_01

Apache 2.0.40 Tomcat 4.0.3

2002-09-19 Thread Craig Deering
Here is a problem I've been trying to solve for about a week now... I was running Apache 2.0.35 with Tomcat 4.0.3. I decided my problem was with Apache so I upgraded to 2.0.40 and am still having the same issues. It appears that if you go to my website and put in the URL:

RE: How to block listings on a SPECIFIC directory

2002-09-19 Thread Milt Epstein
On Thu, 19 Sep 2002, adi wrote: new directories are being created dynamically and they should be browsable. all the rest shouldnt be thats why I can not put index.htm file in every directory Any suggestions? Not sure this matters -- the idea is that you put the index.html (or whatever

RE: Problems connecting Tomcat with Apache using ajp13

2002-09-19 Thread Turner, John
Thanks for the clarification. I was wondering about that myself, as the workers.properties files I've seen for load-balancing configurations don't have those lines, either. John -Original Message- From: Milt Epstein [mailto:[EMAIL PROTECTED]] Sent: Thursday, September 19, 2002

Re: Problems connecting Tomcat with Apache using ajp13

2002-09-19 Thread Milt Epstein
On Thu, 19 Sep 2002, David Cassidy wrote: John, Where's the definition for ajp12 ? :o) Oh yeah, you can make it even shorter! :-). Try this: worker.list=ajp13 worker.ajp13.port=8009 worker.ajp13.host=localhost worker.ajp13.type=ajp13 (Who needs comments?! :-) Turner, John wrote: I

Re: web.xml

2002-09-19 Thread Lindomar
I can't see file localhost_myapp_log, i only found localhost_examples_log, localhost_admin_log and localhost_log. I search something in localhost_log, but i don't find anything. Let me take a few of your time. Well, i created a new app (teste) : teste |_index.html |_WEB-INF

Re: Problem getting latest Tomcat source

2002-09-19 Thread Jean-Francois Arcand
You need to do cvs -d :pserver:[EMAIL PROTECTED]:/home/cvspublic checkout XXX where XXX = jakarta-tomcat-4.0 OR jakarta-tomcat-connectors OR jakarta-tomcat-jasper Not on the same line. If it doesn't work, one reason is you may be inside a firewall. -- Jeanfrancois Fenlason, Josh wrote:

Re: web.xml

2002-09-19 Thread Brett . REASOR
You need a logger directive in your context Logger className=org.apache.catalina.logger.FileLogger prefix =myapp_log. suffix=.txt timestamp=true/ Brett Reasor Systems Administrator 212-399-4200 x 2297 [EMAIL PROTECTED]

RE: How to block listings on a SPECIFIC directory

2002-09-19 Thread Milt Epstein
On Thu, 19 Sep 2002, Turner, John wrote: Wait, I think something got lost. If the browsable directories are all new and prgrammatically generated, and the non-browsable directories are static, then either of the two methods already posted would work. - Tim Funk's suggestion to write a

/WEB-INF/web.xml not found when deploying WAR within Tomcat4 on Debian ...

2002-09-19 Thread Ian Stevens
I have a WAR file which is built by JBuilder6. This WAR file deploys fine under Tomcat4 on Windows2000 when I copy it to the webapps directory and restart Tomcat. However, when I do the same on a Debian Linux system running Tomcat4, I get the following in the log files: 2002-09-19

RE: Problem getting latest Tomcat source

2002-09-19 Thread Fenlason, Josh
I can get the source for each module, but I believe that I'm getting source that is too recent, at least for the jasper module. How do I specify which version or branch of the module? Thanks for your help. I truly appreciate it. , Josh. -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED]

Re: Problem getting latest Tomcat source

2002-09-19 Thread Jean-Francois Arcand
www.cvshome.org You will find all the required information. -- Jeanfrancois Fenlason, Josh wrote: I can get the source for each module, but I believe that I'm getting source that is too recent, at least for the jasper module. How do I specify which version or branch of the module? Thanks

RE: problem with connecting Apache2.0.40 and Tomcat4.0.4 installed on diffrent machines with mod_jk

2002-09-19 Thread Turner, John
The lines like tomcat_home etc. in workers.properties are optional. (thanks Milt!) You only need the worker definitions (like port number, etc). I'm not sure about the Alias /manager question, that is a good question. You don't need mod_jk.so on the Tomcat box, its an Apache module. John

RE: problem with connecting Apache2.0.40 and Tomcat4.0.4 installed on diffrent machines with mod_jk

2002-09-19 Thread Venkat Reddy Valluri
In tomcat box I added following lines as per documentation Server port=8005 shutdown=SHUTDOWN debug=0 Listener className=org.apache.ajp.tomcat4.config.ApacheConfig modJk=/usr/local/apache2/modules/mod_jk.so / Host name=machine 'B' debug=1 appBase=webapps unpackWARs=true Listener

Logs

2002-09-19 Thread Maxime Colas des Francs
Hi I use Tomcat 4.1.10, Apache 2 and mod_jk2 Can we stop these logs in catalina.out ? [...] [Thu Sep 19 11:12:06 2002] ( info ) [jk_jni_aprImpl.c (470)] jkInvoke() invoke 4cffedec [Thu Sep 19 11:12:06 2002] ( info ) [jk_jni_aprImpl.c (470)] jkInvoke() invoke 4cffedec [Thu Sep 19 11:12:15

RE: problem with connecting Apache2.0.40 and Tomcat4.0.4 installed on diffrent machines with mod_jk

2002-09-19 Thread Venkat Reddy Valluri
Hi John, I followed your documenataion only, That is really awesome, so many of tomcat guys suggested your documentation Tnank you very much for great help, Can you help me connecting apache and tomcat installed on differnet boxes Thks in advance Venkat -Original Message-

RE: problem with connecting Apache2.0.40 and Tomcat4.0.4 installed on diffrent machines with mod_jk

2002-09-19 Thread Michael Schulz
If you want to put Apache and Tomcat on separate boxes, and still run the Tomcat examples, you will have to copy the static (.html) files from the tomcat box to the apache box so that apache can serve them. -Mike Schulz -Original Message- From: Turner, John [mailto:[EMAIL PROTECTED]]

RE: problem with connecting Apache2.0.40 and Tomcat4.0.4 installed on diffrent machines with mod_jk

2002-09-19 Thread Turner, John
I wish I could help more, but I haven't had the need to do separate-machine Apache + Tomcat, so all I know is what's in the documentation and what's been posted to the list. I haven't tried it at all. As far as I know, you set things up according to this URL: http://www.ubeans.com/tomcat and

RE: problem with connecting Apache2.0.40 and Tomcat4.0.4 installed on diffrent machines with mod_jk

2002-09-19 Thread Venkat Reddy Valluri
Even though I didn't copy, Atleast Apche should have connected to tomcat and I should have executed jsp pages existed on tomcat box, here apache is serving some static files which are existing on apache boxe, but when I tried to execute http://www.xxx.com/examples/(in mod_jk.conf jkmount

RE: problem with connecting Apache2.0.40 and Tomcat4.0.4 installed on diffrent machines with mod_jk

2002-09-19 Thread Venkat Reddy Valluri
Thank you very much john, I wish you could havce been succesful Thks Venkat -Original Message- From: Turner, John [mailto:[EMAIL PROTECTED]] Sent: Thu 9/19/2002 11:54 AM To: 'Tomcat Users List' Cc: Subject:RE: problem with connecting Apache2.0.40 and Tomcat4.0.4

Re: problem with connecting Apache2.0.40 and Tomcat4.0.4 installed on diffrent machines with mod_jk

2002-09-19 Thread achana
Venkat Reddy Valluri wrote: Hi John, I followed your documenataion only, That is really awesome, so many of tomcat guys suggested your documentation Yes I agree... of course u can always make a donation if the project is successful. Wonder what John does -- To unsubscribe, e-mail:

Re: sym link problems with tomcat 4.1

2002-09-19 Thread Erick Todd
Aren't we feeling a little self righteous today!! I wonder why I even bother writing the release notes :-( Remy I don't have any release note that came with my tomcat 4.1.10. In the linux tar.gz file I downloaded there is 1 release note, and it does not mention symbolic links ANYWHERE!!

That's me signing off

2002-09-19 Thread Nigel . Byrnes
thanks for your help earlier this week guys, Nigel -- Nigel Byrnes E-Commerce, Direct Line 0845 878 2922 Direct Line Group Services Limited, registered in England no.3001989, registered office 3 Edridge Road, Croydon, Surrey, CR9 1AG. The following are also members of the Direct Line group

RE: sym link problems with tomcat 4.1

2002-09-19 Thread Turner, John
All due respect to Remy, but there's no mention of the symbolic link issue in my package, either. I have the following two files in my 4.1.10 package (binary): Aug 30 08:48 RELEASE-NOTES-4.1.txt Aug 30 08:48 RELEASE-PLAN-4.1.txt Neither makes any mention of the issue. John -Original

  1   2   3   >