Re: Tomcat with external JBoss (JNDI problems)...

2002-11-22 Thread Anthony Geoghegan
Since the local TOMCAT JNDI server is not compatible with the JBOSS JNDI server you probably have the -nonaming switch activated. Since this deactivates the TOMCAT JNDI server you can access the local JNDI properties that way. Best Regards, Anthony Geoghegan. J2EE Developer CPS Ireland Ltd

Re: Problem in Tomcat Servlet calling JBoss EJB running on a different machine

2002-11-11 Thread Anthony Geoghegan
Tomcat -nonaming switch used? The Tomcat JNDI server conflicts with JBOSS's you have to switch it off from the command line. Best Regards, Anthony Geoghegan. J2EE Developer CPS Ireland Ltd. - Original Message - From: "Giuseppe Sorce" <[EMAIL PROTECTED]> To: "

Re: how do I invoke servlet from a servlet in different web application?

2002-10-25 Thread Anthony Geoghegan
You could try a client-side redirect. response.sendRedirect(..URL..); Best Regards, Anthony Geoghegan. J2EE Developer CPS Ireland Ltd. - Original Message - From: "Jason Novotny" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, October 25, 2002 10:05 AM Su

Re: Apache 2, Tomcat, & JBoss configuration

2002-10-08 Thread Anthony Geoghegan
You have to use remote interfaces and turn off the TOMCAT JNDI server to use the JBOSS JNDI server, otherwise it's fine. Best Regards, Anthony Geoghegan. J2EE Developer CPS Ireland Ltd. - Original Message - From: "Jim Haggerty" <[EMAIL PROTECTED]> To: "

Re: migration questions

2002-09-04 Thread Anthony Geoghegan
Yes but it's normally something like: www.example.com/servlet/~richard so that Apache can forward the request with anything like www.example.com/servlet to Tomcat. Best Regards, Anthony Geoghegan. J2EE Developer CPS Ireland Ltd. - Original Message - From: "Richard Chamberlai

Re: MVC and caching

2002-08-29 Thread Anthony Geoghegan
Additionally to use the clientside cache as it was meant to be used have a look at the "last-modified" response header. Best Regards, Anthony Geoghegan. J2EE Developer CPS Ireland Ltd. - Original Message - From: "Andreas Mohrig" <[EMAIL PROTECTED]> To: &qu

Re: MVC and caching

2002-08-29 Thread Anthony Geoghegan
Is that a client caching issue? If so a variety of http header settings can be used to clear a client-side cache. Best Regards, Anthony Geoghegan. J2EE Developer CPS Ireland Ltd. - Original Message - From: "Josh G" <[EMAIL PROTECTED]> To: "Tomcat Users List"

Re: Java servlets & html escape codes.

2002-07-30 Thread Anthony Geoghegan
Thanks Simon perfect. Best Regards, Anthony Geoghegan. J2EE Developer CPS Ireland Ltd. - Original Message - From: "Simon Stewart" <[EMAIL PROTECTED]> To: "Tomcat Users List" <[EMAIL PROTECTED]> Sent: Tuesday, July 30, 2002 11:44 AM Subject: Re: Java serv

Java servlets & html escape codes.

2002-07-30 Thread Anthony Geoghegan
Anyone know a low overhead class or method for converting text strings to html escape coded strings (and back again) for java Servlet implementation? i.e. & --> & etc. Best Regards, Anthony Geoghegan. J2EE Developer CPS Ireland Ltd. -- To unsubscribe, e-mail: <mailto:[EMAIL P

Re: Request forwarding to a specific target frame?

2002-07-25 Thread Anthony Geoghegan
Can't be done server-side. This is a client issue. Best Regards, Anthony Geoghegan. J2EE Developer CPS Ireland Ltd. - Original Message - From: "Andreas Schlegel" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, July 25, 2002 10:18 AM Subject: Reque

Re: client authorization.

2002-07-17 Thread Anthony Geoghegan
What if the client isn't a browser but a Microsoft ASP based HTTPXML call? Best Regards, Anthony Geoghegan. J2EE Developer CPS Ireland Ltd. - Original Message - From: "Craig R. McClanahan" <[EMAIL PROTECTED]> To: "Tomcat Users List" <[EMAIL PROTECTED]>

client authorization.

2002-07-17 Thread Anthony Geoghegan
Is it possible to use client certificate authorization without a password and its associated dialog? Best Regards, Anthony Geoghegan. J2EE Developer CPS Ireland Ltd. -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

client cert authorization method.

2002-07-16 Thread Anthony Geoghegan
Hi guys, Does anybody have any links on simple implementations of cert based authentication for stand-alone implementations of TOMCAT 4.x? Best Regards, Anthony Geoghegan. J2EE Developer CPS Ireland Ltd. -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands,

Virtual JSP folders...

2002-07-10 Thread Anthony Geoghegan
Is it possible to set up virtual jsp/image folders in a stand-alone implementation of Tomcat? Ant. -- To unsubscribe, e-mail: For additional commands, e-mail:

Re: The best website database!

2002-06-29 Thread Anthony Geoghegan
than others though. And it's not difficult to install. Best Regards, Anthony Geoghegan. J2EE & Oracle Consultant. - Original Message - From: "Liam Morley" <[EMAIL PROTECTED]> To: "Tomcat Users List" <[EMAIL PROTECTED]> Sent: Saturday, June 29, 2002 1

Re: getting classes to execute on tomcat startup.

2002-06-27 Thread Anthony Geoghegan
Doh! Next time I'll read all the snippet. Apologies. Best Regards, Anthony Geoghegan. J2EE & Oracle Consultant. - Original Message - From: "Anthony Geoghegan" <[EMAIL PROTECTED]> To: "Tomcat Users List" <[EMAIL PROTECTED]> Sent: Thursday, Ju

Re: getting classes to execute on tomcat startup.

2002-06-27 Thread Anthony Geoghegan
I wasn't aware of the load on start-up option. Sweet. Can you do that with Jsp's? That means you can pre-initialise scheduled services as threads, cool. Does anybody have sample web.xml entry to force load on start-up? Best Regards, Anthony Geoghegan. J2EE & Oracle Consultant.

Re: getting classes to execute on tomcat startup.

2002-06-26 Thread Anthony Geoghegan
Is there any way of getting classes to initialise application scope variables on Tomcat startup without having to call a servlet or JSP? Best Regards, Anthony Geoghegan. J2EE & Oracle Consultant. -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mai