Receipt of 10/05/102 08:09 message

2002-05-10 Thread Andrew . Bate
Re:Session Problem - URGENT ** This message has been sent via the Internet. Internet communications are not secure against interception or modification. Severn Trent Systems therefore can not guarantee that

Receipt of 02/05/102 10:31 message

2002-05-02 Thread Andrew . Bate
Re:R: what is needed to connect to mysql ** This message has been sent via the Internet. Internet communications are not secure against interception or modification. Severn Trent Systems therefore can not

Receipt of 30/04/102 12:48 message

2002-04-30 Thread Andrew . Bate
Re:R: JSP Servlets error: NullPointerException ** This message has been sent via the Internet. Internet communications are not secure against interception or modification. Severn Trent Systems therefore can

Re[2]: oci8 driver problem on Linux

2002-04-24 Thread Andrew . Bate
and the same classes12.zip works fine on that. http://technet.oracle.com/software/tech/java/sqlj_jdbc/content.html Andrew ** This message has been sent via the Internet. Internet communications are not secure against

Re: oci8 driver problem on Linux

2002-04-23 Thread Andrew . Bate
and WebLogic and it works fine. I'm not sure but it sounds to me like you have a Type2 driver rather than a Type4. I can email you the type4 classes12.zip we use if you like? Andrew ** This message has been sent via

TC4.0.3 + mod_jk + Apache 1.3.23 trouble

2002-04-19 Thread Andrew Gromozdin
13:20:43 2002] [jk_ajp13_worker.c (258)]: received from ajp13 #2 [Fri Apr 19 13:20:43 2002] [jk_ajp13_worker.c (549)]: Into jk_endpoint_t::done Sincerely Yours, Andrew V. Gromozdin -- To unsubscribe: mailto:[EMAIL PROTECTED] For additional commands: mailto:[EMAIL PROTECTED] Troubles

Re: Configuration problems: mod_webapp with Tomcat 4.0.3 andApache 2.0.35

2002-04-18 Thread Andrew Logan
I believe the difference is that Tomcat's HTTP listener is on port 8080, but Tomcat's servlet container is listening on 8008 (default set up of course). [EMAIL PROTECTED] 19/04/2002 15:31:50 Why would I do that when Tomcat is listening on 8080? Actually did a little more research and there

RE: Who uses connection pool?

2002-03-05 Thread Andrew Rodwell
Lev, I have this impression also of Tyrex. Every servlet seems to be a new pool. Is that your experiance. Each time the servlet runs a new connection. Andrew -Original Message- From: Lev Assinovsky [mailto:[EMAIL PROTECTED]] Sent: 05 March 2002 10:53 To: Tomcat Users List Subject: Re

Setting up jdbc connections

2002-03-04 Thread Andrew Falanga
Hello everyone, Setting up Tomcat is NO easy project. I've been struggling for about a week and a half to get tomcat to read a special servlet/application/I really don't know what to call it. (Unfortunately, that's my biggest problem, I'm very unfamiliar with things I'm playing around

Unable to compile class for JSP

2002-02-27 Thread Andrew Rodwell
) java.beans.Beans.instantiate(this.getClass().getClassLoader(), fwLine); it seems to expect my bean to be in org.apache.jsp. have I missed something on the setup, like in web.xml Thank you for any help. Andrew

RE: ClassNotFoundException

2002-02-27 Thread Andrew Rodwell
Thanks to all who answerd. That was my problem. Cheers, Andrew -- To unsubscribe: mailto:[EMAIL PROTECTED] For additional commands: mailto:[EMAIL PROTECTED] Troubles with the list: mailto:[EMAIL PROTECTED]

Re: Unable to compile class for JSP not ClassNotFoundException

2002-02-27 Thread Andrew Rodwell
Sorry wrong subject -- To unsubscribe: mailto:[EMAIL PROTECTED] For additional commands: mailto:[EMAIL PROTECTED] Troubles with the list: mailto:[EMAIL PROTECTED]

CA guidance

