Re: JkAutoMount

2002-10-28 Thread Sven Köhler
If you have the Apache setting UseCanonicalName Off (the default setting), then the Tomcat-host will be the value of the client's Host header. If you have the setting UseCanonicalName On (e.g. you don't want to upgrade to 1.3.27), then the value will be the configured value for the Apache vhost.

RE: how use the ajp13 connector between hosts

2002-10-28 Thread Sigurður Bjarnason
Thanks a LOT ...it works kv siggi -Original Message- From: Turner, John [mailto:JTurner;AAS.com] Sent: 25. október 2002 17:14 To: 'Tomcat Users List' Subject: RE: how use the ajp13 connector between hosts In workers.properties, set worker.worker-name.host to the FQDN of host 2.

Re: load balancing with routing with mod_jk in cluster

2002-10-28 Thread Bernd Koecke
Hi, it seems that you want to use mod_jk on the nodes as balancer. We don't use it in that way. We have a load balancer in front of our nodes, which has a standby balancer, if the first one goes down. If we want to get your requested behavior, we had to configure this on our load balancer, not

Web Services using Tomcat 4.1.11 and IBM wstk 3.2.2

2002-10-28 Thread Sven Hoffmann
Hi, I'm new in writing Web Services and have big problems in deploying a Web Service (WS). I'm using Tomcat 4.1.11 and wstk 3.2.2. I've written a simple Hello World WS (interface HelloWorld in a package named test) and created all required stub and skeleton classes using the tools Java2WSDL and

Re: Notification when HTTP client aborted connection?

2002-10-28 Thread Graham King
If you try and write to a closed socket (i.e. if they have closed their browser / moved to a different site / etc) you get an IOException, so you could keep writing a little bit, as suggested, and catch the IOException. If it is a long long query you might want to allow the user to kick it

mod_jk runs but doesnt process

2002-10-28 Thread Benjamin Charles Tehan
I have a small problem with mod_jk It loads with apache ok, and when I goto http://localhost/index.jsp it runs but I get no result back from the web server, though I can see the connection in mod_jk.log (attached below) Once it gets to Into ajpv12_handle_response it stops and the browser stays

error while trying net start tomcat

2002-10-28 Thread Lars Schmidt
I´ve installed Tomcat 4.1.2 on Windows NT4 SP6 as an NT service, but the apache tomcat service doesn´t start. I always get the following error message, if I try to start the service manually (translation into English, because the original message is in German): Apache Tomcat 4.1 on \\tlrz175

where to set CATALINA_OPTS?

2002-10-28 Thread Peng Annie
Hi there, I have Apache2 running as service, tomcat4 is invoked by JK. Where can I set variable CATALINA_OPTS? should I set it in system environment variable? BR, Annie

JspC problems

2002-10-28 Thread jattwood
Hi, I'm using TomCat v4.0.1, as I'm running inside someone else's JBoss 2.4.4 setup, and having problems precompiling some JSP files. I have set up my build.bat like those described in recent posts on this subject and all was fine until Saturday, when the JspC step started failing silently and

Re: DBCP - connection pool exhausted

2002-10-28 Thread p200002
- Original Message - From: neal [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Sunday, October 27, 2002 11:20 PM Subject: RE: DBCP - connection pool exhausted Thanks for the tips! You are right. I may not have been releasing the connection objects properly. I was

Re: DBCP - connection pool exhausted

2002-10-28 Thread p200002
check tomcat's jdbc datasource how-to. there is an example for oracle thin. do what it says. - Original Message - From: neal [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Sunday, October 27, 2002 11:20 PM Subject: RE: DBCP - connection pool exhausted Thanks for the

RE: Apache-Tomcat

2002-10-28 Thread Turner, John
No, it wasn't about form data being sent. Say someone tells you check out this webpage at www.foo.com/bar.html. That page is supposed to be secured, but you don't know that, and the person referring you to it 1) doesn't know it/doesn't think it matters or 2) doesn't understand the difference.

RE: tomcat classloader bug

2002-10-28 Thread Cox, Charlie
is the Session object loaded by 'Mailer.envCtx.lookup()' loaded in the same classloader? do you have a different version of javamail in your WEB-INF/lib that is passed to a class in /common/lib where the version shipped with tomcat is loaded? Charlie -Original Message- From: Garrett

RE: mod_jk runs but doesnt process

2002-10-28 Thread Turner, John
Does the request ever get to Tomcat? What's in Tomcat's logs? John -Original Message- From: Benjamin Charles Tehan [mailto:benjamin;evolutionism.org] Sent: Monday, October 28, 2002 5:50 AM To: [EMAIL PROTECTED] Subject: mod_jk runs but doesnt process I have a small problem

