RE: Manager App Doesn't Reload wars

2003-12-19 Thread Sleeper, Jesse
application. This recreates the webapp from the new war. -Art -Original Message- From: Sleeper, Jesse [mailto:[EMAIL PROTECTED] Sent: Tuesday, December 09, 2003 1:06 PM To: [EMAIL PROTECTED] Subject: Manager App Doesn't Reload wars I'll give it another shot. In Tomcat 4.1.1.2, wars

RE: help in tomcat 5 and MS SQL 2000

2003-12-17 Thread Sleeper, Jesse
If you have a driver already I'll post a sample configuration. Whould that help? Jester -Original Message- From: Alan Czajkowski [mailto:[EMAIL PROTECTED] Sent: Wednesday, December 17, 2003 11:37 AM To: Tomcat Users List Subject: Re: help in tomcat 5 and MS SQL 2000 u can either: a)

Benefits of Apache Server

2003-12-16 Thread Sleeper, Jesse
Could someone point me where I might find what real added benefit (performance, security or otherwise) that I might recieve by integrating Apache with my Tomcat Server? Thanks, Jester - To unsubscribe, e-mail: [EMAIL

RE: changing the manager password

2003-12-10 Thread Sleeper, Jesse
You can modify roles and passwords with the admin module in Tomcat: http://localhost:8080/admin Jester -Original Message- From: Luc Foisy [mailto:[EMAIL PROTECTED] Sent: Wednesday, December 10, 2003 9:55 AM To: Tomcat User List (E-mail) Subject: changing the manager password Any way

Manager App Doesn't Reload wars

2003-12-09 Thread Sleeper, Jesse
I'll give it another shot. In Tomcat 4.1.1.2, wars can be Deployed on a Hot Server for the first time but not Undeployed if there are any jars in the WEB-INF/lib directory of the app. Tomcat also does not reflect any changes in the application if Undeployed and Deployed again because the

RE: Basic Authentication

2003-12-05 Thread Sleeper, Jesse
Here is the exact code to do it my friend. Redirect or whatever you want, after the System.out.println -Jesse = import javax.servlet.*; import javax.servlet.http.*; import java.io.*; import java.util.*; public class AuthenticationServlet extends

Hot Deployment

2003-12-04 Thread Sleeper, Jesse
Hello, I have never seen a webapp update properly when redeploying using Ant on a Win2k server. Steps: Undeploy app Deploy app Result: Does not update with changes. (old app is cached in work directory) Steps: Undeploy app Remove app folder from work directory Deploy