Re: php and apache tomcat

2005-03-24 Thread peter smith
this isnt a horse.but I would like a stable way of intergrating PHP 5 with Apache tomcat 4.1 so if anyone has managed it...would love to know how to do it Pete On Mon, 21 Mar 2005 03:42:36 +0100, iƱaki [EMAIL PROTECTED] wrote: But is stable? Pablo E. Siciliano wrote: I haven't tried

php and apache tomcat

2005-03-20 Thread peter smith
I have an apache tomcat server 4.1 running on my PC, I tried to install PHP using hte installer adn it came up with the option to allow it to run with an apache server. but when I choose it, there was an error message saying that a config file was missing..the file it was requesting wasnt on

how to tell if Jikes is being run??

2004-12-31 Thread Peter Smith
I gleaned info from this mailing list archive and other websites and configured my Tomcat to use the Jikes compiler instead of the one from the Sun JDK. Nothing seems faster, so I must've done something wrong. Question is - is this the only way to tell if I'm actually using Jikes - to see if

Load balancing an authenticated session

2003-08-14 Thread Peter Smith
-- Peter Smith Software Engineer InfoNow Corporation - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: RES: Handling auth failure

2003-07-21 Thread Peter Smith
Hi Christian, Its after the welcome-list. You can look at the dtd (http://java.sun.com/dtd/web-app_2_3.dtd) for more info. Peter -- Peter Smith Software Engineer InfoNow Corporation From: Christian J. Dechery - ACCENTURE [EMAIL PROTECTED] Reply-To: Tomcat Users List [EMAIL PROTECTED] Date

Re: per-context classpaths?

2003-07-20 Thread Peter Smith
You could setup a test instance of tomcat and a production instance. That's how we distinguish between test jar files and prod ones. Peter -- Peter Smith Software Engineer InfoNow Corporation From: Gil Hauer [EMAIL PROTECTED] Reply-To: Tomcat Users List [EMAIL PROTECTED] Date: 20 Jul 2003

Possible bug in PageContextImpl.java?

2003-07-18 Thread Peter Smith
it to exception. Am I missing something somewhere? Thanks in advance, Peter -- Peter Smith Software Engineer InfoNow Corporation - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: off subject - examples

2003-07-01 Thread Peter Smith
Donald, You might want to try Sun's JavaServer Pages forum. Here is the link: http://forum.java.sun.com/forum.jsp?forum=45 Peter -- Peter Smith Software Engineer InfoNow Corporation From: Donald Duquaine [EMAIL PROTECTED] Organization: Millennium Laboratories Inc. Reply-To: Tomcat Users

mapping/war file structure questions...

2001-05-10 Thread Peter Smith
1. What is the 'default' servlet? Is the servlet defined in a web.xml file to have the 'servlet-name' default? Couldn't find definition in servlet spec. 2. How does Tomcat map a request to a specific application? For instance, if my tomcat-apache.conf file, which is #included in my

Re: OAS and jserv

2001-04-24 Thread Peter Smith
Can Oracle Application Server/Apache be integrated with Tomcat (presumably using mod_jk) instead of the JServ it ships with? Anyone done it? I'm stuck using Oracle Application Server and I wish to deploy Java-based apps using Tomcat instead of the shipped JServ engine. Someone has previously

Re: Superclass for JSPs?

2001-04-06 Thread Peter Smith
I honestly don't know if it's possible to subclass your JSP pages, but I may have a hack workaround. First, know that you can declare a 'jspinit()' method that is just like the 'init()' method in your servlet. Search the following doc for details:

Which workers am I using?

2001-04-06 Thread Peter Smith
I can see the ajp12 and 13 worker threads being instantiated (via log messages in the console) when I crank up Tomcat, but how do I know if the 13's are being used at all? All my auto-generated files continue to point to 'ajp12' workers, even after I've changed almost every reference I can find

How do I know if I'm actually using ajp13 workers?

2001-04-04 Thread Peter Smith
I can see the ajp12 and 13 worker threads being instantiated (via log messages in the console) when I crank up Tomcat, but how do I know if the 13's are being used at all? All my auto-generated files continue to point to 'ajp12' workers, even after I've changed almost every reference I can find