RE: how use the ajp13 connector between hosts

2002-10-28 Thread Turner, John
No problem, glad to help. John -Original Message- From: Sigurður Bjarnason [mailto:siggi;betware.com] Sent: Monday, October 28, 2002 4:26 AM To: Tomcat Users List Subject: RE: how use the ajp13 connector between hosts Thanks a LOT ...it works kv siggi -Original

Re: error while trying net start tomcat

2002-10-28 Thread Jacob Kjome
You should install Tomcat to a directory without spaces or use the Windows DOS compatible naming scheme of: C:\Progra~1\Apache~1\Tomcat which is short for: C:\Program Files\Apache Group\Tomcat Then use the instructions here to re-install your tomcat service:

need help

2002-10-28 Thread Mazhar Shaikh
i have tomcat 4.1 running on my machine.When i tried to access it thru the url http://localhost:8080/ i am getting an 503 error saying that the jsp/servlet is currently unavailable.Following is the error that i am getting in the logs.Pls put some light as this is annoying me.

Shared Class Loader (4.0.5) and (4.1.12) Win 2K

2002-10-28 Thread Curley, Thomas
Hi, While trying to load mysql driver : Shared Class Loader: on 4.0.5 - I placed mysql 'mysql-connector-java-2.0.14-bin.jar' in $CATALINA_HOME/lib but still got - Cannot load JDBC driver class 'org.gjt.mm.mysql.Driver' on 4.1.12 - I placed mysql 'mysql-connector-java-2.0.14-bin.jar' in

where are messages from my system.out.print?

2002-10-28 Thread Peng Annie
Hi, When I try to upgrade my webapp from tomcat 3.2 to tomcat 4 (with apache2), I don't know where my System.out.println go? Where can i find them? BR, Annie

RE: Apache / Tomcat Config?

2002-10-28 Thread Turner, John
Not sure what you are asking here...as far as I know, putting your webapp as the ROOT is exactly what you should do, as ROOT is the default webapp. What is it about putting your webapp under the ROOT directory that you don't like? Are you asking for a way to have it be the root webapp, but not

Re: Web Services using Tomcat 4.1.11 and IBM wstk 3.2.2

2002-10-28 Thread Jacob Kjome
You set things up in the standard way you set up any servlet.HelloWorld is a servlet, right? From the URL you gave, you deployed your webapp under the context path /tests. Now you just need to make sure you have servlet and servlet-mapping entries for the HelloWorld servlet in your

RE: Shared Class Loader (4.0.5) and (4.1.12) Win 2K

2002-10-28 Thread Cox, Charlie
did you restart tomcat after movig it to /tomcat/lib? are you using it for a JdbcRealm in 4.1.12? If so, you need to put it in /common/lib so that the tomcat internal classes can access it along with your web app. Charlie -Original Message- From: Curley, Thomas

Re: Shared Class Loader (4.0.5) and (4.1.12) Win 2K

