Error 200?

2002-02-06 Thread Gary Lawrence Murphy
the archives and Google for this error and while I found no information about a potential cause, I did see many JSP pages which inadvertently got themselves indexed with this message as their very first line ;) What is Error 200? -- Gary Lawrence Murphy [EMAIL PROTECTED] TeleDynamics Communications Inc

Can a servlet exit?

2002-02-06 Thread Gary Lawrence Murphy
(the proper way to do this), but for now the easiest path would seem to be to have the servlet purge itself from the servlet container such that it will be completely reloaded on the next request. Is this possible? -- Gary Lawrence Murphy [EMAIL PROTECTED] TeleDynamics Communications Inc Business

Re: Error 200?

2002-02-07 Thread Gary Lawrence Murphy
they never report it. What I'm hoping is someone familiar with the sources can check the tomcat/jasper sources to see if it is in there somewhere (or maybe mod_jk?) as this error is itself an error: It should report to the stderr log, not the servlet output stream. -- Gary Lawrence Murphy [EMAIL

Re: Can a servlet exit?

2002-02-07 Thread Gary Lawrence Murphy
, this sounds like exactly the process we'd need; where can I learn more about this process? -- Gary Lawrence Murphy [EMAIL PROTECTED] TeleDynamics Communications Inc Business Innovations Through Open Source Systems: http://www.teledyn.com Computers are useless. They can only give you answers

Excluding JkMounts in Tomcat 3.x ?

2001-11-30 Thread Gary Lawrence Murphy
Lawrence Murphy [EMAIL PROTECTED] TeleDynamics Communications Inc Business Innovations Through Open Source Systems: http://www.teledyn.com Computers are useless. They can only give you answers.(Pablo Picasso) -- To unsubscribe: mailto:[EMAIL PROTECTED] For additional commands: mailto:[EMAIL PROTECTED

Excluding JkMounts in Tomcat 3.x ?

2001-12-05 Thread Gary Lawrence Murphy
, it doesn't work. Can I _exclude_ a pattern from JkMount? Is JkMount a proper regexp? -- Gary Lawrence Murphy [EMAIL PROTECTED] TeleDynamics Communications Inc Business Innovations Through Open Source Systems: http://www.teledyn.com Computers are useless. They can only give you answers.(Pablo

JSERV: ApJServMount /webapp /webapp ?

2001-12-13 Thread Gary Lawrence Murphy
Lawrence Murphy [EMAIL PROTECTED] TeleDynamics Communications Inc Business Innovations Through Open Source Systems: http://www.teledyn.com Computers are useless. They can only give you answers.(Pablo Picasso) -- To unsubscribe: mailto:[EMAIL PROTECTED] For additional commands: mailto:[EMAIL

Re: Tomcat and MySQL

2001-05-10 Thread Gary Lawrence Murphy
Any recommendations for JDBC connection pool software? I'd seen Turbine mentioned in this context, but couldn't figure out how to extract just that functionality from it. Any other recommended packages for a simple but robust pool? -- Gary Lawrence Murphy [EMAIL PROTECTED] TeleDynamics

Re: Tomcat and MySQL

2001-05-10 Thread Gary Lawrence Murphy
Lawrence Murphy [EMAIL PROTECTED] TeleDynamics Communications Inc Business Innovations Through Open Source Systems: http://www.teledyn.com Computers are useless. They can only give you answers.(Pablo Picasso)

Re: (urgent!!!)authorization required in tomcat working with apache

2001-05-12 Thread Gary Lawrence Murphy
-- Gary Lawrence Murphy [EMAIL PROTECTED] TeleDynamics Communications Inc Business Innovations Through Open Source Systems: http://www.teledyn.com Computers are useless. They can only give you answers.(Pablo Picasso)

Common (or combined) log format from a servlet/JSP?

2001-05-16 Thread Gary Lawrence Murphy
appear to be any easy transformation short of creating my own subclasses of the format classes. -- Gary Lawrence Murphy [EMAIL PROTECTED] TeleDynamics Communications Inc Business Innovations Through Open Source Systems: http://www.teledyn.com Computers are useless. They can only give you answers

Re: .html files does not work with tomcat.

2001-05-16 Thread Gary Lawrence Murphy
Lawrence Murphy [EMAIL PROTECTED] TeleDynamics Communications Inc Business Innovations Through Open Source Systems: http://www.teledyn.com Computers are useless. They can only give you answers.(Pablo Picasso)

Re: JSP architecture resources

2001-05-16 Thread Gary Lawrence Murphy
Check out the discussons on the jakarta turbine page. -- Gary Lawrence Murphy [EMAIL PROTECTED] TeleDynamics Communications Inc Business Innovations Through Open Source Systems: http://www.teledyn.com Computers are useless. They can only give you answers.(Pablo Picasso)

