TOMCAT4 and Connector with pkcs12

2002-07-22 Thread Kikuyo Nagamatsu
Hello all, I have a question. I want to use pkcs12 certificate for the SSL certificate. So I tried to add the configuration of 'keystoreType' in server.xml: Connector className=org.apache.catalina.connector.http.HttpConnector port=8443 minProcessors=5 maxProcessors=75

AW: Help with build

2002-07-22 Thread Ralph Einfeldt
Tomcat 3.1 isn't that outdated. 3.2 came in the last quarter of 2000. (That's less than 2 years ago). Software that is in production can get much older (I know customers, that still run the software that I developed 10 years ago) There can be many reasons to that: - You have to use what your

RE: Embedding Tomcat 4

2002-07-22 Thread Christophe Bouhier (ECM)
Hi Brandon, I have the same intention, bundling/embedding Tomcat in my application. I haven't started to look into it yet, any info from your side would be very helpful. Have you also looked into reducing the memory size, by not-loading specific libraries? or setting parameters? Cheers /

tyrex-0.9.7.0.jar

2002-07-22 Thread Leander Jedamus
Hi! Is there anybody out there who can give me this file? What I always found was tyrex-1.0.jar. Thanks in advance Leander Jedamus -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

Re: Impossible to calculate session duration ?