2002-10-28 Thread Mr. Cristian Romanescu
1. the jar should be placed in 'webapps/yourwebapp/WEB-INF/lib' 2. the jar should not be corrupted (check if it's ok) - It happened a few times that jar was corrupted (mm.mysql-2.0.4-bin.jar) so when I looked inside archive nothing was there... 3. I don'y use mysql-connector, but plain

Tomcat 4.1.12 forgets char encodings?

2002-10-28 Thread Marc Tricou
Hi! Our Javascript is sending a String via post to a serlvet running on Tomcat 4.1.12. After some time, e.g. some days, running, Tomcat seems to forget the ability to decode characters properly. German special characters (a-umlaut etc.) are received as ?. After restart of tomcat it works fine

mod_jk ap_get_ctx problem?!

2002-10-28 Thread Thomas Heller
hi there, i tried to configure an apache (1.3.27) to serve as a frontend/loadbalancer for several tomcat servers on different hosts. here is the part of my httpd.conf: [snip] LoadModule jk_module /etc/httpd/libexec/mod_jk-1.3-noeapi.so AddModule mod_jk.c JkWorkersFile

RE: mod_jk2 file

2002-10-28 Thread Turner, John
They are right where they should be: http://jakarta.apache.org/builds/jakarta-tomcat-connectors/jk2/release/v2.0. 1/bin/linux/i386/ John -Original Message- From: Dionisio Ruiz de Zarate [mailto:dionisio;tinieblas.com] Sent: Sunday, October 27, 2002 3:33 PM To: [EMAIL PROTECTED]

re: JspC problems

2002-10-28 Thread jattwood
Hi, I've solved my compilation problem - I'd inadvertently trashed my build classpath and jasper couldn't find the JavaBeans used by the JSPs. I still have the Internal Error: File /WEB-INFO/web.xml not found problem though. The arguments to JspC are -d dest dir -v4 -p JspServ and -webapp src

RE: where are messages from my system.out.print?

2002-10-28 Thread Deepa Raja
catalina.out with tomcat_home/logs/ -Original Message- From: Peng Annie [mailto:Annie.Peng;KONE.com] Sent: Monday, October 28, 2002 1:16 PM To: 'Tomcat Users List' Subject: where are messages from my system.out.print? Hi, When I try to upgrade my webapp from tomcat 3.2 to tomcat 4

Re: mod_jk runs but doesnt process

2002-10-28 Thread mlh
workers.tomcat_home=/usr/local/tomcat workers.catalina_home=/usr/local/tomcat workers.java_home=/usr/local/j2sdk1.4.0_01 ps=/ worker.list=ajp12, ajp13 worker.ajp13.port=8009 worker.ajp13.host=127.0.0.1 worker.ajp12.type=ajp13 You have a curious workers.properties file there. Don't

Re: New to war files

2002-10-28 Thread German Augusto Niebles Alvarez
I think your problem is not with war files, instead relatives paths. Relatives paths have been a problem for me too. I decided to use the context and a absolute path instead. Try with this example: 1. including a context within a jsp file (include file ...) %@ include

RE: JkAutoMount

2002-10-28 Thread Turner, John
-Original Message- From: Sven Köhler [mailto:skoehler;upb.de] Sent: Monday, October 28, 2002 3:23 AM To: [EMAIL PROTECTED] Subject: Re: JkAutoMount so how does JkAutoMount work than? does it store the whole host/contect-configuration of the tomcat-server? and what if the

RE: Tomcat Non Root User?

2002-10-28 Thread Turner, John
Tomcat's default port is 8080. Apache's default port is 80. Only one service can bind to a port per IP address at any given time. For an address of 1.2.3.4, you cannot have both Apache and Tomcat set for port 80, one or the other of them will fail on startup. If you want Tomcat to run on port

RE: mod_jk runs but doesnt process

2002-10-28 Thread Turner, John
I assumed worker.ajp12.type=ajp13 was a typo...if it's not, it definitely needs to be changed. John -Original Message- From: mlh [mailto:mlh;zip.com.au] Sent: Monday, October 28, 2002 8:20 AM To: Tomcat Users List Subject: Re: mod_jk runs but doesnt process

RE: Shared Class Loader (4.0.5) and (4.1.12) Win 2K

2002-10-28 Thread Curley, Thomas
Ok - Lets stay on 4.1.12 for Win 2K Yes, did re-start JdbcRealm in 4.1.12 - ? not sure - just trying to configure a DBCP data source. The mysql db is on a different machine than tomcat. Tomcat is local running on Win2K, MySql is remote on RH 7.3 Ok -

session

2002-10-28 Thread Ricardo de Souza Moura
Did somebody already use Tomcat4.1.12 with javagroups to do session replication ? _ MSN Hotmail, o maior webmail do Brasil. http://www.hotmail.com -- To unsubscribe, e-mail: mailto:tomcat-user-unsubscribe;jakarta.apache.org For

RE: Retrieving info from conf/server.xml

2002-10-28 Thread Shapira, Yoav
Hi, You'll have to search for and parse the file yourself. Web applications are supposed to be self-contained, and being able to access things like the server's configuration would be a very big security risk. It's (almost always) bad design for an application to look for an do stuff from its

DBCP speed of lookup -vs- stored reference to Datasource?

2002-10-28 Thread Jacob Kjome
I'm wondering what kind of performance penalty there is, if any, when doing a full lookup of the Datasource object each and every time through JNDI calls? Basically, does it make sense to do one lookup and store a local copy for future use? The one problem I see with doing that is that if

Bind Tomcat 3.3 to single Ip

2002-10-28 Thread Ingo Eisenkrämer
Hello, again my question how to bind tomcat 3.3 to a single ip. Like in the documentation, i configured in the server.xml a single ip on the tomcat, but when tomcat starts it binds to all ips configured on the networkcard. An idea ? Ingo -- To unsubscribe, e-mail:

RE: start new thread from servlet?

2002-10-28 Thread Shapira, Yoav
Hi, Thread.join() can be very interesting and have non-obvious behavior in a servlet. Here's a simple alternative design: public class MyReportJob implements Runnable { private boolean done = false; ... public void run() { ... do work ... done = true; } public boolean

RE: where to set CATALINA_OPTS?

2002-10-28 Thread Shapira, Yoav
Hi, $CATALINA_HOME/bin/catalina.sh is one good place. Setting it as a user environment variable will probably just lead you to confusion and, eventually, anger ;) Yoav Shapira Millennium ChemInformatics -Original Message- From: Peng Annie [mailto:Annie.Peng;KONE.com] Sent: Monday,