2002-02-21 Thread Andrew
Hi, I'm using jdk1.4 final and I want to use SSL with Tomcat for CLIENT-CERT authentification. I've created self-signed certificate by keytool but how I can issue certificates for my company based on this(without third party CA)? Thanks in advice. -- To unsubscribe: mailto:[EMAIL

CA guidance

2002-02-20 Thread Andrew
Hi, I'm using jdk1.4 final and I want to use SSL with Tomcat for CLIENT-CERT authentification. I've created self-signed certificate by keytool but how I can issue certificates for my company based on this(without third party CA)? Thanks in advice. -- To unsubscribe: mailto:[EMAIL

Re: Hey what happened to the tomcat forum?

2002-02-18 Thread Andrew
I can't see my post too:( - Original Message - From: smashingwebs [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Monday, February 18, 2002 1:13 AM Subject: Hey what happened to the tomcat forum? Hey what happened to the tomcat forum? Or am I being obtuse? -- To unsubscribe:

Running tomcat port 80

2002-02-18 Thread Andrew Rodwell
are noew to Linux - any ideas? Regards Andrew To unsubscribe: mailto:[EMAIL PROTECTED] For additional commands: mailto:[EMAIL PROTECTED] Troubles with the list: mailto:[EMAIL PROTECTED]

RE: Running tomcat port 80

2002-02-18 Thread Andrew Rodwell
to run TOMCAT, and set them approriately for the root user ... -Messaggio originale- Da: Andrew Rodwell [mailto:[EMAIL PROTECTED]] Inviato: lunedì 18 febbraio 2002 11.14 A: Tomcat Users List Oggetto: Running tomcat port 80 Hi , We are trying to get TOMCAT 4.0 to run on the default web

RE: Running tomcat port 80

2002-02-18 Thread Andrew Rodwell
Hi, Thanks for the reposnses. We have tried various things. Making the previous user who ran tomcat a member of the root group. That does not work. We have set permissions on the tomcat directory to be root. We then log on as root and have set the java home and catalina home in the

RE: Running tomcat port 80

2002-02-18 Thread Andrew Rodwell
: RE: Running tomcat port 80 On Mon, 18 Feb 2002, Andrew Rodwell wrote: We have tried various things. Making the previous user who ran tomcat a member of the root group. That does not work. We have set permissions on the tomcat directory to be root. We then log on as root and have set

Re: Classes not being found in 4.0.2 but are found in 4.0.1 (and what is LE?)

2002-02-17 Thread Andrew
It's all working just fine for me but I'm using third party libraries too- jdbc driver from oracle,castor, jboss,glue. I place these in common\lib and all looks good under jdk14 final. I think LightEdition dosen't contains 'standard extension' libraries because 1.4 already has all of

HTTPS client authentification

2002-02-15 Thread Andrew
Hi, I 've a simple question. If I've configured some rules and JDBCRealm as credentials store for may webapp+ set transport-guaratee to CONFIDENTIAL for some resources, how I must setup SSL connector that it authentificate my users through client certificates.More concrete JDBCRealm is not used

HTTPS client authentification

2002-02-15 Thread Andrew
Hi, I 've a simple question. If I've configured some rules and JDBCRealm as credentials store for may webapp+ set transport-guaratee to CONFIDENTIAL for some resources, how I must setup SSL connector that it authentificate my users through client certificates.More concrete JDBCRealm is not used

Problem w/ Tomcat 3.3 and xerces.jar

2002-01-31 Thread Andrew Ferayorni
because it is trying to use my xerces.jar classes to parse it's XML files. This is really giving me a headache, can anyone help??? I have the following setup: SuSE Linux 7.2 (i386) Apache 1.3.19 running mod_jk Tomcat 3.3 Thanks! Andrew -- To unsubscribe: mailto:[EMAIL PROTECTED

Re: Problem w/ Tomcat 3.3 and xerces.jar

2002-01-31 Thread Andrew Ferayorni
Randy, thanks for the quick response. I tried putting it there, but it doesn't help. I never read anything about using WEB-INF/lib. Is that in the documentation (3.3?)? Is there something I have to do to let Tomcat know about the lib directory? ~Andrew Randy Layman wrote: Drop

Re: Problem w/ Tomcat 3.3 and xerces.jar

2002-01-31 Thread Andrew Ferayorni
I'll just take it as a learning experience, and with my new understanding of the class loader hierarchy hopefully get it right in the future. Thank you! Andrew Larry Isaacs wrote: For a web application local XML parser, you should be able to put xerces.jar in the WEB-INF/lib. This issue

JSP/Servlet Hosting

2002-01-31 Thread Andrew Bruno
? If I can find something for around that price, than I can probably get a potential contract, as I dont wish to use PHP/CGI/MIVA. Can anyone help? Thanks, Andrew

Re: Apache 1.3.23 + Tomcat 4.0.2 Load balancing HOWTO

2002-01-24 Thread Andrew Logan
Pascal A quick question, why did you choose to use the AJP13 connector rather than the WARP connector that is recommended? Best regards Andy [EMAIL PROTECTED] 25/01/2002 13:01:09 Hi All, As promised, this article contains step by step instructions for configuring an Apache 1.3.23 web server

Re: Applet Hassles

2002-01-17 Thread Andrew Bruno
CODEBASE is the key. ~Andrew - Original Message - From: Pae Choi To: Tomcat Users List Sent: Friday, January 18, 2002 5:56 AM Subject: Re: Applet Hassles +1. John is correct and right about that. Pae Hi Hello, I have been using the Tomcat on NT for the past 7 months mostly

SQLServer JDBCRealm

2002-01-09 Thread Andrew Wilcox
transaction mode. Thanks. Andrew. Andrew Wilcox MentorGen LLC 614.846.0838 x 1008 [EMAIL PROTECTED] -- To unsubscribe: mailto:[EMAIL PROTECTED] For additional commands: mailto:[EMAIL PROTECTED] Troubles with the list: mailto:[EMAIL PROTECTED]

RE: SQLServer JDBCRealm

2002-01-09 Thread Andrew Wilcox
with JDBCRealm, just copy 3 .jar tom \lib folder, then use standard SQL Server JDBC syntax to connect to SQL will work. Franco -Original Message- From: Andrew Wilcox [mailto:[EMAIL PROTECTED]] Sent: Wednesday, January 09, 2002 1:52 PM To: Tomcat Users List Subject: SQLServer JDBCRealm Hi, I am

RE: Servlet basic question...classpaths and servlet locations.

2002-01-03 Thread Andrew Gilbert
The documentation in 3.3 on classpaths is quite good, with an excellent graphic describing classloaders and how/where things get loaded. http://localhost:8080/doc/tomcat-ug.html#configuring_classes Would also suggest familiarity with the Servlet and JSP specs (ie, an understanding of

Anyone ever respond to this - RemoteRuntimeException under tomcat3.3 WL 6.1

2002-01-03 Thread Andrew Gilbert
Picked this up from the archive for the list and curious if anyone has responded to it. We see the same thing. Under Tomcat 3.3 with WL 5.1 we get a partial stack trace on the console of Tomcat anytime an app level exception comes back over the wire, using WL 6.1 it gets worse than that and the

Issues with class loaders and jsp:include in Tomcat 3.3

2002-01-02 Thread Andrew Gilbert
We are using Tomcat 3.3 Final. Having a curious problem on certain jsp pages that try to dynamically load classes located in a jar in the WEB-INF/lib area of the web application. The apparent differential is the use of jsp:include tags within the page. The details are as follows: Using Weblogic

outside catalina

2001-12-26 Thread Andrew (Tver)
in c:/kit/classes too)? Thanks! Andrew mailto:[EMAIL PROTECTED] -- To unsubscribe: mailto:[EMAIL PROTECTED] For additional commands: mailto:[EMAIL PROTECTED] Troubles with the list: mailto:[EMAIL PROTECTED]

Re[2]: outside catalina

2001-12-26 Thread Andrew (Tver)
Hello Lai, What is the way? LKC Yes -Original Message- From: Andrew (Tver) [SMTP:[EMAIL PROTECTED]] Sent: Thursday, December 27, 2001 6:09 AM To: [EMAIL PROTECTED] Subject: outside catalina Hello All, I'm new in the list. Sorry if such question already was here

Re: Tomcat-as-an-NT-service startup failure

2001-12-17 Thread Andrew Bruno
\tomcat.exe Then you will probably have a second service (as specified in my doc) which you created with jk_nt_service Please let me know if this is the case. Also, do you have only one JVM installed? I read some posting about people have two JVMs, which caused some problems? ~ Andrew

RE: Sticky session with Tomcat 4.0 and mod_jk

2001-12-14 Thread Andrew McGhee
Good posting - We are assuming that mod_jk is in essence similar / superset of mod_jserv, of which the following information appears to be excelent regarding failover. http://java.apache.org/jserv/howto.load-balancing.html Is this still valid for mod_jk as well? (accounting for changes in

java.net.SocketException

2001-11-28 Thread Andrew
Hi, I've following exception on win2k+jdk1.4beta3+Tomcat4.0.1.It throws through some time, after that server is not responding correctly anymore. And how I can turn off session persistence? It's cause error: 2001-11-28 14:16:38 StandardManager[/Concord] ClassNotFoundException while loading

java.net.SocketException

2001-11-28 Thread Andrew
Hi, I've following exception on win2k+jdk1.4beta3+Tomcat4.0.1.It throws through some time, after that server is not responding correctly anymore. And how I can turn off session persistence? It's cause error: 2001-11-28 14:16:38 StandardManager[/Concord] ClassNotFoundException while loading

RE: Tomcat 4.0 and IIS

2001-11-28 Thread Andrew Bruno
Hi Pedro, have a look at: http://www.vacodi.com/howto/tomcat/iisnt/ Regards, Andrew -Original Message- From: Pedro F Gaspar [mailto:[EMAIL PROTECTED]] Sent: Wednesday, 28 November 2001 10:51 PM To: [EMAIL PROTECTED] Subject: Tomcat 4.0 and IIS Hi. I've been through

jndi.properties

2001-11-15 Thread Andrew
Hi, I've some ejbeans on other host(EJB container) and I want to use it in Tomcat(4.0.1). My question is: How I can specify/place jndi.properties file for successful lookup my beans.If Tomcat supports some other means through webapp configuration options (I mean Tomcat jndi namespace)-

Re: trouble with Apache 1.3.20 and tomcat 4.0.1

2001-11-12 Thread Andrew Kompaneev
- it crashes - I : placed webapp_mod.so and libapr.dll to all catalogs (including into MODULES) Andrew

RE: AJP13 bad read -113?

2001-11-11 Thread Andrew Bruno
Hi, How do I prevent the following error from occurring? Basically, it happens when I have a JSP page that has links to another JSP file, say view.jsp?file=1. So the only thing that changes is the file parameter that's being passed. If I click link1, it's OK. But if I click the other

RE: Repost: Running Tomcat 4.01 as a service on Win2k

2001-10-31 Thread Andrew Bruno
Have a look at www.vacodi..com/howto/tomcat/iisnt/index.html http://www.vacodi..com/howto/tomcat/iisnt/index.html It covers an area on jk_nt_service Goodluck, Andrew -Original Message- From: Joe Niski Sent: Thu 01/11/2001 6:22 AM

TC 4.0.1 - Catalina.start: LifecycleException

2001-10-23 Thread Andrew Bruno
Hello tomcat-users, I am receiving this problem on a Windows 2000 Server SP2, which is trying to execute TOMCAT 4.0.1, using JDK 1.3.1_01 on port 8080. Port 80 is used for IIS. Any ideas what it could be related to? Catalina.start: LifecycleException: null.open: java.net.BindException:

tomcat + apache + virtual host - context problem -- help !!

2001-10-04 Thread Andrew Standley
Hi, We have one sun box with two IPs, not name-based. I want to run one apache, one tomcat but two tomcat web apps. They live in /export/home/usrlocal/tomcat/webapps/ . Both have servlets and jsp. The servlets live under

Simple log question

2001-10-04 Thread Andrew Standley
Hi, I posted a long winded question but have a much simpler one now too! I use perl to post up to a web site. The Apache log file says it got it. I define a virtual host and this should pass it on to Tomcat. The perl program says internal server error. I have two Tomcat's

Re: Performance -- Tomcat Standalone v. Apache/Tomcat

2001-10-02 Thread Andrew Reid
On Wed, 2001-10-03 at 11:30, Andrew Reid wrote: It appears that the main problem is the Tomcat included with J2EE. I was wondering if anyone was able to give me an indication of what would perform better, as a general rule. That is, what would be better between Apache/Tomcat and Tomcat stand

Re: Performance -- Tomcat Standalone v. Apache/Tomcat

2001-10-02 Thread Andrew Reid
? - andrew -- void signature () { cout Andrew Reid -- [EMAIL PROTECTED] endl ; cout Cell: +61 401 946 813 endl; cout Quidquid latine dictum sit, altum viditur endl; }

Re: Tomcat 3.3 and user specific Webapps...

2001-10-02 Thread Andrew Reid
that is shared by many users. I'd have thought that it was blatently obvious why one would want to set Tomcat up in such a manner. - andrew -- void signature () { cout Andrew Reid -- [EMAIL PROTECTED] endl ; cout Cell: +61 401 946 813 endl; cout Quidquid latine

java.io.NotSerializable exception when calling EJB from servlet?

2001-09-27 Thread Andrew Wright
the problem, without success. Despite much net searching I haven't seen any reports of similar problems - surely I'm not the only one? I'm running on Mac OS X 10.1 (Hotspot Java VM 1.3.1 for those who don't know). Any suggestions/thoughts gratefully received. Regards, Andrew Wright

