Re: Getting Apache2 forwarding to tomcat5

2005-10-12 Thread Dan Chesmore
of doing that same thing and tried all so I may be missing up a few of them. Again thank you. -- Dan Chesmore Systems Admin Mediture 7700 Equitable Dr Suite 100 Eden Prairie, MN 55344 952-400-0315 www.mediture.com

Getting Apache2 forwarding to tomcat5

2005-10-11 Thread Dan Chesmore
it. I may have skipped over it or I may have read it. I have seen a lot of different ways of doing that same thing and tried all so I may be missing up a few of them. Again thank you. -- Dan Chesmore Systems Admin Mediture 7700 Equitable Dr Suite 100 Eden Prairie, MN 55344 952-400-0315

Re: Manager webapp and virtual hosts

2005-09-28 Thread Dan Baggott
/webapp1 my2.domain.com (apache + mod_jk) === tomcat.domain.com/webapp2 So far I haven't had much success. If you've gained any insights that you can share with me, I'd be very grateful. Cheers, Dan On 8/25/05, Mikolaj Rydzewski [EMAIL PROTECTED] wrote: Hello, My configuration is very simple

Re: Tomcat and Apache

2005-07-11 Thread dan stephens
From: Christian Stalp [EMAIL PROTECTED] Reply-To: Tomcat Users List tomcat-user@jakarta.apache.org To: Tomcat Users List tomcat-user@jakarta.apache.org Subject: Re: Tomcat and Apache Date: Mon, 11 Jul 2005 13:53:09 +0200 Am Montag, 11. Juli 2005 13:34 schrieb Ivan Rodriguez: I don t know

RE: Tomcat 5.5 and SQL Server

2005-07-11 Thread dan stephens
From: Sue Roe [EMAIL PROTECTED] Reply-To: Tomcat Users List tomcat-user@jakarta.apache.org To: 'Tomcat Users List' tomcat-user@jakarta.apache.org Subject: RE: Tomcat 5.5 and SQL Server Date: Mon, 11 Jul 2005 17:10:01 +0100 Ok. I haven't any experience with that, but I can say we were having

RE: Apache 2 Tomcat 5.5

2005-06-30 Thread dan stephens
I used these in reference to Tomcat 5.0.28 and Apache 2. Maybe they will send you in the right direction. http://httpd.apache.org/docs-2.0/install.html#page-header Build apache, compile, install etc.. http://www.onjava.com/pub/a/onjava/2002/11/20/tomcat.html?page=1 configuration extras.

RE: How to catch and fix this error

2005-06-30 Thread dan stephens
can you post excerts from the localhost log and catalint.out? From: st946tbf [EMAIL PROTECTED] Reply-To: Tomcat Users List tomcat-user@jakarta.apache.org To: Tomcat Users List tomcat-user@jakarta.apache.org Subject: How to catch and fix this error Date: Wed, 29 Jun 2005 14:15:55 -0400 We have

Re: VirtualHost configuration SSL

2005-06-23 Thread dan stephens
I found this URL. http://www.asiaosc.org/article_243.html . I'm testing this now. From: Bruno Georges [EMAIL PROTECTED] Reply-To: Tomcat Users List tomcat-user@jakarta.apache.org To: Tomcat Users List tomcat-user@jakarta.apache.org CC: Tomcat Users List tomcat-user@jakarta.apache.org Subject:

Building connector JK-1.2.11

2005-05-02 Thread Dan Baggott
-recursive' The contents of the apache-1.3 Makefile are below. For what it's worth, I get the same error message when trying to build version 1.2.10. Any suggestions would be greatly appreciated, Dan Here's the contents of the Makefile: bash-2.03$ cat -n apache-1.3/Makefile 1 2 ## configure

Re: Apache as front-end for several tomcat

2005-03-30 Thread Dan Barron
If you are running multiple instances of Tomcat, from what I understand and from my configuration (i run two Tomcat/mod_jk2 with Apache) you would then need each of them to listen on a different port. Right now the only instance that will receive requests via the worker is the instance that is

Answer: Tomcat5 port redirect issue

2005-03-24 Thread Dan
I figured I would post this in answer to my own question, just in case anyone else has the same problem. The issue was I two boxes set up one had apache, and tomcat on it, the other just had tomcat. The box with apache, and tomcat had tomcat running something unrelated to the secondary box.  

How to redirect to a different host