Re: Common (or combined) log format from a servlet/JSP?

2001-05-17 Thread Gary Lawrence Murphy
, I want to log events in my application and log them in a format that can be used by programs like awstats. -- Gary Lawrence Murphy [EMAIL PROTECTED] TeleDynamics Communications Inc Business Innovations Through Open Source Systems: http://www.teledyn.com Computers are useless. They can only give

Re: using Turbine with Tomcat 3.3: NoSuchMethodError?

2001-05-23 Thread Gary Lawrence Murphy
it? Also, since the TurbineServices is a Singleton, it should have been initialized when the class is loaded, and the constructor reduces to BaseInitableBroker() which does nothing; there does not appear to be any opportunity for the constructor to fail! -- Gary Lawrence Murphy [EMAIL PROTECTED

using Turbine with Tomcat 3.3: NoSuchMethodError?

2001-05-23 Thread Gary Lawrence Murphy
) at org.apache.tomcat.modules.server.Http10Interceptor.processConnection(Http10Interceptor.java:143) at org.apache.tomcat.util.net.TcpWorkerThread.runIt(PoolTcpEndpoint.java:424) at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:497) at java.lang.Thread.run(Thread.java:498) -- Gary Lawrence Murphy

Re: Connection/Database pooling

2001-05-25 Thread Gary Lawrence Murphy
the docs for Jakarta-Turbine as an alternative application environment that sits on top of Tomcat and provides many services, including db connection pools. -- Gary Lawrence Murphy [EMAIL PROTECTED] TeleDynamics Communications Inc Business Innovations Through Open Source Systems: http://www.teledyn.com

Re: tomcat/linux question

2001-05-27 Thread Gary Lawrence Murphy
the API docs) but be aware that this does not prevent trouble, it just ensures your app will abort quickly when a problem arises. -- Gary Lawrence Murphy [EMAIL PROTECTED] TeleDynamics Communications Inc Business Innovations Through Open Source Systems: http://www.teledyn.com Computers are useless

Re: JDBC Connections

2001-05-28 Thread Gary Lawrence Murphy
is considerable. -- Gary Lawrence Murphy [EMAIL PROTECTED] TeleDynamics Communications Inc Business Innovations Through Open Source Systems: http://www.teledyn.com Computers are useless. They can only give you answers.(Pablo Picasso)

Re: Path args to Tomact JSP?

2001-03-15 Thread Gary Lawrence Murphy
Slightly related to this thread, is it possible to have a JSP page using extended path parameters? for example: http://host/app/index.jsp/parm1/parm2 I tried the Apache directive JkMount /*.jsp/* ajp12 but that did not work. -- Gary Lawrence Murphy [EMAIL PROTECTED] TeleDynamics

Re: 3.2.1 commercial applications

2001-03-15 Thread Gary Lawrence Murphy
in about a month for our first public web product. -- Gary Lawrence Murphy [EMAIL PROTECTED] TeleDynamics Communications Inc Business Innovations Through Open Source Systems: http://www.teledyn.com "Computers are useless. They can only give you answers."(Pablo Picasso)

Re: 3.2.1 commercial applications

2001-03-15 Thread Gary Lawrence Murphy
Also www.superb.net has no applications per-se (they are an ISP) but any you do find on superb-hosted sites are running on the Tomcat 3.2 that Lu Vo and I installed. -- Gary Lawrence Murphy [EMAIL PROTECTED] TeleDynamics Communications Inc Business Innovations Through Open Source Systems: http

Re: System out and System err

2001-03-15 Thread Gary Lawrence Murphy
"J" == Jeff Finley [EMAIL PROTECTED] writes: J Where are the outputs for these going in Tomcat 4.01beta? I J cannot find them in any logs! Please help, need it to debug a J servlet. Bad choice. IMHO, you should be using org.apache.log4j -- Gary Lawrence Murphy [EMAIL

server-init of JSP bean

2001-03-19 Thread Gary Lawrence Murphy
I know I can initialize a servlet when tomcat boots by entering it into the web.xml file, but is there an elegant way to initialze an application-scoped jsp:useBean? Right now, I just hit the page with Lynx when the tomcat script boots, but that's pretty kludgy. -- Gary Lawrence Murphy [EMAIL

Re: Merry XMAS - is there really a santa claus :)

2000-12-15 Thread Gary Lawrence Murphy
, couldn't resist. -- Gary Lawrence Murphy [EMAIL PROTECTED] TeleDynamics Communications Inc Business Innovations Through Open Source Systems: http://www.teledyn.com "Computers are useless. They can only give you answers."(Pablo Picasso)