Re: Tomcat 5.5 Serve HTML Pages direct several hosts

2008-05-30 Thread Jim Willeke
Thanks to all. -jim On Tue, May 27, 2008 at 12:15 PM, Caldarale, Charles R <[EMAIL PROTECTED]> wrote: >> From: Jim Willeke [mailto:[EMAIL PROTECTED] >> Subject: Re: Tomcat 5.5 Serve HTML Pages direct several hosts >> >> I managed to get the "default.com"

JNDI Realm

2008-05-28 Thread Jim Willeke
ctory." Where would you find such a "ldap.jar" file as JNDI has been built into the base Java since 1.4? -- -jim Jim Willeke - To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTE

Re: Force All Requests to a single servlet

2008-03-28 Thread Jim Willeke
Tomcat 5.5 Ok, I deployed to: /tomcat9080/webapps/ROOT/WEB-INF web.xml index.jsp Redirect com.willeke.web.Redirect Redirect /* Almost works. The only issue I have is when a URL like: http://willeke.com:9080/wikildap/Wiki.jsp?page=UsefullCom

Force All Requests to a single servlet

2008-03-28 Thread Jim Willeke
I have moved a sever from port 9080 to using another tomcat instance (on port 80) and have renamed the sites. I want to intercept all the requests to the 9080 port and analyze the incoming URL and redirect to the new location(s). I can write the servlet, but have not figured out how to force ever