2002-07-22 Thread Frank AFRIAT
I finally choose to use a SessionBindingListener, the other possibility was to rewrite in tomcat the call to the SessionListener in order to attach a copy of the Session to the event before destroying the session... Frank AFRIAT - Original Message - From: Milt Epstein [EMAIL

: tyrex-0.9.7.0.jar

2002-07-22 Thread shi_hang
You can find it in the install package of Tomcat. -原始邮件- 发件人: Leander Jedamus [mailto:[EMAIL PROTECTED]] 发送时间: 2002年7月22日 16:18 收件人: [EMAIL PROTECTED] 主题: tyrex-0.9.7.0.jar Hi! Is there anybody out there who can give me this file? What I always found was tyrex-1.0.jar.

Re: Impossible to calculate session duration ?

2002-07-22 Thread Frank AFRIAT
Thanks for your answer ! That's what I have done. HttpSession.getCreationTime() don't work when the session is destroyed (in Tomcat 4.0.3), it throws an IllegalStateException and the specs are not clear on that point. Frank AFRIAT - Original Message - From: Jakarta Tomcat Newsgroup

Re: Apache 2 and Tomcat 4.0

2002-07-22 Thread Grant Parkinson
I hope the following bits from a working Apache2/Tomcat4 config are helpfull. Regards, grantp --- SELL THE HOUSE / SELL THE CAR / SELL THE KIDS / FIND SOMEONE ELSE / FORGET IT / I'M NEVER COMING BACK / FORGET IT-Kurtz --- httpd.conf: ... ... Listen 80 ... ... LoadModule webapp_module

Urgent!!Please Help!

2002-07-22 Thread Renato Romano
I find several occurrences of the following stackTrace in my catalina_log_-MM-DD.txt log file; does someone know what causes it ? Many Thanks 2002-07-22 12:09:18 HttpProcessor[80][14] process.invoke java.lang.NullPointerException at

RE: Tomcat 4.0.4 RPM Red Hat Install Problems

2002-07-22 Thread BOLIN,RON (HP-USA,ex1)
I downloaded the latest Tomcat 4.0.4 RPMS and tried to install them on my Red Hat 7.2 system the same way I did for Tomcat 4.0.3. However, the new 4.0.4 RPMS have a dependancy on /usr/sbin/update-alteratives - which to my knowledge does not come with RH, but instead comes with Debian Linux. Did

RE: Tomcat 4.0.4, mod_jk and invalid redirects in https mode

2002-07-22 Thread David Ethell
Well, I've tried a few more permutations of these settings to no avail. Does anyone out there have a definitive setup for mod_jk and Tomcat 4 with the SSL part being handled by Apache? Has anyone been able to solve the redirect problem by using multiple connectors and schemes or using multiple

RE: filtering -- 2 servlets

2002-07-22 Thread Cox, Charlie
I'm not sure you need filters for this. define your servlet mapping in web.xml to be *.html Then you can set up a welcome-file-list to go to index.html, which would route to your servlet based on it ending with .html it's that simple. Charlie -Original Message- From: Mark Beecroft

RE: Tomcat 4.0.4 RPM Red Hat Install Problems

2002-07-22 Thread Jason Corley
Some of the dependancy RPMs are on www.jpackage.org. I think the one that provides update-alternatives is jpackage-utils. The update-alternatives is derived from Debian, but is used in this case to determine a jaxp parser (and is also present in RH 7.3). You'll probably need some other

RE: Urgent!!Please Help!

2002-07-22 Thread Cox, Charlie
further down in the stack trace should be a 'root cause'. please post it as this is the real error... -Original Message- From: Renato Romano [mailto:[EMAIL PROTECTED]] Sent: Monday, July 22, 2002 6:38 AM To: 'Tomcat Users List' Subject: Urgent!!Please Help! I find several

Using the Manager with load balanced virtual-host ?

2002-07-22 Thread ldouillet
Hello, I'm running Tomcat in a load balanced env where both server are hosting apache and tomcat instances. (both configured with VirtualHost and Host directives) myvirtualhost.com - LoadBalancer --- Host1: mod_jk - tomcat4 - mywebapp \

How to Implement SSL on Apache 1.3.23 in Windows

2002-07-22 Thread Ashish
Hi Gurus, I am a new bee to both apache and SSL and I want to configure SSL on Apache 1.3.23 with virtualhost .So plz help me in setting this up. regards Ashish -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

RE: Urgent!!Please Help!

2002-07-22 Thread Renato Romano
There is no 'root cause'. I saw this in many other places, but not here... -Original Message- From: Cox, Charlie [mailto:[EMAIL PROTECTED]] Sent: lunedì 22 luglio 2002 13.30 To: 'Tomcat Users List' Subject: RE: Urgent!!Please Help! further down in the stack trace should be a 'root

RE: Using the Manager with load balanced virtual-host ?

2002-07-22 Thread Cox, Charlie
you would have to use the machine's ip and access tomcat that way in order to know which tomcat you are managing. But if you have multiple virtual hosts on each server this becomes more difficult. can you set up new aliases in your loadbalancer that knows to direct requests to the specific host?

RE: io path information in servlets

2002-07-22 Thread Shapira, Yoav
Howdy, OK, so my question - if I want to do this, where in the file system should I stick the xml file so it doesn't get overwritten if the war is redeployed? A user's home directory? That will force the user to mess with the configuration. I'm a out of my league on this, so I'd appreciate

RE: Which is the best Tomcat? + other issues

2002-07-22 Thread Shapira, Yoav
Howdy, I have updated Tomcat to 4.04 and i downloaded the exe windows NT installation so tomcat runs as a service. I have noticed that i cannot stop/start tomcat through the start/programs/tomcat start OR stop. I can only stop or start tomcat through start/control panel/services by stopping or

RE: WAR

2002-07-22 Thread Shapira, Yoav
Hi, When you deploy an application as a WAR, you have no control over how the server will explode it, if at all. You may not even have read permission to the files in it. You definitely should not have control over the internal mechanisms used by the servlet container to deploy your WAR file.

error Jserv connect

2002-07-22 Thread Alexandre
hi all im using a Apache +jserv i have many JVM`s making LoadBalance but now i need one more i make all configurations like the others JVM`s but in this case they don`t work the mod_jserv.log send me this: (ERROR) ajp12: Servlet Error: Received empty servlet name (ERROR) ajp12: Servlet Error:

RE: Urgent!!Please Help!

2002-07-22 Thread Shapira, Yoav
Howdy, An NPE doesn't necessarily have a root cause. I would guess that you have a misconfigured error handling tag in your server.xml or web.xml. Can you post them please? Yoav Shapira Millennium ChemInformatics -Original Message- From: Renato Romano [mailto:[EMAIL PROTECTED]]

webapp

2002-07-22 Thread peter lin
Does anyone know how to get the webapp name from ServletContext? Here is a quick description of what i am trying to do. I have a webapp that i want to load when tomcat starts. I want to make sure the webapp only starts for one webapp and not the others. I wrote a test class that implements

RE: database application with web start and jnlp

2002-07-22 Thread Jim Urban
Yes. You can have a swing application (Java Web Start) talk to a servlet(s) running under Tomcat which do database access. Done it myself, so I know it works well. Jim Urban - [EMAIL PROTECTED] Park City Solutions Inc. Clinical Connectivity Suite Product Manager Suite 295 500 Park Blvd.

RE: Urgent!!Please Help!

2002-07-22 Thread Renato Romano
Here they are. I tried to find some mispelling, but I did not find them !! Thanks a lot. Renato Renato Romano Sistemi e Telematica S.p.A. Calata Grazie - Vial Al Molo Giano 16127 - GENOVA e-mail: [EMAIL PROTECTED] Tel.: 010 2712603

RE: webapp

2002-07-22 Thread Shapira, Yoav
Howdy, I'm a bit confused. Typically, one web app is one context and vice versa. Are you trying to define multiple web-apps per context? The ServletContextListener will get messages when a context is initialized or destroyed. So you will get two messages per context for the life of the

RE: Urgent!!Please Help!

2002-07-22 Thread Shapira, Yoav
Hi, 1. Why is your web.xml written to the 2.2 spec (and the 2.2 DTD)? Tomcat 4.x expects the 2.3 DTD. 2. Please try to write very simple static err403.html and err404.html error pages, and direct the server to use those instead of the JSPs you currently have configured to the error pages.

Re: webapp

2002-07-22 Thread peter lin
Shapira, Yoav wrote: Howdy, I'm a bit confused. Typically, one web app is one context and vice versa. Are you trying to define multiple web-apps per context? The ServletContextListener will get messages when a context is initialized or destroyed. So you will get two messages per

Re: version question

2002-07-22 Thread Denis Haskin
Sounds premature to blame Tomcat (or that version) for this. I can think of a lot of questions I would want to have answered before I assumed it was a problem specific to 3.3: - does this happen when you run against Tomcat standalone, or only when running through Apache? mod_jk can be a

RE: webapp

2002-07-22 Thread Shapira, Yoav
Howdy, was worded a bit awkward. Basically I will have multple webapps running in Tomcat. I want to make sure that each webapp loads it's particular application. That's interesting. We've been using tomcat 4.0.1 with multiple webapps installed. Each has its own context listener, and each only

Re: webapp

2002-07-22 Thread peter lin
yeah, it does seem weird to me too. I must be doing something wrong, but here's more details. my default directory in serverl.xml is to myapp. In myapp/WEB-INF/web.xml I have the following entries. display-namethisapp/display-name listener

wher must I lacate my custom WebAppClassLoader

2002-07-22 Thread Gattaz, Olivier
Hello, To locate a group of special classes (generated from the case tool of the Adonix ERP X3) out of the standard WEF-INF/classes directoy of my WebApp, I tried to write a custom WebAppClassLoader. I created the two classes : - com.adonix.x3.x3web.tomcat.loader.CX3WebLoader public

RE: tomcat book or tutorial

2002-07-22 Thread Turner, John
You don't need to compile anything unless you download the tomcat source distribution. There are tomcat binary distributions readily available. If you would like help diagnosing the error message you are getting, please post more specific information, such as the platform you are using

RE: Questions about web solution based on Tomcat Apache.

2002-07-22 Thread Turner, John
If you use mod_jk, you can set the roots to the same for apache and tomcat. Just make sure you specify in your JkMount directive what filetype to send to tomcat, such as /myapp/*.jsp instead of /myapp. John Turner [EMAIL PROTECTED] -Original Message- From: Ola Theander [mailto:[EMAIL

RE: STEVE BURRUS PAY ATTENTION (was mod_jk.c not compatible with Apache 2.0.39)

2002-07-22 Thread Turner, John
STEVE R BURRUS, PLEASE PAY ATTENTION Several people have posted the link to the file you keep requesting. I have posted it myself. Please pay attention, and remember to use a search engine or search the list archives. Your questions are often answered soon after you post them, yet you keep

RE: Apache 2 and Tomcat 4.0

2002-07-22 Thread Turner, John
I don't use mod_webapp, but if I remember correctly, you need to specify the port number in your WebAppDeploy statement. So, virtual.host.name by itself won't work, I think you have to set it as virtual.host.name:port. John Turner [EMAIL PROTECTED] -Original Message- From: Nicholas

RE: webapp

2002-07-22 Thread Shapira, Yoav
Hi, 4.0.3 had at least two related bugs: Servlet init() methods were being called twice, and the HttpSessionListener had some events fire twice. Tomcat 4.0.4 fixed those bugs (see the release notes for it). I recommend you try 4.0.4. Yoav Shapira Millennium ChemInformatics -Original

Re: webapp

2002-07-22 Thread peter lin
Ok, that makes sense. I'll try it with 4.0.4 to see if it appears :) thanks peter Shapira, Yoav wrote: Hi, 4.0.3 had at least two related bugs: Servlet init() methods were being called twice, and the HttpSessionListener had some events fire twice. Tomcat 4.0.4 fixed those bugs (see

RE: Urgent!!Please Help!

2002-07-22 Thread Renato Romano
Ok. I made some tries and found the following: 1) my error-page clause in web.xml works fine for 404 error-code (Page not found), but not for the 403 (Access denied). When, after successfull authentication, I try to access a denied page, on the browser I get a 500 (Internal Server error) and in

RE: Urgent!!Please Help!

2002-07-22 Thread Shapira, Yoav
Hi, 3) When not using the error-page clause for the 403 error, I get the Tomcat 403 error page (the one with blu highlighted words...) as expected. Same for 404 And do you get the NPE in the catalina log? Yoav Shapira Millennium ChemInformatics -- To unsubscribe, e-mail: mailto:[EMAIL

RE: Urgent!!Please Help!

2002-07-22 Thread Renato Romano
No !! Renato Romano Sistemi e Telematica S.p.A. Calata Grazie - Vial Al Molo Giano 16127 - GENOVA e-mail: [EMAIL PROTECTED] Tel.: 010 2712603 _ -Original Message- From: Shapira, Yoav [mailto:[EMAIL PROTECTED]]

Reposting Bean question

2002-07-22 Thread Datllr
I posted this question, but no one responded before, so here it is again: I am trying to get off the ground using beans. I have a bean called JDBCBean that I'm trying to call from a JSP - I'm sure all the set property statements are fine, but I'm not sure if I've packaged the bean or placed it

RE: Urgent!!Please Help!

2002-07-22 Thread Cox, Charlie
it seems to me that there was a problem where tomcat was returning a 50x error due to a NPE, but I don't see it in the release notes for 4.0.4, so I don't know it was resolved or not. You may want to check bugzilla. Charlie -Original Message- From: Renato Romano [mailto:[EMAIL

Re: webapp

2002-07-22 Thread peter lin
figured out the problem. It turns out the cause of two events being fired is because I have the root path set to something other than ROOT. what is happening is Tomcat creates two instances of my ApplicationListener and calls contextInitialized(event) on both. I'm guessing this is a bug.

Re: filtering -- 2 servlets

2002-07-22 Thread Mark Beecroft
Charlie, Well it's not quite that simple. You see Servlet B is the default Servlet and its web.xml file gets processed in advance of mine, so I am left with the problem of how to specify the search pattern everything but *.html. Further thoughts? Cheers, Mark On Monday 22 July 2002 12:24

RE: webapp

2002-07-22 Thread Shapira, Yoav
Howdy, figured out the problem. It turns out the cause of two events being fired is because I have the root path set to something other than ROOT. what is happening is Tomcat creates two instances of my ApplicationListener and calls contextInitialized(event) on both. I'm guessing this is a

Re: Embedding Tomcat 4

2002-07-22 Thread Craig R. McClanahan
On Sun, 21 Jul 2002 [EMAIL PROTECTED] wrote: Date: Sun, 21 Jul 2002 22:35:19 -0400 (EDT) From: [EMAIL PROTECTED] Reply-To: Tomcat Users List [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: Embedding Tomcat 4 I would like to embed Tomcat 4 in an existing application. Furthermore, I

Re: filtering -- 2 servlets

2002-07-22 Thread Craig R. McClanahan
On Mon, 22 Jul 2002, Mark Beecroft wrote: Date: Mon, 22 Jul 2002 15:21:52 +0100 From: Mark Beecroft [EMAIL PROTECTED] Reply-To: Tomcat Users List [EMAIL PROTECTED], [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED], Cox, Charlie [EMAIL PROTECTED] Subject: Re: filtering

Run class on jsp

2002-07-22 Thread Mario Henley Becerril Geldis
I am a beginner on JSP enviroment.. I have a class file, this connect a Oracle database, and query to single table...now i want run this class on a jsp page...how i do it..?? my code: import java.sql.*; import java.io.*; import java.util.Date; class JdbcTest { public

Re: AW: Help with build

2002-07-22 Thread Craig R. McClanahan
On Mon, 22 Jul 2002, Ralph Einfeldt wrote: Date: Mon, 22 Jul 2002 09:32:54 +0200 From: Ralph Einfeldt [EMAIL PROTECTED] Reply-To: Tomcat Users List [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Subject: AW: Help with build Tomcat 3.1 isn't that outdated. 3.2 came in the last

Re: Changes to File System

2002-07-22 Thread Craig R. McClanahan
On Mon, 22 Jul 2002, Jacob Hookom wrote: Date: Mon, 22 Jul 2002 03:03:41 -0500 From: Jacob Hookom [EMAIL PROTECTED] Reply-To: Tomcat Users List [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Subject: Changes to File System How does tomcat handle monitoring of changes to the

Re: Run class on jsp

2002-07-22 Thread rsequeira
Use the jsp:include directive. Something like this: jsp:include page=/servlet/Packagename.ClassfileName flush=true/ RS Mario Henley Becerril Geldis [EMAIL PROTECTED] on 07/22/2002 10:21:45 AM Please respond to Tomcat Users List [EMAIL PROTECTED] To:[EMAIL PROTECTED] cc: Subject:

RE: Run class on jsp

2002-07-22 Thread Brad Rhoads
This is probably a better question to ask at Sun's JSP-INTEREST list. But here's a quick example to get you started. jsp:useBean id=dDBInterface scope=session class=com.zethcon.WebSynapse.DBInterface / . . . % String sUserName = ((String)session.getValue(PID)); String sVPath = ;

Re: filtering -- 2 servlets

2002-07-22 Thread Mark Beecroft
Craig, So to summarise: I should not use URLs such as http://www.domainname.com/ unless they are intended to be diverted to a welcome file. If I do I'll create a lot more work for myself. Correct? Thanks, Mark On Monday 22 July 2002 4:18 pm, Craig R. McClanahan wrote: On Mon, 22 Jul

Re: filtering -- 2 servlets

2002-07-22 Thread Craig R. McClanahan
On Mon, 22 Jul 2002, Mark Beecroft wrote: Date: Mon, 22 Jul 2002 15:44:01 +0100 From: Mark Beecroft [EMAIL PROTECTED] To: Craig R. McClanahan [EMAIL PROTECTED], Tomcat Users List [EMAIL PROTECTED] Cc: Cox, Charlie [EMAIL PROTECTED] Subject: Re: filtering -- 2 servlets Craig, So

AW: AW: Help with build

2002-07-22 Thread Ralph Einfeldt
See below: -Ursprüngliche Nachricht- Von: Craig R. McClanahan [mailto:[EMAIL PROTECTED]] Gesendet: Montag, 22. Juli 2002 17:26 An: Tomcat Users List Betreff: Re: AW: Help with build 3.1 itself was earlier than that (4q1999) ... and I don't know any Tomcat developers who

RE: Changes to File System

2002-07-22 Thread Jacob Hookom
Thanks! -Original Message- From: Craig R. McClanahan [mailto:[EMAIL PROTECTED]] Sent: Monday, July 22, 2002 10:29 AM To: Tomcat Users List Subject: Re: Changes to File System On Mon, 22 Jul 2002, Jacob Hookom wrote: Date: Mon, 22 Jul 2002 03:03:41 -0500 From: Jacob Hookom [EMAIL

AW: Reposting Bean question

2002-07-22 Thread Power-Netz \(Schwarz\)
I posted this question, but no one responded before, so here it is again: maybe , because you didn't even tell us, which system / releases you use? mySite folder jarred the bean with it's mainfest. Now I'm getting a ClassNotFoundException and a list of packages where it must be looking

Authenticating to a Windows NT domain

2002-07-22 Thread Shaun Kenny
Hey everybody I've spent some time going back through old archived tomcat-user mailing lists and I haven't been able to find anything that answers my question yet.. maybe I just wasn't looking for the right thing, I'm not sure. Anyway, here goes. I have a web application consisting of JSPs

i can't acces absolute symbolic link created with ln -s command on LINUX

2002-07-22 Thread CouasPhilippe
Hi everybody, i can't acces symbolic link created with ln -s command on LINUX if this link is not in webapps tree, why ? That is ok in 4.0.3 Thanks Philippe -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

illigal state exceptio problem

2002-07-22 Thread Billy V. Kantartzis
Hi listers i keep gettong aniligal state exception when applying the sendRedirect method on the a servlet any one has any idea why this is happening? Best regards Billy -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

RE: Authenticating to a Windows NT domain

2002-07-22 Thread Brad Rhoads
I'm not positive, but you might be able to use a JNDIRealm. See http://jakarta.apache.org/tomcat/tomcat-4.0-doc/realm-howto.html -Original Message- From: Shaun Kenny [mailto:[EMAIL PROTECTED]] Sent: Monday, July 22, 2002 11:18 AM To: [EMAIL PROTECTED] Subject: Authenticating to a

apache and tomcat in suse 8

2002-07-22 Thread Carlos
i am usin resin for my jsp app but i am tring to use tomcat for pass my all app to tomcat. i am using suse 8 i am read the doc but in one week i am not run the apache and tomcat in the port 80, always my tomcat answer in the 8080 port aant in the default instalation dir. my question: 1.- my

Re: Apache 2 and Tomcat 4.0

2002-07-22 Thread Chris McCabe
This problem will go away if you add the port to the 'ServerName' directive in httpd.conf, even if you are using the default port of 80. It should look something like: ServerName www.domain.com:80 Nicholas Calugar wrote: I am having difficulty connecting Apache 2 and Tomcat 4.0. Apache

Jsp and class..

2002-07-22 Thread Mario Henley Becerril Geldis
Hi... sorry but my jsp doesn't run... my class have this code: import java.sql.*; import java.io.*; import java.util.Date; class JdbcTest { public static void main (String args []) throws SQLException, IOException { System.out.println (Loading Oracle

RE: Authenticating to a Windows NT domain

2002-07-22 Thread Sullivan, Mark E
is it an active directory win2k or an nt4 domain? if it's an active directory, then you can use a JNDIRealm. Otherwise, you have to implement something using Win32 api calls. -Original Message- From: Shaun Kenny [mailto:[EMAIL PROTECTED]] Sent: Monday, July 22, 2002 11:18 AM To: [EMAIL

Re: Xalan performance within Tomcat

2002-07-22 Thread Will Hartung
From: Mario Felarca [EMAIL PROTECTED] Sent: Sunday, July 21, 2002 3:50 PM Subject: Re: Xalan performance within Tomcat At 09:57 PM 7/17/2002 +, you wrote: I am bumping my thread in the hopes that some people may not have seen it before, or that others may have come across some new

RE: Xalan performance within Tomcat

2002-07-22 Thread Jacob Hookom
Have you tried translets? Jacob Hookom Comprehensive Computer Science University of Wisconsin, Eau Claire -Original Message- From: Will Hartung [mailto:[EMAIL PROTECTED]] Sent: Monday, July 22, 2002 12:21 PM To: Tomcat Users List Subject: Re: Xalan performance within Tomcat From:

help: where must I locate my custom WebAppClassLoader

2002-07-22 Thread Gattaz, Olivier
Bonjour, Excuse me for this second post, but I had no response in the mailing list. Is my problem very complex ? To locate a group of special classes (generated from the case tool of an ERP) out of the standard WEF-INF/classes directoy of my WebApp, I try to write a custom WebAppClassLoader.

RMI and TC4.x

2002-07-22 Thread David Oxley
Has anyone got RMI working from within TC4.x. I had no problems under TC3.x, but just can't get it working under TC4.x. I have had a bug report outstanding for quite some time on this, but I was hoping that someone on the user list may have already got this working.

RE: RMI and TC4.x

2002-07-22 Thread Shapira, Yoav
Howdy, We use RMI extensively on long-running tomcat servers (4.0.1 and 4.0.4). Never had any problems with it. We even have a portion of the night when we do very frequent (more than 1/sec) serialization and deserialization of relatively large, complex (but serializable) objects between a

Tomcat 4.0.2 + IIS 5.0/6.0

2002-07-22 Thread Pooleery, Manoj
Hi all, How can I find information as to how to configure Tomcat 4.0.2 with IIS 5.0/6.0? I have configured Apache to work with Tomcat, but I am finding it hard to locate information about the same with IIS. Has anybody done this before? Thanks Manoj. -Original Message- From:

Re: Authenticating to a Windows NT domain

2002-07-22 Thread Jacob Kjome
Hello Shaun, If you use Tomcat-4.1.3 or later, you can use JNDI to authenticate against Active Directory. Here is an overview of the threads on this topic: http://marc.theaimsgroup.com/?l=tomcat-userw=2r=1s=Roles+in+JNDIRealmsq=b Here is probably the best answer to your question:

RE: Tomcat 4.0.2 + IIS 5.0/6.0

2002-07-22 Thread Turner, John
http://www.getnet.net/~rbarr/TomcatOnIIS/default.htm John Turner [EMAIL PROTECTED] -Original Message- From: Pooleery, Manoj [mailto:[EMAIL PROTECTED]] Sent: Monday, July 22, 2002 1:37 PM To: 'Tomcat Users List' Subject: Tomcat 4.0.2 + IIS 5.0/6.0 Hi all, How can I find information

Re: Tomcat and servlets

2002-07-22 Thread Luciano Cunha
RS, thank u! To static html page, the tomcat load perfect, but when load dynamic by servlet, the html page continue with even problem the drop-daw menu no mounted by js(JavaScript). A thing is right, the Tomcat serve the file .js correctly. LCT - Original Message - From: [EMAIL

Apache Authentication

2002-07-22 Thread Kevin Andryc
I just converted over from Tomcat 3.2.X to Tomcat 4.0.4 on Linux using Apache 1.3.26. In the Apache httpd.conf file, we have an Alias that points to a directory that uses Apache's authentication. In Tomcat 3.2.X, I used mod_jserv which integrated well and I could get the remote user and use

Re: Apache Authentication

2002-07-22 Thread Jacob Kjome
Hello Kevin, You need to add tomcatAuthentication=false to your jk connector definition in server.xml. Connector className=org.apache.ajp.tomcat4.Ajp13Connector port=8009 minProcessors=5 maxProcessors=75 acceptCount=10 debug=0 tomcatAuthentication=false/ Note that

RE: Apache Authentication

2002-07-22 Thread Kevin Andryc
OK, So what if I want in one application to use Tomcat Authentication and in the other use Apache's Authentication. Is that possible?? Thanks, Kevin Kevin Andryc Web Systems Engineer MISER http://www.umass.edu/miser/ Phone: (413)-545-3460 [EMAIL PROTECTED] -Original Message-

Re: mod_jk.c not compatible with Apache 2.0.39

2002-07-22 Thread eric
Steve, Your name rings a bell. Maybe it's because we have a Burrus over here. :-)) I downloaded the binary mod_jk-3.3-ap20.so I've read where it's supposed to work with Apache 2.0.X and Tomcat 4.0.4. If you get it to work please let me know.

newbie on Tomcat 3.2.3

2002-07-22 Thread aloo
Hi, I am using Tomcat 3.2.3 with Netscape 3.6 (old versions because company is not upgrading). I am having problem in getting my servlet to initialize. Have the following directory structure: webapps/mobile/test/WEB-INF/lib/myservlet.jar webapps/mobile/test/WEB-INF/web.xml I added the

tomcat running under apache

2002-07-22 Thread Martin
I would like to have tomcat Tomcat/4.0.4 and Apache/1.3.20 running together so I don't have to specify a port when accessing a servlet or jsp. I know about the mod_webapp.so apache module but I do not see it inside the following directory

Configuring tomcat to work with Apache.

2002-07-22 Thread Nagasai Ganduri
Hi, I have a Redhat 7.2 running on my machine with apache running on it. I installed the rpm of tomcat and now I want to configure it so that the users with public_html directory can use it to create their own apps. I tried adding the Listener to to server.xml file as indicated in the tomcat

RE: tomcat running under apache

2002-07-22 Thread Turner, John
If you are using apache, you will probably want mod_jk, not mod_webapp. Mod_webapp does not differentiate between static and dynamic (tomcat) content at this time. You'll want this link (from the source, not jguru): http://jakarta.apache.org/tomcat/tomcat-4.0-doc/index.html README, Install and

Re[2]: Apache Authentication

2002-07-22 Thread Jacob Kjome
Hello Kevin, That is something that one of the Tomcat developers will need to answer. I haven't not successfully implemented any fallback...such as when I access my contexts directly through port 8080 bypassing Apache. I think if you add the necessary stuff in the web.xml to do BASIC auth and

Realm Security Question

2002-07-22 Thread Jamie M. Guillemette
Ok here is a straight forward question: I understand how to change my server.xml and setup my web.xml files so that security reaml on my server uses odbc to verify the roles / passwords. The catch is im not very happy with having to edit the server.xml file. I would like to know if their is

Re: tomcat running under apache

2002-07-22 Thread Martin
I also saw this in the archives http://jakarta.apache.org/builds/jakarta-tomcat-4.0/archives/v4.0.3/bin/linux/i386/ Turner, John wrote: If you are using apache, you will probably want mod_jk, not mod_webapp. Mod_webapp does not differentiate between static and dynamic (tomcat) content at

Re: tomcat running under apache

2002-07-22 Thread Martin
Sorry I did not include a platform. Redhat 7.2 (linux) Turner, John wrote: If you are using apache, you will probably want mod_jk, not mod_webapp. Mod_webapp does not differentiate between static and dynamic (tomcat) content at this time. You'll want this link (from the source, not

RE: tomcat running under apache

2002-07-22 Thread Turner, John
If you can build the connectors from source you should be fine. John Turner [EMAIL PROTECTED] -Original Message- From: Martin [mailto:[EMAIL PROTECTED]] Sent: Monday, July 22, 2002 2:56 PM To: Tomcat Users List Subject: Re: tomcat running under apache Sorry I did not include a

Re: newbie on Tomcat 3.2.3

2002-07-22 Thread Robert Nicholson
Have you submitted a request for you servlet before you expect it to initialize? Do you have a servlet mapping defined in web.xml for it? Also, is it a loadOnStartup servlet or not? On 7/23/02 1:36 AM, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Hi, I am using Tomcat 3.2.3 with Netscape 3.6

Re: Realm Security Question

2002-07-22 Thread Craig R. McClanahan
On Mon, 22 Jul 2002, Jamie M. Guillemette wrote: Date: Mon, 22 Jul 2002 14:54:17 -0400 From: Jamie M. Guillemette [EMAIL PROTECTED] Reply-To: Tomcat Users List [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: Realm Security Question Ok here is a straight forward question: I understand

Re: newbie on Tomcat 3.2.3

2002-07-22 Thread aloo
Yes, I sent a request to the servlet and it threw an exception because the methods called by initialization were not executed. I have *.xml defined as servlet mapping within my web.xml. I tried defining load-on-startup as 5 or using -2147483646. Neither number works. Any thoughts? BTW, I

Re: Tomcat SendMail Example : NamingException: Cannot create resource

2002-07-22 Thread Glow Nair
Phil: Thanks for responding. I got it working. In short, the simplest advice I can give anyone struggling with this is to simply use tomcat_4.0.4 instead of 4.0.3 Found that out after a process of painful elimination; by changing IBM to Sun and so on.. Everything worked magically after that..

Question about servlets

2002-07-22 Thread Ravindra K. Bhat
Hello: Is there a maximum number of strings that can be passed between forms? Thanks Ravi -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

Re: Question about servlets

2002-07-22 Thread Jean-Baptiste Onofré
Hello, with get method you're limited to 255 chars. In post, no limit. -- 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

RE: Reposting Bean question

2002-07-22 Thread Whitcomb, Roger
And if you jarred the bean you would put the .jar file into Tomcat/webapps/mySite/WEB-INF/lib. Without the .jar you could just put the .class file into Tomcat/webapps/mySite/WEB-INF/classes/Beans (the package directory structure starts from the WEB-INF/classes directory). There are bunches of

Newbie needs help with Error in mod_jk compile

2002-07-22 Thread Billingham, Walter 475
All, Since I'm new to this mod_jk compile thing, I was wondering if there was anyone that has compiled mod_jk in AIX or for Apache2, yet, and if so can you send me a copy of or point me to a link for a real live binary version of mod_jk.so? Does mod_jk.so have paths inherent to its

Tomcat, IIS and ArcIMS

2002-07-22 Thread Ken Sanderson
Hello all. I have installed Tomcat on our win2k machine that also has an IIS server running. After install I tested the localhost:8080 and everything works fine. However this seems to be setup for the standalone setting, do I need to do anything to have it work in conjunction with the IIS

Is it possible to specify a global 404 error page for all apps under tomcat 4

2002-07-22 Thread John Regan
Good afternoon, I am trying to specify a generic 404 error page for all webapps in tomcat 4. I added the following entry to tomcathome\conf\web.xml: error-page error-code404/error-code location/csa/jsp/Error404.jsp/location /error-page under the default welcome files list and it

RE: Is it possible to specify a global 404 error page for all apps un der tomcat 4

2002-07-22 Thread Turner, John
Make sure you follow the DTD. The containers in web.xml (like error-page) have to go in a very specific order. John Turner [EMAIL PROTECTED] -Original Message- From: John Regan [mailto:[EMAIL PROTECTED]] Sent: Monday, July 22, 2002 4:43 PM To: Tomcat User Group (E-mail) Subject: Is

  1   2   >