RE: Strange: Tomcat4.0.4 can't find apps!!!

2002-06-20 Thread Paul Kofon
started working. Thanks. Regards, Paul From: Vikramjit Singh [EMAIL PROTECTED] Reply-To: Tomcat Users List [EMAIL PROTECTED] To: 'Tomcat Users List' [EMAIL PROTECTED] Subject: RE: Strange: Tomcat4.0.4 can't find apps!!! Date: Thu, 20 Jun 2002 09:43:38 +0530 check the logs for errors. in my case

Re: mod_jk and mod_jk2 HELP

2002-06-16 Thread Paul D. Bain
, according to what I have read in newsgroups, some modules (e.g., mod_java and mod_perl) did not play well together when either was compiled as a DSO, requiring that they both be compiled into Apache rather than being loaded (into memory) at run-time. --Paul B. -- To unsubscribe, e-mail: mailto

Storing Java Objects in SQL

2002-06-12 Thread Paul Kofon
them in the database per user would be much neater. I need help fast! I'm Thanks. Regards, Paul _ Send and receive Hotmail on your mobile device: http://mobile.msn.com -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED

if you want to help a newbie

2002-06-04 Thread Paul Clifford
Hi, I just joined the list today. I have installed Tomcat-4.0.3 on Redhat Linux-7.3 running Apache-1.3.23. A starting question, J2EE (i'm using 1.3.1) says it includes tomcat, is it bad to have both The stand alone tomcat RPM and J2EE installed. Might they conflict somehow? -- To

Apache 2.x and tomcat 4.x integration

2002-05-30 Thread Paul Dobson
documentation? Thanks! Paul -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

re: macosx setup of tomcat 4.0.3

2002-05-30 Thread Paul DuBois
At 20:25 -0500 5/30/02, Donald Huebschman wrote: I have gotten a lot of mail asking for the answer to this. In all case the following seem to work, so I thought I would post it here so that people would also find the answer when doing a search: The solution is not to let stuffit unzip and

tomcat + jboss on debian linux (testing)

2002-05-28 Thread Paul Massey
this is just a configuration problem (I've looked through a fair number of websites for information). Does anyone have a pointer to details on installing, setting up, and configuring the tomcat+jboss combination specifically on a Debian system? Yours, Paul. -- To unsubscribe, e-mail: mailto

Re: Help on mmmySQL/JDBC/Tomcat

2002-05-25 Thread Paul DuBois
Hi, I am trying to connect mysql database in jsp file. Mysql itself works well. but when I use jsp file, I got ClassNotFoundException caused by could not load JDBC/mysql Driver. I have installed mm.mysql.Driver. Where did you install it? If connect by java code only, it works well. I do

Mod Webapp?

2002-05-23 Thread Paul Sanwald
for any help/thoughts you may have. --paul -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

Problems reloading class files

2002-05-23 Thread Paul A . Procacci
/servlet servlet-mapping servlet-nameHelloWorldExample/servlet-name url-pattern/HelloWorldExample/url-pattern /servlet-mapping snip snip * Thanks Much, Paul -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto

Re: Mod_webapp Unstable

2002-05-23 Thread Paul A . Procacci
This is exactly what happening to me on my freeBSD machine. Paul On Thu, 23 May 2002 12:18:50 -0700 Bo Min Jiang [EMAIL PROTECTED] wrote: Hi, I'm working on an app that uses Apache 1.3.2 + Tomcat 4.0.3 + SSL (through OpenSA) on Windows 2000 server. I've been using the mod_webapp

Re: Control user access to directories in J-T ver 3.3 on unix?

2002-05-22 Thread Paul Kofon
; unless your apps specifically require T3.3. Regards, Paul From: Christopher Lott [EMAIL PROTECTED] Reply-To: Tomcat Users List [EMAIL PROTECTED] To: [EMAIL PROTECTED] CC: [EMAIL PROTECTED] Subject: Control user access to directories in J-T ver 3.3 on unix? Date: Tue, 21 May 2002 11:29:45 -0400

Re: Calendar in XML/java script

2002-05-20 Thread Paul Kofon
Hi, I've done one using one JSP page with a bean, one Servlet and some JavaScript/DHTML. If you want it, let me know and I'll send it to you, with the source code and necessary how-tos. Cheers, Paul From: Uma Munugala [EMAIL PROTECTED] Reply-To: Tomcat Users List [EMAIL PROTECTED

Re: User LogIn/LogOut

2002-05-17 Thread Paul Balanoiu
a HTTP request to the server per minute, and the session timeout could be set to two minutes). This way you'll know that if the session timed out, then the user simply closed the browser). Paul - Original Message - From: RamNivas [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Friday, May 17

Re: customize error page ini Servlet

2002-05-17 Thread Paul Balanoiu
to send the user to a page (i.e. LoginError.jsp for example, when your code detected that the user/pass combination is invalid), the jsp:forward tag will do just fine. Paul - Original Message - From: Vaneet Sharma [EMAIL PROTECTED] To: 'Tomcat Users List' [EMAIL PROTECTED] Sent: Friday

Re: Re[2]: Receipt of 16/05/102 17:27 message

2002-05-17 Thread Paul Balanoiu
). Try to set your server or email client to send the receipt only to the address that requested it (the address specified in the from field). That should solve the problem. Paul - Original Message - From: [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Friday, May 17, 2002 2

Re: PAUL ...customize error page ini Servlet

2002-05-17 Thread Paul Balanoiu
, ServletResponse response) method. Be carefull not to commit any writes in the initial servlet (uncommited data is automatically cleared, commited data results in an exception). Paul PS: The path should be something like this: /pathtoerrorpage, and is interpreted as a relative path in the application

Re: Re[2]: Receipt of 16/05/102 17:27 message

2002-05-17 Thread Paul Balanoiu
:). Paul - Original Message - From: Phil Shrimpton [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Friday, May 17, 2002 4:34 PM Subject: Re: Re[2]: Receipt of 16/05/102 17:27 message On Thursday 17 May 2001 11:55, you wrote: Hi, Still, you are (or your server is) sending

Re: which version ?

2002-05-17 Thread Paul Balanoiu
4.1 - Original Message - From: Jayanta Gauchan [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Friday, May 17, 2002 5:09 PM Subject: which version ? which version of tomcat would you recommend - apache tomcat 4.0.3 or apache tomcat 4.1 ? i would appreciate any help

Re: which version ?

2002-05-17 Thread Paul Balanoiu
version of a product to someone that uses your code, than to tell him that you don't support the new version he already has). Paul - Original Message - From: John Niven [EMAIL PROTECTED] To: 'Tomcat Users List' [EMAIL PROTECTED] Sent: Friday, May 17, 2002 5:11 PM Subject: RE: which version

Re: I'm getting no responses to my requests for help on this list

2002-05-16 Thread Paul Caton
Gary, You can see a list of assigned ports in /etc/services. If you want to check that a port not listed there is in use or not, use the command: netstat -an | grep [number] If you get no result, the port is not in use. Paul. -- Paul Caton Electronic Publications Editor Women Writers

Re: I'm getting no responses to my requests for help on this list

2002-05-16 Thread Paul Caton
going to have to find an unoccupied port and change your server.xml file as others have described. Good luck, Paul. -- Paul Caton Electronic Publications Editor Women Writers Project e-mail: [EMAIL PROTECTED] tel: (401) 863-3619 address: Box 1841, Brown University, Providence RI 02912

RE: mod_jk problem

2002-05-16 Thread Paul Sanwald
of error codes online? thanks for your help. --paul -Original Message- From: Paul Sanwald [mailto:[EMAIL PROTECTED]] Sent: Thursday, May 16, 2002 3:23 PM To: 'Tomcat Users List' Subject: mod_jk problem hello everyone, I am having a nasty problem with tomcat 4.0.3 and apache 1.3.23

RE: jsessionid suddenly appearing in the HTML links

2002-05-13 Thread Galbraith, Paul
It sounds like you've got cookies turned off in your browser. Is it possible that your browser configuration has changed recently? -Original Message- From: Mark Williams [mailto:[EMAIL PROTECTED]] Sent: May 13, 2002 11:02 AM To: [EMAIL PROTECTED] Subject: jsessionid suddenly appearing

RE: jsessionid suddenly appearing in the HTML links

2002-05-13 Thread Galbraith, Paul
with cookies turned on. THe problem still exists. Sorry I didn't mentio this in my original post, I forgot. -Original Message- From: Galbraith, Paul [mailto:[EMAIL PROTECTED]] Sent: 13 May 2002 16:13 To: Tomcat Users List Subject: RE: jsessionid suddenly appearing in the HTML links

RE: jsessionid suddenly appearing in the HTML links

2002-05-13 Thread Galbraith, Paul
to agree with you that the problem is elsewhere. Can you give a sample of the JSP code that is actually generating the problem URL? Paul -Original Message- From: Mark Williams [mailto:[EMAIL PROTECTED]] Sent: May 13, 2002 11:37 AM To: Tomcat Users List Subject: RE: jsessionid suddenly

RE: jsessionid suddenly appearing in the HTML links

2002-05-13 Thread Galbraith, Paul
, so I have no experience with either mod_jk or mod_jserv, though I think I'd be inclined to get mod_jk working if possible. There have been several messages floating around this list about compiling mod_jk, so if you search the archives you may find a solution to your compilation problem. Paul

Re: Session Problem - URGENT!!!!

2002-05-10 Thread Paul Caton
anybody else's, and there's no reason why your's should be given any kind of priority just because you shout. Paul. -- Paul Caton Electronic Publications Editor Women Writers Project e-mail: [EMAIL PROTECTED] tel: (401) 863-3619 address: Box 1841, Brown University, Providence RI 02912

Authenticating against Microsoft ActiveDirectory

2002-05-10 Thread Galbraith, Paul
Can anyone tell me if it's possible to configure tomcat to authenticate users against MS ActiveDirectory? Cheers, Paul

RE: Authenticating against Microsoft ActiveDirectory

2002-05-10 Thread Galbraith, Paul
, the easiest way is to do a LDAP query to a DC -Original Message- From: Galbraith, Paul [mailto:[EMAIL PROTECTED]] Sent: Friday, May 10, 2002 2:35 PM To: [EMAIL PROTECTED] Subject: Authenticating against Microsoft ActiveDirectory Can anyone tell me if it's possible to configure tomcat

JNDI Data Source and Mac OS X with Tomcat

2002-05-10 Thread Paul Phillips
for any suggestions... Paul Phillips Here is the relevant portion of the web.xml file: resource-ref description Resource reference to a factory for java.sql connection instances that may be used for talking to a particular database that is configured in the server.xml file. /description res-ref-name

Strange jsp name mapping problem in 3.3.1 on win2k

2002-05-09 Thread Galbraith, Paul
://app/Login.jsp; (still upper case 'L') works. This only happens with this particular jsp, all others work normally...can anybody explain this? Paul -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

Re: web-inf/classes

2002-05-06 Thread Paul DuBois
At 15:18 -0700 5/6/02, Chris Shen wrote: this is a bizzare one. i've placed all my classes under the web-inf/classes Is it web-inf or WEB-INF? If the former, rename it. with the appropriate class structure and everything, and it was working fine on my tomcat 3.3. yet, after i migrated it to

SysV init script RH7.0

2002-05-03 Thread john-paul delaney
Hello list... I've setup tomcat4.01 on RH7.0, on jdk1.3. In order to load tomcat successfully, I need to run the following command: ulimit -s 2048. I'd also like to load Tomcat as user tc. Does anyone have a suitable script that I can run in /etc/rc.d/init.d/ on startup - or at least send

Re: SysV init script RH7.0

2002-05-03 Thread john-paul delaney
;; *) echo Usage: $0 {start|stop|restart} exit 1 ;; esac -chad ps. don't forget to link it in rc3.d and rc6.d On Fri, 3 May 2002 13:35:24 -0200 (CEST) john-paul delaney [EMAIL PROTECTED] wrote: Hello list... I've setup tomcat4.01 on RH7.0, on jdk1.3

How do you set up a jsp action/filter for all documents in a directory

2002-04-26 Thread Paul Mahoney
provide the translated response. I remember doing this with cgi once using the ScriptAliasMatch directive. I've got as far as adding JkMount /myfiles ajp13 JkMount /myfiles/* ajp13 but have not got any further... Does anyone know how to do this with Apache/Tomcat? Many thanks Paul

Re: Html/jpg from db to client?

2002-04-22 Thread john-paul delaney
the image info somewhere in a context so you can access it in the JSP page). Make sense? jeff john-paul delaney wrote: On Mon, 22 Apr 2002, Nikola Milutinovic wrote: Thanks Nix... then I'm thinking I need three servlets to handle for each page sent to the client... 1. Write

