RE: socket permission catalina.policy question

2002-10-18 Thread Andrew Cheng
doing some tests here without any problems... -- Jeanfrancois Andrew Cheng wrote: Sorry, I forgot to mention that a guy on the project decided to be clever and he put the application in a directory next to (not inside) webapps. So inside ${catalina.home} there is myApplication

RE: socket permission catalina.policy question

2002-10-18 Thread Andrew Cheng
which resource is causing the problem. I'm not convinved regarding the doPrivilege block, but that doesn't make a difference. We're coming :-) -- jeanfrancois Andrew Cheng wrote: I corrected the extra !... however it still gives the same exception. Then I tried directly calling

socket permission catalina.policy question

2002-10-18 Thread Andrew Cheng
in advance, Andrew grant { permission java.security.AllPermission; }; grant codeBase file:${catalina.home}/_/- { permission java.net.SocketPermission _:8080, accept, connect, listen, resolve; }; grant codeBase file:${catalina.home}/_/jdom.jar { permission java.security.AllPermission

RE: socket permission catalina.policy question

2002-10-18 Thread Andrew Cheng
Everything seems fine...What is the exact error? I will try to setup my environment similar to you and see if I can reproduce the problemThe socket exception is from which component exactly? -- Jeanfrancois 1/3 inside myServlet... see marked line in the middle

RE: socket permission catalina.policy question

2002-10-18 Thread Andrew Cheng
I corrected the extra !... however it still gives the same exception. Then I tried directly calling builder.build() outside the AccessController. However it still gives the same exception, just from a different line number which corresponds to the invocation of builder.build() Below is an

RE: is this a bug ?

2002-10-18 Thread Bodycombe, Andrew
The method 'append(Ljava/lang/StringBuffer;)Ljava/lang/StringBuffer;' was introduced in JDK 1.4 If you are running this code on a previous version of the JDK then you will get the NoSuchMethodError. It looks like your tomcat was built using JDK1.4, but you are running it using JDK1.3.1 A

RE: socket permission catalina.policy question

2002-10-18 Thread Andrew Cheng
:${catalina.home}/webapps/your app/- { permission java.net.SocketPermission dbhost.mycompany.com:5432, connect; permission java.net.SocketPermission *.noaa.gov:80, connect; }; -- Jeanfrancois Andrew Cheng wrote: Quick question: I have an applet that communicates with a servlet

RE: socket permission catalina.policy question

2002-10-18 Thread Andrew Cheng
exception. -Original Message- You need to add webapps/ after ${catalina.home}/ ;-) -- Jeanfrancois Andrew Cheng wrote: You need to add the something like that: grant codeBase file:${catalina.home}/ your app/- { permission java.net.SocketPermission

RE: socket permission catalina.policy question

2002-10-18 Thread Andrew Cheng
I am using tomcat version 4.0. I have tried adding the extra jar: and !/- and restarting tomcat... however it still does not work. I tried removing that extra syntax and it does not work in that case either. (In fact, when I added the extra syntax to all of the jar files in catalina.policy, it

RE: Classpath Issues, Tomcat 4.X and J2EE Interoperability frustrations...

2002-10-10 Thread Andrew Gilbert
Yoav and JeanFrancios, Thank you both for your replies. They were helpful and somewhat reassuring. At the general level: We are aware that Tomcat is not a full J2EE container. But servlets calling EJB's is bread and butter stuff. We have been successfully using Tomcat to talk to WebLogic for

RE: Connecting from Tomcat box to JBoss box?

2002-10-10 Thread Andrew Gilbert
Edmund, See Craig's response to my thread RE: Classpath Issues, Tomcat 4.X and J2EE Interoperability frustrations... You might want to go the JBoss to JBoss route. In fact I would strongly recommend it. Andy -Original Message- From: Mitchell, Edmund [mailto:[EMAIL PROTECTED]]

RE: Classpath Issues, Tomcat 4.X and J2EE Interoperability frustrations...

2002-10-10 Thread Andrew Gilbert
and J2EE Interoperability frustrations... On Thu, 10 Oct 2002, Andrew Gilbert wrote: Date: Thu, 10 Oct 2002 11:42:05 -0400 From: Andrew Gilbert [EMAIL PROTECTED] Reply-To: Tomcat Users List [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Subject: RE: Classpath Issues

RE: Classpath Issues, Tomcat 4.X and J2EE Interoperability frustrations...

2002-10-10 Thread Andrew Gilbert
-Original Message- From: Andrew Gilbert Sent: Thursday, October 10, 2002 3:39 PM To: Tomcat Users List Cc: 'Craig R. McClanahan'; 'Jean-Francois Arcand'; 'Shapira, Yoav'; Tim Segall Subject: RE: Classpath Issues, Tomcat 4.X and J2EE Interoperability frustrations... Craig, I

RE: Classpath Issues, Tomcat 4.X and J2EE Interoperability frustrations...

2002-10-10 Thread Andrew Gilbert
.X and J2EE Interoperability frustrations... On Thu, 10 Oct 2002, Andrew Gilbert wrote: Date: Thu, 10 Oct 2002 16:23:21 -0400 From: Andrew Gilbert [EMAIL PROTECTED] Reply-To: Tomcat Users List [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Subject: RE: Classpath

Classpath Issues, Tomcat 4.X and J2EE Interoperability frustrations...

2002-10-09 Thread Andrew Gilbert
at operations. Penalty. Any feedback is appreciated. Andrew -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

No MBean for mod_jk, only mod_jk2 in Tomcat 4.1.12?

2002-10-08 Thread Andrew Gilbert
Will ask this again in different manner. Looks like there is no MBean support in 4.1.12 for the AJP13 (mod_jk) Apache connector. Is there any easy way to remedy this, short of disabling JMX support? Thanks. -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands,

RE: TOmcat 4.0.1 and JDOM b8

2002-10-08 Thread Bodycombe, Andrew
I don't know if this is relevant, but I know the jikes compiler has bugs in it that causes a VerifyError. Are you using jikes to compile catalina? Andy -Original Message- From: Malachi de AElfweald [mailto:[EMAIL PROTECTED]] Sent: 08 October 2002 17:26 To: Tomcat Users List Subject:

Reminder for others upgrading to 4.1.12...

2002-10-07 Thread Andrew Gilbert
In the process of trying to upgrade our existing application from 3.3 to 4.1.12 I suffered some pain by not reading the release notes. Reminder to others who try: The invoker servlet is commented out by default in TOMCAT_HOME/conf/web.xml. If you don't have servlet mappings in your

Tomcat 4.1.12 - AJP13 mod_jk MBean Error

2002-10-07 Thread Andrew Gilbert
Anyway, short of disabling JMX support, of dealing with the following when trying to use mod_jk (versus mod_jk2) under 4.1.12? ServerLifecycleListener: createMBeans: MBeanException java.lang.Exception: ManagedBean is not found with Ajp13Connector at

Help - why is tomcat so slow in displaying each page?

2002-10-01 Thread andrew mercer
then this can also take between 30 - 45 seconds. Is there a way round this? Is it someting to do with the configuaration.? I could not see anything obvoius in the xml files nor could I see a similar question in the old mailing lists. Thnks for your help in advance Andrew Mercer Software

Speed issues with tomcat 4.1.12

2002-09-30 Thread andrew mercer
then this can also take between 30 - 45 seconds. Is there a way round this? Is it someting to do with the configuaration.? I could not see anything obvoius in the xml files nor could I see a similar question in the old mailing lists. Thnks for your help in advance Andrew Mercer Software

RE: Bringing up DBCP pooling again

2002-09-06 Thread Andrew Conrad
You might get more responses if you post it to [EMAIL PROTECTED] - Andrew -Original Message- From: Rick Reumann [mailto:[EMAIL PROTECTED]] Sent: Thursday, September 05, 2002 4:38 PM To: Tomcat Users List Subject: Bringing up DBCP pooling again Just bringing up a question I

RE: JDBC connection persistence

2002-09-06 Thread Andrew Conrad
No, because DBCP doesn't actually close connections, it returns them to the connection pool for reuse. - Andrew -Original Message- From: William Wragg [mailto:[EMAIL PROTECTED]] Sent: Friday, September 06, 2002 12:33 PM To: Tomcat Users List Subject: RE: JDBC connection

RE: JDBC connection persistence

2002-09-05 Thread Andrew Conrad
discussion on how this is suppose to operate on this list, but in general everyone reccomends that you close your recordsets and your statements individually, so your resources are cleaned up immediately, not by garbage collection. - Andrew -Original Message- From: William Wragg [mailto

RE: redirect bug?

2002-09-05 Thread Andrew Conrad
Can you make this feature work from other JSP/Servlet containers or other languages (ASP, PHP)? It just seems like this would be an issue of the browser. Have you tried other browsers to see if they react differently? - Andrew -Original Message- From: news [mailto:[EMAIL PROTECTED

RE: Object pooling

2002-09-05 Thread Andrew Conrad
You might post this on [EMAIL PROTECTED] instead - Andrew -Original Message- From: John Walstra [mailto:[EMAIL PROTECTED]] Sent: Thursday, September 05, 2002 1:23 AM To: Tomcat Mailing List Subject: Object pooling Hi ya, I'm trying to pool some objects. The objects consist

RE: NullPointerException in JDBCStore

2002-09-03 Thread Andrew Conrad
Your best bet is to create a bug report, and post the patch. - Andrew -Original Message- From: Ronald Klop [mailto:[EMAIL PROTECTED]] Sent: Tuesday, September 03, 2002 8:26 PM To: [EMAIL PROTECTED] Subject: NullPointerException in JDBCStore Hello, I get

RE: admin page - username and password?

2002-08-31 Thread Andrew Conrad
Actually, for the admin page, you need to add admin to the roles. ie: user name='Britney' password='Spears' roles='admin,goddess' / -Original Message- From: Steven Van Loon [mailto:[EMAIL PROTECTED]] Sent: Friday, August 30, 2002 7:45 AM To: Tomcat Users List; [EMAIL PROTECTED]

Tomcat 4 nightly build doesn't starts

2002-08-28 Thread Andrew Conrad
Andrew Conrad -Original Message- From: Dev Zero G Ltd team [mailto:[EMAIL PROTECTED]] Sent: Wednesday, August 28, 2002 10:19 AM To: [EMAIL PROTECTED] Subject: Tomcat 4 nightly build doesn't starts I have built Tomcat from jakarta-tomcat-4.0 cvs module and all necessary subprojects

RE: Tomcat 4 nightly build doesn't starts

2002-08-28 Thread Andrew Conrad
use mx4j myself. Finally, verify the file exists at jakarta-tomcat-4.0/catalina/src/share/org/apache/catalina/mbeans/ServerL ifecycleListener.java Andrew Conrad -Original Message- From: Dev Zero G Ltd team [mailto:[EMAIL PROTECTED]] Sent: Wednesday, August 28, 2002 11:48 AM To: [EMAIL

RE: XML parsing error on file /WEB-INF/web.xml

2002-08-28 Thread Andrew Conrad
. At this point, I would put in a copy of the original web.xml and server.xml and see if your errors still occur. - Andrew -Original Message- From: Jill Veronda [mailto:[EMAIL PROTECTED]] Sent: Wednesday, August 28, 2002 11:31 AM To: Tomcat Users List Subject: RE: XML parsing error on file

RE: tomcat conn pooling question

2002-08-28 Thread Andrew Conrad
Craig, I'm troubleshooting a ValidationQuery issue, and I can't seem to find where this query executes. Does DBCP handle the ValidationQuery, or does Tomcat run the ValidationQuery when the first connection is requested? - Andrew -Original Message- From: Craig R. McClanahan

RE: Removing files from /lib

2002-08-28 Thread Andrew Conrad
create them. - Andrew -Original Message- From: Shawn Wilson [mailto:[EMAIL PROTECTED]] Sent: Wednesday, August 28, 2002 12:05 PM To: tomcat Subject: Removing files from /lib I must not be understanding completely the way the classloaders work under Tomcat. I thought that if I

RE: Tomcat 4 nightly build doesn't starts

2002-08-28 Thread Andrew Conrad
you include a patch it probably won't get fixed quickly. Also, if you don't have all the optional libraries, you are not building a full version of Tomcat. - Andrew -Original Message- From: Dev Zero G Ltd team [mailto:[EMAIL PROTECTED]] Sent: Wednesday, August 28, 2002 12:41 PM

RE: tomcat conn pooling question

2002-08-28 Thread Andrew Conrad
, is this a mistake by the Admin app for creating a empty string parameter, or a mistake by DBCP in handling an empty string? - Andrew -Original Message- From: Craig R. McClanahan [mailto:[EMAIL PROTECTED]] Sent: Wednesday, August 28, 2002 12:48 PM To: Tomcat Users List Subject: RE: tomcat conn

RE: XML parsing error on file /WEB-INF/web.xml

2002-08-28 Thread Andrew Conrad
Those don't SEEM related, because one is an AJP13Connector issue and the other is a web.xml parsing issue. - Andrew -Original Message- From: Jill Veronda [mailto:[EMAIL PROTECTED]] Sent: Wednesday, August 28, 2002 12:49 PM To: Tomcat Users List Subject: RE: XML parsing error

RE: tomcat conn pooling question

2002-08-28 Thread Andrew Conrad
That's going to make it more difficult to fix, since handling of blank strings is not consistent. For instance the password field should be able to have a blank string. - Andrew -Original Message- From: Craig R. McClanahan [mailto:[EMAIL PROTECTED]] Sent: Wednesday, August 28, 2002

RE: Setting up connection pooling via JNDI

2002-08-28 Thread Andrew Conrad
would be better off working with DBCP, IMO. - Andrew -Original Message- From: micael [mailto:[EMAIL PROTECTED]] Sent: Thursday, August 29, 2002 1:16 AM To: Tomcat Users List Subject: RE: Setting up connection pooling via JNDI How can you know about the directory and not have

RE: Does closing a Connection variable and setting it to null close all of the ResultSet and Statements?

2002-08-27 Thread Andrew Conrad
knows it is done without knowledge of the close hierarchy. - Andrew -Original Message- From: Michael Nicholson [mailto:[EMAIL PROTECTED]] Sent: Tuesday, August 27, 2002 11:53 AM To: Tomcat Users List Subject: Does closing a Connection variable and setting it to null close all

RE: Does closing a Connection variable and setting it to null close all of the ResultSet and Statements?

2002-08-27 Thread Andrew Conrad
No, you should invoke .close() on your resultset and statement object. Setting to null is also a good idea, but not as important as closing the objects. - Andrew -Original Message- From: Short, Dave [mailto:[EMAIL PROTECTED]] Sent: Tuesday, August 27, 2002 12:09 PM To: 'Tomcat

RE: Tomcat Realms with Digested Passwords -Urgent- ( A little longish...)

2002-08-27 Thread Andrew Conrad
I have no problems using SHA-1. I also use FORM based authentication. You might try those, just to see if anything's different. -Original Message- From: ahmet dalli [mailto:[EMAIL PROTECTED]] Sent: Tuesday, August 27, 2002 3:15 AM To: [EMAIL PROTECTED] Subject: Tomcat Realms with

RE: build-main fails for tomcat 4.1 (XSLP problem?)

2002-08-27 Thread Andrew Conrad
/show_bug.cgi?id=6750 http://nagoya.apache.org/bugzilla/show_bug.cgi?id=6156 - Andrew -Original Message- From: Dev Zero G Ltd [mailto:[EMAIL PROTECTED]] Sent: Tuesday, August 27, 2002 4:14 PM To: Tomcat Developers List Subject: Re: build-main fails for tomcat 4.1 (XSLP problem?) FANTASTIC

RE: Finding my classes

2002-08-27 Thread Andrew Conrad
Tomcat ignores Classpath Read the ClassLoader howto and make sure your classes are in packages. http://jakarta.apache.org/tomcat/tomcat-4.0-doc/class-loader-howto.html - Andrew -Original Message- From: Wilson, William N [mailto:[EMAIL PROTECTED]] Sent: Tuesday, August 27, 2002 3

RE: jar_cache files on AIX

2002-08-27 Thread Andrew Conrad
I can't speak for AIX, but with the windows ver of JDK 1.4.0, you can disable the JAR cache. So, atleast there is hope. - Andrew -Original Message- From: Holmes, Jason [mailto:[EMAIL PROTECTED]] Sent: Tuesday, August 27, 2002 5:15 PM To: Tomcat User Mailing List (E-mail

RE: mod_jk

2002-08-27 Thread Andrew Conrad
wrong, but I ended up and just use the binary mod_jk.dll from here: http://www.acg-gmbh.de/mod_jk/ of course it's not official, but it works. - Andrew -Original Message- From: Short, Dave [mailto:[EMAIL PROTECTED]] Sent: Tuesday, August 27, 2002 6:58 PM To: 'Tomcat Users List

RE: Bugzilla down, can't submit tomcat bug

2002-08-26 Thread Andrew Conrad
and the BaseRealm class to add this functionality. If you are just trying to request an enhancement, that would be the place too. - Andrew -Original Message- From: Michael [mailto:[EMAIL PROTECTED]] Sent: Monday, August 26, 2002 11:10 AM To: Tomcat Users List Subject: Bugzilla down

RE: Context management and virtual host

2002-08-26 Thread Andrew Conrad
Use the Remote Address Valve Context path=/manager Valve className=org.apache.catalina.valves.RemoteAddrValve allow=127.0.0.1 / /Context More info is here - http://jakarta.apache.org/tomcat/tomcat-4.0-doc/config/valve.html - Andrew -Original Message- From: Q. Werty [mailto

[TC 4.1] Defining jsp reloading using conf/web.xml

2002-08-26 Thread Andrew Conrad
/param-name param-valuetrue/param-value /init-param init-param param-namereloading/param-name param-valuetrue/param-value /init-param load-on-startup3/load-on-startup /servlet !-- end fragment -- Andrew Conrad 617.470.8045

RE: RE : Bugzilla down, can't submit tomcat bug

2002-08-26 Thread Andrew Conrad
I haven't submitted a bug, but new bugs are appearing. Example - http://nagoya.apache.org/bugzilla/show_bug.cgi?id=12046 The date is 2002-08-26 17:06 - Andrew -Original Message- From: Michael [mailto:[EMAIL PROTECTED]] Sent: Monday, August 26, 2002 12:09 PM To: 'Tomcat Users List

RE: jndi jdbc driver location

2002-08-25 Thread Andrew Conrad
Relating to tomcat 4.0.x: %CATALINA%/lib is for webapps only. The Tomcat Server does not see it. In Tomcat 4.1.x, the %CATALINA%/lib folder has been renamed to %CATALINA%/shared/lib, which should help prevent this confusion. - Andrew -Original Message- From: adam kramer [mailto

RE: Tomcat and connection pooling

2002-08-21 Thread Andrew Conrad
You can use JNDI to allow for sharing of connections across servlets using either the built in pool (dbcp) or your own pool. For Tomcat 4.0.x, you can look here (about half way down) http://jakarta.apache.org/tomcat/tomcat-4.0-doc/jndi-resources-howto.htm l - Andrew -Original Message

RE: Realm Security Implementation Question [OT]

2002-08-21 Thread Andrew Conrad
Your users and roles are in a DB? It's almost JDBCRealm, except you have a table of roles for each application. Take a look at the JDBCRealm and I bet you could make your own Realm based loosely on that. - Andrew -Original Message- From: Hookom, Jacob John [mailto:[EMAIL PROTECTED

RE: Where to locate class files

2002-08-21 Thread Andrew Conrad
Here is your problem Make your class part of a package, then reproduce the package in the WEB-INF For instance, if you call your package com.MyFiles put the Java file in WEB-INF/com/MyFiles Then in you jsp, do an import com.MyFiles.Spud - Andrew -Original Message- From: Barry

RE: Where to locate class files

2002-08-21 Thread Andrew Conrad
- From: Andrew Conrad [mailto:[EMAIL PROTECTED]] Sent: Wednesday, August 21, 2002 7:43 PM To: 'Tomcat Users List'; [EMAIL PROTECTED] Subject: RE: Where to locate class files Here is your problem Make your class part of a package, then reproduce the package in the WEB-INF For instance

RE: Servlet jsp is currently unavailable

2002-08-20 Thread Andrew Conrad
It seems that you are erroring on your webdav directory included with Tomcat. Try removing that directory and see if your program loads a little further. - Andrew -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Tuesday, August 20, 2002 12:17 PM

RE: Craig, PoolMan, latest version WAS the problem.

2002-08-19 Thread Andrew Conrad
Instead of using poolman, you could use dbcp. It's the default connection pool for TC 4.1.x http://jakarta.apache.org/commons/dbcp.html - Andrew -Original Message- From: Luminous Heart [mailto:[EMAIL PROTECTED]] Sent: Monday, August 19, 2002 12:54 PM To: Tomcat Users List

RE: authentication

2002-08-19 Thread Andrew Conrad
A JAASRealm allows you to take advantage of JAAS. I'm not sure if anyone has it working with NT yet. - Andrew -Original Message- From: Herbert Chau [mailto:[EMAIL PROTECTED]] Sent: Monday, August 19, 2002 11:10 PM To: Tomcat Users List Subject: authentication Dear all

RE: buffer error with tomcat 4.1.9-LE

2002-08-18 Thread Andrew Conrad
I was under the impression the buffer should be in 'kb' ie %@ page buffer=50kb % - Andrew -Original Message- From: capr1ce [mailto:[EMAIL PROTECTED]] Sent: Sunday, January 13, 2002 7:24 AM To: [EMAIL PROTECTED] Subject: buffer error with tomcat 4.1.9-LE Hi all. I've just

RE: anyone recieve this email?

2002-08-18 Thread Andrew Conrad
recieved -Original Message- From: neal [mailto:[EMAIL PROTECTED]] Sent: Sunday, August 18, 2002 3:09 PM To: Tomcat Users List Subject: anyone recieve this email? Can anyone hear me? Is anyone recieving this email? Please respond. -- To unsubscribe, e-mail:

RE: Tomcat - IP binding for multiple web apps

2002-08-18 Thread Andrew Conrad
/host.html Host name=www.site1.com Context path=/webapp1 docBase=webapp1 / /Host Host name=www.site2.com Context path=/webapp2 docBase=webapp2 / /Host - Andrew -Original Message- From: neal [mailto:[EMAIL PROTECTED]] Sent: Sunday, August 18, 2002 3:19 PM To: Tomcat

RE: Tomcat - IP binding for multiple web apps

2002-08-18 Thread Andrew Conrad
As far as the documentation goes, It's not perfect, but it's not too bad once you start reading it. Just jump in, and hopefully you will be swimming soon. - Andrew -Original Message- From: neal [mailto:[EMAIL PROTECTED]] Sent: Sunday, August 18, 2002 5:24 PM To: Tomcat Users List

RE: Persistent Connection

2002-08-17 Thread Andrew Conrad
(maximum segment lifetime), you can use this tool http://polygraph.ircache.net/doc/msl_test.html - Andrew -Original Message- From: Taral Shah [mailto:[EMAIL PROTECTED]] Sent: Saturday, August 17, 2002 2:16 AM To: Tomcat Users List Subject: Re: Persistent Connection Hi, Thanks

RE: mod_jk2.so needed

2002-08-17 Thread Andrew Conrad
The mod_jk2.dll file can be found here http://jakarta.apache.org/builds/jakarta-tomcat-connectors/jk2/nightly/w in32/ - Andrew -Original Message- From: Niket Anand [mailto:[EMAIL PROTECTED]] Sent: Saturday, August 17, 2002 3:30 AM To: [EMAIL PROTECTED] Subject: mod_jk2.so

RE: Post 4.1.8 install

2002-08-16 Thread Andrew
You also need the J2SE SDK installed, and the JAVA_HOME environmental variable should point to the root of that directory. Finally, your path should also include %JAVA_HOME%\bin - Andrew -Original Message- From: Robert Dunn [mailto:[EMAIL PROTECTED]] Sent: Friday, August 16, 2002 2

RE: Apache2 / Tomcat4

2002-08-16 Thread Andrew
Here are some useful links Mod_jk.dll - http://www.acg-gmbh.de/mod_jk/ Directions to installing - http://jakarta.apache.org/tomcat/tomcat-4.0-doc/config/ajp.html More directions - http://www.galatea.com/flashguides/apache-tomcat-24-win32.xml - Andrew -Original Message- From: Brian

RE: Apache won't start with LoadModule included

2002-08-16 Thread Andrew
Hey Kenny, Sounds like you are having a tough time with jk2. Here's how I did it. http://www.mail-archive.com/tomcat-user@jakarta.apache.org/msg59593.html - Andrew -Original Message- From: Kenny G. Dubuisson, Jr. [mailto:[EMAIL PROTECTED]] Sent: Friday, August 16, 2002 10:33 AM

RE: web app with 2.3 dtd enforced

2002-08-16 Thread Andrew
Hey Dinesh, Send your web.xml file. Maybe I can spot the problem. - Andrew -Original Message- From: Dinesh Khetarpal [mailto:[EMAIL PROTECTED]] Sent: Friday, August 16, 2002 10:20 AM To: [EMAIL PROTECTED] Subject: web app with 2.3 dtd enforced I am not able to deploy my

RE: Apache 2.0.40

2002-08-16 Thread Andrew Conrad
I believe there is a 'magic number' issue with mod_jk and mod_jk2 modules. Meaning you need to compile a new mod_jk2 for use with 2.0.40 - Andrew -Original Message- From: Short, Dave [mailto:[EMAIL PROTECTED]] Sent: Friday, August 16, 2002 3:09 PM To: 'Tomcat Users List' Subject

RE: Coyote Connector

2002-08-14 Thread Andrew
I don't believe thatÂ’s an error. It's just informational. - Andrew -Original Message- From: Isabel Lameda [mailto:[EMAIL PROTECTED]] Sent: Wednesday, August 14, 2002 12:46 PM To: '[EMAIL PROTECTED]' Subject: Coyote Connector Does anybody knows how to use the Coyote

RE: Coyote Conecction in Tomcat 4.1.8

2002-08-14 Thread Andrew
It's informational in nature. Not really an error. - Andrew -Original Message- From: Isabel Lameda [mailto:[EMAIL PROTECTED]] Sent: Wednesday, August 14, 2002 1:45 PM To: '[EMAIL PROTECTED]' Subject: Coyote Conecction in Tomcat 4.1.8 Does anybody knows how to use te Coyote

RE: Coyote Conecction in Tomcat 4.1.8

2002-08-14 Thread Andrew
Let me clarify. It's not a show stopper for connecting Apache 2.0.39 to Tomcat 4.1.x via mod_jk2. - Andrew -Original Message- From: Andrew [mailto:[EMAIL PROTECTED]] Sent: Wednesday, August 14, 2002 2:50 PM To: 'Tomcat Users List' Subject: RE: Coyote Conecction in Tomcat 4.1.8

RE: Application running on Tomcat 4.1.3 stops resonding when installed with the Manager app

2002-08-13 Thread Andrew
I have no idea to why this is happening, but since 4.1.3 is a beta release and an old one at that, I would update to the newest beta 4.1.9 and see if it still occurs. - Andrew -Original Message- From: Collins, Jim [mailto:[EMAIL PROTECTED]] Sent: Tuesday, August 13, 2002 3:57 AM

RE: Docs for Apache 2 / Tomcat 4 integration

2002-08-13 Thread Andrew
As if it were that simple... :) Here's a starter: http://www.mail-archive.com/tomcat-user@jakarta.apache.org/msg59593.html - Andrew -Original Message- From: Kenny G. Dubuisson, Jr. [mailto:[EMAIL PROTECTED]] Sent: Tuesday, August 13, 2002 3:29 PM To: [EMAIL PROTECTED] Subject

RE: JDBC Realm Error --Cant access database

2002-08-12 Thread Andrew
Try removing your username and password info from your connection string and using the 'connectionName' and 'connectionPassword' attributes http://jakarta.apache.org/tomcat/tomcat-4.0-doc/realm-howto.html - Andrew -Original Message- From: khozaima shakir [mailto:[EMAIL PROTECTED

RE: automatically serve index.jsp

2002-08-12 Thread Andrew
It's a known bug, and fixed. http://nagoya.apache.org/bugzilla/show_bug.cgi?id=10789 The next build will contain the fix. (build is July 19, bug fixed July 20) http://jakarta.apache.org/builds/jakarta-tomcat-connectors/ - Andrew -Original Message- From: Michael Remijan [mailto

RE: user's roles verification

2002-08-12 Thread Andrew
that is required to log in to the Administration Application /description role-nameTimeOff/role-name /security-role -Andrew -Original Message- From: Alexander Wallace [mailto:[EMAIL PROTECTED]] Sent: Monday, August 12, 2002 10:44 AM To: Tomcat Users List Subject: user's roles

RE: JDBC Realm Error --Cant access database

2002-08-12 Thread Andrew
and compile without the AutoCommit line 4) Report it as a bug and see what happens. Since the call is compliant with JDBC and your DB obviously isn't, I don't think they will do much. But it can't hurt to ask. - Andrew -Original Message- From: khozaima shakir [mailto:[EMAIL PROTECTED

RE: JNDI JDBC COnnection pooling problem...

2002-08-12 Thread Andrew
Try changing the name of your parameter from 'user' to 'username' That worked for me with another driver (MSSQL Server JDBC Driver) - Andrew -Original Message- From: Alexander Wallace [mailto:[EMAIL PROTECTED]] Sent: Monday, August 12, 2002 11:33 AM To: [EMAIL PROTECTED

RE: Shared Drives

2002-08-11 Thread Andrew
Have you tried mapping the drive as administrator? -Original Message- From: Jacob Hookom [mailto:[EMAIL PROTECTED]] Sent: Sunday, August 11, 2002 2:17 AM To: Tomcat Users List Subject: Shared Drives I had mentioned before that I was looking to access my network within a

RE: Shared Drives

2002-08-11 Thread Andrew
ServerA Login as TomcatUser Map Drive as TomcatUser Set Service to Start as TomcatUser ServerB Make sure permissions are set to allow TomcatUser to access files - Andrew -Original Message- From: Jacob Hookom [mailto:[EMAIL PROTECTED]] Sent: Sunday, August 11, 2002 3:11 PM

RE: Tomcat and IIS

2002-08-10 Thread Andrew
Instructions and files can be located here. http://www.getnet.net/~rbarr/TomcatOnIIS/default.htm - Andrew -Original Message- From: ed banfa [mailto:[EMAIL PROTECTED]] Sent: Saturday, August 10, 2002 9:11 AM To: Tomcat Users List Subject: Tomcat and IIS Hi all, please I

RE: Newbie to Tomcat on IIS

2002-08-10 Thread Andrew
Directions can be found here http://www.getnet.net/~rbarr/TomcatOnIIS/default.htm - Andrew -Original Message- From: Vishal Mukherjee [mailto:[EMAIL PROTECTED]] Sent: Saturday, August 10, 2002 6:05 AM To: Tomcat Users List Subject: Newbie to Tomcat on IIS Importance: High

RE: unpacking of WAR

2002-08-10 Thread Andrew
Craig, I was under the impression that the WAR would only be expanded if there was no existing Context of that name. Is this correct? - Andrew -Original Message- From: Craig R. McClanahan [mailto:[EMAIL PROTECTED]] Sent: Saturday, August 10, 2002 1:01 AM To: Tomcat Users List

RE: Is it possible to include via a directive snippets into the server.xml file

2002-08-09 Thread Andrew
in Tomcat 4.1.x you can put XML files containing context information into your webapps directory and TC adds them as contexts. this is how the admin and manager apps are added. - Andrew -Original Message- From: Horn, Rob [mailto:[EMAIL PROTECTED]] Sent: Friday, August 09, 2002 5:19

RE: Accessing Mapped Drives

2002-08-09 Thread Andrew
When tomcat is installed as service, it uses the System account. Try changing the account to something else. Also, verify that when you log on as that account, that the drives are mapped during logon. - Andrew -Original Message- From: Jacob Hookom [mailto:[EMAIL PROTECTED]] Sent

RE: Missing constructor!??

2002-08-09 Thread Andrew
You should mark it public if you want to use it outside your package. - Andrew -Original Message- From: Josh [mailto:[EMAIL PROTECTED]] Sent: Friday, August 09, 2002 12:38 AM To: Tomcat Users List Subject: Re: Missing constructor!?? I thought constructors weren't supposed

RE: Is it possible to include via a directive snippets into the server.xml file

2002-08-09 Thread Andrew
necessary. - Andrew -Original Message- From: Horn, Rob [mailto:[EMAIL PROTECTED]] Sent: Friday, August 09, 2002 10:12 AM To: 'Tomcat Users List' Subject: RE: Is it possible to include via a directive snippets into the server.xml file Thanks Andrew, is there a naming convention

RE: using INCLUDE with crossContext

2002-08-09 Thread Andrew
The include directive is relative to the webapp. This is as specified in the JSP Spec. From my understanding, you can use the jsp:include / to retrieve files from other contexts. - Andrew -Original Message- From: Christian J. Dechery [mailto:[EMAIL PROTECTED]] Sent: Friday

RE: Load balancing problem

2002-08-08 Thread Andrew
Have you tried changing the lbfactor in favor of the other machines? Say a factor of 10 for web1-4 and factor of 5 for web6-11 BTW, your worker.loadbalancer.balanced_workers line is missing web10, I believe - Andrew -Original Message- From: Jean-Christophe Rioux [mailto:[EMAIL

RE: Load balancing problem

2002-08-08 Thread Andrew
Right, you shouldn't have to, but you may be able to determine the problem by trying new values and forcing connectivitiy with web05-11. - Andrew -Original Message- From: Jean-Christophe Rioux [mailto:[EMAIL PROTECTED]] Sent: Thursday, August 08, 2002 4:48 PM To: Tomcat Users List

SSL over apache

2002-08-02 Thread Andrew Judge
with the SSL virtual host set at _default_ in httpd.conf. How would I get the SSL virtual host to work on the tomcat portion? Any help much appreciated. Best regards, Andrew Judge -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

RE: Suppression of directory listing in Tomcat

2002-07-31 Thread Andrew Conrad
%CATALINA%\conf\web.xml servlet init-param param-namelistings/param-name param-valuefalse/param-value /init-param /servlet - Andrew Conrad -Original Message- From: Nikolas A. Rathert [mailto:[EMAIL PROTECTED]] Sent: Wednesday, July 31

RE: tomcat 4.0.4 and j2sdk1.4.0_01 ?

2002-07-31 Thread Andrew Conrad
as Jacob has mentioned, but I did get tripped up by a few _features_. Make sure you add a SelectMethod=cursor to your connection string, and read the SQL Server JDBC docs on SelectMethod and autocommit. - Andrew Conrad -Original Message- From: Matt Brennan [mailto:[EMAIL PROTECTED

RE: Add arbitrary path to classpath?

2002-07-31 Thread Andrew Conrad
Paul, All the class loading information you want can be found here http://jakarta.apache.org/tomcat/tomcat-4.0-doc/class-loader-howto.html Basically, inside your WEB-INF folders you have a classes and lib folder to place classes and libraries (jar's). - Andrew Conrad -Original Message

RH 7.3 apache-1.3.23-11 tomcat 4.0.4 how?

2002-07-31 Thread Andrew Judge
will be using a MS SQL server 7.0 as a backend to an SSL tomcat server. What would I need to get to make that work? I assume some type of JDBC connector / driver? What else do I need? Any help would be greatly appreciated. Links or tutorials would be great. Best regards, Andrew Judge RHCE

RE: How to migrate for Tomcat 3.3.1 to Tomcat 4.x?

2002-07-29 Thread Andrew Conrad
Nathan, The 4.x spec says it will support Servlet 2.2, JSP 1.1 w/o modification. Work with a Tomcat 4.x test page to make sure everything works before trying to debug your app. Also, can you turn off HTML in your emails. Thx, Andrew -Original Message- From: Nathan Smith [mailto

RE: tomcat virtualhost 404 error

2002-07-29 Thread Andrew Conrad
Are you closing your VirtualHost x.x.x.x tage /VirtualHost Also, can you get to the page from a remote machine at http://www.vhost.xx:8080/ ??? If that works, then you should know it's a Apache mod_jk issue. - Andrew -Original Message- From: Albert Csaba [mailto:[EMAIL PROTECTED

RE: JDBC Pool Manager

2002-07-29 Thread Andrew Conrad
Commons-DBCP http://jakarta.apache.org/commons/index.html - Andrew -Original Message- From: Roger Maltby [mailto:[EMAIL PROTECTED]] Sent: Monday, July 29, 2002 11:58 AM To: Tomcat User (E-mail) Subject: JDBC Pool Manager I need to have a connection pool for my JDBC

RE: Mod_jk2 and j_security_check

2002-07-27 Thread Andrew Conrad
Eddie, how are redirecting your requests from Apache to Tomcat? Are you using directory redirects or extension redirects? Do you mind posting your workers2.properties file so I can look at it? - Andrew -Original Message- From: Eddie Bush [mailto:[EMAIL PROTECTED]] Sent: Sunday

RE: Little trouble with IIS 5 and Tomacat 4.0.4

2002-07-27 Thread Andrew Conrad
attribute to c:\Inetpub\www and add a Context path= docBase = / / to your Host element. Hey, if you find a _good_ in-process JSP/Servlet app for IIS, let me/us know. - Andrew -Original Message- From: news [mailto:[EMAIL PROTECTED]] On Behalf Of George Hester Sent: Saturday, July 27, 2002

<    1   2   3   4   5   6   7   8   9   >