snmp and Nagios

2005-04-24 Thread lawrence
. Thanks Lawrence. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Trouble with JDBC Session Persistence (Tomcat 4.1)

2005-07-07 Thread lawrence
I am having some troubles getting JDBC session persistance to work. I have set up my Oracle DB and server.xml correctly (as I have verified that the session is indeed stored in the DB), but then after restarting tomcat, it appears that the session is not getting swapped in correctly. Here

Newbie Installation Help

2002-03-24 Thread Lawrence, Gareth
Greetings All, Getting stuck with a Tomcat installation. Got jakarta-tomcat-4.0.2.src and gunzipped /tar it no problems. However there is no bin folder, I was expected this to run the startup command - does the src file needed to be executed or something? I have installed already (on Linux

RE: tomcat4 config.

2002-03-26 Thread Lawrence, Gareth
Depends what shell your using and what your setup is :-)) I'm using tcsh on debian and the file to set my variables in is /etc/csh.cshrc I've got: setenv JAVA_HOME /usr/java/j2sdk1.4.0 setenv JAKARTA_HOME /usr/java/jakarta setenv ANT_HOME $JAKARTA_HOME/jakarta-ant-1.4.1 setenv TOMCAT_HOME

Deployment [Newbie]

2002-03-26 Thread Lawrence, Gareth
Greetings All, Got tomcat going well on linux, but deployment is giving me a headache :-(( I'm looking at the documentation and the example web.xml file and I'm not sure what I need to do to set up a webapp ??? I've got my folder in webapps: groupa Directory Structure: groupa

RE: Deployment [Newbie]

2002-03-26 Thread Lawrence, Gareth
Lol :-) No time for reading books - I need to get this going :-) I've found http://www.onjava.com/lpt/a//onjava/2001/04/19/tomcat.html so hopefully that provides me with a better starting point than the tomcat documentation. -Original Message- From: Micael Padraig Og mac Grene

RE: tomcat4 config.

2002-03-26 Thread Lawrence, Gareth
for it to work. but it still isn't being picked up the init.d version of tomcat4. On Wed, 27 Mar 2002, Lawrence, Gareth wrote: Depends what shell your using and what your setup is :-)) I'm using tcsh on debian and the file to set my variables in is /etc/csh.cshrc I've got: setenv

RE: tomcat4 config. cont

2002-03-26 Thread Lawrence, Gareth
to export for it to work. but it still isn't being picked up the init.d version of tomcat4. On Wed, 27 Mar 2002, Lawrence, Gareth wrote: Depends what shell your using and what your setup is :-)) I'm using tcsh on debian and the file to set my variables in is /etc/csh.cshrc I've got: setenv

RE: Deployment [Newbie]

2002-03-26 Thread Lawrence, Gareth
/classes folder. This should get you started (without needing a long book - although they can be very exciting reading :-)) :-) Lol :-) G. -Original Message- From: Lawrence, Gareth [mailto:[EMAIL PROTECTED]] Sent: Wednesday, 27 March 2002 3:02 p.m. To: '[EMAIL PROTECTED]' Subject: Deployment

RE: Deployment [Newbie]

2002-03-26 Thread Lawrence, Gareth
btw: It isn't necessary to add all servlets to the web.xml file; it's only necessary when the servlet requires additional information, such as initialization parameters. So in most cases you wont need to worry about this :-)) -Original Message- From: Lawrence, Gareth [mailto:[EMAIL

RE: Newbie installation question

2002-03-27 Thread Lawrence, Gareth
Zoe, The default port is 8080 :-) Check out localhost:8080 and let us know if your still getting a problem. G. -Original Message- From: Zoe Adams [mailto:[EMAIL PROTECTED]] Sent: Thursday, 28 March 2002 8:39 a.m. To: [EMAIL PROTECTED] Subject: Newbie installation question Hi, This

RE: Newbie installation question

2002-03-27 Thread Lawrence, Gareth
meaningful responses so I guess that means the path setting is OK. I don't use startup.sh as that file didn't seem to exist(?). I do tomcat4 start from the /etc/init.d folder. Z. -Original Message- From: Lawrence, Gareth [mailto:[EMAIL PROTECTED]] Sent: 27 March 2002 21:06 To: 'Tomcat Users List

RE: Deployment [Newbie]

2002-03-27 Thread Lawrence, Gareth
:-) lol :-) Well this horse was floating long before he went home yesterday :-) Full web-app deployment going no problem. The best way to learn web dev is from the web with mailing lists, forums, tutorials and articles. Books are for reference, learning by example is a much quicker way :-)