Tomcat 4.0 i18n BUG

2001-09-27 Thread Andrew
Hi, I've following problem: after request.setCharacterEncoding() invocation, request.getParameter() was properly set encoding but request.getQueryString() does nothig- ignore encoding setting... What's the matter?

How tomcat support i18n

2001-09-18 Thread Andrew
Hi, I've little problem when I print to console national chars under tomcat result is ?? but standalone works fine. Seems tomcat changes charset for output but how I can print some String fields that contains national chars? (Platform jdk1.4b2+w2ksp2). Thanks.

Re: Tomcat bug? (PropertyResourceBundle)

2001-09-17 Thread Andrew Liles
This fault is caused by declaring two Beans with the same local variable, e.g. html ... jsp:useBean id=test class=bean1/ jsp:useBean id=test class=bean2/ ... /html To: [EMAIL PROTECTED] Subject: Re: Tomcat bug? (PropertyResourceBundle) From: Ryan Schutt [EMAIL PROTECTED] Date: Mon, 17 Jul

Re: Mapping question- suggestion

2001-09-09 Thread Andrew
not be afraid to look beyond spec. Let's be more inventive. Regards. - Original Message - From: Craig R. McClanahan [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Saturday, September 08, 2001 11:03 PM Subject: Re: Mapping question On Sat, 8 Sep 2001, Andrew wrote: Date: Sat, 8 Sep