Repost: Why does JDBC connection fail on non-local URLs?

2002-10-28 Thread Greg Bullough
I'm going to ask this one again, because I really can't seem to get it sorted. If I call the JNDI MySQL HOWTO example from a fully-qualified domain name URL, I get a java SQLException. Any ideas of where to even begin to shoot this one? Greg At 12:08 PM 10/25/02 -0400, Greg Bullough wrote:

RE: DBCP speed of lookup -vs- stored reference to Datasource?

2002-10-28 Thread Ralph Einfeldt
Not really related to your question, but to your code: The use of the synchronized as you do it, is not recommended. Don't try to optize the synchnized block by wrapping it in a if. There is no garantee that this will work as intended. Have a look at the references in:

authentication via NT login

2002-10-28 Thread Lars Schmidt
Is it possible to authenticate to an webapp only by login on Windows NT? (I´m aware of the exclusive use of MS Internet Explorer, because this browser sends the user information in the header of a request.) Is it possible to process this data by Tomcat, so that a user doesn´t need to login a

Re: Bug?

2002-10-28 Thread ContestAdmin
chad kellerman wrote: AC, You know, I am thinking now it may be a kernel thing. Was the kernel on both machines the same when you had the problem? (*nix?) Chad On Fri, 2002-10-25 at 15:39, ContestAdmin wrote: chad kellerman wrote: Hey everyone, Check this

Re: load balancing with routing with mod_jk in cluster

2002-10-28 Thread Alexander Piavka
Hi Brend, Hi, it seems that you want to use mod_jk on the nodes as balancer. We don't use it in that way. We have a load balancer in front of our nodes, which has a standby balancer, if the first one goes down. If we want to get your requested behavior, we had to configure this on our

RE: where are messages from my system.out.print?

2002-10-28 Thread Peng Annie
Problem is I don't have this file because tomcat is invoked by JK. Where should I configure so that I can get the catalina system window? -Original Message- From: Deepa Raja [mailto:deepa.raja;orange.co.uk] Sent: 28 October 2002 15:28 To: Tomcat Users List Subject: RE: where are messages

Re: mod_jk ap_get_ctx problem?!

2002-10-28 Thread Aryeh Katz
snip Cannot load /etc/httpd/libexec/mod_jk-1.3-noeapi.so into server: /etc/httpd/libexec/mod_jk-1.3-noeapi.so: undefined symbol: ap_ctx_get I tried this myself and got the same error. This means that mod_jk was built with a version of apache that is not binary compatible with 1.3.27. Try

Strangeness with Apache/Tomcat jk2 and JSP compilation

2002-10-28 Thread JLagrue
Thanks to RLS I have managed to get Tomcat 4.1.12 working with Apache 2 using jk2 and jdk 1.3.1_02 Or at least, partially working...there's a snag! If I run TC standalone then I can get all the examples JSP working fine. In other words Jasper compiles them and they run. If I then run TC with

RE: load balancing with routing with mod_jk in cluster

2002-10-28 Thread Turner, John
Can you explain how having Apache load balance to Tomcat helps in your scenario? As you've explained: N1: Apache + Tomcat N2: Apache + Tomcat N3: Apache + Tomcat Apparently, you have it setup so that your 3 Apaches get load-balanced traffic. How then, does forcing N1-Apache to load balance to

Re: JSP's, scriplets, and logic

2002-10-28 Thread Matt Fury
Yes, Again I agree, it can get sloppy. So what would you reccommend? Many servlets? many beans? Just curious thats all. Lots of times I think there isn't much to separate. I am asking because I strive to become a better programmer as we all do. Advancing to higher levels means understanding

Re: JSP's, scriplets, and logic

2002-10-28 Thread Felipe Schnack
My approach is to have some servlets and lots of beans :-) Roughly speaking, I execute any database query in servlets, fetch data into beans use standard taglibs to show data (mainly tags to iterate bean collections and to get bean values). I use the request taglib a lot too. On Mon,

Re: JSP's, scriplets, and logic

2002-10-28 Thread Mr. Cristian Romanescu
Think of it, you get sloppy, another gets sloppy, so if all would get sloppy and just drop code wherever it came's first in mind, who will stay and maintain the code? I write because, I stand now bitchin' that someone else wrote whatever his mind shit out... Keep in mind that you develop an

