mod_jk on solaris

2002-07-25 Thread Andrew
/mod_jk.so into server: ld.so.1: /usr/local /apache/bin/httpd: fatal: libgcc_s.so.1: open failed: No such file or directory However, the same mod_jk configuration works fine on my other Redhat 7.2 box. Any suggestions? Andrew -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional

RE: mod_jk on solaris

2002-07-25 Thread Andrew
? The error message is file not found for that particular file. Do you have another file, say libgcc_s.so.X, and if so, what happens if you just symlink the file you have to libgcc_s.so.1? John Turner [EMAIL PROTECTED] -Original Message- From: Andrew [mailto:[EMAIL PROTECTED]] Sent: Thursday

RE: mod_jk on solaris

2002-07-25 Thread Andrew
gcc is installed =) I figured out what's the problem now. The mod_jk.so I'm using wasn't compiled under Solaris. So everything worked after I got the right mod_jk.so. Thanks for all your help Andrew -Original Message- From: Turner, John [mailto:[EMAIL PROTECTED]] Sent: Thursday

mod_jk problem

2002-07-25 Thread Andrew
failed in send loop 2 Any clue? Andrew -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

RE: mod_jk for apache 2.0.39 on Solaris

2002-07-25 Thread Andrew
try these instructions http://jakarta.apache.org/tomcat/tomcat-3.2-doc/mod_jk-howto.html#s64 -Original Message- From: Fenlason, Josh [mailto:[EMAIL PROTECTED]] Sent: Thursday, July 25, 2002 2:42 PM To: [EMAIL PROTECTED] Subject: mod_jk for apache 2.0.39 on Solaris Does anyone know

RE: mod_jk problem

2002-07-25 Thread Andrew
: mod_jk problem Check out ubeans.com/tomcat - compare what you have with what they have. Your versions are close enough you should be able to detect the problem by doing that. Andrew wrote: Hi, I'm installing mod_jk for apache1.3.24 and tomcat4.0.4. I received the following error under

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

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: 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: 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: 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: 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: 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: 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

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

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

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:

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

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

Ejb in server.xml (Context)

2002-05-15 Thread Andrew
Hi, I have a very simple question: is there optimal way to declare ejbs for apps if tomcat is standalone container- ejb container located on other machine!!!.And if yes(please example;) what roles are playing by Ejb element in Context(server.xml) and ejb-ref/ejb-local-ref(web.xml)?

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 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

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: 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

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.

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?

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)-

Bug: Static access to not packaged class

2001-04-06 Thread Andrew
Hi, I think there is some bug with access to not packaged classes in tomcat4B2/B3 in B1- seems all ok. I have some not packaged class( without package defined)under WEB-INF\classes\Locals.class, when I try to access static members of it from .jsp I've got compilation error- Locals class or

Re: CORBA and Servlet

2001-04-19 Thread Andrew
java.sun.com;) - Original Message - From: "Batsheva Raviv" [EMAIL PROTECTED] To: "Tomcat Usr (E-mail)" [EMAIL PROTECTED] Sent: Thursday, April 19, 2001 9:47 PM Subject: CORBA and Servlet Hello Can anybody recommend of a site or book that combine Servlet and CORBA? Thank you,

Re: Best IDE for Servlet Development?