RE: RE: Configuring Tomcat 4

2002-03-27 Thread Lawrence, Gareth
You need to deploy a web application properly :-) http://www.onjava.com/pub/a/onjava/2001/04/19/tomcat.html Notes: 1. Create Directory in web-apps (eg test) create sub-folder WEB-INF with sub-folders inside lib and classes 2. Add the following entry to the TOMCAT_HOME/conf/server.xml file,

RE: RE: Configuring Tomcat 4

2002-03-27 Thread Lawrence, Gareth
Ignore Notice again that the name we are using is onjava. Lol :-) G. -Original Message- From: Lawrence, Gareth [mailto:[EMAIL PROTECTED]] Sent: Thursday, 28 March 2002 2:47 p.m. To: 'Tomcat Users List' Subject: RE: RE: Configuring Tomcat 4 You need to deploy a web application

Mysql and Tomcat

2002-04-14 Thread Lawrence, Gareth
Greetings All, Just when I though everything was sweet I'm having a nasty problem. I'm running: Debian Linux, Tomcat 4.0.3, Mysql, Ant, MM JDBC driver. Basically I've set everything up sweet and when I run a test file from the command line (java test.class) I get a connection to the database

Servlet Exception - Please Help

2001-08-27 Thread Lawrence, Gareth
FilterChain.java:247) ... Root Cause:java.lang.NoClassDefFoundError: sun/tools/javac/Main at org.apache.jasper.compiler.SunJavaCompiler.compile(SunJavaCompiler.java:128) at org.apache.jasper.compiler.Compiler.compile(Compiler.java:271) Gareth Lawrence Institute

RE: Servlet Exception - Please Help

2001-08-27 Thread Lawrence, Gareth
Check whether tomcat classpath contains $Java_home\lib\tools.jar Hope this helps .. Thanks SPula -Original Message- From: Lawrence, Gareth [mailto:[EMAIL PROTECTED]] Sent: Monday, August 27, 2001 3:51 PM To: '[EMAIL PROTECTED]' Subject: RE: Servlet Exception - Please Help

RE: Servlet Exception - Please Help

2001-08-27 Thread Lawrence, Gareth
AM To: '[EMAIL PROTECTED]' Subject: RE: Servlet Exception - Please Help I would try installing it from a ZIP file in the usual way -- it's possible that the installer did not correctly recognize where your JDK is installed. Craig On Tue, 28 Aug 2001, Lawrence, Gareth wrote

RE: Servlet Exception - Please Help

2001-08-27 Thread Lawrence, Gareth
and classpath you have .. --Saritha -Original Message- From: Lawrence, Gareth [mailto:[EMAIL PROTECTED]] Sent: Monday, August 27, 2001 4:18 PM To: '[EMAIL PROTECTED]' Subject: RE: Servlet Exception - Please Help Hi Saritha, Thanks for your email. I addeded c:\jdk1.3.1 and c:\jdk1.3.1

RE: Servlet Exception - Please Help

2001-08-27 Thread Lawrence, Gareth
Okay, This is what I should have done the first time ;) I was thinking that I may need to add CATALINA_HOME as a variable this file seems to reference it ;) I'll try that and install the release version. Thanks again everybody. G He's my catalina.bat: @echo off rem

RE: Servlet Exception - Please Help

2001-08-27 Thread Lawrence, Gareth
Greetings All, I installed the release version of Tomcat and it works great. Thanks again to everyone who made suggestions though you guys rock. G.

driver configuration with DB2 and tomcat

2001-10-21 Thread Lawrence Louie
application from the command prompt, and I can retrieve data from the DB2, everything seem to works fine. Any hint of what I should try? Thanks! Lawrence __ Do You Yahoo!? Make a great connection at Yahoo! Personals. http://personals.yahoo.com

Corrupt isapi_redirect.dll and ISS5

2001-06-11 Thread Lawrence Kemdirim
checked and rechecked all my settings, I have even successfully loaded other dll files. Could you please help, or post a more up to date no corrupt version of this file. Thanks, Lawrence

help isapi_redirect.dll problem