Mapping question

2001-09-08 Thread Andrew
How I can map /Path/*.ext to servlet? Thanks.

Re: Mapping question

2001-09-08 Thread Andrew
] Sent: Saturday, September 08, 2001 7:15 PM Subject: Re: Mapping question On Sat, 8 Sep 2001, Andrew wrote: How I can map /Path/*.ext to servlet? to one particular servlet? just use the normal servlet-mapping tag in web.xml - it allows for wildcards. hth dim

Re: Tomcat 4 and JNDI Question

2001-09-02 Thread Andrew
I have the same problem: how I can configure JNDI? - Original Message - From: G.C. Miller [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Sunday, September 02, 2001 8:20 AM Subject: Tomcat 4 and JNDI Question How can I set java.naming.factory.initial java.naming.provider.url

Re: jdbc realms timing out database connection and not reconnecting

2001-08-31 Thread Andrew Robson
to the connectionURL string in server.xml i.e. connectionURL=jdbc:mysql://localhost/dbName?autoReconnect=true btw, if you are going to use JDBCRealms you should upgrade to tomcat 3.2.3 because there is a large security hole in previous versions. - andrew On Fri, 31 Aug 2001, you wrote: Everyone: I am

Re: STARTUP FILE HANGS AFTER A WHILE..........Error = Starting Ajp12ConnectionHandler on 8007

2001-08-30 Thread Andrew Robson
webserver. It's not an error message; its telling you all the necessary services are now running. Have you tried running servlets or jsp's? If so, what happens? - andrew On Fri, 31 Aug 2001, you wrote: How to run tomcat ? I was earlier having out of environment space problem when i fixed

RE: Custom Tag Can't Compile problem.

2001-08-29 Thread Blanchard Andrew H (CPOCEUR)
The JSP compiler needs the full package name for your Tag. In your TLD file you have: tagclassTagManager/tagclass You need tagclasscom.xyz.TagManager/tagclass Without the package name, the compiler is looking in the org.apache.jsp package (which I assume is not the package you've compiled your

RE: Custom Tag Can't Compile problem.

2001-08-29 Thread Blanchard Andrew H (CPOCEUR)
Andrew H, Yes, you are correct. The custom tag handler should be included in a package, say, com.xyz.TagManager instead of TagManager . But, is it a bug, standard or something else ? tagclassTagManager/tagclass tagclasscom.xyz.TagManager/tagclass M.T

RE: Custom Tag Can't Compile problem.

2001-08-29 Thread Blanchard Andrew H (CPOCEUR)
, 2001 10:54 AM To: [EMAIL PROTECTED] Subject: RE: Custom Tag Can't Compile problem. Dear Blanchard Andrew H, Before, it is /WEB-INF/classes/TagManager.java ( without package ) and it doesn't work. After change, it is /WEB-INF/classes/tools/TagManager.java ( inside package tools ) and it works

Re: Tomcat 3.3.2 with IIS

2001-08-27 Thread Andrew Robson
Hi, Have you looked at TOMCAT_HOME/doc/tomcat-iis-howto.html ? -andrew On Mon, 27 Aug 2001, you wrote: Hi, I am a new user with TomcatI need to establish a connector between IIS 4.0 and Tomcat 3.3.2 so that when IIS receive a JSP request, he'll send it to Tomcat... The Tomcat

Re: Has anyone used JDBC realms successfully yet?

2001-08-27 Thread Andrew Robson
would also be of help. - andrew

TC 4.0 - IllegalStateException: Cannot create a session after the response has been committed

2001-08-22 Thread Blanchard Andrew H (CPOCEUR)
I'm trying to get OpenSymphony Sitemesh 1.2 running under Tomcat 4.0. I've tried beta 7 and dev beta 8. Anyway, I'm receiving the following exception: java.lang.IllegalStateException: Cannot create a session after the response has been committed at

RE: Pre-install question

2001-08-22 Thread Andrew Robson
@jakarta.apache.org/ I would suggest (particularly if you are just starting out with JSP's) to do some development just with tomcat. Later on you can integrate with another webserver (Apache,IIS or whatever) or just stick with using tomcat on its own. andrew On Thu, 23 Aug 2001, you wrote: So if I only

Re: Problems with German ä, ö,

2001-08-21 Thread Andrew Sudell
Frank Neumann Hi folks, I'm experiencing problems when using the German letters ä ö ü ß in URL's. first box: Solaris 2.6, JDK 1.3.0, tomcat 3.2.1 tomcat was installed as binary distribution by a developer from another company. When using correctly URL-encoded ä ö ü ß there is no

Re: Tomcat FORM Authentication and Apache

2001-08-16 Thread Andrew Robson
in under a minute. Don't mean to single you out Carlos. Just want to remind everyone that a search of the archives before posting can often solve the problem quicker and may provide you with more info than a single post will. andrew On Thu, 16 Aug 2001, you wrote: Hi, I have a system based

RE: Fine tuning my Apache -Tomcat Server

2001-08-14 Thread Andrew McGhee
this, and a lot of it probably won by many hard slogs. Regards, Andrew -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: 08 August 2001 15:12 To: [EMAIL PROTECTED] Subject: Fine tuning my Apache -Tomcat Server Hi, I have Apache and Tomact running on Linux server

RE: Missing file, libstd++-libc6.1-1.so.2

2001-08-14 Thread Andrew McGhee
Download compat-libstdc++-6.2-2.9.0.14.i386.rpm and install rpm -Uvh compat-libstdc++-6.2-2.9.0.14.i386.rpm -Original Message- From: Marty Haught [mailto:[EMAIL PROTECTED]] Sent: 08 August 2001 17:03 To: [EMAIL PROTECTED] Subject: Missing file, libstd++-libc6.1-1.so.2 Hi All,

Re: How to get userRole from Tomcat 3.2.3?

2001-08-13 Thread Andrew Robson
Why not use HttpServletRequest boolean isUserInRole(java.lang.String role) andrew On Mon, 13 Aug 2001, you wrote: Hi, I am using JDBCRealm and need a convenient way to get the userRoles of the user. GetRemoteUser is not the right way. In the source code of JDBCRealm I found

Re: RH Linux 7.1 Java Error

2001-08-10 Thread Andrew Robson
be something specific to particular version of jdk which you will avoid because you have the latest (?). good luck andrew On Fri, 10 Aug 2001, you wrote: Hi all, I know this is perhaps not the most appropriate place to present this question as it is a purely java installation problem. But I

RE: Servlet/ Database Conenction Persists Question

2001-08-07 Thread Andrew Robson
fires up a process to run a new instance of your program. Hope this helps and apologies if I'm telling you something you already know. andrew On Tue, 07 Aug 2001, you wrote: William, thanks. IOt turns out that after looking at my problem in a little more detail, I figured this must

RE: SAX 2.0, sealing, Tomcat 3.2.3

2001-08-06 Thread Andrew Cooke
At 05:16 PM 7/31/01 +0100, you wrote: Andrew Cooke wrote: Excellent - thanks! That URL even has the rename file to zparser.jar meme that my boss keeps swearing is the solution... :-) :-) Please let us know what you do and whether it works. Also, I can get it to work by removing

Problem finding servlets when running Tomcat as NT service

2001-08-03 Thread Andrew Birchall
Hi, We have a web-app called Mailstore using servlets served by Tomcat. The servlets are in jar files in tomcat\lib. We have a Mailstore directory under tomcat\webapps which holds the style sheets and images, etc. I have installed Tomcat as a NT service using jk_nt_service.exe and I have edited

Re: apr-utils source? (Tomcat 4.0, Apache 1.3, NT, mod_webapp)

2001-08-03 Thread Andrew Cooke
Thanks! At 11:26 AM 8/3/01 +0100, you wrote: Andrew Cooke at [EMAIL PROTECTED] wrote: Hi, I'm trying to get Tomcat 4.0 working on NT with Apache 1.3. It doesn't work - Don't even bother right now... Pier

apr-utils source? (Tomcat 4.0, Apache 1.3, NT, mod_webapp)

2001-08-03 Thread Andrew Cooke
the jar file hacks (see earlier thread this list SAX 2.0 sealing, Tomcat 3.2 or similar). Any idea how long before there's stable, release quality code that doesn't suffer from XML parser conflicts? Thanks, Andrew

Re: apr-utils source? (Tomcat 4.0, Apache 1.3, NT, mod_webapp)

2001-08-03 Thread Andrew Cooke
OK. Sorry if I've confused things, but to an end-user like me, with the requirement JSP on Apache, it's not clear where Tomcat stops and something else starts (although as a software engineer I understand why the design is so modular). Andrew At 12:17 PM 8/3/01 +0100, you wrote: Andrew

Re: CPU going to 100%

2001-08-03 Thread Andrew Robson
this is still an issue for 3.2.3 but at least you know now where this advice is coming from even if it doesn't help ;-) andrew On Fri, 03 Aug 2001, you wrote: I know there have been some discussion a few weeks ago. That is when I was just getting started with tomcat. A person refered

RE: Compile JSP with Tomcat/IBM JDK 1.2.2/AIX4.3.3

2001-08-02 Thread Andrew Inggs
://oss.software.ibm.com/developerworks/opensource/jikes/ -- Andrew -- Tell the US to free Dmitry Sklyarov! http://www.freesklyarov.org

Bug: 3.3b1, cannot compile auto-generated java (ServletException(Throwable))

2001-08-02 Thread Andrew Cooke
:484) The installation is pretty standard - all the app-related jars are in the apps directory and I'm using JDK1.3 and Apache 1.3.12 (OpenSA 0.2). Andrew

RE: Servlets

2001-08-01 Thread Andrew Inggs
/servlet I tried http://localhost:8080/servlet/Courses I get a 405 error : Resource not allowed. What does that mean and how can i continue Try http://localhost:8080/test/servlet/Courses (just to check, is Courses.class in TOMCAT_HOME/webapps/test/WEB-INF/classes?) -- Andrew -- Tell

RE: build mod_jk.so on solaris

2001-08-01 Thread Andrew Inggs
): /usr/local/apache/bin/apxs -c -o mod_jk.so -DSOLARIS -I../jk -I/usr/java/include -I/usr/java/include/solaris -lposix4 *.c ../jk/*.c -- Andrew -- Tell the US to free Dmitry Sklyarov! http://www.freesklyarov.org

SAX 2.0, sealing, Tomcat 3.2.3

2001-07-31 Thread Andrew Cooke
? Is there a work-round? In particular, our code gives the usual sealed jar exception unless I unseal our copy of xalan.jar, at which point I get a NoSuchMethod call when executing SAXParserFactory factory = SAXParserFactory.newInstance() in our code. Thanks, Andrew

Re: SAX 2.0, sealing, Tomcat 3.2.3

2001-07-31 Thread Andrew Cooke
from: myParser = factory.newSAXParser().getXMLReader(); Sorry, Andrew

RE: JSP pages cannot be viewed

2001-07-31 Thread Andrew Inggs
JAVA_HOME should be /usr/java/jdk1.3.1 and not just /usr/java? Note that Tomcat does not use the setting of CLASSPATH. You can try to debug this a bit more by putting some echo statements in Tomcat's startup.sh to see exactly what's on the command line used to start Tomcat. -- Andrew

Re: SAX 2.0, sealing, Tomcat 3.2.3

2001-07-31 Thread Andrew Cooke
= SAXParserFactory.newInstance() Grrr. Wrong line. The error comes from: myParser = factory.newSAXParser().getXMLReader(); Sorry, Andrew De todos modos, con Tomcat 4.0 ya no tendrias ese inconveniente. Puedes usar varios parsers factories (uno en cada contexto) pues mantiene un classloader diferente

RE: SAX 2.0, sealing, Tomcat 3.2.3

2001-07-31 Thread Andrew Inggs
Andrew, I've had similar headaches over the past few days. In an ideal world you would just put the jars in WEB-INF/lib and everything would work fine, but it doesn't for Tomcat 3.2. I believe Tomcat 4.0 will solve the problem by separating those libraries that Tomcat needs itself from those

RE: SAX 2.0, sealing, Tomcat 3.2.3

2001-07-31 Thread Andrew Cooke
Excellent - thanks! That URL even has the rename file to zparser.jar meme that my boss keeps swearing is the solution... :-) Cheers, Andrew At 03:41 PM 7/31/01 +0100, you wrote: Andrew, I've had similar headaches over the past few days. In an ideal world you would just put the jars in WEB

RE: SAX 2.0, sealing, Tomcat 3.2.3

2001-07-31 Thread Andrew Inggs
Andrew Cooke wrote: Excellent - thanks! That URL even has the rename file to zparser.jar meme that my boss keeps swearing is the solution... :-) :-) Please let us know what you do and whether it works. Also, I'm not sure what platform you're on, but on Windows, if the path

RE: Help!! Apache won't redirect to tomcat

2001-07-31 Thread Andrew Inggs
Inside this web.xml you need to define the servlets you want to have visible and the URL patterns that should be directed to them (see one of my previous posts in this thread for an example). I hope this helps to clear things up for you :-). -- Andrew

How to increase HTTP timeout?

2001-07-31 Thread Andrew Jarman
the HTTP listener, not AJP12 or AJP13. I have a load balancer that will direct servlet requests to my TomCat servers, and static content to Apache servers. Thanks, Andrew Andrew Jarman, P.Eng, Internet Infrastructure Manager Exceedia, Inc. direct tel:780.699.5803 tel:780.413.1521 fax

RE: How to increase HTTP timeout?

2001-07-31 Thread Andrew Jarman
in a future build when we have a few other infrastructure pieces in place, like an inbox queue so users can see when reports have completed. So, my question remains - how can I increase this timeout from 5 min to something longer? Regards, Andrew -Original Message- From: William Kaufman

RE: Apache (1.3) Mod_Rewrite and POST Method

2001-07-30 Thread Andrew McGhee
Ian, I believe that POST data is not re-sent when a HTTP redirect occurs. If you can modify your code to use a GET method (storing the form data in the URL), you may be able to get around the problem, Regards, Andrew -Original Message- From: Young Ian(BSN01) [mailto:[EMAIL PROTECTED

RE: VOTE: HTML in Messages and politeness (Was: Re: jdbc odbc bri dge on linux)

2001-07-30 Thread Andrew Inggs
[ ] +1 - Plain Text only. Strip HTML on the mailing list. [ ] 0 - I don't give a damn shit. [ ] -1 - You mad? I love HTML in messages and want to keep using it. +1 -- Andrew

Re: .htm problem

2001-07-30 Thread Andrew Robson
a program to do a global search and replace (if you are on Linux a little sed script should do the trick). Put in your index.jsp, run your program to change all references in your html from index.htm to index.jsp, test your links and then archive your index.htm page. andrew

RE: Help! Can't install Tomcat

2001-07-30 Thread Andrew Inggs
: [...] Tomcat ignores CLASSPATH (have a look at startup.bat to see what I mean). You can either change JAVA_HOME to point to the *JDK* root directory (recommended), or manually change startup.bat to include tools.jar in the CLASSPATH. -- Andrew

RE: Help!! Apache won't redirect to tomcat

2001-07-30 Thread Andrew Inggs
-doc/uguide/tomcat_ug.html http://jakarta.apache.org/tomcat/tomcat-3.2-doc/appdev/index.html -- Andrew

RE: Help!! Apache won't redirect to tomcat

2001-07-30 Thread Andrew Inggs
but this file is not used by Tomcat at all (try renaming or moving it and you will see). Hope that helps. -- Andrew

<    2   3   4   5   6   7   8   9   >