2001-04-30 Thread Andrew
Nothing but www.omnicore.com Codeguide if you Java developer. - Original Message - From: Christian Hargraves [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Monday, April 30, 2001 5:29 PM Subject: RE: Best IDE for Servlet Development? If you have the money, nothing beats Visual Slick

Static class reference problem(since Tomcat4b2)

2001-05-12 Thread Andrew
Hi, every time I try to reference static field(from jsp page)in nonpackaged class I've got jasper error: Undefined variable or class name: Myclass, but I've put that in \WEB-INF\classes dir of my app and Tomcat4b1 process my page without any errors. What could be wrong?

oracle.jdbc.pool.OracleDataSource problem

2001-05-14 Thread Andrew
Hi, how I can place oracle.jdbc.pool.OracleDataSourcein jdni context of my app? Which server.xml context config tags and deployment descriptor elements must be specified for use aka InitialContext.lookup( "java:comp/env/jdbc/MyDB") .getConnection()? And what's the difference between

oracle.jdbc.pool.OracleDataSource

2001-05-14 Thread Andrew
Hi, how I can place oracle.jdbc.pool.OracleDataSourcein jdni context of my app? Which server.xml context config tags and deployment descriptor elements must be specified for use aka InitialContext.lookup( "java:comp/env/jdbc/MyDB") .getConnection()? And what's the difference between

Static filed reference BUG since( Tomcat 4b2-b5)

2001-05-17 Thread Andrew
Hi, every time I try to reference static field(from jsp page)in nonpackaged class I've got jasper error: Undefined variable or class name: Myclass, but I've put that in \WEB-INF\classes dir of my app and Tomcat4b1 process my page without any errors. What could be wrong?

Complete credentials

2001-05-19 Thread Andrew
Hi,where I can find out user password for user from request.getRemoteUser()? Thanks.

JSP reloading doesn't work

2001-06-06 Thread Andrew
Hi, I think JSP reloading in Tomcat4.0b5 seems doesn't work properly - pages not reloading if I change JSP adn press reload button in IE while JSP not use caching( Cache-Control:no-cache,Expires:-1). Even after restart Tomcat try to use files in "work" folder but reloadable set in "true"

JSP Session BUG

2001-06-06 Thread Andrew
Hi, when I use session.invalidate() and on the same page located jsp:useBean id="xpeo" scope="session", after invalidation,I've got the error: getAttribute() IllegalStateException- session invalidated.That't true but it's OK and code in JSP must assume that xpeo=null, I mean: //generated

Re: Copying Result set

2001-03-05 Thread Andrew
Use CachedRowSet(clone() etc.) from: http://developer.java.sun.com/developer/earlyAccess/crs/ - Original Message - From: "Venkat" [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Monday, March 05, 2001 7:23 AM Subject: Copying Result set Hi all If this a repeated post, please excuse me

Re: Copying Result set

2001-03-06 Thread Andrew
What kind of table do you mean? table//JTable/Object[][]/Vectors or other 2d structure? - Original Message - From: "Venkat" [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, March 06, 2001 12:28 PM Subject: Re: Copying Result set Andrew Thanx again, I am a

Re: Applet-servlet communication examples???

2001-03-15 Thread Andrew
http://developer.java.sun.com/developer/technicalArticles/RMI/rmi/ - Original Message - From: "Adam Fowler" [EMAIL PROTECTED] To: [EMAIL PROTECTED]; [EMAIL PROTECTED] Sent: Thursday, March 15, 2001 3:00 AM Subject: RE: Applet-servlet communication examples??? I second that question

Libs and classes are missing in 3.2.1

2000-12-20 Thread Andrew
Hello, I've the following problem. I've set up my context in c:\a\b and place my libs in c:\a\b\WEB-INF\lib dir;classes is in c:\a\b\WEB-INF\classes. So there is the problem not libs not classes not detected in web-app runtime( Root exception: ClassNotFoundException).In case of classes I mean

Re: Libs and classes are missing in 3.2.1 continue

2000-12-20 Thread Andrew
for unset CLASSPATH, and after this, add CLASSPATH=${TOMCAT_HOME}/lib this solve your problem ! - Original Message - From: "Andrew" [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, December 20, 2000 1:18 PM Subject: Libs and classes are missing in 3.2.1 Hello

Re: Libs and classes are missing in 3.2.1 continue(1)

2000-12-20 Thread Andrew
Ok, I've checked all what you say but nothing found.My classpath is empty, directory name is WEB-INF but nothing changes.I'll be more concrete. I use jboss app server and his client part- jnp(java naming protocol) in one of beans instantiated on jsp page, it's looks like this: jsp

Re: UserID and Passwd for the context Admin ???

2001-01-06 Thread Andrew
Add to tomcat-users.xml user with "admin" role and use it to login. - Original Message - From: "Harish Gundecha" [EMAIL PROTECTED] To: "TomCat Mail List" [EMAIL PROTECTED] Sent: Saturday, January 06, 2001 3:51 PM Subject: UserID and Passwd for the context Admin ??? Hi, I am new to

Tomcat 4.0.4 Manager Application

2003-10-20 Thread andrew
When I try and run the following command: http://localhost:8080/manager/stop?path=/foo I get the following error: java.lang.NoSuchMethodError: org.apache.naming.resources.ProxyDirContext.getDirContext() Ljavax/naming/directory/DirContext; at

Re: Analysing dead threads

2004-11-15 Thread andrew
: http://www.myhost.com/manager/status Regards Andrew Steffen Heil wrote: Hi I have a situation, where a lot of threads seem to stop working right in my servlet. From debug output, I know they entered the servlet but never leave

Re: Analysing dead threads

2004-11-15 Thread andrew
Hi Peter, A profiler may cause more trouble than help if you try this on a heavily loaded production box. It might be easiest if he first looks at the 'manager' application that comes with tomcat 5. Regards Andrew Peter Lin wrote: just for clarification. Do you mean zombie threads? Threads

Re: high traffic Tomcat sites out there?

2004-11-22 Thread andrew
may find it difficult to find a database/ filesystem that can deliver you the data quickly enough - would need to know more about the applications. Do not underestimate the problems with keepalives and number of connections/ threads. Regards Andrew Al Gidden wrote: We have three Tomcat systems

HTTP Compression

2004-11-23 Thread andrew
Hi all, I am looking at enabling compression on Tomcat 5.0.25. Is everyone using compress=on or should I use an integer (?number of bytes?) Thanks Andrew - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e

Re: [OT] HTTP Sniffers

2004-12-16 Thread andrew
Puzzle no longer... tcpdump -n -i eth0 -s0 -X Should you have a problem with s0 try changing it to something bigger than your MTU, ie: if you are using normal fast ethernet, 1600. Regards Andrew On the technical level, you have to puzzle out the command line arguments, which isn't that hard

Re: Load balancing SSL sessions

2005-02-23 Thread andrew
) they then redirect the traffic server1.mysite.com, or server2.mysite.com This way the session then stays on server1 or server2. As I said though, you will need 2 certificates if you do not want the clients complaining about broken ssl certificates. Anderw Kelly Vista wrote: Thanks Andrew. In answer

Re: Tomcat with PHP?

2005-04-19 Thread andrew
Dear Cameron, You will need to use Apache with PHP, and use the Tomcat/ Apache connector so that apache pushes the requests through to tomcat (jkmod) Effectively you will have 2 seperate applications, and use the URLs/ browser requests to talk with each other Andrew Cameron Sim wrote

Re: What is max value for MaxThreads

2005-04-26 Thread andrew
looked at using apache with mod_jk in front of our tomcats, but this effectively halved the number of connections our servers could handle per second, so in the end, we went back to using the standard http connector from tomcat. Andrew Darek Czarkowski wrote: How many threads can tomcat handle

problems shutting down tomcat on HP-UX 11

2002-05-13 Thread Christian, Andrew P (Andrew)
I am running Tomcat 4.0.3 on HP-UX 11 with HP's 1.3 JDK. I am running with all the default server.xml settings. Tomcat seems to start up and run fine. I can access all the JSP and Servlet examples fine. However, when I run shutdown.sh, tomcat never shuts down. The Catalina.out log file

FW: Calendar in XML/java script

2002-05-20 Thread Christian, Andrew P (Andrew)
Uma, Try this link: http://www.scriptsearch.com/JavaScript/Scripts/Calendars/ Andy Christian Avaya Inc. 732-271-2399 -Original Message- From: Uma Munugala [mailto:[EMAIL PROTECTED]] Sent: Monday, May 20, 2002 1:22 PM To: '[EMAIL PROTECTED]' Subject:Calendar in

FW: strange shut down problem

2002-05-22 Thread Christian, Andrew P (Andrew)
Cindy, I had a similar problem with shutting down tomcat. I was running 4.0.3 on an HPUX system with the 1.3 JDK. I updated to the 1.3.1 JDK and the problem seemed to clear up. Andy Christian Avaya Inc. -Original Message- From: Cindy Ballreich [mailto:[EMAIL PROTECTED]]

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: [OFF-TOPIC] - RE: How to capture the ROOT cause of EXCEPTION

2002-10-22 Thread Bodycombe, Andrew
You could try this: try { ... } catch(Exception e) { Throwable cause = e.getCause(); if (cause != null) cause.printStackTrace(); else System.err.println(ROOT CAUSE is null); } Andy -Original Message- From: Nagpal, Vikas [mailto:vinagpal;utmb.edu]

RE: SSL Servlet Client

2002-10-23 Thread Bodycombe, Andrew
You can see if your certificate is located in the cacerts file by using the following command: keytool -list -keystore $JAVA_HOME/jre/lib/security/cacerts Putting your certificates in here is not recommended (see the keytool documentation) Another thing you could do is set your default trust

RE: configuring tomcat 4.1.12 creating mod_jk.conf-auto

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

ques: Tomcat Apache 4.0.6 v 4.1.12

2002-10-30 Thread Dodd, Andrew
as both use the new Catalina container ? Can anyone help ? rgs Andrew Dodd This message contains information that may be privileged or confidential and is the property of the Cap Gemini Ernst Young

RE: ques: Tomcat Apache 4.0.6 v 4.1.12

2002-10-30 Thread Dodd, Andrew
. -Original Message- From: Dodd, Andrew [mailto:andrew.dodd;cgey.com] Sent: Wednesday, October 30, 2002 12:17 PM To: [EMAIL PROTECTED] Subject: ques: Tomcat Apache 4.0.6 v 4.1.12 The application will run correctly under Is it true that 4.1.12 will also support web applications written

RE: compile error?

2002-10-30 Thread Bodycombe, Andrew
It should be %=new java.util.Date();% Andy -Original Message- From: Tumy, Brad [mailto:TumyB;Pragmatics.com] Sent: 30 October 2002 17:37 To: 'Tomcat Users List' Subject: compile error? I just installed Tomcat on my server and I am trying to run a test page. I created a new jsp file in

RE: servlet and proxy

2002-10-31 Thread Bodycombe, Andrew
You can set these properties when tomcat starts up: export CATALINA_OPTS=-Dhttp.proxyHost=w -Dhttp.proxyPort=x -Dhttps.proxyHost=y -Dhttps.ProxyPort=z Then re-start tomcat. Regards, Andy -Original Message- From: Maxime [mailto:max_sts;hotmail.com] Sent: 31 October

RE: servlet and proxy

2002-10-31 Thread Bodycombe, Andrew
, Andrew [EMAIL PROTECTED] To: 'Tomcat Users List' [EMAIL PROTECTED] Sent: Thursday, October 31, 2002 11:54 AM Subject: RE: servlet and proxy You can set these properties when tomcat starts up: export CATALINA_OPTS=-Dhttp.proxyHost=w -Dhttp.proxyPort=x -Dhttps.proxyHost=y

RE: Pager Tag Library - Broken in 4.1.12

2002-11-08 Thread Andrew Geery
?a=ba=ba=ba=b... (I was using the pg:param tag) 2) after paging in list1 and going to list2 where I expected to begin paging on the first page, I would begin paging on the page number of list1. The modified method for the com.jsptags.navigation.pager.PagerTag class is below. HTH Andrew