2005-03-17 Thread Dan
Is there anyway to configure Tomcat (without using apache) to redirect requests for a particular context to a new url (and host) Here's the scenario on the main page there is a link to a shopping cart context. This webapp does not run on this machine, it's running on a totally separate

Re: RE: How to redirect to a different host Balancer Rules

2005-03-17 Thread Dan
Thanks for the Idea Vinod, unfortunately I don't have control of the jsp content, so that rather elegant solution won't work. However I'm definitely tucking that away in my mental rolodex. Thanks for the tip!!! Does anyone else know if there's a way to redirect to a different host I was

Re: Serious Tomcat Question

2005-03-17 Thread Dan Barron
Not sure what your need or frequency is for routine adding/deleting of a virtual host is, but have you considered running multiple instances of Tomcat and connecting them each over different jk port? Perhaps, one instance runs your stable virtual hosts - another runs your dynamic set of

Re: Failing a JK Worker thread

2005-03-15 Thread Dan Thiffault
, JK_LOG_ERROR, Tomcat server returned status=%d,d-status); JK_TRACE_EXIT(l); return JK_FALSE; } I may end up using a case statement and preventing apache from trying the next worker on bad request or something like that. Hope this helps some one else too. -Dan

Tomcat 5.028 with Apache 2.053 on different machines

2005-03-15 Thread Dan
Hi I'm trying to setup Apache 2.053 on one machine, and Tomcat 5.028 on another. I've put mod_jk.so in my modules directory. Configured bother the httpd.conf and the workers.properties file on the apache machine. Here are the lines httpd.conf LoadModule jk_modulemodules/mod_jk.so

Re: Failing a JK Worker thread

2005-03-15 Thread Dan Thiffault
there is a 3rd party piece of hardware/software which your webapp relies on that has no fault-tolerance of its own? Thanks for any suggestions, Dan On Mar 15, 2005, at 2:50 PM, Guernsey, Byron ((GE Consumer Industrial)) wrote: What is the situation where you find this useful? Byron

Failing a JK Worker thread

2005-03-13 Thread Dan Thiffault
worker in the group (assuming full recovery mode)? Thanks for any suggestions -Dan Thiffault - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: tomcat load-balancing maintenance strategy?

