Re: Mod_jk setup problems

2005-09-20 Thread Don Boling
Thanks Mark, I this helped a lot ... I'll insert comments as well... ;) Mark Eggers wrote: A couple of things here. I'll try to insert comment where appropriate. --- Don Boling [EMAIL PROTECTED] wrote: I can't seem to get anything to successfully pass though the mod_jk connector

Mod_jk setup problems

2005-09-19 Thread Don Boling
/apache/mod_jk.so AddModule mod_jk.c Include /usr/local/etc/apache/mod_jk.conf $ now when I try to connect to my webapp ... I get nothing. I was getting a directory listing, until I set listing to 'false' in web.xml TIA, any ideas, Don

Tomcat and IIS load balancing configuration

2005-08-29 Thread Don Hayes
I am testing a load balancing configuration with Tomcat and IIS using the isapi_redirector. My configuration works if I have a single worker defined in my workers.properties file but it fails if I try to add a second worker (ie, I change the balance_workers entry near the bottom of the file to

Re: images/static content in jar

2005-04-10 Thread Don Hill
Nikola Milutinovic wrote: Don Hill wrote: I have a war that has folder like /images and /content, is there a way to config tomcat so that I can package these in jar, I know I can write a custom servlet todo this but I would like this to be handled by the servers servlet container. The reason

images/static content in jar

2005-04-09 Thread Don Hill
I have a war that has folder like /images and /content, is there a way to config tomcat so that I can package these in jar, I know I can write a custom servlet todo this but I would like this to be handled by the servers servlet container. The reason this is my concern is that I think that

web resources in jar

2005-04-07 Thread Don Hill
I have a war that has folder like /images and /content, is there a way to config tomcat so that I can package these in jar, I know I can write a custom servlet todo this but I would like this to be handled by the servers servlet container. Thanks

authentication question

2004-07-23 Thread Don Hill
store. I have tried to use ServerFactory to try and get the services and the realm but haven't any luck with this. Thanks, don -- Best regards, Don mailto:[EMAIL PROTECTED] - To unsubscribe, e-mail

jndi lookup of Realm

2004-07-23 Thread Don Hill
Hi, Is it possible to do a jndi lookup of the Realm and then once you have this handle to call authenticate() on the realm ? .don - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

jmx and tomcat realm

2004-07-22 Thread Don Hill
Hi, How would I use JMX/tomcat to get a handle on the realm and be able to call methods like authenticate(). I know I can get a realm but I believe its not writeable. I was trying to use the ServerFactory but it seems I get a classnotfound exception, are the container classloader not a child of

custom login to tomcat realm

2004-07-21 Thread Don Hill
I am looking for some direction as to what APi I should be using for doing a custom login to tomcat 4.x 5.x, I don't want to use the j2ee container authentication, any suggestion on where I could find some info or sample code, I need to also do things like, get user list, get Roles,

log rotation for stdout and stderr?

2003-11-20 Thread Deluca, Don
log rotation or append to the files? Any other known solutions/suggestions to fix this? Thanks, Don

RE: best way to debug JSP's ???

2003-11-05 Thread Don Jones
, don jones -Original Message- From: Shapira, Yoav [mailto:[EMAIL PROTECTED] Sent: Wed 11/5/2003 8:06 AM To: Tomcat Users List Cc: Subject: RE: best way to debug JSP's ??? Hola, I hope this isn't

JSP Debugging: Eclipse vs. IntelliJIDEA: integration with Tomcat

2003-11-05 Thread Don Jones
Has anyone compared Eclipse vs. IDEA plus others as far as Tomcat integration and overall JSP web app development/debugging? Don Jones Madison WI, USA -Original Message- From: Harry Mantheakis [mailto:[EMAIL PROTECTED] Sent: Wed 11/5/2003 9:38 AM

mod_jk Worker Not Found - help?

2003-10-08 Thread Don Heitzmann
, syntax wise. This must be something stupid, or simple (or both)... Can anyone suggest what to look for? Thanks. -don p.s. using Win2kProfessional, Tomcat 4.1.27, Apache 2.0.47, mod_jk_2.0.43 - To unsubscribe, e-mail: [EMAIL

Re: Tomcat4.1, jk2, and apache 1.3

2003-10-08 Thread Don Heitzmann
fine on your machine. Good luck. -don At 05:17 PM 10/8/2003 -0500, you wrote: Hi. I am trying to get the mod_jk2 to load into apache 1.3 and I am slowly going insane. I have googled my way around the web and have seen lots of people ask the same type of question I am asking, but there are few

Referencing Tomcat JNDI datasource

2003-08-20 Thread Don Ross
and in a stand alone application? Any suggestions on other ways to use a database connection pool with Tomcat and from a stand alone application? Thanks, Don - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e

Where to put js scripts on tomcat server...

2003-08-14 Thread Don Reese
the problem of the missing JS file in the brower. Any pointers on what I may be doing wrong (I assume that Tomcat can serve up the JS files just as it can my Image files). Thanks in advance, Don Reese - To unsubscribe, e-mail

Re: Where to put js scripts on tomcat server...

2003-08-14 Thread Don Reese
Hi Jacob, With your confirmation as to where the files should be, I was able to track down the issue and it is now resolved. Case sensitivity was the issue - fixed that and now all is well. Don Reese - Original Message - From: Jacob Kjome [EMAIL PROTECTED] To: Tomcat Users List [EMAIL

RE: Problem confinguring MySQL JNDI Datasource RH Linux 7.2

2003-08-04 Thread Don Ross
to certain databases. I also had to add the javauser to this table and give the user permission to access the javatest table. Don -Original Message- From: Don Ross Sent: Thursday, July 31, 2003 5:59 PM To: Tomcat Users List Subject: RE: Problem confinguring MySQL JNDI Datasource RH Linux

Problem confinguring MySQL JNDI Datasource RH Linux 7.2

2003-07-31 Thread Don Ross
be wrong? I have successfully configured Tomcat 4.1.24 using the JNDI datasource howto example code on Windows 2000 using mysql-connector-java-3.0.8-stable-bin.jar, with MySQL 3.23.44. Thanks for your help, Don

RE: Problem confinguring MySQL JNDI Datasource RH Linux 7.2

2003-07-31 Thread Don Ross
' and update=true /DBTest log file Thanks for the help, Don -Original Message- From: Scott Stewart [mailto:[EMAIL PROTECTED] Sent: Thursday, July 31, 2003 2:45 PM To: 'Tomcat Users List' Subject: RE: Problem confinguring MySQL JNDI Datasource RH Linux 7.2 You certainly can define your

Tomcat 4.1.24 context problem?

2003-04-02 Thread Don Sauer
Okay, This is driving me nuts. I have APACHE 2 + Tomcat 4.1.24 + mod_jk configured. In my VirtualHost I set it so that /* =ajp13 /examples/* ajp13 and /hms/* ajp13. My Context is below, when I test my configuration the http:///www.xyz.com/ comes up to Tomcats default page eventhough it isn't

Symlink Problem after setting resources tag allowLinking=true

2003-03-05 Thread Don Ross
help would be appreciated. Thanks, Don _ Protect your PC - get McAfee.com VirusScan Online http://clinic.mcafee.com/clinic/ibuy/campaign.asp?cid=3963

Re: [ot?] Frontpage extensions for tomcat or related items

2003-01-15 Thread Don Saxton
Isn't frontpage a webdav client? Tomcat docs (4.18) state that IE is a webdav client. my impression was that Frontpage was needed to make it into a writing / editing webdav client. If so that would give you the publishing part. There are other webdav clients you might want to check out at

Help with using mod_jk2 continued

2002-12-09 Thread Don Jones
I can't offer any help on this but will be trying to get Apache 2.0.43 working with Tomcat 4.1.x with the mod_jk2 connector using binaries on Red Hat 8.0.The docs say the mod_jk2 was built with Red Hat 7.2. Do you by chance know if the connector will work on Red Hat 8.0? Don Jones

JK 1.2.1 Red Hat 8.0

2002-12-09 Thread Don Jones
I can't offer any help on this but will be trying to get Apache 2.0.43 working with Tomcat 4.1.x with the mod_jk2 connector using binaries on Red Hat 8.0.The docs say the mod_jk2 was built with Red Hat 7.2. Does anyone know if the connector will work on Red Hat 8.0? Don Jones [EMAIL

packages and paths?

2002-10-03 Thread Don Fike
/servlet/myServlet I would prefer the shorter version of the URL. Do I have this app and package configured wrong for tomcat? Is it possible to still use packages but not have to use an URL that includes the entire package path info with the servlet name? Thanks, Don [EMAIL PROTECTED

where is mod_jk.so?

2002-08-27 Thread Don
this module to add to Apache? Thanks, Don [EMAIL PROTECTED] -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

symbol pset_bind: referenced symbol not found

2002-06-11 Thread Don Fike
in this environment? Thanks, Don [EMAIL PROTECTED] -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

RE: symbol pset_bind: referenced symbol not found

2002-06-11 Thread Don Fike
]] Sent: Tuesday, June 11, 2002 1:35 PM To: Tomcat Users List Subject: RE: symbol pset_bind: referenced symbol not found Sounds like a jvm problem (or possibly install problem don't know), not a tomcat problem. --mikej -=- mike jackson [EMAIL PROTECTED] -Original Message- From: Don

RE: Authenticating against Microsoft ActiveDirectory

2002-05-10 Thread Don Sauer
Sure, the easiest way is to do a LDAP query to a DC -Original Message- From: Galbraith, Paul [mailto:[EMAIL PROTECTED]] Sent: Friday, May 10, 2002 2:35 PM To: [EMAIL PROTECTED] Subject: Authenticating against Microsoft ActiveDirectory Can anyone tell me if it's possible to configure

RE: JSP Page caching questions

2002-03-19 Thread Don Sauer
There are 2 ways. 1. Modify the server.xml and turn reloadable off for your JSP (this is recommended because it will compile them each time the JSP page is run) or 2. Stop Tomcat and delete the jsp cache pages under the working drectory and restart Tomcat -Original Message- From: Anthony

RE: /usr/local/jdk1.3.1_01/bin/i386/native_threads/java: error

2001-12-10 Thread Don Bell
upgrading Linux to 7.1 or 2? Don - -- To unsubscribe: mailto:[EMAIL PROTECTED] For additional commands: mailto:[EMAIL PROTECTED] Troubles with the list: mailto:[EMAIL PROTECTED]

RE: STARTUP.SH DOESN'T WORKS FINE

2001-11-14 Thread Tanner, Don
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Nancy, Try the following; If you DO NOT want the output from tomcat.sh to go to the file nohup.out nohup tomcat.sh start /dev/null 21 Later! DT The opinions expressed above are probably mine but not necessarily the opinions of my employers. In

Generating .keystore does not work

2001-11-13 Thread Tanner, Don
Hi there!! We are using Tomcat 4.0.1 on Solaris 8. We have been attempting to get SSL to work on Tomcat by following the document @ http://jakarta.apache.org/tomcat/tomcat-4.0-doc/ssl-howto.html. When we run $JAVA_HOME/bin/keytool -genkey -alias tomcat -keyalg RSA this is what happens:

Tomcat 4 DataSource resource-env-ref problem

2001-10-01 Thread Don Park
being read-only for some reason. Why would the doc require me to add resource-env-ref in web.xml if InitialContext is read-only? What gives? Best, Don Park Docuverse

Re: Strange behaviour of mod_jk

2001-09-24 Thread Don Gourley
better when you have multiple unsynchronized selectors than a round-robin scheme. -Don At 09:20 PM 9/22/01, Cezar Grzelak [EMAIL PROTECTED] wrote: I have a two tomcat boxes running tomcat-3.2.3 which are load balanced using mod_jk. Now everything worked fine until I started playing

Re: Strange behaviour of mod_jk

2001-09-24 Thread Don Gourley
, and a servlet that displays counts from that hash table on request. -Don

Out-of-process Tomcat workers

2001-09-08 Thread Don Ha
Hi, How many out-of-process Tomcat workers that I can configure in workers.properties file? Thanks. Don Ha __ Do You Yahoo!? Get email alerts NEW webcam video instant messaging with Yahoo! Messenger http://im.yahoo.com

JSP Performance

2001-09-04 Thread Don Ha
Hi, I have a JSP file and it takes nearly 25 seconds to run for the first time. Is there a way to make JSP's fast on first execution? Thanks. Don Ha __ Do You Yahoo!? Get email alerts NEW webcam video instant messaging with Yahoo! Messenger http

multiple paths for a single context?

2001-08-27 Thread Don Gourley
in a context and if I make two context's that just differ by the path I get, of course, two distinct contexts so the admin commands don't affect the context participating in the load-balancing group. Thanks, -Don

Tomcat Worker Name

2001-08-08 Thread Don Ha
Hi, I'm trying to figure out there is any limitation to Tomcat worker name such as size, special character... Thanks. Don Ha __ Do You Yahoo!? Make international calls for as low as $.04/minute with Yahoo! Messenger http://phonecard.yahoo.com/

ContextManager: SocketException reading request

2001-07-25 Thread Don Wee
Can someone help here? I just start to use Tomcat with Apache on NetWare server. And sometimes when the servlet reads html form request, tomcat shows the "ContextManager: SocketException reading request". Please see the following for detail message. The environment I'm using is Tomcat3.2.2,

RE: javax.xml.parsers.* not found

2001-05-18 Thread Don Nguyen
of your classpath and not the end, you could very well have another (possibly outdated)copy of xalan.jar for instance in another directory that is searched first in your classpath and don't forget to add . current directory if your working directory contains the .jar files you want to use. Don

RE: UN-SUBSCRIBE ME

2001-04-17 Thread Villanueva, Don
Don Villanueva Product Data Management (PDM) Systems 0622 / 32 Internal Information Services LOGICON, A Northrop Grumman Company ext: 24210 mailto:[EMAIL PROTECTED] -Original Message- From: Harrison, Robert [mailto:[EMAIL PROTECTED]] Sent: Tuesday, April 17, 2001 7:57 AM

JkMountCopy directive

2001-03-14 Thread Don Ha
Hi, I'm trying to setup a server using JkMountCopy. If you know how to setup the environment in order to get this directive work, please let me know. Thanks. Don Ha __ Do You Yahoo!? Yahoo! Auctions - Buy the things you want at great prices. http

connecting tomcat3.2.1 to apache1.3.19 using mod_jk

2001-03-07 Thread Don Hardaway
I have configured tomcat3.2.1 with apache1.3.19 using the mod_jk.so file. Everytime I try to start apache i get this message that say says line 8 of the mod_jk.conf file has a syntax error. it says that "mod_jk.so is garbled -- perhaps this is not an Apache module DSO?" Can anyone tell what

In process Tomcat and JSP

2001-02-21 Thread Don Ha
Hi, I'm trying to use In process Tomcat and JSP. When I execute JSP files from "webapps/examples" directory, there is error message about file not exist. What should I change Tomcat config file? Thanks. Don Ha __ Do You Yahoo!? Yahoo

In-process Tomcat and JSP

2001-02-20 Thread Don Ha
Hi, I'm using In-process Tomcat and I can not execute any JSP files in "webapps/examples" directory. What should I change my Tomcat configuration? Thanks. Don Ha __ Do You Yahoo!? Get personalized email addresses from Yahoo! Mail

Tomcat Error

2001-02-18 Thread Don Quy Ha
Hi, How could I fix the problem below? Thanks. Don Ha Error: 500 Location: /jsp/num/numguess.jspInternal Servlet Error:org.apache.jasper.JasperException: Unable to compile class for JSPC:\Jakarta\jakarta-tomcat\work\localhost_8080%2Fjsp\_0002fnum_0002fnumguess_0002ejspnumguess_jsp_0.java:15

Tomcat Configuration

2001-02-14 Thread Don Ha
configure Tomcat to recognize JSP files? Thanks. Don Ha __ Do You Yahoo!? Get personalized email addresses from Yahoo! Mail - only $35 a year! http://personal.mail.yahoo.com/

RE: How do I precompile JSP files for final Production use?

2001-01-23 Thread Hobson, Don
Michael, I don't want to install the JDK onto the server either. It is too big. When I install my app I will install Tomcat to use http as the transport mechanism. Is there a way around having to install the JDK at all? -Original Message- From: Michael Wentzel [mailto:[EMAIL PROTECTED]]

RE: How do I precompile JSP files for final Production use?

2001-01-22 Thread Hobson, Don
, as I assume I will have to. Just the JVM. -Don -Original Message- From: Michael Wentzel [mailto:[EMAIL PROTECTED]] Sent: Monday, January 22, 2001 6:47 AM To: '[EMAIL PROTECTED]' Subject: RE: How do I precompile JSP files for final Production use? Another way to do this is write

Syntax and Performance

2001-01-22 Thread Hobson, Don
Is there any reason that I should not do this: %! String hostname;%% hostname = request.getParameter("Host"); % Does the compilerhave to do any extra work? Should I combine them?

How do I precompile JSP files for final Production use?

2001-01-20 Thread Hobson, Don
have the precompiled login.class file in the WEB-INF/classes directory (I assume, or should it be placed in the directory that the original login.jsp was in) will the correct file be called? Thanks, Don - To unsubscribe, e-ma