Html/jpg from db to client?

2002-04-21 Thread john-paul delaney
Hello List... Using a servlet, I retrieve an image from a database, but I want to send it in a formatted html page to the client... any suggestions on how to approach this (combining html and streaming images) appreciated. thanks /j-p. --- JUSTATEST Art Online

Re: Html/jpg from db to client?

2002-04-21 Thread john-paul delaney
On Sun, 21 Apr 2002, Jeffrey Bonevich wrote: Thanks Jeff... I'll try this out - following your suggestion, I was thinking to put the dimensions of the image (jpg) in the database too and to retrieve it along with the image - the html will be a combination of includes and dynamic written by the

Re: Html/jpg from db to client?

2002-04-21 Thread john-paul delaney
On Mon, 22 Apr 2002, Nikola Milutinovic wrote: Thanks Nix... then I'm thinking I need three servlets to handle for each page sent to the client... 1. Write the html header, 2. Get image from db and send the image, 3.Add in dimensions to img tag add the footer. Is this correct? regards

alias

2002-04-07 Thread Paul Phillips
that there should be some way to setup an alias like this. Thanks Paul Phillips -- To unsubscribe: mailto:[EMAIL PROTECTED] For additional commands: mailto:[EMAIL PROTECTED] Troubles with the list: mailto:[EMAIL PROTECTED]