Java error in 3.2.3

2002-10-28 Thread Granzow, Doug (NIH/NCI)
We just upgraded Tomcat from 3.2.1 to 3.2.3 (on Solaris 7), and we are getting an error trying to load one of our webapps: 2002-10-28 10:11:22 - Ctx( /dc ): Exception in: R( /dc + / + null) - java.lang.NullPointerException at org.apache.tomcat.util.FileUtil.isAbsolute(FileUtil.java:289)

RE: JSP's, scriplets, and logic

2002-10-28 Thread Felipe Schnack
Yes, actually I divide my application in various layers. Explaining it a little better - I have classes that are just data containers, not business logic at all - I have classes that are just business logic, and operate in the first type of classes - To glue them all together, I have a

RE: Shared Class Loader (4.0.5) and (4.1.12) Win 2K

2002-10-28 Thread Curley, Thomas
FYI - now fixed - the last exception 'server configuration denies access to data source' was due to the fact that I have changed machines so MySql did not recognise the domain part of my login credencials. - the mysql jar file needs to be in common/lib (as Charlie rightly pointed out). They

DBCP connection poolong problems

2002-10-28 Thread Sinclair, Alan (CORP, GEAccess)
All, I have been searching for a solution for Oracle JDBC connection pooling. I have hit a wall and hope somebody can help. From the docs, I understand the factory parameter will take precedence over this Tyrex thing: parameter namefactory/name

worker2.properties file and windows long names

2002-10-28 Thread Kemp Randy-W18971
I am running Apache 2.0.43 and Tomcat 4.1.12, connected via mod_jk2, on Windows 2000. Please tell me if I am addressing the long names in Windows via quotes in the worker2.properties file in Apache correctly. For example, is this the correct way to name these paths? file=C:/Program

RE: worker2.properties file and windows long names

2002-10-28 Thread Turner, John
A better way is to use the ~ character. On Windows, a long directory is the first 6 characters, then ~, then a number for the alphabetical order of that directory name. For example, Program Files is PROGRA~1. Using this notation, you can avoid the quotation marks entirely. C:/Program

RE: mod_jk runs but doesnt process

2002-10-28 Thread MURAT BALKAS
I need some help about apache + tomcat + virtual hosts. I'm using jakarta-tomcat-4.0.4 and I've a working system. I need to make the working system support virtual hosting. When looking at the documentation I always see some config files which I do not have. e.g. : workers.properties,

Trapping connector HTTP errors in Apache

2002-10-28 Thread Hee Meng, Poh
Hi, Anyone knows how to configure Apache to trap HTTP responses/errors, etc, HTTP 500, HTTP 404 that were returned via connectors like webapp and jk? Any info is greatly appreciated. Thanks. Rgds

shared jars amongst web apps.

2002-10-28 Thread Frank Diakovasilis
Does anybody know of a location where I can put a jar file that is shared among the web apps of a tomcat instance, but not thought out all instances. i.e. putting a jar in common/ would share that file throughout all instances of tomcat, which I do not want. Short of explicitly including the

Re: mod_jk runs but doesnt process

