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 Eden [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, March 19, 2002 11:23 AM
To: 'Tomcat Users List'
Subject: RE: JSP Page caching questions


FWIW, I wrote a small Perl script for doing a recursive touch on all
files in a given directory.  It is at
http://www.anthonyeden.com/projects/perl/rtouch.pl.txt

Sincerely,
Anthony Eden

> -Original Message-
> From: Diego, Emil [mailto:[EMAIL PROTECTED]]
> Sent: Tuesday, March 19, 2002 9:14 AM
> To: Tomcat Mailing List (E-mail)
> Subject: JSP Page caching questions
>
>
>
> Hi,
>
> Here is the environment I am running under.
> Redhat linux 7.2 running apache 1.3 and Tomcat 3.2.3.
>
> I have a JSP website that I am making modifications to, here
> is what is happening.
>
> I hav a group of 20 pages, that are all including another
> pages using the following tag <%@include file="includes/main.jsp" %>
>
> I modified the main.jsp page to modify the order of some menu
> buttons.
>
> My question is this. Of the 20 pages that are including this
> file, only 2 of them are displaying the modified menu button
> order. And those 2 were new pages that I added to the site.
>
> I am assuming that the two pages are working fine because
> they were not previously compiled by tomcat.
>
> My question is this.  How do i tell tomcat to recompile all
> the JSP so that they are
> updated with the modifications I made.
>
>
> Emil
>
> --
> To unsubscribe:   
> For additional commands: 
> Troubles with the list: 
>


--
To unsubscribe:   
For additional commands: 
Troubles with the list: 



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 tomcat to authenticate
users against MS ActiveDirectory?  Cheers,
 
Paul


--
To unsubscribe, e-mail:   
For additional commands, e-mail: 




RE: Authenticating against Microsoft ActiveDirectory

2002-05-10 Thread Don Sauer

You can script your JSP/servlets to do this with application code --
another way would be in the server.xml to configure the
credentialInterpretor to make the LDAP link (this is a little more
difficult)and I have got it to work consistently under high traffic

-Original Message-
From: Galbraith, Paul [mailto:[EMAIL PROTECTED]] 
Sent: Friday, May 10, 2002 2:49 PM
To: Tomcat Users List
Subject: RE: Authenticating against Microsoft ActiveDirectory


Don, are you talking about application code to do this, or can Tomcat be
configured to do this?

-Original Message-
From: Don Sauer [mailto:[EMAIL PROTECTED]]
Sent: May 10, 2002 3:47 PM
To: 'Tomcat Users List'
Subject: RE: Authenticating against Microsoft ActiveDirectory


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 tomcat to authenticate
users against MS ActiveDirectory?  Cheers,
 
Paul


--
To unsubscribe, e-mail:
<mailto:[EMAIL PROTECTED]>
For additional commands, e-mail:
<mailto:[EMAIL PROTECTED]>


--
To unsubscribe, e-mail:
<mailto:[EMAIL PROTECTED]>
For additional commands, e-mail:
<mailto:[EMAIL PROTECTED]>


--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>




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 within the new docBase - if I try a different page
in that docBase such as http://www.xyz.xom/about.jsp it comes up
correctly. Currently, the only hosts and contexts are to xyz.com the
logs show access to the different contexts correctly and it doesn't
throw and error in the catalina.out. What am I missing that it isn't
bringing up the index.jsp from the docBase? 

 

  







   


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]