How do I change servlet contexts???

2003-07-30 Thread da_alchemist
Tomcat: 4.1.24 I have a war file whose base context is "/example". Within that context there is an HTTP servlet (GuestServlet) with a servlet mapping that captures everything under "/example/guest/*". Within GuestServlet.class I create a RequestDispatcher to forward control to an HTML page (look

Where is mod_jk2?

2003-07-23 Thread da_alchemist
Maybe I overlooked something, but I cannot find a link to download mod_jk2 (or coyote) for Apache 1.3.27 to talk with Tomcat at the jk2 website (http://jakarta.apache.org/tomcat/tomcat-4.1-doc/jk2/index.html). Does anyone know where the link to download mod_jk2 is? I find it incredible that there

Re: Tomcat vs. JBoss

2003-04-05 Thread da_alchemist
It is sad really to be exposed like this. Your company's web site does present you as the J2EE expert and yet you ask questions that do not "mix", for lack of a better description. If you truly understood J2EE and merely glanced at the JBoss web site (www.jboss.org) you would hopefully be able to

Re: One last try, am I the only one that has ever seen this?

2002-11-19 Thread da_alchemist
No, I have not seen this before, but try setting your to something explicit and try the appBase and docBase without a dot "." in the path ".../customer.com/..." and see if that helps. Thanks. --- Brandon Cruz <[EMAIL PROTECTED]> wrote: > Hi, > > When setting up a host with the following syntax

Re: SUCCESSFUL Tomcat Install!

2002-11-19 Thread da_alchemist
... hmm... a small correction... Tomcat is a J2EE container in that it is a Servlet container, whereas JBoss is an EJB container that uses Tomcat (and others like Jetty) for servicing Servlets, but both are containers under the J2EE architecture... --- Bill Barker <[EMAIL PROTECTED]> wrote: > Ther

Know a good Apache HTTP Stat Collector???

2002-11-04 Thread da_alchemist
Hello All, Does anyone know of a good statistics (page hit counts, site hits, etc.) collector for the Apache HTTP Server (especially free ones)? Thanks. __ Do you Yahoo!? HotJobs - Search new jobs daily now http://hotjobs.yahoo.com/ -- To unsubscr

Re: NEWBIE: Intercepting the jsp request before its written as a java file

2002-10-30 Thread da_alchemist
If I understand your question correctly, why don't you just use one of the include directives to insert that into your file where you want it? Either: <%@ include file="relativeURL" %> -- OR -- + Thanks. --- Jan-Michael Ong <[EMAIL PROTECTED]> wrote: > Greetings Tomcat-Users Grou

Re: Search engines and MVC--to clarify

2002-10-30 Thread da_alchemist
Your question is not descriptive enough, which is the reason you were directed to the java.sun.com website. What you are asking makes no sense. You must elaborate more about what you are trying to accomplish. You have 2 websites implemented under the MVC design pattern. Okay, now what? You wou

RE: MBeans?

2002-10-02 Thread da_alchemist
I just wanted to point out that the referenced article is a little dated and that JBoss now has clustering support. http://www.onjava.com/pub/a/onjava/2002/07/10/jboss.html Thanks. --- "Shapira, Yoav" <[EMAIL PROTECTED]> wrote: > Hi, > > > >I am building a custom user system which extends > t

Re: Digested Passwords and the server/lib/catalina.jar file

2002-09-10 Thread da_alchemist
It's error prone either way-- .../common/lib or .../WEB-INF/lib-- upon upgrade. Without understanding the full scope of your project I would tend to lean towards the first solution (.../WEB-INF/lib) unless the .jar file needs to be available to all web applications. The "common" directory accord

Re: One file not being compiled :'(

2002-09-01 Thread da_alchemist
Umm... it is kind of hard to diagnose an ant build file without being able to see it... maybe you should post it and someone may be able to help you... Thanks. --- Josh G <[EMAIL PROTECTED]> wrote: > > Hi, for some reason, one file in my project is not > being compiled. All others > in the dir

Best Connector Setup???

2002-07-30 Thread da_alchemist
Hello All, I am a newbie so bear with me if these seem like simple questions. My understanding is that only WARP and AJP are used to connect with Apache httpd server and the HTTP connector utilizes Tomcat as a web server. Is that correct??? In a production environment with Tomcat 4, which conn