2002-10-28 Thread Umberto Nicoletti
Take a look at my howto (if you're on Linux). If you're on win2k I think John Turner has posted an howto for that platform (I apologize if I'm not correct). Search for jk2 vhost howto (it is quite recent, was posted last week) or email me directly. HTH, umberto MURAT BALKAS wrote: I need

RE: load balancing with routing with mod_jk in cluster

2002-10-28 Thread Alexander Piavka
On Mon, 28 Oct 2002, Turner, John wrote: Can you explain how having Apache load balance to Tomcat helps in your scenario? As you've explained: N1: Apache + Tomcat N2: Apache + Tomcat N3: Apache + Tomcat Apparently, you have it setup so that your 3 Apaches get load-balanced traffic.

RE: mod_jk runs but doesnt process

2002-10-28 Thread Turner, John
http://www.johnturner.com/howto workers.properties is a file used by mod_jk. Mod_jk is used by Apache to connect to Tomcat to serve JSP and servlet requests. If you do not have Apache or use Apache, you do not need mod_jk.so or workers.properties. mod_jk.conf-auto is also known as

Re: Apache / Tomcat Config?

2002-10-28 Thread Steven Gollery
In server.xml, there's a commented out Context line that sets the path of URLS that have a path of to go to the ROOT directory. This is commented out because it isn't needed: ROOT, as you say, is the default. But if you uncomment that and change docBase=ROOT to docBase=mysite, you should get

Anyone running 4.1.12 with SDK 1.4.1 on Solaris 7?

2002-10-28 Thread Madere, Colin
More specifically Solaris 7 on x86? I did a default install and all I get is a NoClassDefFound in the Bootstrap class and was wondering if anyone else has TC running in even remotely the same environment. Colin -- To unsubscribe, e-mail: mailto:tomcat-user-unsubscribe;jakarta.apache.org For

RE: worker2.properties file and windows long names

2002-10-28 Thread Mladen Turk
Simply use: file=C:/Program Files/Apache Group/Apache2/conf/workers2.properties There is no need to quote the filepaths wit spaces like in apache conf. MT. -Original Message- From: Kemp Randy-W18971 [mailto:Randy.L.Kemp;motorola.com] Sent: Monday, October 28, 2002 4:39 PM To:

RE: Anyone running 4.1.12 with SDK 1.4.1 on Solaris 7?

2002-10-28 Thread Shapira, Yoav
Hi, We're running 4.1.12-LE, JDK 1.4.1, Solaris 8. Vanilla install, no problems. Don't forget to install the Sun Solaris OS patches for JDK 1.4.1. Yoav Shapira Millennium ChemInformatics -Original Message- From: Madere, Colin [mailto:colin.madere;ieminc.com] Sent: Monday, October 28,

Re: Anyone running 4.1.12 with SDK 1.4.1 on Solaris 7?

2002-10-28 Thread Jonathan Eric Miller
Did you set your CATALINA_HOME environment variable to point to the directory you have Tomcat installed in? Jon - Original Message - From: Shapira, Yoav [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Monday, October 28, 2002 11:12 AM Subject: RE: Anyone running 4.1.12

RE: Anyone running 4.1.12 with SDK 1.4.1 on Solaris 7?

2002-10-28 Thread Madere, Colin
I did try setting CATALINA_HOME with no change, however I have NOT installed Solaris OS patches for JDK 1.4.1. I sure hope that's the problem. Gone to find and install and hold my breath. -Original Message- From: Jonathan Eric Miller [SMTP:[EMAIL PROTECTED]] Sent: Monday, October 28,

RE: DTD for server.xml

2002-10-28 Thread Larry Isaacs
For server.xml info for Tomcat 3.3, see: http://jakarta.apache.org/tomcat/tomcat-3.3-doc/serverxml.html http://jakarta.apache.org/tomcat/tomcat-3.3-doc/tomcat-ug.html#configuring_server Cheers, Larry -Original Message- From: Craig R. McClanahan [mailto:craigmcc;apache.org] Sent:

RE: Anyone running 4.1.12 with SDK 1.4.1 on Solaris 7?

2002-10-28 Thread Madere, Colin
Yoav, Is there a patch for Solaris 7 or just Solaris 8? If there's one for Solaris 7 could you point me to it... going in circles on Sun's site and the search is giving a server error :( Colin -Original Message- From: Shapira, Yoav [SMTP:[EMAIL PROTECTED]] Sent: Monday, October 28,

RE: Anyone running 4.1.12 with SDK 1.4.1 on Solaris 7?

2002-10-28 Thread Shapira, Yoav
Hi, They're at: http://sunsolve.sun.com/pub-cgi/show.pl?target=patches/J2SE Yoav Shapira Millennium ChemInformatics -Original Message- From: Madere, Colin [mailto:colin.madere;ieminc.com] Sent: Monday, October 28, 2002 12:48 PM To: 'Tomcat Users List' Subject: RE: Anyone running 4.1.12

apache 4.1.12

2002-10-28 Thread Marcelo Gadelha
i am starting in tomcat. can i integrate apache tomcat with normal apache? i want to say use both perl and java in the same time and port? thanks ... - Yahoo! GeoCities Tudo para criar o seu site: ferramentas fáceis de usar, espaço de sobra e acessórios.

re: JspC problems

2002-10-28 Thread paul miller
thanks for the post John running the jspc4 sript under linux the su fails // problems escaping the -d but if I su to tomcat then run djasper4 script su - tomcat4 djasper4 jspc -d dest dir -v4 -webapp src dir It works under tomcat 4.0.4 tomcat 4.1.12 creates java files but does not

Securing Tomcat 4.0.6 on OpenBSD 3.1

2002-10-28 Thread Adam Getchell
Hello all, I installed Tomcat 4.0.6 from the ports tree on a new OpenBSD 3.1 box. After downloading the jdk-linux-1.3.1_04 binary from Sun, it runs fine. The purpose of this box is to server as a Tomcat servlet testbed. I need to grant access to this box to a couple of contract programmers.

Re: JSP's, scriplets, and logic

2002-10-28 Thread Craig R. McClanahan
On Mon, 28 Oct 2002, Matt Fury wrote: Date: Mon, 28 Oct 2002 06:41:10 -0800 (PST) From: Matt Fury [EMAIL PROTECTED] Reply-To: Tomcat Users List [EMAIL PROTECTED], [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Subject: Re: JSP's, scriplets, and logic Yes, Again I agree,

Re: DBCP speed of lookup -vs- stored reference to Datasource?

2002-10-28 Thread Craig R. McClanahan
On Mon, 28 Oct 2002, Jacob Kjome wrote: Date: Mon, 28 Oct 2002 08:08:09 -0600 From: Jacob Kjome [EMAIL PROTECTED] Reply-To: Tomcat Users List [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Subject: DBCP speed of lookup -vs- stored reference to Datasource? I'm wondering what

mod_jk + tomcat on Solaris 8 ( about Turner's HOWTO )

2002-10-28 Thread MURAT BALKAS
Hi, I've read your HOWTO and followed the instructions. Until the item f I didn't have any difficulty. But, on the time f I couldn't find Makefile.linux to change it to suite for my system. Did I forget anything? Thanks for the HOWTO. It's what I was looking for. Murat

Re: Question about JK2, Apache2 and TC 4.1.12 with jdk1.3.1_02

2002-10-28 Thread Robert L Sowders
JVM variables, and classpaths can be set from the workers2.properties file and still run inprocess. You will achieve the most speed that way. No need to start manually under windows. Unless you want to that is. It's good to start that way for trouble shooting purposes I guess. rls

Re: load balancing with routing with mod_jk in cluster

2002-10-28 Thread Robert L Sowders
Here is a nice article that might help with clustering. http://www2.theserverside.com/resources/article.jsp?l=Tomcat rls Bernd Koecke [EMAIL PROTECTED] 10/28/2002 01:45 AM Please respond to Tomcat Users List To: Tomcat Users List [EMAIL PROTECTED] cc:

tomcat 4.1.12 not starting- exception

2002-10-28 Thread Nalini
Hi, I have installed jdk1.3.1_04 and made JAVA_HOME point to the jdk home = directory. Then I have down loaded the release version of tomcat 4.1.12 and unzipped = it. When I tried to start tomcat from the tomcathome\bin directory using = the startup command , I get the following error. Using

RE: tomcat 4.1.12 not starting- exception

2002-10-28 Thread Sexton, George
The LE distribution requires JDK 1.4 -Original Message- From: Nalini [mailto:nalinisp;yahoo.com] Sent: 28 October, 2002 11:54 AM To: Tomcat Users List Subject: tomcat 4.1.12 not starting- exception Hi, I have installed jdk1.3.1_04 and made JAVA_HOME point to the jdk home = directory.

configuring tomcat 4.1.12 creating mod_jk.conf-auto

2002-10-28 Thread Rainer Bruch
how and where do i have to configure tomcat 4.1.12 to create automatically the 'mod_jk.conf-auto' for 'apche 1.3.x' or 'apache2'? regards raibru -- To unsubscribe, e-mail: mailto:tomcat-user-unsubscribe;jakarta.apache.org For additional commands, e-mail:

binary file mime type registration

2002-10-28 Thread Dan Wygant
Ho wdo I specify that a VBD file should be passed across as a binary type and not displayed in the browser? Likewise for Excel and Word documents. -- To unsubscribe, e-mail: mailto:tomcat-user-unsubscribe;jakarta.apache.org For additional commands, e-mail:

Re: tomcat 4.1.12 not starting- exception

2002-10-28 Thread Ganesh.K.Rao
Download http://www.ibiblio.org/maven/xerces/jars/xerces-2.0.0.jar to ${TOMCAT_HOME}/common/lib Ganesh Nalini

Tomcat 4.1.12 won't start- giving exception

2002-10-28 Thread Nalini
Hi, I have installed jdk1.3.1_04 and made JAVA_HOME point to the jdk home = directory. Then I have down loaded the release version of tomcat 4.1.12 and unzipped = it. When I tried to start tomcat from the tomcathome\bin directory using = the startup command , I get the following error. Using

Re[2]: DBCP speed of lookup -vs- stored reference to Datasource?

2002-10-28 Thread Jacob Kjome
Hello Craig, seem comments inline below Monday, October 28, 2002, 12:14:05 PM, you wrote: CRM On Mon, 28 Oct 2002, Jacob Kjome wrote: Date: Mon, 28 Oct 2002 08:08:09 -0600 From: Jacob Kjome [EMAIL PROTECTED] Reply-To: Tomcat Users List [EMAIL PROTECTED] To: Tomcat Users List [EMAIL

Re: Tomcat 4.1.12 won't start- giving exception

2002-10-28 Thread Fabio Mengue
You have to use JDK 1.4.x to use tomcat-4.1.12-LE. Or any other LE version. Fabio. Nalini wrote: Hi, I have installed jdk1.3.1_04 and made JAVA_HOME point to the jdk home = directory. Then I have down loaded the release version of tomcat 4.1.12 and unzipped = it. When I tried to start tomcat

RE: configuring tomcat 4.1.12 creating mod_jk.conf-auto

2002-10-28 Thread Hamilton, Andrew
In server.xml use: Listener className=org.apache.ajp.tomcat4.config.ApacheConfig append=false/ inside either a host definition or a context definition. Inside a host definition you will get a virtual host block, inside a context you will get the Jk* configuration parameters. For me the

Re: Tomcat 4.1.12 won't start- giving exception

2002-10-28 Thread Burt Johnson
At 9:10 AM -0800 10/28/02, Nalini wrote: Exception in thread main java.lang.NoClassDefFoundError: org/xml/sax/Inpu= tSour ce at java.lang.Class.newInstance0(Native Method) at java.lang.Class.newInstance(Class.java:232) at

servlet accessing services on other site through firewall

2002-10-28 Thread Steven Gollery
I see that there are a lot of messages in the archive about the Connection reset by peer message, but all of these (that I've seen) have to do with writing to the socket in responding to a request. I have (I think) a different problem: my servlet is a client to the Amazon web service, so when

Re: Tomcat 4.1.12 won't start- giving exception

2002-10-28 Thread Burt Johnson
At 4:07 PM -0300 10/28/02, Fabio Mengue wrote: You have to use JDK 1.4.x to use tomcat-4.1.12-LE. Or any other LE version. Not true. Just add the Xerces parsers and it works fine. I'm using it under Mac OS X running JDK 1.3.1. -- - Burt Johnson MindStorm, Inc. [EMAIL PROTECTED]

Re: Tomcat 4.1.12 won't start- giving exception

2002-10-28 Thread Fabio Mengue
That's correct. Sorry for the previous message. F. Burt Johnson wrote: At 4:07 PM -0300 10/28/02, Fabio Mengue wrote: You have to use JDK 1.4.x to use tomcat-4.1.12-LE. Or any other LE version. Not true. Just add the Xerces parsers and it works fine. I'm using it under Mac OS X

Re[2]: DBCP speed of lookup -vs- stored reference to Datasource?

2002-10-28 Thread Craig R. McClanahan
On Mon, 28 Oct 2002, Jacob Kjome wrote: Date: Mon, 28 Oct 2002 13:04:18 -0600 From: Jacob Kjome [EMAIL PROTECTED] Reply-To: Tomcat Users List [EMAIL PROTECTED], Jacob Kjome [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Subject: Re[2]: DBCP speed of lookup -vs- stored

Re: mod_jk + tomcat on Solaris 8 ( about Turner's HOWTO )

2002-10-28 Thread MURAT BALKAS
MORE INFO : after realising that I will not be able to find the file Makefile.linux I tried the second method which is traditional configure method. But, after installing every required package and running ./buildconf.sh I get : libtoolize --force --automake --copy aclocal automake -a

filter-mapping,process /* except /x?

2002-10-28 Thread rhodespc
Is there a way to have a filter not run on a specific mapping? For example, if you have a filter-mapping of /* this will be invoked for every single resource in the container. How can you prevent the filter from running against one particular servlet (besides doing skip logic in the filter code)?

JDBC driver class 'null' error

2002-10-28 Thread Sinclair, Alan (CORP, GEAccess)
Hi, Tomcat V4.1.12 Trying to setup a connection pool to Oracle and get the following error: java.sql.SQLException: Cannot load JDBC driver class 'null' The Oracle classes12.jar file has been copied into ../common/lib I checked that the oracle.jdbc.driver.OracleDriver class specified in the

Re: mod_jk runs but doesnt process

2002-10-28 Thread Benjamin Charles Tehan
Thanks alot Matt Solved the problem. I got those details from 2 seperate sources on the net, the 2 different howto's had the same thing. I guess they arnt very good howto's Thanks for the fix. Regards, Benjamin Charles Tehan On Mon 28 Oct 02 21:20, you wrote:

virtual hosts

2002-10-28 Thread Benjamin Charles Tehan
I have apache/mod_jk/tomcat all running fine with virtual hosts setup in server.xml A few of my servers have over 300 domains but I dont want to have to add all those domains to server.xml Is it possible to enable /home/sites/*/web/ so that any .jsp files will execute no matter what domain it

  1   2   >