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

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

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

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]

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

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

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

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

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

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

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

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.  

binary file mime type registration

2002-10-28 Thread Dan Wygant
Ho wdo I specify that a VBD file should be passed across as a binary type and not displayed in the browser? Likewise for Excel and Word documents. -- To unsubscribe, e-mail: mailto:tomcat-user-unsubscribe;jakarta.apache.org For additional commands, e-mail:

Enabling users home directory for applets

2002-10-29 Thread Dan Didier
I am looking to do. I noticed something about virtual servers, but I am not sure. This is the only user on the whole system that will need to do this. If you have some pointers for me I would appreciate it. Thanks! Dan Didier -- To unsubscribe, e-mail: mailto:tomcat-user-unsubscribe

Re: Force One page to not use SSL

2002-10-29 Thread Dan Lipofsky
We do the switch, using Apache1.3.20/Tomcat3.2.4 on Solaris. We just use an absolute URL when doing the switch. No problems with lost sessions. - Dan - Original Message - I've read the list archives and I'm aware of the security issue, but I still want to switch from HTTPS to HTTP. Yes

RE: Pager Tag Library - Broken in 4.1.12 - I've got the fixed code and with an added feature

2002-11-11 Thread Dan Payne
it TC 4.1.12 compliant. -Dan I'm startin' to like this open source idea... -Original Message- From: Andrew Geery [mailto:Geery.Andrew;doc.state.sc.us] Sent: Friday, November 08, 2002 8:14 AM To: 'Tomcat Users List' Subject: RE: Pager Tag Library - Broken in 4.1.12 See the following thread

Tomcat 4.0x and JCE 1.2 problem

2002-11-12 Thread Dan Tran
at diffierent place (WEB-INF/lib, JRE/lib/ext, etc) so far no luck Please help -Dan -- To unsubscribe, e-mail: mailto:tomcat-user-unsubscribe;jakarta.apache.org For additional commands, e-mail: mailto:tomcat-user-help;jakarta.apache.org

Re: Tomcat 4.1, DBCP and Oracle

2002-12-07 Thread Dan Tran
Did you configure Oracle DataSource thru the web interface of Admin app in Tomcat 4.1? If you did, you will need to link the Global datasource to your webapp in server.xml. Please look up ResourceLink tag -D - Original Message - From: Campano, Troy [EMAIL PROTECTED] To: [EMAIL PROTECTED]

Re: admin username

2002-12-08 Thread Dan Tran
It is in conf/tomcat-users.xml -D - Original Message - From: Peter O'Reilly [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Sunday, December 08, 2002 4:53 PM Subject: admin username I just installed Tomcat, can someone tell me the admin username and password? Thanks, -Peter

wp-02-0008: Apache Tomcat Cross Site Scripting

2002-07-10 Thread Dan K.
of Tomcat? Unmapping the invoker servlet for /servlet/ seems to disable my webapps! Or am I misinterpreting this? TIA. Regards, Dan -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

how to find the original URL

2002-08-02 Thread Dan Lipofsky
this behavior in all cases. Thanks, Dan -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

server.xml guru needed for tomcat 4 on apache 1.3 issue

2002-08-10 Thread Dan Lindy
. I'd be happy to forward config files etc. to anyone who thinks they might know what's going on. Suggestions for things I haven't tried yet are also most welcome. Thanks, Dan -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

Re: Here we go again - mod_webapp and mod_rewrite

2002-08-11 Thread Dan Lindy
it on Windows, so you're on your own as far as compiling it. Hope this helps, Dan /* Match an Apache request */ static int wam_match(request_rec *r) { wa_virtualhost *host=NULL; //wa_application *appl=NULL; //wa_chain *elem=NULL

Re: tomcat stops randomly. why??

