Could not init service for worker

2005-04-11 Thread Spencer
. Can someone point me to why the service for my worker could not be initialized? Thanks, Spencer My setup: Linux, Apache 1.3, Tomcat 5.0.28, jk-1.2.10 (also tried jk-1.2.8) server.xml - Begin Connector port=8009 enableLookups=false redirectPort=8443 debug=2 protocol

UTF-8 Charset from mod_jk and Apache http server

2004-01-15 Thread Spencer Bruce
assume this is because the web server has been set to serve pages in this charset. How do I get it to serve pages using the UTF-8 charset. I have tried adding AddDefaultCharset utf-8 to the httpd.conf but this does not seem to work. Thanks Spencer Bruce

Tomcat puts Apache in tight loop

2002-05-30 Thread Spencer Roedder
this problem before? I tried searching the Tomcat and Apache bug data bases and found nothing. Thanks. --Spencer Roedder -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

RE: JSP on IIS 5.0

2002-03-22 Thread Spencer, Sean
I suggest checking your workers.properties file. I've noticed some inconsistencies when this file is referenced. Make sure iis_redirect.reg references this file as workers.properties. (notice the S at the end of workers, i.e.- plural) Also make sure your file is named workers.properties AND NOT

RE: TOMCAT does not set the CLASSPATH for my WebAPP

2001-11-20 Thread Alan Pearlman Spencer
Hi Again, Tomcat, in it's batch file, has it's own CLASSPATH. It creates a ClassLoader for each webapp. It used all jars in lib directory and the classes directory. The problem you are seeing is that the ClassLoaders are in a tree structure. TOMCAT_CLASSLOADER WEBAPP_X_CLASSLOADER

clientAuth problems

2001-10-04 Thread Phil Spencer
I'm having difficulty with client authorisation. Actually I suppose thse are two separate problems. Problem 1 = With tomcat 3.x (various versions) I can enable SSL without clientAuth and everything works fine. However when I enable clientAuth the web browser (Netscape Navigator 4.07)

RE: Problem accessing servlets on Netscape

2001-10-04 Thread Phil Spencer
I had this problem once. In my case it turned out to be slightly incorrect syntax for a stylesheet. IE thought it was OK, Netscape belched. Try writing the offending page content to a file and opening it locally. A binary chop on the content of the file should isolate the problem quickly Phil

Re: [TC3.3b1] use of taglib causes org.apache.crimson.jaxp.DocumentBuilderFactoryImpl not found error

2001-09-01 Thread Paul Spencer
\html\Example_1.java 2001-09-01 17:29:25 - Class name is: Example_1 2001-09-01 17:29:25 - Handling Directive: taglib {uri=/WEB-INF/templates/jsp/tld/template.tld, prefix=jetspeed} Ideas? Paul Spencer Will Stranathan wrote: Take the XML related jars in TOMCAT_HOME/lib and rename them to x

[TC3.3b1] use of taglib causes org.apache.crimson.jaxp.DocumentBuilderFactoryImpl not found error

2001-08-31 Thread Paul Spencer
bJSP/b Hello World! bServer date:/b jetspeed:info requestedInfo=ServerDate / /p Ideas? Thank you Paul Spencer

How is the Turbine framework?

2001-06-13 Thread Curtis Spencer
What does the turbine framework at jakarta.apache.org have in it? Is it stable and / or ready for prime time? Thanks Curtis

Xerces or Crimson

2001-06-05 Thread Curtis Spencer
Can anyone tell me the difference between these XML parsers and which one is the best? Thanks, Curtis

Speaking of JDBC Datasource...

2001-05-30 Thread Curtis Spencer
Does this have connection pooling built in? What is faster to use a DataSource model or to hard code the JDBC using a connection pool hand coded? Thanks, Curtis

Tomcat vs. Other App Servers

2001-05-23 Thread Curtis Spencer
Hi, I have been working with Tomcat for a few months now with little problems. I am wondering if this app server is ready for prime time when it comes to business end of the things. What do the other servers that cost upwards of $1 offer that Tomcat doesn't? Also, I have been hearing a

Precompiling the JSP pages?

2001-05-01 Thread Curtis Spencer
How do you pre compile the jsp pages so that Tomcat will not need to compile them the first time someone tries to retrieve it in their browser? Thanks, Curtis

getContextPath, getServletPath, getPathInfo return values

2001-04-30 Thread Lu, Spencer
(): null I'm just wondering why Tomcat and Weblogic return different values, and which one is correct. Thanks, Spencer

Best IDE for Servlet Development?

2001-04-28 Thread Curtis Spencer
Hi, I just downloaded the trial version for Forte for Java 2.0 Internet Edition and it seems like a good servlet development kit because of the integrated tomcat server. I was wondering if anyone was using other IDE's for servlet development and if they had any thoughts about what was the

Running Tomcat as a service in Win2k

2001-04-24 Thread Curtis Spencer
How do I do this? Thanks Curtis

Starting Tomcat with user nobody

2001-04-22 Thread Curtis Spencer
Does anyone have a good startup script that will start tomcat with the user nobody rather than root. I don't know if this is a security risk or not but I feel alittle uncomfortable starting with root. Do I have to change file permissions to ensure that 'nobody' can access certain files.

Startup Script

2001-04-20 Thread Curtis Spencer
I am a newbie to Tomcat and I was wondering what the best way to get it to start up when Linux 7.0 is starting up. I created a symbolic link in the rc3.d folder. Is this the best way? Also what should be in the server script Thanks, Curtis

Why does servlet need to be in a subdir of WEB-INF/classes?

2001-04-17 Thread Lu, Spencer
and recompiling it? If not, does anyone know why the developers coded Tomcat this way, instead of just loading the servlet from a directory in the classpath? Just curious. Thanks. Spencer

How to execute a class on startup (Tomcat 3.2.1) ?

2001-04-16 Thread Lu, Spencer
Hi, I'm wondering how I can have Tomcat 3.2.1 execute a class (not a servlet) when it starts up. Thanks. Spencer

RE: A couple of questions

2001-04-13 Thread Lu, Spencer
shows how this is configured. I see no servlet mappings in any of the configuration files that maps a servlet to "/examples/servlet/HelloWorldExample". Please tell me how this is set up. Thanks, Spencer -Original Message- From: Filip Hanik [mailto:[EMAIL PROTECTED]] Sent: Wednesday,

A couple of questions

2001-04-11 Thread Lu, Spencer
le to find anything in the server.xml or web.xml files that shows how this is configured. 2) Would it be possible for me to place my application in a completely separate directory tree and not in a war file? Or does it have to be in a war file in the webapps directory? Thanks for your help, Spencer