2005-03-13 Thread Dan Carwin
Filip, Yes, That would be awesome. Thanks, Dan -Original Message- From: Filip Hanik - Dev Lists [mailto:[EMAIL PROTECTED] Sent: Fri 3/11/2005 2:11 PM To: Tomcat Users List Cc: Subject: Re: tomcat load-balancing maintenance strategy

RE: tomcat load-balancing maintenance strategy?

2005-03-11 Thread Dan Carwin
I also experienced cluster failure when restarting a downed cluster member in 5.0. I tested with Tomcat 5.0.30. Randall, what version of Tomcat did you succeed with? Thanks, Dan -Original Message- From: Richard Mixon (qwest) [mailto:[EMAIL PROTECTED] Sent: Tuesday, March 08, 2005 10

Re: display my index.jsp as default

2005-03-03 Thread Dan
Add the Context tag to your Host section of the Engine section in the conf/server.xml file (look for this section): Host name=localhost debug=0 appBase=webapps unpackWARs=true autoDeploy=true xmlValidation=false xmlNamespaceAware=false then add this below that: Context path=

Re: jspISAPI solution?

2005-03-02 Thread Dan
I've used it since 08/04 on an IIS v5 Tomcat v4 system. It's okay but it has some major bugs. The biggest glitch is that it spits out random strings in the returned HTML which can make the page render incorrectly. My pages display fine when I'm viewing them locally, but when I go to a local

Re: Need access to classes outside Tomcat for JSPs

2005-03-01 Thread Dan
. Or better yet, use a build environment like Ant to do the copying for you. As a bonus, it'll catch errors before you get to production and the webapp will be more portable. --David Dan wrote: Classpath problem. Really frustrating. I'm trying to duplicate a setup on system A to system B and can't

Re: Need access to classes outside Tomcat for JSPs

2005-03-01 Thread Dan
My apologies for being over the edge, but after pulling my hair out for the last few days and reading all kinds of web and USENET postings, along with searching the list archives, I came across all kinds of writings that did not address the issue of if (and how) this could be done, most just

Re: Need access to classes outside Tomcat for JSPs

2005-03-01 Thread Dan
Just as soon as I hit send Registry entry. HKLM | Software | Apache Software Foundation | Procrun 2.0 | Tomcat5 | Parameters | Java Classpath = .;e:\java\library\basic;e:\java\library\custom;E:\java\Tomcat\bin\bootstrap.jar

Re: Need access to classes outside Tomcat for JSPs

2005-03-01 Thread Dan
wrote: Just a curious question to this, I know Dan has his setup already but is there any reason that this could not be set up the other way around? I mean that the classes/jars are in the normal spot in Tomcat and the outside app accesses them there. The outside app shouldn't care where the files

Need access to classes outside Tomcat for JSPs

2005-02-28 Thread Dan
Classpath problem. Really frustrating. I'm trying to duplicate a setup on system A to system B and can't get it working. My problem is when I access the JSP page, Tomcat complains of a ClassNotFound exception. This happens with all of my custom classes. If I create a simple JSP page with no

Native session replication/failover in tomcat 5.0.30

2005-02-22 Thread Dan Carwin
I have the tomcat 5.0.30 replication partially working on redhat as3. Here's what I see: 1. both tomcats up 2. use tcrepl (provided by Richard Mixon) app to etablish session on one tomcat (verify by tailing log file) 3. kill that tomcat 4. session fails over to other tomcat successfully 5.

Session replication with jk 1.2.8

2005-02-19 Thread Dan Carwin
I'm setting up session replication in tomcat 5.0.30, using apache 2.0.52 with jk 1.2.8 as the LB mechanism. I'm currently failing to get sessions to stick to a tomcat instance. I used this article for a reference: http://www.javaworld.com/javaworld/jw-12-2004/jw-1220-tomcat.html But the author

Need simple app to test tc5 session failover - please

2005-02-18 Thread Dan Carwin
Hello Tomcat users and creators. Thank you all for helping out. Can anyone point to me a simple app that I can use to test if tomcat 5 session failover is working? I don't think any of the standard tomcat examples will work. I tried numguess, but my guess count gets reset to 1 each time I fail

tomcat and apples

2005-02-16 Thread [xm] Agarlita, Dan
) at java.security.AccessControlContext.checkPermission(AccessControlContext.java:270) at java.security.AccessController.checkPermission(AccessController.java:401) Can anyone tell me something about this error? Have a nice day, Dan a. - To unsubscribe, e-mail: [EMAIL

Re: DataSourceRealm says Name jdbc is not bound in this Context

2005-02-07 Thread Dan Washusen
userTable=mind_user userNameCol=alias userCredCol=password userRoleTable=mind_user_role roleNameCol=name/ /Context On Mon, 07 Feb 2005 08:57:08 +0100, Dominik Drzewiecki [EMAIL PROTECTED] wrote: Dan Washusen [EMAIL PROTECTED] wrote: Hi Sven, I can access the data source from

Re: DataSourceRealm says Name jdbc is not bound in this Context

2005-02-06 Thread Dan Washusen
I believe it's a bug in Tomcat. Cheers, Dan On Sun, 6 Feb 2005 10:38:14 -0800 (PST), sven morales [EMAIL PROTECTED] wrote: Hi, This is an excerpt of my code, to get a Context. Try and see if it works for you. 31 private void initDataSource () { 32 try { 33

DataSourceRealm says Name jdbc is not bound in this Context

2005-02-05 Thread Dan Washusen
: Name java: is not bound in this Context. Any help would be greatly appreciated... Cheers, Dan - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: How to disable directory listing

2005-01-11 Thread Dan Barron
Have a look at your tomcat-root/conf/web.xml file - you can turn off listings in here for all servlets by setting the listings initi-param to false in the default servlet section. Dan At 06:28 PM 1/11/2005, Garret Wilson wrote: You can't do it in your app's web.xml---unless you install another

Tomcat 5 notably slower than tomcat 4...more info

2004-12-05 Thread Dan Foreman
context switch does not exhibit this everthere is a single SYN/SYN-ACK initially and then just typical request/responses. Anybody else seen this? Tomcat 5.0.28/5.0.29 Tomcat 4.0.6 Java JSDK 1.4.2_02 -Dan

RE: Tomcat/Java and SMP

2004-12-03 Thread Dan Foreman
10 application servers. -Original Message- From: Kwok Peng Tuck [mailto:[EMAIL PROTECTED] Sent: Friday, December 03, 2004 6:53 AM To: Tomcat Users List Subject: Re: Tomcat/Java and SMP Dan, U have 10 application servers on one machine or 10 application on 10 distinct machines

RE: Tomcat/Java and SMP

2004-12-03 Thread Dan Foreman
. -Original Message- From: Kwok Peng Tuck [mailto:[EMAIL PROTECTED] Sent: Friday, December 03, 2004 6:53 AM To: Tomcat Users List Subject: Re: Tomcat/Java and SMP Dan, U have 10 application servers on one machine or 10 application on 10 distinct machines ? Dan Foreman wrote: Hi

Problems loading mod_jk into apache.

2004-12-02 Thread Dan Zubey
if there's more information I can give. Any help at all would be really appreciated, I'm thoroughly stumped. Thanks, -Dan - Dan Zubey N7NMD Network Engineer / Information Security United Drugs Corporate Office 602.678.1179 x270 800.800.2988 602.678.0772 Fax

RE: Problems loading mod_jk into apache.

2004-12-02 Thread Dan Zubey
Hi Jerry That's exactly it. We're using Apache 1.3.28. I'll get the sources and recompile the module *without* EAPI, and we'll try again and see how that works out. Thanks! -Dan -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Thursday, December 02, 2004 4

FW: Tomcat 5 notably slower than tomcat 4

2004-12-02 Thread Dan Foreman
. The tomcat 5 install has no special configuration, no session replication (I removed the balancer, ROOT and server web applications from the filesystem). Anyone else seen this? Any ideas where to look? -Dan - To unsubscribe

Tomcat/Java and SMP

2004-12-02 Thread Dan Foreman
in tomcat. Is it possible for tomcat to use more than one CPU or is there a critical flaw in my logic? -Dan - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: Tomcat/Java and SMP

2004-12-02 Thread Dan Foreman
slw performance. -Dan -Original Message- From: Parsons Technical Services [mailto:[EMAIL PROTECTED] Sent: Thursday, December 02, 2004 10:18 PM To: Tomcat Users List Subject: Re: Tomcat/Java and SMP Dan, Did you start the second connection from the same machine? Doug - Original

JNI, tomcat thread safety

2004-11-19 Thread Dan Barron
Hello, I'm loading a native library within tomcat - the library is loaded with the System.loadLibrary() via a static object so that it is only loaded once - will tomcat manage any threading issues for calls to the library from the JNI wrapper class? Thanks, Dan

How to tell if JNI Library Loaded at Tomcat Startup?

2004-11-10 Thread Dan Barron
Hello, How can you determine in Tomcat if a JNI library has been loaded as a shared resource for web applications? I have a Wrapper class and the library both living tomcat-root/shared/lib. Thanks. Dan - To unsubscribe, e

JNI Error with Tomcat

2004-11-09 Thread Dan Barron
(JspServlet.java:236) javax.servlet.http.HttpServlet.service(HttpServlet.java:802) Any ideas would be appreciated! Thanks! Dan Barron - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL

RE: Tomcat 5 - coyote/jk2 connector defaults - maxthreads, timeout?

2004-11-07 Thread Dan Carwin
Resending...anyone know??? -Original Message- From: Dan Carwin Sent: Friday, November 05, 2004 11:01 AM To: [EMAIL PROTECTED] Subject: Tomcat 5 - coyote/jk2 connector defaults - maxthreads, timeout? what is the default maxThreads in tomcat 5 jk2/coyote connector? What is the default

Tomcat 5 - coyote/jk2 connector defaults - maxthreads, timeout?

2004-11-05 Thread Dan Carwin
what is the default maxThreads in tomcat 5 jk2/coyote connector? What is the default serverTimeout ? #channelSocket.serverTimeout=??? #channelSocket.maxThreads=??? (fwiw I'm referring to the version included in tc 5.0.28) Thanks, Dan

JK2 sending directory listings to tomcat, it should not

2004-10-20 Thread Dan Carwin
forwarded to tomcat with jk2? [you cannot put JkOptions -ForwardDirectories into the apache conf with jk2] Does JK2 lack a way to prevent directory forwarding to Tomcat? Thanks, Dan Carwin [EMAIL PROTECTED] Recreation details: 1. set: DirectoryIndex index.html index.html.var home.html Default.htm

JkOptions -ForwardDirectories equivalent in JK2?

2004-10-19 Thread Dan Carwin
to prevent directory listings from being forwarded to tomcat with jk2? [you cannot put JkOptions -ForwardDirectories into the apache conf with jk2] Thanks, Dan Carwin [EMAIL PROTECTED]

Tomcat 5.0.27 virtual paths

2004-08-20 Thread Dan Schwartz
I have been searching thru the docs but I cannot figure this out. I just deployed and started my first webApp: /usr/tomcat/webapps/j606. I browse to this without a problem at http://localhost:8080/j606. But what I want is j606 to be the base folder when I use virtual paths inside it. to use

Re: Tomcat 5.0.27 virtual paths

2004-08-20 Thread Dan Schwartz
especially try to quickly incorporate any patches and enhancements submitted by users. So if you see a need or have something to contribute, please post it and we'll gladly look at it. Yoav Shapira Millennium Research Informatics -Original Message- From: Dan Schwartz [mailto

Re: Tomcat 5.0.27 virtual paths

2004-08-20 Thread Dan Schwartz
to a good starting point to learn! On Fri, 20 Aug 2004 16:08:39 -0500, QM [EMAIL PROTECTED] wrote: On Fri, Aug 20, 2004 at 04:01:48PM -0500, Dan Schwartz wrote: : Now I've tried to add a context element to /tomcat/conf/server.xml : with path= and path=/j606, i added a whole new Host item, I : tried

Re: Tomcat 5.0.27 virtual paths

2004-08-20 Thread Dan Schwartz
thanks for the info. I'm thinking a newer book might be better, maybe Wrox Professional Tomcat 5? anyone have any comments about that book or other suggestions? The one thing i'm really having a hard time with is the difference between these, why does one require the j606 in the path and one

jk_module: can't find symbol

2004-08-10 Thread Dan Lee
/Digester I am not using the balancer. Is this message a concern? Any help is greatly appreciated. TIA, Dan _ Don’t just search. Find. Check out the new MSN Search! http://search.msn.click-url.com/go/onm00200636ave/direct/01

Re: Apache2, Tomcat5 and servlets

2004-08-10 Thread Dan Lee
/VirtualHost From: Debra Bartling [EMAIL PROTECTED] To: Dan Lee [EMAIL PROTECTED] CC: Tomcat Users List [EMAIL PROTECTED] Subject: Re: Apache2, Tomcat5 and servlets Date: Tue, 10 Aug 2004 13:31:16 -0700 At 03:57 PM 8/10/2004 -0400, you wrote: Can I have a copy of these files as well? In addition, I

RE: Compile all JSPs on startup

2004-08-06 Thread Dan
Here's what I want to do: After Tomcat has been restarted, I want to recompile all of the JSPs in a certain directory (and all child directories). I wrote a servlet that does this and works fine when I run it in command line after Tomcat boots. I want to precompile so the first visitor to a

Re: Compile all JSPs on startup

2004-08-06 Thread Dan
- Original Message - From: Dan [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Friday, August 06, 2004 2:54 PM Subject: RE: Compile all JSPs on startup Here's what I want to do: After Tomcat has been restarted, I want to recompile all of the JSPs in a certain directory (and all

RE: Compile all JSPs on startup

2004-08-06 Thread Dan
What I ended up doing was to spawn a Thread from my servlet class. This thread waits for 60 seconds and then fetches the JSP pages. Not the best solution but it works for now. At 03:54 PM 8/6/2004, you wrote: Here's what I want to do: After Tomcat has been restarted, I want to recompile all

Compile all JSPs on startup

2004-08-05 Thread Dan
OK, I've searched through the archives and didn't find anything that really settled this. Is there a configuration setting for Tomcat to it recompile all JSP files at start up? The only thing I saw was that one could create a startup servlet that would go through all directories searching for

webapp in webapp

2004-07-12 Thread agarlita,dan
Hi, can I make a webapp in another webapp ? somethig like: \root = myFirstApp (WEB-INF - folder) \root\xam\nettools\ = mySecondApp (WEB-INF -folder) whitout modify the configuration files for server, only the local xml for \root? Thanks, DAG

Re: webapp in webapp

2004-07-12 Thread agarlita,dan
Nothing:) I will be gratefull for any ideea DAG - Original Message - From: Nikola Milutinovic [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Monday, July 12, 2004 8:00 AM Subject: Re: webapp in webapp agarlita,dan wrote: Hi, can I make a webapp in another webapp

Re: webapp in webapp

2004-07-12 Thread agarlita,dan
PROTECTED] Sent: Monday, July 12, 2004 9:19 AM Subject: Re: webapp in webapp agarlita,dan wrote: hi, the http://server.domain.com/root/xam/nettools/index.html is complied/interpreted by the root application, but in this folder is another web-app with full web.xml and WEB-INF folders. I think

Re: strange error when processing stylesheets: tomcat, jdk1.4, windows, xalan

2004-07-01 Thread Dan Barron
Have you tried just testing (title) instead of (./title)? The added ./ seems unneceassry. At 02:25 AM 7/1/2004, you wrote: Hi *, I get the following error when trying to transform a xml document with a XSLT stylesheet: ; SystemID: jndi:/localhost/ipas/xsl/minutes_pdf.xsl; Line#: 298;

Re: Toimcat / Apache / Modjk

2004-06-24 Thread Dan Barron
jk file mod_jk.conf it is like this JkMount /*.jsp worker JkMount /*.htm worker JkMount /*.whatever ext you want - just not *.php or * or jk2 file workers2.properties you would do something like [uri:/*.jsp] [uri:/*.htm] [uri:/*.whatever ext you want - just not *.php or *] hope this helps. At

Re: Multiple Tomcat Instances with Linux

2004-06-21 Thread Dan Barron
Jon, I have used the CATALINA_HOME/common/lib to share jar files among different Service instances. Not sure if that answers your question though. Dan At 10:54 AM 6/21/2004, you wrote: Dan, Thanks for the post, good ideas I'm going to try them. One thing I'm still not clear on. My application

Allow user to change password in JDBCRealm

2004-06-18 Thread Dan Barron
information (uname/pass) available somewhere where I can easily grab it and modify it so I can allow my users to change their password? Thanks, Dan - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL

Re: Multiple Tomcat Instances with Linux

2004-06-18 Thread Dan Barron
a virtual host entry in mod_jk.conf file which mounts the assigned worker which in turn points to the specific tomcat service. Here's the three files I touch to make it work and an example entry. My environment is Tomcat 4.1.29, mod_jk, and Apache 1.3.27. Hope this helps. Dan *FILE:mod_jk.conf

Re: Looking for sample config files mod_jk2.

2004-05-28 Thread Dan Barron
I need to integrate Tomcat 3.3 with Apache 2.0.48. Does any body sample configuration files for mod_jk2 to go with this configuration. I will be happy, even if the files for a different configuration. Here's basic jk2.properties file and workers2.properties for a fresh Tomcat 5.0.24, Apache

Re: Problems building mod_jk2 (aclocal)

2004-05-28 Thread Dan Barron
I just recently successfully built mod_jk2 v2.0.4 under Fedora Core 2 Test 3. I first had to rebuild Apache - I used v2.0.49 - for apxs to work properly when compiling jk2. I then brought down the latest src for jk2 - v2.0.4. Here are the configure scripts I used for httpd and jk2. They are

jakarta-tomcat-5.0.24.tar.gz really a Windows Dist?

2004-05-21 Thread Dan Barron
Maybe a silly question. Seems the jakarta-tomcat-5.0.24.tar.gz is really a Windows binary distribution. And then the jakarta-tomcat-5.0.24.zip contains both Windows and Unix distribution. Am I out of my mind here or can someone please confirm what I'm seeing is true? Thanks. Dan Barron

Re: erro pages

2004-05-14 Thread agarlita,dan
Hello, how about 500 Error? Compiler error? how can I catch that? Thanks, Dan - Original Message - From: Tim Funk [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Friday, May 14, 2004 4:50 AM Subject: Re: erro pages FAQ http://jakarta.apache.org/tomcat/faq

Re: erro pages

2004-05-14 Thread agarlita,dan
HI, I that's ok :) I know that. I work at a JspTagLib and I want to centralize all the errors, 500 errors, JS Errors, Database ... in one ErrorManager .. I read on FAQ list that this is posible, but I don't know how... Thanks, agarlita, dan - Original Message - From: Mike Curwen [EMAIL

RE: Definitive Documentation for RH9, mod_jk2, Apache2 Tomcat 5?

2004-05-12 Thread Dan Barron
/jakarta-tomcat) UsefulLinks page. Yoav Shapira Millennium Research Informatics -Original Message- From: Dan Barron [mailto:[EMAIL PROTECTED] Sent: Tuesday, May 11, 2004 6:32 PM To: Tomcat Users List Subject: Definitive Documentation for RH9, mod_jk2, Apache2 Tomcat 5? Hello, Is anyone aware

Definitive Documentation for RH9, mod_jk2, Apache2 Tomcat 5?

2004-05-11 Thread Dan Barron
Hello, Is anyone aware of any definitive documentation for compiling, installing, and configuring mod_jk2 on Red Hat9 with Apache2 and Tomcat5? Thank you, Dan Barron - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

error sset

2004-05-04 Thread agarlita,dan
hello, I have some questions about error customisation. I want to change the look of 500 Error. (that is org.apache.jasper.JasperException) so, I want to redirect all strings to the new page. so, for example the 404 error is simple becouse we know that is Page Not Found but, the 500 Error can

Re: good webhosting

2004-04-18 Thread agarlita,dan
http://www.hostforweb.com is a good service, I work with them about 3 years - Original Message - From: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Sunday, April 18, 2004 9:40 PM Subject: good webhosting Hello everyone. I was woundering if anyone could point me to a web hosting

Can AccessLogValve Cause Tomcat Performance Hit?

2004-04-07 Thread Dan Barron
=org.apache.catalina.valves.AccessLogValve directory=logs/mysite.net-acesslogs pattern=%t %a %A %h %m %p %U prefix=access_log. suffix=.txt timestamp=true/ Context path= docBase=mysite.net/production debug=0/ /Host Thanks in advance! Dan Barron [EMAIL

RE: Can AccessLogValve Cause Tomcat Performance Hit?

2004-04-07 Thread Dan Barron
improved. Any other methods to get access logs out of Tomcat w/o using AccessLogValve? I suppose I could write my own, but would prefer a known solution. Dan Barron Destination Software LLC [EMAIL PROTECTED] At 05:57 AM 4/7/2004, Shapira, Yoav wrote: Hi, How can you expect the addition of ANY

RE: scalability

2004-03-31 Thread Roehl, Dan
Check out the app server matrix over at http://www.theserverside.com/reviews/matrix.tss http://www.theserverside.com/reviews/matrix.tss They also review of tomcat: http://www.theserverside.com/reviews/thread.tss?thread_id=18243 http://www.theserverside.com/reviews/thread.tss?thread_id=18243

Re: Tomcat and JApplet / Applet

2004-03-28 Thread Dan Agarlita
Hi Lars, put the applet in another folder than WEB-INF I have the same problem, and I put the applet in a diferrent folder and works. Dan A. - Original Message - From: Lars Nielsen Lind [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Sunday, March 28, 2004 1:18 PM Subject: Tomcat

Re: I know this is a stupid question

2004-03-28 Thread Dan Agarlita
Hi all, how do I catch http errors with tomcat? 404 Error, 403 Error. I put the same question 2 years ago :) but I forgot I remember that are some tags in config xml, something like ? Thanks, Dan A. - To unsubscribe, e-mail

JAAS and Datasources

2004-02-23 Thread Dan Thiffault
credentials. Is the db connection made using a JAAS run as? Thank you for any direction, ideas, or sample code. -Dan T - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: how to pass paremters from javascript to jsp

2004-02-20 Thread Dan
with the server it as served from and communicate this way to the server. In addition, Javascript can write to a cookie and information can be passed to JSPs this way. Dan Hello Can any body tell me how to pass parmeters got from html file to javascript function and sending or assigning

Re: org.apache.commons.dbcp.SQLNestedException: Cannot create JDBC driver of class '' for connect URL 'null', cause: java.sql.SQLException: No suitable driver

2004-02-12 Thread Dan
, the log would have told you it can't find the class. If you have figured out how to get this working or if you have gotten it to work with the gloabal jndi resource context, please let me know. I will check back later and I will help you figure it out as I will be working on it too. Dan

what are some things people have done if tomcat fails to start

2004-02-09 Thread Dan
to a useful error page when a Tomcat server does not successfully come up? Thank you for your time and consideration, Dan - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

simple virtual host question

2004-01-25 Thread Dan
to cut down on the redundancy or normalize the code so the context is defined in one location with the same properties for both virtual hosts? Thank you for any insight, Dan Doyle - To unsubscribe, e-mail: [EMAIL PROTECTED

Re: simple virtual host question

2004-01-25 Thread Dan
Thank you Miquel. Let me repeat what you are saying. Essentially, I set up a host element entry in my server.xml with my lan servers IP. The router, when it receves a request to IP 12.12.12.12:80 will translate that request into 192.168.1.1:80 and sent it to the lan server. Thanks again. Dan

How do I turn off secure cookies for session IDs?

2004-01-23 Thread Dan Forward
I have a web site that uses SSL on the main page for logging in (to encrypt the password) but uses standard HTTP on most pages thereafter. I set a value in the session that tells me the user is logged in and that value is checked on every page. If the value is not present, the application

Re: How do I turn off secure cookies for session IDs?

2004-01-23 Thread Dan Forward
method, I would sure appreciate hearing about it. Dan - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: 2 instances of Tomcat

2003-12-05 Thread Dan Johnsson
CATALINA_BASE to an external directory, you can easily update tomcat and reuse your configurations and logs (as long as the format of server.xml have not changed, that is).] Reboot your machine; start your services; take off Good luck Dan Johnsson, System Architect and Security Consultant

Re: Database pool problem

2003-12-05 Thread Dan Johnsson
risk. Check out the bug parade of the bridge; you might have encountered a well-known, documented bug. It that case, there might be a published work-around. Otherwise: I am sorry to say that you are out in the wilderness alone. Dan Johnsson, System Architect and Security Consultant Chaikin

XSL Transform Problem: Seeing SAXParseException: Content is not allowed in prolog

2003-11-12 Thread Dan Barron
the transform from the command line with no errors and it works fine. Any one have any clues on this problem they would like share? Included below is my environment, test.xml file, test.xsl file, test.jsp file, the command line transform, and the tomcat log otput of the exception. Thanks! Dan Barron

Servlet not found unless port specified and run thru Tomcat's Man ager; getting a seg fault in the error_log file

2003-10-27 Thread Kengott, Dan
/local/jak/webapps/ProbLog/probapplet.jar Now the application works just fine when I use the Tomcat Manager to invoke it. I've tried dropping a HelloworldServet under the ROOT but can't get it to run either! Thanks in advance for any help, Dan All related info follows

Apache1.3.27/Tomcat4.1.24/mod_jk-1.3-eapi.so/Solaris

2003-10-24 Thread Kengott, Dan
. Finally, it seems were really trying to get it all to work on port 80, hence the dropping of the port number 8081. Forgive my confusion as this is my first time with tomcat, apache, mod_jk. Thanks in advance for any help, Dan All related info follows

RE: Apache1.3.27/Tomcat4.1.24/mod_jk-1.3-eapi.so/Solaris

2003-10-24 Thread Kengott, Dan
8009 should be the port that Apache tries to talk to modjk, or is it mod_jk talks to Tomcat on that port. I don't recall but you get the idea. Is your class in this location?: $TOMCAT_HOME/webapps/yourapp/WEB-INF/classes/ Oscar On Fri, 24 Oct 2003, Kengott, Dan wrote: Hi, I'm having

RE: Apache1.3.27/Tomcat4.1.24/mod_jk-1.3-eapi.so/Solaris

2003-10-24 Thread Kengott, Dan
/Solaris Have you tried just a simple jsp page for starters? I like to do that in case there's some class loading issues. Then you might be able to nail it down to a mod_jk issue, or a class loading issue. Oscar On Fri, 24 Oct 2003, Kengott, Dan wrote: Yes they arewith the directories

portal and portlets

2003-10-23 Thread Dan McCullough
portlets in Cold Fusion. My questions are: Anyone doing this? Anyone recommend this? Anyone have other good portal solutions? Anything i didnt cover? dan = Theres no such thing as a problem unless the servers are on fire

Tomcat4 denial of service in debian...

2003-10-16 Thread Dan K.
Hi, Does anyone know if the version of tomcat4 mentioned in the following advisory applies to 4.0.6? http://www.securityfocus.com/archive/1/341310 I get the idea that it only applies to the debian packaged version (4.0.3?)... ?? Regards, Dan

RE: Tomcat4 denial of service in debian...

2003-10-16 Thread Dan K.
Thanks Yoav, as always you're very helpful. However, I'd still like to be certain that 4.0.6 is ok... Perhaps I should post to the developer's list..? Regards, Dan On Thu, 16 Oct 2003, Shapira, Yoav wrote: Howdy, I think 4.0.6 is OK. The 4.1 branch stable releases are OK as well

  1   2   3   4   >