TC authentication: j_security_check and url-pattern

2002-11-15 Thread Andrew Geery
this in the documentation. Thanks Andrew -- To unsubscribe, e-mail: mailto:tomcat-user-unsubscribe;jakarta.apache.org For additional commands, e-mail: mailto:tomcat-user-help;jakarta.apache.org

RE: Page caching in 4.0.x

2002-11-18 Thread Andrew Geery
for jsp pages in a realms, the browser goes back to the server and reloads the page, rather than using a cached copy of the page (as it does for pages not in the realm). Does that sound correct? Is there some way to disable turning the caching off? Thanks Andrew -Original Message- From: Eric

RE: Getting 4.0.4

2002-11-19 Thread Andrew Geery
See http://jakarta.apache.org/builds/jakarta-tomcat-4.0/archives/ for past versions of Tomcat. Be aware, though, that Tomcat 4.0.4 and 4.0.5 have security vulnerabilities. See http://jakarta.apache.org/site/news.html for 9Oct2002 and 24Sep2002 for more information. Andrew -Original Message

RE: unable to authenticate against company-generated certificate

2002-11-19 Thread Bodycombe, Andrew
Andrew, I don't think the server validates anything on my end. I could be wrong, but I'm fairly certain the problem lies with my inability, in a Java servlet, (a browser does works) to validate the server's certificate. The program (my program - on the client side) throws an exception

RE: SSL keystore problem

2002-11-20 Thread Bodycombe, Andrew
You can tell tomcat to look in a different location at startup by specifying the following value in your CATALINA_OPTS variable: -Djavax.net.ssl.keystore=the keystore filename Andy -Original Message- From: brana02 To: Tomcat Users List Sent: 20/11/2002 13:03 Subject: RE: SSL keystore

  1   2   3   4   5   6   7   8   9   >