2001-06-11 Thread Lawrence Kemdirim
3.2.2. I have checked and rechecked all my settings, I have even successfully loaded other dll files. I have tried to download the zipped version, nothing seems to work Could you please help, or post a more up to date no corrupt version of this file. Thanks, Lawrence

Re: Tomcat on IIS registry entries

2001-06-11 Thread Lawrence Kemdirim
think it had anything to do with typos, etc., although in some cases, that could be the problem. However, I think it's simply just the way regedit handles the info. Lawrence - Original Message - From: Rex Cooper [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Monday, June 11, 2001 11:30 AM

Re: Corrupt isapi_redirect.dll and ISS5

2001-06-11 Thread Lawrence Kemdirim
- Original Message - From: Lawrence Kemdirim To: [EMAIL PROTECTED] Sent: Monday, June 11, 2001 6:07 AM Subject: Corrupt isapi_redirect.dll and ISS5 Dear Fellow Tocaters: Could someone tell me how to obtain a non corrupt version of the isapi_redirect.dll. I have spent my

Re: Corrupt isapi_redirect.dll and ISS5

2001-06-11 Thread Lawrence Kemdirim
My guess is that your settings are correct as far as finding the dll file. However, I don't believe that this means that this is a carte blanche for all your other settings (i.e. worker.properties, logs, and workeruri, etc.). Lawrence - Original Message - From: Winer

Trouble with clustering ending tomcat process on 4.1.24

2003-07-14 Thread Lawrence, Gabriel
Howdy, I've noticed that sporadically my tomcat process dies with the following error in the Catalina.out. Anyone have any ideas on whats going on? Obviously an exception of somesort, but why the exception? Thanks, -gabe [InMemoryReplicationManager] storing attribute 'artifactbinding' with

RE: Running Tomcat as Non-Root

2003-07-18 Thread Lawrence, Gabriel
Has any one submitted a request to get dropping privs into the JDK? Or escalating privs to grab one of these ports and then dropping them again? As I see this request over and over again on this list I think there is a large number of people who would like to see it or would vote for it in the

RE: Running Tomcat as Non-Root

2003-07-18 Thread Lawrence, Gabriel
-Original Message- From: Lawrence, Gabriel [mailto:[EMAIL PROTECTED] Sent: Friday, July 18, 2003 4:06 PM To: Tomcat Users List Subject: RE: Running Tomcat as Non-Root Has any one submitted a request to get dropping privs into the JDK? Or escalating privs to grab one of these ports and then dropping

RE: Running Tomcat as Non-Root

2003-07-18 Thread Lawrence, Gabriel
in the JVM...all services would run as the same user? Seems like that would end up being pretty messy to manage. John On Fri, 18 Jul 2003 13:24:42 -0700, Lawrence, Gabriel [EMAIL PROTECTED] wrote: Right. I'm saying has anyone looked into submitting something to sun asking them to make

RE: Running Tomcat as Non-Root

2003-07-18 Thread Lawrence, Gabriel
model is out of scope. Why don't particular flavors of the OS allow for 1024 to be non-root? Lukas Lawrence, Gabriel [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] So I'm going to take that as a no. No one has bothered to pester sun about this. And yes, the way things tend to work

RE: Running Tomcat as Non-Root

2003-07-18 Thread Lawrence, Gabriel
before Tomcat actually handles any request). It also allows you to stop (gracefully) by sending a SIGTERM signal, or to restart by sending a SIGHUP. I'm pretty happy with it on the Linux box that I'm using it on. Lawrence, Gabriel [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] Right. I'm

Internet Explorer SSL issues and tomcat running ssl?

2003-07-21 Thread Lawrence, Gabriel
Howdy, The mod_ssl faq says to do the following: The first reason is that the SSL implementation in some MSIE versions has some subtle bugs related to the HTTP keep-alive facility and the SSL close notify alerts on socket connection close. Additionally the interaction between SSL and HTTP/1.1

RE: Tomcat not working behind a NAT?

2003-07-25 Thread Lawrence, Gabriel
Does setting the proxyName help? See docs at: http://jakarta.apache.org/tomcat/tomcat-4.1-doc/config/coyote.html -Original Message- From: Erin Dalzell [mailto:[EMAIL PROTECTED] Sent: Friday, July 25, 2003 4:31 PM To: 'Tomcat Users List' Subject: RE: Tomcat not working behind a NAT?

RE: Help! heavy traffic is crapping out our site every 5 min! DBCP exceptions