RE: alias

2002-04-07 Thread Paul Phillips
outside of the constrained area. Once the login is processed, it goes back to the originally requested page. So, I have to actually have the query string passed in during the initial login. That is what I am trying to replace with an alias. Paul Phillips --On Sunday, April 7, 2002 12:09 PM -0600

Re: Apache 2.0.35 + mod_jk-3.3-ap20.so

2002-04-06 Thread Paul D. Bain
correct. Modules written for Apache 1.3 will _not_ work with Apache 2.0 unless they are re-written in order to be specific to 2.0. You should probably stick with 1.3. -- Paul Bain -- To unsubscribe: mailto:[EMAIL PROTECTED] For additional commands: mailto:[EMAIL PROTECTED] Troubles

SOAP-ENV:Server.BadTargetObjectURI

2002-04-03 Thread Paul Kelly
in my classpath. ive copied the soap webapps dir into the tomcat webapps dir and then tried adding a project under the soap/WEB-INF/classes dir nothing works. i can deploy using Deployment Descriptors just fine. this is driving me crazy. Help! Paul -- To unsubscribe: mailto:[EMAIL PROTECTED

Apache-Tomcat question

2002-03-28 Thread Paul Sanwald
this problem on, in fact I never even had to touch the workers.properties file. Any ideas as to what the problem might be? Thanks in advance for your help. --paul -- To unsubscribe: mailto:[EMAIL PROTECTED] For additional commands: mailto:[EMAIL PROTECTED] Troubles with the list: mailto:[EMAIL

Please Ignore

2002-03-27 Thread Paul Brown
CUNT PISS TWAT FUCK BASTARD KNOB FANNY GIT PRICK WANKER BUGGER cunt piss twat fuck bastard knob fanny git prick wanker bugger I'm trying to get the list server to ban me This message contains confidential information and is intended only for the named individual and may not be disseminated

Http Sessions and Browsers

2002-03-27 Thread Paul Kofon
or are they discarded? I need to know for sure. Thanks. Paul _ Chat with friends online, try MSN Messenger: http://messenger.msn.com -- To unsubscribe: mailto:[EMAIL PROTECTED] For additional commands: mailto:[EMAIL PROTECTED] Troubles

RE: Please Ignore

2002-03-27 Thread Paul Brown
Ignore Maybe you could ask if somebody knows who is in charge of the list and e-mail him/her. isaco wrote: ROTFLMAO Now that's original g -Original Message- From: Paul Brown [mailto:[EMAIL PROTECTED]] Sent: Wednesday, March 27, 2002 9:35 AM To: Tomcat Users List Subject: Please Ignore

Re: Please Ignore

2002-03-27 Thread Paul Brown
: X-MS-TNEF-Correlator: Thread-Index: AcHVr6H6J1g0Gjl0QLmFPxFbVAT1tw== From: Paul Brown [EMAIL PROTECTED] To: tomcat-user-uc.1017247808.jcdoofhmlcjhankdhini-Paul.Brown= [EMAIL PROTECTED] X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N This is a multi-part message in MIME format

memory usage

2002-03-27 Thread Paul Phillips
that isn't it. I see the Java memory use slowly climbing (as reported by repeated invocations of free, or ps, or top) even when no one is accessing the tomcat servets. Why is this? Thanks, Paul Phillips -- To unsubscribe: mailto:[EMAIL PROTECTED] For additional commands: mailto:[EMAIL PROTECTED

Failure to get removed from list

2002-03-26 Thread Paul Brown
I cannot remove myself and nobody will remove me. So i'm going to try and get banned as a last resort. CUNT PISS FUCK WANK SHIT BOLLOCKS PRICK sorry about this chaps but i see no alternative. This message contains confidential information and is intended only for the named individual and

Re: Tomcat on Mac OS X, please help!

2002-03-22 Thread Paul Phillips
I don't know about the 404 errors. However, I did see Invalid virtual host name when I did not define the server name (with the servername directive) in the apache httpd.conf file. As I recall, this is commented out by default. It has to be there for mod_webapp to work. Good luck, Paul

Servlets that deployed yesterday ...

2002-03-19 Thread Paul Brown
(HostConfig.java:319) at org.apache.catalina.startup.HostConfig.run(HostConfig.java:688) at java.lang.Thread.run(Thread.java:484) i'm using the Java Web Services Developer Pack EA1 downloaded from Sun thankyou paul This message contains confidential information and is intended only

JAXMServlet + SOAP

2002-03-18 Thread Paul Brown
) soapEnvelope.getContentAs(DOMSource.FEATURE ); However, the getContentAs method does not exist on the SOAPEnvelope. Have any of you come across this? Has anybody got a code sample that shows how to get a DOM from one of the SOAP objects in the JAXM api? thanks Paul This message contains

manually stopping one application

2002-03-17 Thread Paul, Debra, 4 Kids Mendelson
I have 3 applications in my webapps directory called app1, app2, and app3 when I start tomcat all 3 applications start up as they should and when I shutdown tomcat all 3 applications stop. Is there a way I can send a directive to tomcat to stop app2 while keeping the servlet engine and my other

Double loading of my application

2002-03-15 Thread Paul, Debra, 4 Kids Mendelson
In my web application (described) below I am seeing my startup servlet executing twice presumably because my application is loading twice. Which directive is causing my second load? I have a Web application with a startup servlet described as follows: servlet

mysql-jdbc in redhat linux

2002-03-15 Thread Paul Phillips
syntax doesn't have to include the localdomain, only the mysql grant table. Without that localdomain in the mysql grant table, the connection is always refused. Regards, Paul Phillips -- To unsubscribe: mailto:[EMAIL PROTECTED] For additional commands: mailto:[EMAIL PROTECTED] Troubles

RE: Double loading of my application

2002-03-15 Thread Paul, Debra, 4 Kids Mendelson
in advance for info, Paul -Original Message- From: Lance Smith [mailto:[EMAIL PROTECTED]] Sent: Friday, March 15, 2002 11:44 AM To: 'Tomcat Users List' Subject: RE: Double loading of my application Paul ( I assume ), Had the same trble with no answers also seemed to go away when I added a path

RE: Double loading of my application

2002-03-15 Thread Paul, Debra, 4 Kids Mendelson
bingo!!! -Original Message- From: Craig R. McClanahan [mailto:[EMAIL PROTECTED]] Sent: Friday, March 15, 2002 6:21 PM To: Tomcat Users List Subject: RE: Double loading of my application On Fri, 15 Mar 2002, Paul, Debra, 4 Kids Mendelson wrote: Date: Fri, 15 Mar 2002 16:58:47 -0500

RE: replacing /servlet/ with /xxx/ in tomcat 4.0

2002-03-14 Thread Paul, Debra, 4 Kids Mendelson
See servlet spec p.116 for an example. -Original Message- From: Craig R. McClanahan [mailto:[EMAIL PROTECTED]] Sent: Wednesday, March 13, 2002 10:12 PM To: Tomcat Users List Subject: RE: replacing /servlet/ with /xxx/ in tomcat 4.0 On Wed, 13 Mar 2002, Paul, Debra, 4 Kids Mendelson

Re: Ports used???

2002-03-13 Thread Paul Caton
, the port is not in use. Paul. On Wed, 13 Mar 2002, [ISO-8859-1] Øyvind Vestavik wrote: I am running Tomcat on a unix testserver (solaris 6.2) which several people have access to and use for their own applications. There is no authority administrating the ports used, and I would like to scan

replacing /servlet/ with /xxx/ in tomcat 4.0

2002-03-13 Thread Paul, Debra, 4 Kids Mendelson
I recently switched from tomcat 3.2 to 4.0. I like to set up several servlet containers to sit behing one apache server. In tomcat 3.2 I could map /servlet/ to /somethingelse/ by adding the following the following to server.xml RequestInterceptor

RE: replacing /servlet/ with /xxx/ in tomcat 4.0

2002-03-13 Thread Paul, Debra, 4 Kids Mendelson
11:24 PM To: [EMAIL PROTECTED] Subject: Re: replacing /servlet/ with /xxx/ in tomcat 4.0 Paul, Debra, 4 Kids Mendelson wrote: In tomcat 3.2 I could map /servlet/ to /somethingelse/ ... How do I do the equivalent in Tomcat 4.0? In conf/web.xml: !-- The mapping for the invoker servlet

apache tomcat integration syntax error in httpd.conf

2002-03-12 Thread Paul Phillips
that is producing the syntax error. Can anyone help? Thanks Paul Phillips -- To unsubscribe: mailto:[EMAIL PROTECTED] For additional commands: mailto:[EMAIL PROTECTED] Troubles with the list: mailto:[EMAIL PROTECTED]

Re: apache tomcat integration syntax error in httpd.conf

2002-03-12 Thread Paul Phillips
. If anybody has any ideas, I would be most grateful. Regards, Paul Phillips --On Tuesday, March 12, 2002 5:37 PM -0600 Paul Phillips [EMAIL PROTECTED] wrote: Hello - I am trying to integrate Apache and Tomcat with the warp connector. I am following the instructions at: http

RE: How to Unsubscribe?

2002-03-11 Thread Paul Brown
Does anyone actually moderate this list or have the power to remove people from the list? Or is it completely automated? thanks paul ps. Still trying to remove myself from the list :( -Original Message- From: Ralph Einfeldt [mailto:[EMAIL PROTECTED]] Sent: Thursday, March 07, 2002 5

Re: BASIC Authentication Question

2002-03-07 Thread Paul Chen
Have you turn on the SingleSignOn valve in server.xml? -Paul Mark Shaw wrote: I'm hoping someone can shed some light on a particular behavior I'm experiencing with BASIC authentication and session cookies: I've set up my servlet to use BASIC authentication and I'm my own very simple realm

How to Unsubscribe?

2002-03-07 Thread Paul Brown
I keep trying to unsubscribe without luck ... Anyone know a reliable way of doing it? thanks Paul This message contains confidential information and is intended only for the named individual and may not be disseminated without prior permission. If you are not the named addressee, you

RE: How to Unsubscribe?

2002-03-07 Thread Paul Brown
Jarecsni János wrote: Hi send an empty mail to the following address: [EMAIL PROTECTED], and follow the instructions mailed to you in reply. Cheers J |-Original Message- |From: Paul Brown [mailto:[EMAIL PROTECTED]] |Sent: Thursday, March 07, 2002 3:49 PM |To: Tomcat Users

AW: How to Unsubscribe?

2002-03-07 Thread Paul Brown
This is what i always get back when trying to UNSUBSCRIBE -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Thursday, March 07, 2002 5:54 PM To: Paul Brown Subject: failure notice Hi. This is the qmail-send program at nagoya.betaversion.org. I'm afraid I

Tomcat 3.2.3 and SSL

2002-03-05 Thread Paul Ferguson
I have been trying to get SSL to work with tomcat 3.2.3 on Windows NT. I've followed the steps on differenet web sites and I now have the server configured so that it works with the URL http://localhost:8080/index.html as well as https://localhost:8443/index.html (for the SSL).

Tomcat/IIS Ajp13 problem

2002-02-27 Thread Paul Chen
ideas if I can work around this problem? Is there a newer version of isapi_redirector.dll/Ajp13 I can download and give a try? The isapi_redirector.dll I am using is from the Tomcat 3.3 distribution. Thanks, Paul Chen Catalina console output [Ajp13] setSocket() [Ajp13] receiveNextRequest() [Ajp13

RE: Classpath Issue

2002-02-25 Thread Paul Brown
If you put everything (ie. all your Servlet's dependencies)) into the WAR, ClassLoading problems seem to go away. Does anyone know if the same holds true for App Servers (specifically JBoss)? thanks -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Monday,

Re: TC4 and cgi

2002-02-22 Thread Paul D. Bain
At Friday 2/22/02 11:58 AM, you wrote: Folks: I'm running Tomcat 4.0.2 on Solaris. I'm trying to configure Tomcat to support perl cgis, but I'm getting 404. I am not an expert on Tomcat 4, but am 90% sure that it cannot begin execution of any executable program/script other than a

Catalina Clustering

2002-02-21 Thread Paul Brown
4.0.1 documentation regarding setting up clusters with Tomcat please? I can only find out-of-date stuff ... thanks Paul This message contains confidential information and is intended only for the named individual and may not be disseminated without prior permission. If you are not the named

Newbie deployment problem

2002-02-19 Thread Paul Brown
the Tomcat console (inside overloaded init() method)? thanks paul This message contains confidential information and is intended only for the named individual and may not be disseminated without prior permission. If you are not the named addressee, you should not disseminate, distribute or copy

EdH: Newbie deployment problem

2002-02-19 Thread Paul Brown
Hi i have put the Digester jar inside my war and i still get the same problem at deployment time. ie. this stacktrace 2002-02-19 15:35:07 StandardContext[/messagelets]: Servlet /messagelets threw load() exception javax.servlet.ServletException: Error instantiating servlet class

RE: EdH: Newbie deployment problem

2002-02-19 Thread Paul Brown
Big thanks to Eelco for fixing my problem! -Original Message- From: Eelco den Heijer [mailto:[EMAIL PROTECTED]] Sent: Tuesday, February 19, 2002 4:18 PM To: Paul Brown Subject: Re: EdH: Newbie deployment problem Hi Paul, direct mail is okay, no problem. The exception suggests

NewB/Default Servlet:Can't find .gif

2002-02-18 Thread john-paul delaney
Hello List... NEWBIE: I want to generate the welcome page for my domain so I mapped a test servlet to / in the web.xml for my context. PROBLEM: A test.gif image is not rendered by the servlet - as it appears the path is not found. OBSERVED: If I map the servlet instead to /intro then

Re: NewB/Default Servlet:..rethink...

2002-02-18 Thread john-paul delaney
(Subject Was: NewB/Default Servlet:Can't find .gif) On second thoughts.. with regard to this (my previous post) it may have been smarter to simply ask what is the best way to generate a welcome page for a domain using a servlet...? thanks/j-p. NEWBIE: I want to generate the welcome page

RE: NewB/Default Servlet:Can't find .gif

2002-02-18 Thread john-paul delaney
On Mon, 18 Feb 2002, Justin Rowles wrote: PROBLEM: A test.gif image is not rendered by the servlet - as it appears the path is not found. Are you trying to return html including an image link (such as img src=test.gif) or trying to stream an image via the servlet? If the

RE: NewB/Default Servlet:Can't find .gif

2002-02-18 Thread john-paul delaney
Thanks Justin... excerpt from web.xml servlet servlet-name intro /servlet-name servlet-class intro /servlet-class /servlet servlet-mapping servlet-nameintro/servlet-name url-pattern/intro/url-pattern

RE: NewB/Default Servlet:Can't find .gif

2002-02-18 Thread john-paul delaney
Is there a way then, to automatically invoke a servlet by pointing to the url www.mydomain.com (Or am I obliged to use .jsps)? thanks/j-p. On Mon, 18 Feb 2002, Larry Isaacs wrote: The default servlet handles requests that don't map to some other serlvet. This usually includes all static

NuB:javac:cannot resolve symbol

2002-02-13 Thread john-paul delaney
Hello List... I'm trying to compile sample code from Jason Hunter's book 'About Servlet Programming' from O'Reilly. The code is for reusing database connections, and it refers to an external class which had been created on a previous exercise. Although the class from the previous exercise

Tomcat 4.0, Linux 2.4 - Tomcat appears to deploy all directoriesunder /usr/local/tomcat as web apps.

2002-02-11 Thread Paul Downs
Hi, I have trawled the web and most newsgroups and cannot find the solution, no doubt I have misconfigured something somwhere along the line. The situation is that all Host entries I have defined try to deploy the directory structure under /usr/local/tomcat. This is an example of the host

Re: Url Rewriting in Tomcat4.0

2002-02-11 Thread Paul Downs
to write a servlet that responds to http://www.server.com/reseller by redirecting to the url you want? ;) Paul -- To unsubscribe: mailto:[EMAIL PROTECTED] For additional commands: mailto:[EMAIL PROTECTED] Troubles with the list: mailto:[EMAIL PROTECTED]

Re: jdbc driver deployment problem.

2002-02-08 Thread Paul DuBois
Q: How can I get Tomcat to see 3 specific jar files? They're already in my classpath. Details: Win2k, MSSQL 2k sp1, tomcat 4.0.1 (not a service), apache 1.3.22 (service). Tomcat 4.x doesn't use your CLASSPATH. Aargh. It was suggested that I try to change jdbc drivers in my servlets. I

RE: problem with WebAppConnection at boot time

2002-02-07 Thread john-paul delaney
FWIW, I've noticed that the Tomcat-Apache sequence works when the text: Starting service Tomcat-Apache Apache Tomcat/4.0.1 is written to the $CATALINA_HOME/logs/catalina.out log. Would it be possible to check in the daemon script for this/or whatever process triggers it - in order to

TC4-Warp-Apache:Removed TC-Standalone Service

2002-02-07 Thread john-paul delaney
Hello List, newb question... I've setup virtual hosts with tc-warp-apache by moving all my host elements into the Tomcat-Apache Connector Service element. I then removed the Tomcat-Standalone Connector Service as I want Apache to be the webserver (i.e I don't need TC for that). It appears

Re: I'm stuck. Apache-tom4.0 virtual hosts

2002-02-07 Thread john-paul delaney
I'm a newbie with this but here's what I got... The jakarta documentation says the Host element represents a Virtual Host. One or more Host elements are nested inside an Engine element. ..and on an Engine element it says, Exactly one Engine element must be nested inside a Service element,

Re: Re: Problem with POST and FORM based authentication

2002-02-06 Thread Anil Paul
in tomcat implementation. Can somebody please verify it? thanks, Paul. This is possibly a shot in the dark. But in your login.html page have you defined FORM METHOD=POST...? Hope this helps. Thanks RS Anil Paul [EMAIL PROTECTED] on 02/02/2002 10:58:32 AM To: [EMAIL PROTECTED] cc: Subject

Please Help - Tomcat serves HTTPS with self-signed cert, but not Thawte cert!

2002-02-06 Thread Paul Morrow
--- No client certificate CA names sent --- SSL handshake has read 7 bytes and written 130 bytes --- New, (NONE), Cipher is (NONE) --- Does anyone have any ideas why this might be the case? Thanks in advance for any help you can provide. Paul Morrow MMS Incentives, Inc

JAXB and Tomcat Problem

2002-01-31 Thread Paul Worrall
Hi, I have tried to use the JAXB 1.0 runtime library with Tomcat 4.0.1 and horribly strange things start to happen. Can anyone help? Details below. Solaris 8 with -- java version 1.3.1_01 Java(TM) 2 Runtime Environment, Standard Edition (build 1.3.1_01) Java HotSpot(TM) Client VM (build

RE: JAXB and Tomcat Problem

2002-01-31 Thread Paul Worrall
: Paul Worrall [mailto:[EMAIL PROTECTED]] Gesendet: Donnerstag, 31. Januar 2002 11:42 An: [EMAIL PROTECTED] Betreff: JAXB and Tomcat Problem Hi, I have tried to use the JAXB 1.0 runtime library with Tomcat 4.0.1 and horribly strange things start to happen. Can anyone help? Details below

RE: JAXB and Tomcat Problem

2002-01-31 Thread Paul Worrall
221 148 31277 Fax: +49 221 148 43963 Mobil: +49 179 59 064 59 e-Mail: [EMAIL PROTECTED] _ -Ursprüngliche Nachricht- Von: Paul Worrall [mailto:[EMAIL PROTECTED]] Gesendet: Donnerstag, 31. Januar 2002 12:47 An: Tomcat Users List Betreff: RE: JAXB and Tomcat

RE: mm.mysql driver

2002-01-28 Thread Paul DuBois
At 14:12 +1300 1/29/02, Gareth Cronin wrote: Better to put the jar or put a link to the jar in the WEB-INF/lib directory for your web app, that way you won't forget the dependancies when packaging and deploying, and you won't clutter up your library search paths with stuff unnecessary to other

HTTP port

2002-01-28 Thread Paul Wallace
to use a number greater than 1024. How does one configure Tomcat to use the default port of 80, and hence not need to specify the port number in the URL? Thanks Paul. -- To unsubscribe: mailto:[EMAIL PROTECTED] For additional commands: mailto:[EMAIL PROTECTED] Troubles with the list

file extension download

2002-01-28 Thread Paul Wallace
am given: The page cannot be found The page you are looking for might have been removed, had its name changed, or is temporarily unavailable. Input appreciated Paul. -- To unsubscribe: mailto:[EMAIL PROTECTED] For additional commands: mailto:[EMAIL PROTECTED] Troubles

Using Warp Connector only: remove http from server.xml?

2002-01-26 Thread john-paul delaney
Hello List... Newbie question. Setting up Redhat7.0/TC4.0.1/Apache1.3.20 and after some ironing out, all now appears to work as expected. My question is: do I still need the standalone http connector (configured in server.xml) when I'm using Warp with Apache? thanks /j-p.

RE: security issue!

2002-01-24 Thread Paul DuBois
At 12:28 -0500 1/24/02, Henry Lu wrote: I need a solution to orevent from its happenning! You want to prevent a given client from issuing requests to your site? Good luck. Any ideas? Thanks, [EMAIL PROTECTED] 01/24/02 12:21PM looks like good old nimda. but it does not affect your tomcat,

<    8   9   10   11   12   13   14   15   16   >