2002-08-14 Thread Dan Lipofsky
, but an error is printed to STDERR or STDOUT - we have output redirected to a file using nohup. Under Unix a core file is generated unless you turn that off (I don't know if Windows has core files) - make sure you have core file generation turned on. We are running tomcat3.2.4/jdk1.3.1 on Solaris. - Dan

Re: env variable keeps resetting on restart of server

2002-08-26 Thread Dan Lipofsky
If you are setting it after you login, it only holds for that login session. If you logout or restart the server, it is gone. If you need it to stick around, you can put it in /etc/profile if you want it to apply to every person who logs in, or put it in your .profile ($HOME/.profile) file

j_security_check

2002-08-28 Thread Dan Payne
that access to the request. Any help appreciated. -Dan -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

Re: I can't stand the UnsatisfiedLinkErrors anymore with Tomcat4.0.1!

2002-02-12 Thread dan ancona
test code if you think that'd be helpful. Best, dan da - dan ancona. software engineer, adept project http://www.alexandria.ucsb.edu/~ancona/ On Tue, 12 Feb 2002, Craig R. McClanahan wrote: On Mon, 11 Feb 2002, Larry Meadors wrote: After more that a week of messing with it, I'm

RE: Rookie installing IIS Tomcat

2002-02-12 Thread Dan Muszynski
Hi, Did anybody reply to you yet? I'm interested in the same thing...and haven't seen any response on the list. I thought that maybe somebody might have sent something directly to you. If so, could you please forward it to me? Thanks, Dan -Original Message- From: Alejandro Alcalde

Tomcat 4.0 connector binaries (ajp, warp)

2002-02-13 Thread Dan Zehme
. For instance, for the webapp connector, it says to run ./configure --with-apxs, but there is no configure file in that directory. There is also no mention of how to build this connector under Win32. Dan Zehme [EMAIL PROTECTED]

4.0.2 connectors

2002-02-15 Thread Dan Zehme
Can anyone tell my why there are no binaries corresponding to the sources jakarta-tomcat-connectors-4.0.2-01-src.zip for Solaris, Linux, and Win32 (I need all three)? Dan Zehme [EMAIL PROTECTED]

Re: 4.0.2 connectors

2002-02-15 Thread Dan Zehme
Thanks for the pointer. The package seemed somewhat incomplete. - Original Message - From: Jean-Luc BEAUDET [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Friday, February 15, 2002 10:55 AM Subject: Re: 4.0.2 connectors Dan Zehme a écrit : Can anyone tell my why

Cannot find server or DNS Error on post

2002-02-15 Thread Dan Zehme
a solution? I did not see this with Tomcat 3.2, and I was having different problems with Tomcat 3.3. Dan

log4j spittng out multiple copies of each message

2002-02-19 Thread Dan Lipofsky
? If so, how do I stop it? - Dan -- To unsubscribe: mailto:[EMAIL PROTECTED] For additional commands: mailto:[EMAIL PROTECTED] Troubles with the list: mailto:[EMAIL PROTECTED]

Re: Multiple Tomcat-servers on a single machine

2002-02-20 Thread Dan Lipofsky
it) and the AJP12 socket (which is used for shutting down tomcat). We have a completely separate tomcat install for each user, in their home directory. This may not be necessary, but it is probably easiest and tomcat isn't very big. - Dan - Original Message - From: Anders Gunnare [EMAIL

RE: HowTo set max memory per applet

2002-03-14 Thread Rollo, Dan
environment variable, but it didn't appear to help.) Thanks, Dan ** This e-mail and any files transmitted with it may contain privileged or confidential information. It is solely for use by the individual for whom

SOLUTION: Linkage Error violates constraints

2002-03-14 Thread Dan Hinojosa
be in a war file or in the webapps directory. Seems that the the Servlet Specification and Tomcat Class Loader recommends that the dependent classes be placed like that. -- Dan Hinojosa Java XML Consultant | Developer | Instructor P.O. Box 4675 Albuquerque, NM 87196 (505) 363-5832 [EMAIL PROTECTED

Re: Multiple Tomcat 3.2.4 JVMs Document

2002-03-15 Thread Dan Lindy
to be working just fine with multiple instances of Tomcat running on the same server. I haven't looked at mod_jk or the Apache 2.0 version of mod_webapp, but I imagine the required hacks would be similar. If you're interested, let me know and I'll forward the code. Regards, Dan Lindy At 05:10

Re: AW: Multiple Tomcat 3.2.4 JVMs Document

2002-03-15 Thread Dan Lindy
: VirtualHost 192.168.1.200:80 ... DirectoryIndex /site1contextname/index.jsp # Should be equivalent to # RewriteEngine On # RewriteRule ^/$ /site1contextname/index.jsp [NC,R] /VirtualHost -Ursprüngliche Nachricht- Von: Dan Lindy [mailto:[EMAIL

Re: OFFTOPIC: apache mod_rewrite

2002-03-15 Thread Dan Lindy
structure */ ap_set_module_config(r-request_config, webapp_module, appl); // ...end added Regards, Dan Lindy At 04:02 PM 3/15/02 +, you wrote: Hi Paul, I sent a message to the dev list about this (no response, I even offered to do the coding). I've tried mod_rewrite

Re: OFFTOPIC: apache mod_rewrite

2002-03-15 Thread Dan Lindy
of developers decided to explicitly over-ride mod_rewrite because they thought this would result in a truer implementation of Sun's servlet API. Dan At 04:21 PM 3/15/02 +, James Williamson wrote: Thanks Dan, Actually I did something pretty similar (changing OK to DECLINED in wam_match

Re: OFFTOPIC: apache mod_rewrite

2002-03-15 Thread Dan Lindy
.: WebAppConnection warp warp localhost: compatible=Apache|Sun You seem to know a bit more about Apache module development than me; Would you like to broach the subject with them, or shall I? Dan At 06:18 PM 3/15/02 +, James Williamson wrote: In httpd.conf, are you doing a redirect [R

Re: OFFTOPIC: apache mod_rewrite

2002-03-15 Thread Dan Lindy
earlier message spells out how I think this is happening.) Dan At 06:18 PM 3/15/02 +, you wrote: In httpd.conf, are you doing a redirect [R] or a passthrough [PT] ? I'm guess I'm using RewriteRule (I'll read the docs now), which tells me this: 192.168.0.101 - - [15/Mar/2002:18:06:36+

Re: Question on reloading web-applications.

2002-03-28 Thread Dan K.
requests... Has anyone else encountered this on Windows (NT/2k) by the way? Regards, Dan On Wed, 27 Mar 2002, Fabian Sommer wrote: Hi Tarun, One way would be provide every user a way to reload their web-application only, without granting access to the manager application (and thus without

Re: resource-env-ref

2002-03-29 Thread Dan Hinojosa
*, security-constraint*, login-config?, security-role*, env-entry*, ejb-ref*, ejb-local-ref*) The DTD above requires that it be in order, otherwise you will get that message. It looks okay but this is something you should look for. : ) -- Dan Hinojosa Java XML Consultant | Developer

Tomcat corrupts file during download

2002-04-05 Thread Dan Gabdullin
to itself. Best regards, Dan -- To unsubscribe: mailto:[EMAIL PROTECTED] For additional commands: mailto:[EMAIL PROTECTED] Troubles with the list: mailto:[EMAIL PROTECTED]

RE: Tomcat corrupts file during download

2002-04-06 Thread Dan Gabdullin
Java HTTP server, and it didn't corrupt the file either, so the problem is not in JVM. I don't think that the problem lies in network configuration. In such a case none of the above servers would have worked. Best regards, Dan -- To unsubscribe: mailto:[EMAIL PROTECTED] For additional commands

RE: Tomcat corrupts file during download

2002-04-06 Thread Dan Gabdullin
Are you downloading the file with a jsp page? It should be noted that if you write to the output stream of a jsp page: [HttpServletResponse/ServletResponse.getOutputStream()], then the output stream returned is a character output stream and will mangle binary files and not handle all output

web-resource-collection in web.xml

2002-04-16 Thread Dan K.
for app_context/servlet/protected* which doesn't seem to work. Anyone got ideas? Is there anything security problem in allowing this? Thanks in advance. Regards, Dan -- To unsubscribe: mailto:[EMAIL PROTECTED] For additional commands: mailto:[EMAIL PROTECTED] Troubles with the list: mailto

tomcat 4.0.x auth tied to Turbine?

2002-04-18 Thread Dan K.
, perhaps we can share ideas on the best practices on doing this or anything similar? Regards, Dan -- To unsubscribe: mailto:[EMAIL PROTECTED] For additional commands: mailto:[EMAIL PROTECTED] Troubles with the list: mailto:[EMAIL PROTECTED]

Re: SingleSignOn Or Security Constraint ?

2002-04-18 Thread Dan K.
to the webapp. Regards, Dan On Thu, 18 Apr 2002, Renato Romano wrote: I just configured Single Sign on on my Tomcat4 server, and was just wondering what's the best way to chose, when I have to add a new service to my site, if just adding a security constraint, in my main Context, or configuring

Re: Which Apache-To-Tomcat Connector

2002-04-24 Thread Dan K.
Hi, I thought mod_webapp was suppose to be the successor to mod_jk in tomcat 4.x, and mod_jk only existed for backwards compatibility for tomcat 3.x. Don't know about mod_jk2 though... Regards, Dan On Wed, 24 Apr 2002, Michael Delamere wrote: Although I don´t have the answer, it´s a VERY

Re: LoadModule webapp_module modules/mod_webapp.so

2002-04-24 Thread Dan K.
Also, make sure you have a ServerName directive in your httpd.conf if you don't have it. Regards, Dan On Wed, 24 Apr 2002, Simon Stewart wrote: The only other thing that springs to mind is to use a path without spaces in, and perhaps to double up your back slashes. Try one, then the other

Java Execptions

2002-05-03 Thread Dan Gorman
java.lang.NoClassDefFoundError: org/apache/catalina/startup/Bootstrap Am I forgetting anything? It should just start the server on port 8080 by default correct? (All I need is a engine to run jsp's on my apache webservers) Best Regards, Dan Gorman -- To unsubscribe: mailto:[EMAIL PROTECTED

RE: Conncurency issue with tomcat???

2002-05-21 Thread Dan K.
Hi Raj, Which jvm are you using? I remember sun jvm 1.3.0 had an issue with HttpUrlConnection something I worked on. Upgrading to the latested jvm 1.3.1_whatever solved it... Regards, Dan On Tue, 21 May 2002, Ghorpade, Rajendra wrote: Hi Remy,Peter After some research I found out

context manager app in server.xml

2002-05-24 Thread Dan K.
Hi, Does anyone know what the privileged attribute mean for a Context entry for the manager app in server.xml? Context path=/manager docBase=manager debug=0 privileged=true/ Thanks, Dan -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail

configuring auto loading webapps (tomcat 4.0.3)

2002-06-20 Thread Dan Diodati
not seem to accept a Loader setting.Anyone know of a way around this? Dan Diodati [EMAIL PROTECTED] Senior Software Engineer NightFire Software -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

RE: Servlet knowing its own URL

2002-06-25 Thread Dan Diodati
I believe you have to access the HttpServletRequest object( getContextPath(), etc ). The getServletName() just returns then webapp name set in the web.xml file. -Original Message- From: Mike Jackson [mailto:[EMAIL PROTECTED]] Sent: Tuesday, June 25, 2002 9:33 AM To: Tomcat Users List

Tomcat container managed security for swing clients?

2001-11-27 Thread Dan Labrosse
Hi Does anyone know how to take advantage of Tomcat 4.0 container managed security features using a swing client? I appreciate that the using j_security_check flag from a jsp client sets the user's credentials which are intercepted by the container. Then container can then perform the realm

EmbededTomcat and SOAP

2001-12-11 Thread Dan Polivy
parameters in my code? Thanks! Dan _ Get your FREE download of MSN Explorer at http://explorer.msn.com/intl.asp -- To unsubscribe: mailto:[EMAIL PROTECTED] For additional commands: mailto:[EMAIL PROTECTED] Troubles

RemoteRuntimeException

2001-12-24 Thread Dan Lipofsky
weblogic install in both cases so I doubt it is weblogic's fault. Is this a bug in tomcat-3.3? Or something else? Thanks, Dan -- To unsubscribe: mailto:[EMAIL PROTECTED] For additional commands: mailto:[EMAIL PROTECTED] Troubles with the list: mailto:[EMAIL PROTECTED]

TC4.01: custom Authenticator

2002-01-09 Thread Dan Kha
the appropriate lines in the web.xml file but I haven't found a way to change that to support my own. Does anyone have any ideas? Thanks in advance, Dan NOTE to anyone thinking of extending FormAuthenticator or BasicAuthenticator, you need to get the cvs source since the Tomcat 4.01 distribution

RE: TC4.01: custom Authenticator

2002-01-09 Thread Dan Kha
for your help, Dan On Wed, 9 Jan 2002, Guido Medina wrote: the only you have to do is to inherite the authenticator scheme from Tomcat and re-write the methods...that's all, in the manual is explained how and which class you have to extend... Guido. -Original Message- From: Dan Kha

Re: TC4.01: custom Authenticator

2002-01-09 Thread Dan Kha
Hi Craig, Just what I needed. Thanks so much! As always, you're very helpful! On Wed, 9 Jan 2002, Craig R. McClanahan wrote: On Wed, 9 Jan 2002, Dan Kha wrote: Date: Wed, 9 Jan 2002 15:54:52 -0500 (EST) From: Dan Kha [EMAIL PROTECTED] Reply-To: Tomcat Users List [EMAIL PROTECTED

Re: TC4.01: custom Authenticator

2002-01-10 Thread Dan Kha
the protected example jsp page, I get this error: HTTP Status 500 - Configuration error: Cannot perform access control without an authenticated principal If I change the web.xml back to use FORM or BASIC then it would work. Would you have any ideas Craig? Thanks again, Dan On Wed, 9 Jan 2002, Craig

Experience with multiple Apache's hitting one Tomcat?

2002-01-10 Thread Dan Donahue
Title: Experience with multiple Apache's hitting one Tomcat? I've configured two apaches (1.322) on two different boxes to send requests to one tomcat. Everything seems to be working fine. I didn't find this mentioned in any of the documentation or user lists / FAQs, and I was wondering if

Re: Protected Area

2002-01-11 Thread Dan Kha
Hi David, Yeah, I see your url-pattern line is commented out. It should be something like this... url-pattern/jsp/security/protected/*/url-pattern Hope this helps, dan On Fri, 11 Jan 2002, Herzig, David wrote: Dear Tomcat Users I tried to define a protected area, so I can only

Re: Custom Authentication

2002-01-22 Thread Dan Kha
Hi Ricardo, See if these help: http://www.mail-archive.com/tomcat-user@jakarta.apache.org/msg35338.html http://www.mail-archive.com/tomcat-user@jakarta.apache.org/msg41747.html -- Dan Kha Development Team Computing Network Services York University, Toronto, Canada On Tue, 22 Jan 2002

Re: Custom Realm Implementation

2002-02-01 Thread Dan Kha
from GenericPrincipal or modify the hasRole() method. I would extend GenericPrincipal rather than modify hasRole(). Thanks, dan -- Development Team Computing Network Services York University, Toronto, Canada On Fri, 1 Feb 2002, Renato Romano wrote: I'm trying to write my own Realm but have

Include issues?

2001-08-15 Thread Dan Garcia
I have a site where jsp pages do a lot of includes... I'm using a cron job script calling a wget to check that the site is still up, and i have something that'll page/email me if anything's wrong with the page. What i'm seeing occur often is wget will only end up getting a partial page back,

Tomcat 3.2 iPlanet 4.1 experience??

2001-08-27 Thread Dan Mellen
! Regards, Dan [EMAIL PROTECTED] ___ Send a cool gift with your E-Card http://www.bluemountain.com/giftcenter/

Question

2001-09-10 Thread Dan Silva
I am using Tomcat as both web server and app server. How do I get my JSP pages to load from the web server and not from a client-side cache everytime they are hit? - - - Dan Silva Java Developer HcPersonal, Inc. [EMAIL PROTECTED]

RE: Question (browser cache)

2001-09-10 Thread Dan Silva
Thanks Pero! - - - Dan Silva Java Developer HcPersonal, Inc. [EMAIL PROTECTED] | -Original Message- | From: Peter Romianowski [mailto:[EMAIL PROTECTED]] | Sent: Monday, September 10, 2001 12:23 PM | To: [EMAIL PROTECTED] | Subject: RE: Question (browser cache) | | | basicly

Does anyone know how to 'make' NSAPI??

2001-09-10 Thread Dan Mellen
. Regards, Dan [EMAIL PROTECTED] ___ http://inbox.excite.com

Has anyone used nsapi_redirector.so before??

2001-09-10 Thread Dan Mellen
be greatly appreciated. Regards, Dan [EMAIL PROTECTED] ___ http://inbox.excite.com

remote tomcat worker - is it possible?

2001-09-14 Thread Dan Mellen
have any experience with this? TIA. Regards, Dan [EMAIL PROTECTED] ___ http://inbox.excite.com

2 Webservers - 1 Tomcat Engine

2001-09-14 Thread Dan Mellen
this? Do I have to have multiple Tomcat instances or will one be sufficient? Thanks for any help or direction in advance. Dan ___ http://inbox.excite.com

Tomcat 4 Tyrex DataSource Problems

2001-09-19 Thread Dan Powell
I'm having some difficulty creating a DataSource using the default Tyrex factory provided in Tomcat 4. In the DefaultContext, I have: ResourceParams name=jdbc/SomeDB parameter nameuser/name valueusername/value

Context Unpacking too Late

2001-09-24 Thread Dan Powell
In Tomcat 4's server.xml, I have the directive Context path= docBase=myApp debug=0/, and I am deploying the application myApp from a war. However, the war has not yet unpacked when Tomcat starts, and so when parsing the config file, when it finds that the myApp directory does not yet exist,

RE: Context Unpacking too Late

2001-09-24 Thread Dan Powell
-Original Message- From: Dan Powell [mailto:[EMAIL PROTECTED]] Sent: Monday, September 24, 2001 9:31 AM To: [EMAIL PROTECTED] Subject: Context Unpacking too Late In Tomcat 4's server.xml, I have the directive Context path= docBase=myApp debug=0/, and I am deploying the application myApp from

RE: Tomcat 4.0 Startup Defect

2001-10-02 Thread Dan Silcox
The J2EE jar contains many of the same api's that Catalina does in /common/lib such as servlet.jar, mail.jar, etc. You must either put the j2ee.jar under {your-app}/WEB-INF/classes/lib or remove from the j2ee.jar those api's that are used by Catalina. By the way, I've had this same problem

RE: Tomcat uptime...

2001-10-19 Thread Dan Silcox
We only bounce our server when we do a new deployment which so far has been in 1 to 3 month intervals -Original Message- From: Chris Gross [mailto:[EMAIL PROTECTED]] Sent: Friday, October 19, 2001 12:37 PM To: tomcatlist Subject: Tomcat uptime... How long do you guys go without

RE: JDBC Drivers

2001-10-23 Thread Dan Silcox
We get ours from technet.oracle.com - you will have to register but they have all of the oci, thin, etc for the various platforms and oracle versions. You should wind up with a classes12.zip file which you should rename to classes12.jar and deploy -Original Message- From: The Duke

Win2K IIS/Tomcat hangs

2001-10-23 Thread Dan Rasmussen
greatly appreciated. Thanks. Dan Rasmussen [jk_isapi_plugin.c (439)]: HttpFilterProc [/examples/jsp/index.html] is a servlet url - should redirect to ajp13 [jk_isapi_plugin.c (461)]: HttpFilterProc check if [/examples/jsp/index.html] is points to the web-inf directory [jk_isapi_plugin.c (517

Win2K IIS/Tomcat hangs

2001-10-25 Thread Dan Rasmussen
could be wrong? Is there something I missed in IIS: Security?, other virtual directories besides jakarta?. Suggestions? I had no problems integrating with Apache on NT and few with Apache on Solaris. IIS is a different story :( Any help greatly appreciated. Thanks. Dan Rasmussen

RE: XML ClassCastException and tomcat 4.0 documentation

2001-10-25 Thread Dan Silcox
I don't remember exactly what my error was but I rolled my JDOM 7 upgrade back to JDOM 6 because I was having some compatibility problems. You may want to see if that helps. I know JDOM6 works with the latest xerces.jar. -Original Message- From: Joel P. Worrall [mailto:[EMAIL

Re: Win2K IIS/Tomcat hangs

2001-10-25 Thread Dan Rasmussen
I got this privately from Larry but I would like to publicly thank him for nailing it on the head and solving this problem for me. Using the 3.2.3 redirector with 3.3 is what caused my problem. Simply dripping in the 3.3 version instantly solved the problem. Thanks very much. Dan Rasmussen

Re: JSP/Servlet Web Hosting?

2001-11-12 Thread Dan Hinojosa
Kattare.com C Cayetano wrote: Anyone know or can recommend a reasonable priced web hosting company that supports JSP/servlets? Thanks in advance Chris -- To unsubscribe: mailto:[EMAIL PROTECTED] For additional commands: mailto:[EMAIL PROTECTED] Troubles with the list: mailto:[EMAIL

RE: apxs:Error: no config variable LDFLAGS_SHLIB

2001-11-13 Thread Dan Silcox
I had the same problem and it was solved if I deleted and then re-compiled/installed apache with the apxs flag and mod_so module compiled in. -Original Message- From: Matt Goyer [mailto:[EMAIL PROTECTED]] Sent: Monday, November 12, 2001 5:18 PM To: Tomcat Users Subject: apxs:Error: no

Tomcat Production References

2001-04-11 Thread Dan Turner
, so an EJB container is not required. Do anyone have/know of any projects in the USA that have successfully implemented Tomcat as a large-scale Java application server? Thanks, Dan Turner Project Manager iRise One Front Street, Suite 900 San Francisco, CA 94115 (415) 948-5210 www.irise.com

mod_jk advice

2001-04-12 Thread Dan Sandberg
, with no success. No error messages were generated either. As soon as I compiled it myself, bingo, everything worked fine. Now I'm off to continue the torture with mod_webapp. Yaye. -Dan

mod_webapp.so advice

2001-04-14 Thread Dan Sandberg
. -Dan

RE: mod_webapp.so advice

2001-04-15 Thread Dan Sandberg
Are you saying the connectors from Tomcat 3 work with Tomcat 4? Because Tomcat 4 doesn't include any ajp connectors as far as I can tell. How is this setup? Thanks, -Dan Hi there! I just wanted to say that while I myself haven't tried using mod_webapp, I've had great luck using mod_jk

  1   2   3   4   >