Re: Illegal IMail List Server Command!

2005-05-17 Thread argeo . c . sales
subscribe servletexec-interest John Smith - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Permissioning?

2005-05-03 Thread argeo . c . sales
Problem: The voice browser in a voice gateway, like BeVocal, executing a subdialog to save a voice message can't reach the jsp, recordingsave.jsp, deployed locally in Tomcat 5.0. The jsp is used to save the message locally. Solutions tried but failed: The following have been added in tomcat-u

[sales #439357]: Mail Transaction Failed

2004-09-29 Thread sales
Dear Mark/Space Customer, Thank you for your email to our sales department. Please read this email throughly as answers to your question may be provided. Questions to sales are answered in the order that they are received. Please note: Mark/Space servers are experiencing a heavy load today

Serious problem with the mod_jk: j_security_check

2003-04-03 Thread Wagner Sales
: j2sdk 1.4.1_02 jakarta-tomcat-4.1.24 apache-2.0.45 Sorry by the bad english, and if possible, help!!! Wagner Wagner Sales Linux/UNIX Consultant - +55(11) 81343678 - To unsubscribe, e-mail: [EMAIL

Re: mod_jk2/unixsocket: can't create apr

2003-01-16 Thread Matt Sales
Tomcat Users List" <[EMAIL PROTECTED]> Sent: Thursday, January 16, 2003 12:56 PM Subject: RE: mod_jk2/unixsocket: can't create apr > > > > > > > : -Original Message- > : From: Matt Sales [mailto:[EMAIL PROTECTED]] > : Sent: Thursday, January 16, 2003 1

Re: mod_jk2/unixsocket: can't create apr

2003-01-16 Thread Matt Sales
r > : servlets-cgi.jar > : servlets-common.jar > : servlets-default.jar > : servlets-invoker.jar > : servlets-manager.jar > : servlets-ssi.jar > : servlets-webdav.jar > : tomcat-coyote.jar > : tomcat-http11.jar > : tomcat-jk.jar > : tomcat-jk2.jar > : tomcat-util

mod_jk2/unixsocket: can't create apr

2003-01-16 Thread Matt Sales
Hello, I'm having the same problem as a thread that was running in mid-november, but there was never a resolution posted. I'm trying to use unixsockets with mod_jk2 (TC 4.1.18/Apache 2.0.40, RH 7.2). I've tried putting log4j.jar into TC_HOME/common/lib, puting the libapr.so & libjkjni.so into JRE

loading a properties file from a jar file in /WEB-INF/lib/

2002-12-12 Thread Matt Sales
Hello, I'm trying to access a properties file that's located in a package within a jar file in /WEB-INF/lib. net/props/myProps.properties Properties p = new Properties(); InputStream is = ... I've tried a lot of methods to set the InputStream, i.e., p.getClass().getResourceAsStream("/net/pro

TC/Apache session tracking

2002-12-04 Thread Matt Sales
Hello, I've got a problem tracking sessions from Tomcat 4.1.12/Apache 2.0.40. I can do all of the regular session stuff within Tomcat, but when I include a tomcat page in a static html page, sessions are not persisted. I'm using mod_jk2 to connect the two... ex: I get the output from myServlet

Re: Error during startup processing

2002-09-30 Thread Matt Sales
I apolgize for posting such a dumb question. I was frustrated. Ahh, Mondays. -- To unsubscribe, e-mail: For additional commands, e-mail:

Error during startup processing

2002-09-30 Thread Matt Sales
When starting up tomcat, I get an error stating that it can't find the HttpServlet class. I've actually had this webapp up and running for a week, and now, suddenly, it bombs tomcat. I messed with the server.xml file a little, but I changed it back to the way it was. I don't see how the server.

Re: mod_jk2, virtual hosts, JkUriSet

2002-09-20 Thread Matt Sales
Hello all, I'm having the same problem, and I've been banging my head against it on and off for about a week with no more success than anyone else... Essentially, we're all trying to map the root of different virtual hosts to a different context within tomcat, right? I started looking elsewhere

Re: Tomcat 4.1.10 + mod_jk2 startup errorr

2002-09-18 Thread Matt Sales
Thanks Robert... I had the serverRoot variable set in jk2.properties. I put it into /etc/profile, and it expaned fine. Now, I just get the log file error: (error ) [jk_logger_file.c (171)] Initializing log file stderr I looked at the souce code, and it looks like unless you specify the logge

Tomcat 4.1.10 + mod_jk2 startup errorr

2002-09-17 Thread Matt Sales
Hello I get the following in catalina.out every time I start up Tomcat-4.1.10 + mod_jk2... I'm using RedHat 7.2 and Apache. However, after it spits out these errors, it seems to run fine. Has anyone seen similar entries in catalina.out? I can include my jk2.properties and workers2.properties i

Virtual Hosting + tomcat 4.1.10/mod_jk2/apache 2.0

2002-09-17 Thread Matt Sales
Hello, I've searched through the list archives, and I've seen a lot of questions but few answers to this issue.. I'm trying to implement virtual hosts on a linux server (RH7.2) using apache 2.0 with tomcat 4.1.10 and mod_jk2 (utilizing AF_UNIX sockets), without getting into url rewriting. I've se

Including multiple webapps in a JSP

2001-11-27 Thread Matt Sales
Hello, I am using Apache-1.3.22, RedHat-7.2, and Tomcat-4.0.1 with mod_jlk. Everything is working smoothly, but I'm stumped on how to simulate JSSI functionality. I am able to access a webapp's servlets in a jsp from within that webapp's directory using the directive, but I need to access multip

mod_jk & Tomcat 4.0.1

2001-11-21 Thread Matt Sales
Hello, I'm trying to integrate mod_jk with Tomcat 4.0.1/Apache1.3.22/RH7.2. I've poured over the "Working with mod_jk", "Workers Properties HOWTO", and Tomcat 3.3 docs, but I can't seem to get it working correctly. The mod_webapp is working fine, but it doesn't have the functionality that I need.

Tomcat shutdown error

2001-11-20 Thread Matt Sales
Hello, I've recently installed Tomcat-4.0.1 and am running it on RH 7.2 with apache 1.3.22. Occasionally, when I shut down tomcat using bin/catalina.sh stop, I get the following exception and stack trace dump: Catalina.stop: java.net.ConnectException: Connection refused java.net.ConnectException

Tomcat 4.0.1 & Webapp Module

2001-11-20 Thread Matt Sales
Hello, I am upgrading from JServ to Tomcat 4.0.1 on RH Linux 7.2 with Apache 1.3.22. Under JServ, I relied heavily upon JSSI. Now, I'm migrating the .jhtml files to .jsp. However, with mod_webapp, it seems I can only map _directory paths_ to servlets, not _file extensions_. With JServ--or even

Re: Please help - tomcat instalation

2000-11-21 Thread billCC.com (Sales)
-Original Message- From: Michael J. Suzio <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] <[EMAIL PROTECTED]> Date: Tuesday, November 21, 2000 3:42 PM Subject: Re: Please help - tomcat instalation >"billCC.com (Sales)" wrote: >> And then I get unix prom

Please help - tomcat instalation

2000-11-21 Thread billCC.com (Sales)
I am trying to install tomcat on linux. And I have done this:   I have unzipped the jakarta-tomcat directory that looks like this right now:   drwxrwxr-x 8 admin admin 4096 Nov 20 01:09 . drwxrwxr-x 3 admin admin 4096 Nov 20 00:54 .. -rw-rw-r-- 1 admin admin 2876 Apr 18 2000 LICENSE drwxrwx

problem

2000-11-21 Thread billCC.com (Sales)
I am trying to install tomcat on linux. And I have done this:   I have unzipped the jakarta-tomcat directory that looks like this right now:   drwxrwxr-x 8 admin admin 4096 Nov 20 01:09 . drwxrwxr-x 3 admin admin 4096 Nov 20 00:54 .. -rw-rw-r-- 1 admin admin 2876 Apr 18 2000 LICENSE drwxrwxr