2003-08-14 Thread Lawrence, Gabriel
Try running netstat on the linux box to see how many connections are out there. This might give you some more visibility into what network connections are actually being used and where they are going. -gabe -Original Message- From: Barclay A. Dunn [mailto:[EMAIL PROTECTED] Sent: Friday,

RE: Why does Oracle in JSP uses multiple ports.

2003-06-09 Thread Lawrence, Gabriel
There was a config option to stop this and make oracle just use 1521 that I used a couple years back for this very purpose... Here's a discussion about how the problem and how to get oracle to just use a single port: http://www.stunnel.org/examples/oracle.html -gabe -Original Message-

In memory session replication and session listeners?

2003-06-12 Thread Lawrence, Gabriel
I'm using the tomcat 4 clustering stuff found at: http://cvs.apache.org/~fhanik/index.html And I have one issue. I have a service that tracks some information that is reported outside the users session. This is examined by a different client then the users client. I want to keep this global

RE: In memory session replication and session listeners?

2003-06-13 Thread Lawrence, Gabriel
an do it, is to implement the java.io.Externilizable interface, and when the data gets deserialized, then set the stuff in your global variable, just remember to only set it once. do you see where I am going with this? Filip -Original Message- From: Lawrence, Gabriel [mailto:[EMAIL

Tomcat 5 standalone, SSL, IE problem...

2004-04-13 Thread Lawrence, Gabriel
Howdy, I'm running tomcat 5.0.16, jdk 1.4.1_02-b06 on Solaris 8 and am running into an issue with IE. It seems that when I use IE wihtout SSL things work fine, but when I use IE with SSL the form posts I'm sending don't always submit properly. I know it sounds crazy, but, I'm wondering if there

Clustering with 5.0.19

2004-05-05 Thread Sam Lawrence
debug=10 printToScreen=true useDirtyFlag=true Although I have the debug/printToScreen attributes, I'm not seeing any debug information about session replication. How can I get some debug info? Any help greatly appreciated! Thanks, Sam Lawrence

RE: Clustering with 5.0.19

2004-05-05 Thread Sam Lawrence
5.0.19, to make it more modularized. Also, the debug flag is a thing of the past, the clustering module is currently using the commons logger, same way all the other components are using it. Filip - Original Message - From: Sam Lawrence [EMAIL PROTECTED] To: Tomcat [EMAIL PROTECTED] Sent

RE: log4j logging in Tomcat WAS: Clustering with 5.0.19

2004-05-06 Thread Sam Lawrence
will need to change / for \ and $ for %% but I am sure you can figure that for yourself :) Filip - Original Message - From: Sam Lawrence [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Wednesday, May 05, 2004 10:00 AM Subject: RE: Clustering with 5.0.19 Thanks Filip, Do

RE: Clustering with 5.0.19

2004-05-07 Thread Sam Lawrence
Filip, Not sure if you saw this yesterday, I think there were some email problems. Any help would be greatly appreciated. Thanks, Sam. -Original Message- From: Sam Lawrence [mailto:[EMAIL PROTECTED] Sent: 06 May 2004 11:27 To: Tomcat Users List Subject: RE: log4j logging in Tomcat

RE: SSL/Verisign Confusion

2003-09-05 Thread Lawrence, Gabriel
I'm working on a tool to pull out the private key. It should be done by the end of the day. I will send something to the list when I have it finished. Kind of funny how just as I'm getting around to a project that has been on my plate all week someone else needs it too ;-) -gabe -Original

RE: CGI not working on Tomcat 5.0.16?

2003-12-15 Thread Lawrence, Gabriel
I've noticed that on tomcat 5 the working directory that it execs the cgi script in is different then it was on tomcat 4. I haven't solved my problem yet, but I have isolated that to be my problem. -gabe -Original Message- From: Jonathan Eric Miller [mailto:[EMAIL PROTECTED] Sent:

RE: How do you generate a unique number for each request across muliple tomcat instances?

2003-12-16 Thread Lawrence, Gabriel
The hibernate project as a uuid class, you could look at how they do it... Here's the docs: http://www.hibernate.org/hib_docs/reference/html/or-mapping.html#or-mapp ing-s1-4-uuid -gabe -Original Message- From: Tom Ly [mailto:[EMAIL PROTECTED] Sent: Tuesday, December 16, 2003 12:10 PM

RE: Off-topic - Java and X11 Window Server

2004-01-07 Thread Lawrence, Gabriel
If you are running java 1.4 you might be better off setting it up to run in a headless environment. I add this to my JAVA_OPTS when running startup.sh for tomcat to do this: JAVA_OPTS=-Djava.awt.headless=true Cheers, -gabe -Original Message- From: Patrick Willart [mailto:[EMAIL

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

java.lang.reflect.InvocationTargetException: java.lang.NoClassDefFoundError: javax/net/ServerSocketFactory

2002-02-08 Thread Lawrence D. DeVooght
Hello, Does anyone have an explaination or remedy for this error? I get this error when I try to run Tomcat with the SSL invoked, Tomcat/4.0.2-b1 -- Windows 2000 Pro. I followed the instructions given in the documentation to the letter, but I still get this error.

NoClassDefFoundError: javax/net/ServerSocketFactory

2002-02-08 Thread Lawrence D. DeVooght
Hello, Hi, Does someone or anyone have an explaination or remedy for this error? I get this error when I try to run Tomcat with the SSL invoked, Tomcat/4.0.2-b1 -- Windows 2000 Pro. I followed the instructions on installing SSL given in the documentation to the letter, but I still get this

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

Works under Solaris but not under Win2000pro

2001-10-22 Thread Smith, Lawrence T (Lance)
Help please: I don't know if tomcat-users can help or if I'll have to go over to the JINI site but I do feel this is a Tomcat issue as it ran under Tomcat 3.1. I have a website that uses JINI lookup discovery to find services that it can use. It worked under Tomcat 3.1 and know works under Tomcat

Servlet Mapping -- Servlet getting called twice

2001-10-24 Thread Smith, Lawrence T (Lance)
Please HELP: I have the following in my web.xml file: servlet-mapping servlet-nameCardServlet/servlet-name url-pattern/Cards/*/url-pattern /servlet-mapping The servlet at this point only writes out a simple hello page and debug output of getPathInfo() and getRequestURI() but

Servlet Mapping -- Servlet getting called twice

2001-10-25 Thread Smith, Lawrence T (Lance)
Please HELP: I don't know if what I am seeing is standard behavior or something I am doing wrong. I have the following in my web.xml file: servlet-mapping servlet-nameCardServlet/servlet-name url-pattern/Cards/*/url-pattern /servlet-mapping The servlet at this point only

Servlet Mapping -- Servlet getting called twice

2001-10-25 Thread Smith, Lawrence T (Lance)
Please HELP: I don't know if what I am seeing is standard behavior or something I am doing wrong. I have the following in my web.xml file: servlet-mapping servlet-nameCardServlet/servlet-name url-pattern/Cards/*/url-pattern /servlet-mapping The servlet at this point only

Discussion forums

2001-11-01 Thread Smith, Lawrence T (Lance)
Pier, Great idea with the discussion forums!! Of course one suggestion:-) how about a general forum area that my not need to post to the user group but where we could discuss long winded topics without eating mail bandwidth? Things I am thinking of would be like a thread on development

ClassNotFoundException

2001-11-01 Thread Smith, Lawrence T (Lance)
HELP!!! :-) I am running on win2kpro, java version 1.3.1_01, Apache Tomcat/4.0-b7 I am getting the following stack trace: java.rmi.ServerException: RemoteException occurred in server thread; nested exception is: java.rmi.UnmarshalException: error unmarshalling arguments; nested exception

RE: ClassNotFoundException

2001-11-02 Thread Smith, Lawrence T (Lance)
I have the same problem under 4.0.1 and the reason I posted this to the Tomcat group was that the exact same website with absolutely no changes works on the Solaris box. And the class not being found is actually a JINI bass class that I use in multiple other non web based apps on NT with not

RE: Odd include file behavior on test

2001-11-02 Thread Smith, Lawrence T (Lance)
That particular include statement actually pulls the second file as part of the source file before Tomcat compiles it. In so doing Tomcat uses the timestamp on the main file and never checks the included file. All you have to do is resave the master file and you should see you're changes. Lance

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)

Tomcat security stopping log4j write to a file

2004-10-19 Thread Lawrence J Winkler
is not allowing the application to write into WEB-INF/logs subdirectory. How do I direct Tomcat to allow this functionality? Tomcat 4.1.30 Thanks - Lawrence Winkler UW-Madison Division of Information Technology 608-265-4610 [EMAIL PROTECTED