Re: Please Help!! SSL problem

2002-04-09 Thread Jason Barr
NoSuchMethodException. I am really frustrated with it because it is a final year project and is going to be handed in next week. I am posting it for the 3rd times because the previous posts were not answered. Please help me, I am desperate. Thank you!! Ann Lee -- Jason Barr Vendor Manager Thawte Tech

Re: Please help me on a question about TOMCAT OR APACHE + TOMCAT

2002-04-09 Thread todd tredeau
in front, but it really doesn't matter. todd http://www.wiserlabz.com collaborative effort to promote Novell and Open Source solutions Jakarta Tomcat Newsgroup (@Basebeans.com) wrote: Subject: Please help me on a question about TOMCAT OR APACHE + TOMCAT From: Hyunjin Kim [EMAIL PROTECTED] === all

Re: Please help me on a question about TOMCAT OR APACHE + TOMCAT

2002-04-09 Thread Michael Teter
Novell and Open Source solutions Jakarta Tomcat Newsgroup (@Basebeans.com) wrote: Subject: Please help me on a question about TOMCAT OR APACHE + TOMCAT From: Hyunjin Kim [EMAIL PROTECTED] === all my web pages will be in jsps (to use include). Should I still use Apache in front

I assume general question about Connectin Pooling. Please help if you know answer.

2002-04-09 Thread IvanLatysh
Hi All. Basic situation. I have Tomcat + mySQL And I need to cache my Database connections, to avoid establishing connection each time. Please help. Sincerely yours, Ivan Latysh. [EMAIL PROTECTED] http://ivan.yourmail.com -- To unsubscribe: mailto:[EMAIL PROTECTED] For additional commands

RE: I assume general question about Connectin Pooling. Please help if you know answer.

2002-04-09 Thread Reynir Hubner
use a connection pool. try http://www.bitmechanic.com/projects/jdbcpool/ hope it helps [EMAIL PROTECTED] -Original Message- From: IvanLatysh [mailto:[EMAIL PROTECTED]] Sent: 9. april 2002 14:52 To: Tomcat Apache Subject: I assume general question about Connectin Pooling. Please help

Re: Tomcat4 / OpenLDAP - Encrypted connectionPassword in JNDI Realm(server.xml) - Please Help

2002-04-09 Thread John Holman
OpenLDAP server, but with this you specify the encryption algorithm with the digest attribute. Please help. How do i specify the algorithm and encrypted password for the connectionPassword attribute; and if you would..which tool do i use to create this password? Thanks a million

Re: Tomcat4 / OpenLDAP - Encrypted connectionPassword in JNDI Realm(server.xml) - Please Help

2002-04-09 Thread Jeremy Prellwitz
/ OpenLDAP - Encrypted connectionPassword in JNDI Realm (server.xml) - Please Help To: Tomcat Users List [EMAIL PROTECTED] Hi Jeremy. For the JNDI realm to connect to the directory server with administrator privileges it needs to know the plaintext password. Having a digest in the config file

RE: Please Help!! SSL problem

2002-04-09 Thread Lawlor, Frank
Did you follow all the directions in the SSL HowTo exactly: You need to provide more detail on the error. What is the full stack trace with the error message. Look in the logs in the log directory and note any messages that occur that may be connected with the problem. Frank Lawlor Athens

Re: Please help me on a question about TOMCAT OR APACHE + TOMCAT

2002-04-09 Thread Lalit Nagpal
hello, i am using tomcat as a standalone. i have jsps and servlets working quiet normally, i see no reason why apache should be connected to tomcat if servlets and jsp serve your purpose. although some people argue that for static pages apache will respond to requests much faster than tomcat.

Tomcat's threads... please help

2002-03-28 Thread Vincent Lambert
I am using Tomcat 4.0.3 with j2sdk1.4.0 behind apache 1.3 with an warp connector (Sun Cobalt Raq4 kernel 2.2.16). Connector className=org.apache.catalina.connector.warp.WarpConnector port=8008 minProcessors=5 maxProcessors=10 enableLookups=true acceptCount=10 debug=0/

Unable to install tomact distribution on HP - Please help

2002-03-28 Thread Kairam, Raj
I downloaded the 'jakarta-tomcat-4.0.3.tar.gz' from 'jakarta.apache.org/builds/jakarta-tomcat-4.0/release/v4.0.3/bin/' website. On a unix box running HP-UX 11, as root, I uncompressed it in /tmp directory. To install it, I ran root@host:/opt tar -xvf /tmp/jakarta-tomcat-4.0.3.tar . After a

RE: Software caused connection abort (Was: Re: Please help me! problem with tomcat.)

2002-03-27 Thread Daniel Bruce Lynes
On March 26, 2002 07:29 pm, Zhe wrote: Maybe it's silly, but I want get some help! In one of my jsp page I want to show a image dynamically, so I put an dynamical IMG tag in the HTML jsp is outputting. But when the client request the page the image cann't be showen. And there is some error

Please help me! problem with tomcat.

2002-03-26 Thread fatty
Maybe it's silly, but I want get some help! In one of my jsp page I want to show a image dynamically, so I put an dynamical IMG tag in the HTML jsp is outputting. But when the client request the page the image cann't be showen. And there is some error message : 2002-03-26 17:40:00 -

Re: Tomcat on Mac OS X, please help!

2002-03-25 Thread Steven Elliott
Apologies for not including this in my original reply. Here are the lines in the $CATALINA_HOME/examples/WEB.XML file that should be on or about lines 68 - 73. If you comment these out exceptions for filters.SetCharacterEncodingFilter should disappear (even if you leave in the declaration for

Re: Tomcat on Mac OS X, please help!

2002-03-25 Thread Ken Martin
On Sunday, March 24, 2002, at 10:31 AM, Donald Huebschman wrote: I, also, experienced this problem. And, tried your fixes, which didn't work, but, did provide different errors. In searching the archives suggested, I came across a similar problem with SetCharacterEncodingFilter. class not

Re: Tomcat on Mac OS X, please help!

2002-03-24 Thread Donald Huebschman
: Re: Tomcat on Mac OS X, please help! Went rooting around in my logs and found this in localhost_examples_log. .. 2002-03-23 02:21:12 StandardContext[/examples]: Exception starting filter Set Character Encoding java.lang.ClassNotFoundException: filters.SetCharacterEncodingFilter The above

Tomcat on Mac OS X, please help!

2002-03-22 Thread apache
The players: * Mac OS 10.1.3 * JDK 1.3.1 * Tomcat 4.0.2 * Apache * webapp-module-1.0-tc40 (for Mac) The problems: * Running Tomcat standalone or with Apache, I get 404 errors on the example links. * When trying to use webapp-module, I get this error: Syntax error on line 288 of

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

Re: Tomcat on Mac OS X, please help!

2002-03-22 Thread kevin
Seems reasonable, but I did define ServerName as localhost. 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

Re: Tomcat on Mac OS X, please help!

2002-03-22 Thread kevin
Went rooting around in my logs and found this in localhost_examples_log... 2002-03-23 02:21:12 StandardContext[/examples]: Exception starting filter Set Character Encoding java.lang.ClassNotFoundException: filters.SetCharacterEncodingFilter at

Tomcat 4.0.4 and IIS please help?...........

2002-03-21 Thread Carlos Martins
Hello, Could anyone please help me configure this setup? ISS calling Tomcat. -- To unsubscribe: mailto:[EMAIL PROTECTED] For additional commands: mailto:[EMAIL PROTECTED] Troubles with the list: mailto:[EMAIL PROTECTED]

RE: Tomcat 4.0.4 and IIS please help?...........

2002-03-21 Thread Carlos Martins
Most helpful!! many thanks! Carlos -Original Message- From: Pedro F Gaspar [mailto:[EMAIL PROTECTED]] Sent: quinta-feira, 21 de Março de 2002 10:21 To: [EMAIL PROTECTED] Subject: Re: Tomcat 4.0.4 and IIS please help?... Check this link: http://www.vacodi.com/howto/tomcat/iisnt

Please help me found Jar file needed to compile Tag Handler

2002-03-21 Thread Isak Rickyanto
Hello all please help me... OK... I try to compile Java program to make simple custom tag I found error when compile it... I think because it doesn't found the jar file needed to compile.. I found that the jar file needed to compile in Tomcat 3 is servlet.jar but I use Tomcat 4.0.1 now

SV: Please help me found Jar file needed to compile Tag Handler

2002-03-21 Thread Klosa Uwe
smime.p7m Description: application/pkcs7-mime

Re: Struggling for one week please Help Help..................

2002-03-21 Thread Daniel Hinojosa
, 2002 4:14 PM To: Tomcat Users List Subject: Re: Struggling for one week please Help Help.. Uma Munugala wrote: Hi I have written a servlet which implements SingleThreadModel and used already existing public static syncronized classes to access database. these classes were

RE: Please help me found Jar file needed to compile Tag Handler

2002-03-21 Thread Andy Eastham
Isak, It's still servlet.jar, in tomcat4\common\lib. Andy -Original Message- From: Isak Rickyanto [mailto:[EMAIL PROTECTED]] Sent: 21 March 2002 05:42 To: Tomcat User Group Subject: Please help me found Jar file needed to compile Tag Handler Hello all please help me... OK

RE: Struggling for one week please Help Help..................

2002-03-20 Thread jeff . guttadauro
: Subject: RE: Struggling for one week please Help 03/19/02 05:45 PMHelp.. Please respond

RE: Struggling for one week please Help Help..................

2002-03-20 Thread Uma Munugala
: RE: Struggling for one week please Help Help.. I would suspect that your return boolean line in your defineCFDatabase method would be causing problems. Uma Munugala u.munugala@CellFTo: 'Tomcat Users List' [EMAIL PROTECTED

RE: Struggling for one week please Help Help..................

2002-03-20 Thread Uma Munugala
To: Tomcat Users List Subject: Re: Struggling for one week please Help Help.. Uma Munugala wrote: Hi I have written a servlet which implements SingleThreadModel and used already existing public static syncronized classes to access database. these classes were used for standalone

Struggling for one week please Help Help..................

2002-03-19 Thread Uma Munugala
Hi I have written a servlet which implements SingleThreadModel and used already existing public static syncronized classes to access database. these classes were used for standalone application. does static synchronized has any problem with servlets when I deployment my servlet and try to

Re: Struggling for one week please Help Help..................

2002-03-19 Thread James Williamson
Subject: Struggling for one week please Help Help.. Hi I have written a servlet which implements SingleThreadModel and used already existing public static syncronized classes to access database. these classes were used for standalone application. does static synchronized has any

RE: Struggling for one week please Help Help..................

2002-03-19 Thread Uma Munugala
please Help Help.. Uma, You've defined it the wrong way round, it should be: public static boolean gDefaultConnectionIsOracle = false; Regards, James Williamson www.nameonthe.net - Original Message - From: Uma Munugala [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent

Re: Struggling for one week please Help Help..................

2002-03-19 Thread Daniel Hinojosa
Uma Munugala wrote: Hi I have written a servlet which implements SingleThreadModel and used already existing public static syncronized classes to access database. these classes were used for standalone application. does static synchronized has any problem with servlets when I deployment

Apache2 (SSL) with Tomcat4.0.4 with mod_jk problem, please help

2002-03-18 Thread Gabriel Lopez
Hi. I need help. My configuration is: Apache-2.0.32(SSL) Tomcat-4.0.4 mod-jk jdk1.4 When I try to run some servlet I get: Server error! El servidor encontro un error interno y fue imposible completar su solicitud. Mensaje de error: handler

Problem in running servlet please help--- urgent

2002-03-18 Thread Uma Munugala
Hi Iam Running tomcat 4.0.3. on windows NT. Installation is successful, and examples work properly. I deployed my application in web-inf/classes Iam getting an error when I run servlet. When my servlet is invoked, when code is trying to access the RelConnection.gDefaultConnectionIsOracle,

Re: Problem in running servlet please help--- urgent

2002-03-18 Thread rsequeira
in running servlet please help--- urgent Hi Iam Running tomcat 4.0.3. on windows NT. Installation is successful, and examples work properly. I deployed my application in web-inf/classes Iam getting an error when I run servlet. When my servlet is invoked, when code is trying to access

RE: Problem in running servlet please help--- urgent

2002-03-18 Thread Uma Munugala
. java.lang.ClassFormatError: com/CellFusion/Relational/RelConnection (Illegal Variable name ) Thanks a lot Uma -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Monday, March 18, 2002 8:41 AM To: Tomcat Users List Subject: Re: Problem in running servlet please help

RE: Problem in running servlet please help--- urgent

2002-03-18 Thread rsequeira
' [EMAIL PROTECTED] cc: Subject: RE: Problem in running servlet please help--- urgent Thanks for replying I have synchronized methods and they are returning boolean. Can u please let me know how that is getting affected and what I need to do to solve that problem. The class has static members

RE: Problem in running servlet please help--- urgent

2002-03-18 Thread Uma Munugala
Subject: RE: Problem in running servlet please help--- urgent Post your code/log output. Maybe someone will have a look at it. Or you could check the archives. I think I saw someone who had a similar problem. RS Uma Munugala [EMAIL PROTECTED] on 03/18/2002 11:27:42 AM Please respond

RE: Problem in running servlet please help--- urgent

2002-03-18 Thread Ram Kurapati
Hello: try at http://marc.theaimsgroup.com/?l=tomcat-userr=1w=2 Rama -Original Message- From: Uma Munugala [mailto:[EMAIL PROTECTED]] Sent: Monday, March 18, 2002 1:26 PM To: 'Tomcat Users List' Subject: RE: Problem in running servlet please help--- urgent Hi sequeira can u please

Apache2.032+Tomcat4.0.4+mod_jk Please Help

2002-03-18 Thread Gabriel Lopez
Hi. I need help. My configuration is: Apache-2.0.32(SSL) Tomcat-4.0.4 mod-jk jdk1.4 When I try to run some servlet I get: Server error! El servidor encontro un error interno y fue imposible completar su solicitud. Mensaje de error: handler

RE: Problem in running servlet please help--- URGENT

2002-03-18 Thread Uma Munugala
- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Monday, March 18, 2002 9:32 AM To: Tomcat Users List Subject: RE: Problem in running servlet please help--- urgent Post your code/log output. Maybe someone will have a look at it. Or you could check the archives. I think I saw someone

RE: Problem in running servlet please help--- urgent

2002-03-18 Thread rsequeira
http:[EMAIL PROTECTED]%3E RS Uma Munugala [EMAIL PROTECTED] on 03/18/2002 12:26:13 PM Please respond to Tomcat Users List [EMAIL PROTECTED] To: 'Tomcat Users List' [EMAIL PROTECTED] cc: Subject: RE: Problem in running servlet please help--- urgent Hi sequeira can u please suggest

Tomcat 4.0.2 isn't reading WEB-INF/lib files .. please help!

2002-03-07 Thread Goins, John
I have jars in a project\WEB-INF\lib directory on Windows XP. The log shows the jars included, but I get a java.lang.NoClassDefFoundError. When I added the jars to the common/lib directory it works fine. I have run out of ideas. The file that contains the class ValidatableObject resides in

RE: ssl please help!

2002-03-06 Thread Ofur-Bjarni
- From: Chris Campbell [mailto:[EMAIL PROTECTED]] Sent: 6. mars 2002 04:12 To: 'Tomcat Users List' Subject: RE: ssl please help! Hello, is it possible to use ssl without having a certificate?(.keystore thingy) The problem is that the web application I'm making will be distributed, so

Loadbalancing question--Please help if you can

2002-03-05 Thread Michael Molloy
This is the 2nd load balancing question I've asked of the group in the last week, and I haven't received a single response. I've looked on the web in the archives, but can't find an answer. Is anyone actually using the load balancing in 3.3a? I'm sure that there are some. My company would

Please help me

2002-03-05 Thread [EMAIL PROTECTED]
java.lang.NoClassDefFoundError: org/ap ache/tomcat/startup/Main I have followed all the instructions: TOMCAT_HOME is set, JAVA_HOME is set and I exported them. I can't understand the error: where is my error? Please help me. Thanks for your help Laura

Re: Please help me

2002-03-05 Thread Lev Assinovsky
have followed all the instructions: TOMCAT_HOME is set, JAVA_HOME is set and I exported them. I can't understand the error: where is my error? Please help me. Thanks for your help Laura -- Lev AssinovskyPeterlink Web ProgrammerSt. Petersburg, Russia Tel

Re: Please help me

2002-03-05 Thread rsequeira
what is TOMCAT_HOME set to? I assume you are using Tomcat 3.x.x version. RS lauradiara on 03/05/2002 08:42:07 AM Please respond to Tomcat Users List [EMAIL PROTECTED] To: [EMAIL PROTECTED] cc: Subject: Please help me Hi all, I'm an italian student: for my thesis I have to install

ssl please help!

2002-03-05 Thread Ofur-Bjarni
Hello, is it possible to use ssl without having a certificate?(.keystore thingy) The problem is that the web application I'm making will be distributed, so it won't always be running on the same server name and therefor browsers will always point out the fact that the name on the certificate does

Re: Loadbalancing question--Please help if you can

2002-03-05 Thread Pascal Forget
Hi Michael, I unfortunately cannot spend time helping you with Tomcat 3.3, as I would have to replicate your setup to try to fix the problem. What I can tell you is that I have successfully configured a load balanced tomcat 4.02 server and that requests are being sent to both tomcat servers.

RE: Apache + Tomcat + SSL : Please help me on this

2002-02-28 Thread Anton Brazhnyk
Hi, -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Thursday, February 28, 2002 5:37 AM To: [EMAIL PROTECTED] Subject: Apache + Tomcat + SSL : Please help me on this Hi All, I have a problem in configuring SSL. I basically have two questions. 1

(Newbie) Please help ....

2002-02-27 Thread dark.wizzard
Hi people: Only a simple question ... Where I deploy into TomCat structure the files JSP 1.2 and Servlet 2.3 ??? Thank you dark.Wizzard __ Quer ter seu próprio endereço na Internet? Garanta já o seu e ainda ganhe cinco

REPOST: Please HELP!: URL Mapping Problems in servlet

2002-02-27 Thread Mark B. Indictor
OK -- I'm having a related problem: I can hit my servlet with the following httpd.conf and web.xml file setup with these two URLs: http://hostname:8080/s2/sb/ And http://hostname/SiteBlocks/sb/ From within the servlet, I am trying to reconstruct the URL. I am using the following code: ...

RE: REPOST: Please HELP!: URL Mapping Problems in servlet

2002-02-27 Thread Cox, Charlie
Users List' Subject: REPOST: Please HELP!: URL Mapping Problems in servlet OK -- I'm having a related problem: I can hit my servlet with the following httpd.conf and web.xml file setup with these two URLs: http://hostname:8080/s2/sb/ And http://hostname/SiteBlocks/sb/ From

RE: REPOST: Please HELP!: URL Mapping Problems in servlet

2002-02-27 Thread Mark B. Indictor
== -Original Message- From: Cox, Charlie [mailto:[EMAIL PROTECTED]] Sent: Wednesday, February 27, 2002 9:46 AM To: 'Tomcat Users List' Subject: RE: REPOST: Please HELP!: URL Mapping Problems in servlet try req.getPathInfo() in place of getServletPath() you can use

RE: REPOST: Please HELP!: URL Mapping Problems in servlet

2002-02-27 Thread Cox, Charlie
-Original Message- From: Mark B. Indictor [mailto:[EMAIL PROTECTED]] Sent: Wednesday, February 27, 2002 1:17 PM To: 'Tomcat Users List' Subject: RE: REPOST: Please HELP!: URL Mapping Problems in servlet If the URL is: http://hostname/context/servlet/xxx

RE: REPOST: Please HELP!: URL Mapping Problems in servlet

2002-02-27 Thread Mark B. Indictor
== -Original Message- From: Cox, Charlie [mailto:[EMAIL PROTECTED]] Sent: Wednesday, February 27, 2002 10:44 AM To: 'Tomcat Users List' Subject: RE: REPOST: Please HELP!: URL Mapping Problems in servlet I don't think there is a function to get the full request path without

Re: (Newbie) Please help ....

2002-02-27 Thread Sriram Narayanan
2/27/02 5:24:45 PM, dark.wizzard [EMAIL PROTECTED] wrote: Hi people: Only a simple question ... Where I deploy into TomCat structure the files JSP 1.2 and Servlet 2.3 ??? Download Tomcat 4.0.1 from jakarta.apache.org/tomcat/ Start Tomcat, and go to the URL

RE: REPOST: Please HELP!: URL Mapping Problems in servlet

2002-02-27 Thread Randy Layman
the spec says so. Randy -Original Message- From: Mark B. Indictor [mailto:[EMAIL PROTECTED]] Sent: Wednesday, February 27, 2002 2:03 PM To: 'Tomcat Users List' Subject: RE: REPOST: Please HELP!: URL Mapping Problems in servlet I appreciate the help, but this still does

RE: REPOST: Please HELP!: URL Mapping Problems in servlet

2002-02-27 Thread Mark B. Indictor
To: 'Tomcat Users List' Subject: RE: REPOST: Please HELP!: URL Mapping Problems in servlet I think that this approach is very close to what you want. Instead of lastIndexOf(/) you could do lastIndexOf (or indexOf) getServletName. Another alternative would be to use lastIndexOf

Apache + Tomcat + SSL : Please help me on this

2002-02-27 Thread zaid
Hi All, I have a problem in configuring SSL. I basically have two questions. 1. I'm trying to configure Apache to use Tomcat as a servlet container. My Apche server is 1.3.14-3 and i'm using Tomcat 4.02 and mod_webapp.so to integrate using WebAppConnection. I basically followed the steps

Re: Problem in starting up TOMCAT, please help.

2002-02-26 Thread Bill Barnhill
, 2002 3:04 AM Subject: Re: Problem in starting up TOMCAT, please help. jay n gaba wrote: try checking the log. On Sun, 03 Feb 2002 Ashutosh Shah wrote : Hi everybody, Here is my problem. I loaded Tomcat successfully on a Windows 2000 platform setting the environment variables

Re: Problem in starting up TOMCAT, please help.

2002-02-25 Thread Chuck Amadi
CATALINA_BASE: c:\jakarta-tomcat-4.0 Using CATALINA_HOME: c:\jakarta-tomcat-4.0 Using CATALINA_TMPDIR: c:\jakarta-tomcat-4.0\temp Using JAVA_HOME: c:\jdk1.3 When I try going to http://localhost:8080 I get a 'Page cannot be displayed error'. I dont know what I am doing wrong. Please help

Re: Tomcat -4.0.1 Don't think my two connectors have instantiated Please Help

2002-02-25 Thread Chuck Amadi
Chuck Amadi wrote: Hey Please can someone verify that my Connector instances are ok. I have already port 8080 utilised for tomcat3.2.2 Thus when i use https://localhost:/ i get a connection refused error on 127.0.01. Plus http://localhost:8999 can't access 127.0.01. I get the Yellow

Servlet/JSP design,standard and guidelines, please help

2002-02-25 Thread Keith Ng
Hi guys I need to noe how u guys design yr servlet/jsp for lets say displaying a search result for e.g. the normal way would be embedding all the code within a jsp page connectionBean is a javabean to connect to database.. % //inistialise connection bean ... //pseudo code... declare resultset

Re: Re: Problem in starting up TOMCAT, please help.

2002-02-20 Thread jay n gaba
. Please help. Thank you, Ash. -- To unsubscribe: mailto:tomcat-user-unsubscribe@jakart- a.apache.org For additional commands: mailto:tomcat-user-help@jakart- a.apache.org Troubles with the list: mailto:tomcat-user-owner@jakart- a.apache.org -- To unsubscribe: mailto:[EMAIL

Tomcat -4.0.1 Don't think my two connectors have instantiated Please Help

2002-02-20 Thread Chuck Amadi
Hey Please can someone verify that my Connector instances are ok. I have already port 8080 utilised for tomcat3.2.2 Thus when i use https://localhost:/ i get a connection refused error on 127.0.01. Plus http://localhost:8999 can't access 127.0.01. I get the Yellow lock key , But on

Please help

2002-02-20 Thread Christopher Chan
Does anybody know to restrict webdav access and at the same time allow browsers to the webapp? Using the webdav example with the security constraint locks both webdav and browsers out if they do not login. Thank you Christopher

I give up!! - SOMEONE PLEASE HELP!

2002-02-19 Thread Neil Streeter
Let me see if I have this straight! You can't configure *apache* with mod_webapp and tomcat so that it serves .html and .jsp from the same directory - right... (I can't that's for sure) I have tried every configuration possible - thinking that I could get the examples working without

RE: I give up!! - SOMEONE PLEASE HELP!

2002-02-19 Thread Shannon Brown
-Original Message- From: Neil Streeter [mailto:[EMAIL PROTECTED]] Sent: Tuesday, February 19, 2002 4:17 PM To: Tomcat Users List Subject: I give up!! - SOMEONE PLEASE HELP! Let me see if I have this straight! You can't configure *apache* with mod_webapp and tomcat so that it serves

Re: Problem in starting up TOMCAT, please help.

2002-02-19 Thread Ashutosh Shah
CATALINA_TMPDIR: c:\jakarta-tomcat-4.0\temp Using JAVA_HOME: c:\jdk1.3 When I try going to http://localhost:8080 I get a 'Page cannot be displayed error'. I dont know what I am doing wrong. Please help. Thank you, Ash. -- To unsubscribe: mailto:[EMAIL PROTECTED] For additional commands

RE: Problem in starting up TOMCAT, please help.

2002-02-19 Thread Jarecsni János
TOMCAT, please help. | | |Hi everybody, | |Here is my problem. | |I loaded Tomcat successfully on a Windows 2000 platform setting the |environment variables |CATALINA_HOME: c:\jakarta-tomcat-4.0 |JAVA_HOME: c:\jdk1.3 |CLASSPATH: C:\jakarta-tomcat-4.0\common\lib\servlet.jar | |Then I went on the DOS

RE: I give up!! - SOMEONE PLEASE HELP!

2002-02-19 Thread GOMEZ Henri
You can't configure *apache* with mod_webapp and tomcat so that it serves .html and .jsp from the same directory - right... (I can't that's for sure) Via mod_jk (supported by TC 4.0.2), you could have tomcat serve jsp/servlets and apache html, gif (everything which is not jsp/servlet) In

RE: Problem in starting up TOMCAT, please help.

2002-02-19 Thread Ashutosh Shah
, Ash. -Original Message- From: Jarecsni J=E1nos [mailto:[EMAIL PROTECTED]] Sent: Tuesday, February 19, 2002 6:21 PM To: Tomcat Users List Subject: RE: Problem in starting up TOMCAT, please help. Hi instead of running startup, run catalina.bat run and you'll see the exception catalina

PLEASE HELP

2002-02-14 Thread James Moore
please help, this is really bugging me. -Original Message- From: James Moore [mailto:[EMAIL PROTECTED]] Sent: 14 February 2002 09:46 To: Tomcat Users List Subject: virtual hosting behind a firewall Hello has anyone got virtual hosting of several jsp sites on an apache/tomcat 3.2.x

Re: PLEASE HELP

2002-02-14 Thread Keith Simpson
I don't do it with tomcat, but I do with JRUN - that is, forward through a firewall. The only thing going through is http - unless you do https. Port 80 is the only one that I port forward (on a linux firewall box). James Moore wrote: please help, this is really bugging me

Re: Tomcat 4.0.1 SSL experts, please help.

2002-02-13 Thread Øyvind Vestavik
I think you should be able to define two SSL cennectors in the same server instance. You must of course use different port numbers for the two connector entries in the server.xml file. Another option if this doesn't work is of course to install two servers on the host and define a ssl connector

RE: Tomcat 4.0.1 SSL experts, please help.

2002-02-13 Thread Coetmeur, Alain
think about using the address=x.y.z.t attribute for each different connector ... set a separate factory for each connector, and all needed parameters as usual.. in theory this should be enough -Message d'origine- De: n [mailto:[EMAIL PROTECTED]] I have two separate security

Please help with debugging

2002-02-13 Thread Mihai Gheorghiu
When I try to stop TC4.0.1 on jdk1.3.1, I get the following message: 2002-02-13 14:25:13 StandardWrapper [/TAN:defult]: Waiting for 1 instance(s) to be deallocated. And that's where I'm stuck. How can I approach this? It may be relevant that I'm using Poolman. Thank you all. -- To unsubscribe:

RE: Can't get IIS and tomcat to work PLEASE HELP !!!

2002-02-11 Thread Randy Layman
-Original Message- From: Scott Adamson [mailto:[EMAIL PROTECTED]] Sent: Friday, February 08, 2002 10:28 AM To: Tomcat Users List Subject: Can't get IIS and tomcat to work PLEASE HELP !!! Can someone PLEASE help, I have been working on this for the best part of a week, without making

RE: Can't get IIS and tomcat to work PLEASE HELP !!!

2002-02-11 Thread Deep Singh Bhau
HELP !!! -Original Message- From: Scott Adamson [mailto:[EMAIL PROTECTED]] Sent: Friday, February 08, 2002 10:28 AM To: Tomcat Users List Subject: Can't get IIS and tomcat to work PLEASE HELP !!! Can someone PLEASE help, I have been working on this for the best part of a week, without

Re: Can't get IIS and tomcat to work PLEASE HELP !!!

2002-02-09 Thread Scott Adamson
] To: Tomcat Users List [EMAIL PROTECTED] Sent: Saturday, February 09, 2002 2:57 PM Subject: Re: Can't get IIS and tomcat to work PLEASE HELP !!! Scott, I share your pain, much of my week was spent doing the same thing.. I have the same environment as you, and discovered that I was thinking

RE: Can't get IIS and tomcat to work PLEASE HELP !!!

2002-02-09 Thread Pavel Brun
10:28 AMTo: Tomcat Users ListSubject: Can't get IIS and tomcat to work PLEASE HELP !!! Can someone PLEASE help, I have been working on this for the best part of a week, without making any progress - Software installed - Windows 2000 Server IIS 5.0 Tomcat 4.01 jdk1.3.1_01

Please Help....Re: Listeners in the WARP Connector?

2002-02-08 Thread Mark R. Diggory
Mark R. Diggory wrote: I assume I would need to use a WebAppDeploy descriptor to map the users directories to Tomcat, how would I do that for generic users directories (~/public_html)? WebAppConnection warpConnection warp localhost:8008 WebAppDeploy examples warpConnection

Can't get IIS and tomcat to work PLEASE HELP !!!

2002-02-08 Thread Scott Adamson
Can someone PLEASE help, I have been working on this for the best part of a week, without making any progress - Software installed - Windows 2000 Server IIS 5.0 Tomcat 4.01 jdk1.3.1_01 Tomcat setup - Installed to D:\Tomcat4\ Modified /conf/server.xml uncommenting ajp13 connector (see

Re: Can't get IIS and tomcat to work PLEASE HELP !!!

2002-02-08 Thread Richard
Sent: Friday, February 08, 2002 7:28 AM Subject: Can't get IIS and tomcat to work PLEASE HELP !!! Can someone PLEASE help, I have been working on this for the best part of a week, without making any progress - Software installed - Windows 2000 Server IIS 5.0 Tomcat 4.01

Tomcat 4.0.1 SSL experts, please help.

2002-02-07 Thread n
I have two separate security certificates, one for each virtual host. The tomcat documentation states, ... it is therefore not possible to assign multiple certificates to a single IP address. However, this box that I have tomcat on has two IP addresses. Therefore, I should be able to run both

RE: Tomcat 4.0.1 SSL experts, please help.

2002-02-07 Thread Anton Brazhnyk
] Subject: Tomcat 4.0.1 SSL experts, please help. I have two separate security certificates, one for each virtual host. The tomcat documentation states, ... it is therefore not possible to assign multiple certificates to a single IP address. However, this box that I have tomcat on has

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

2002-02-06 Thread Paul Morrow
This is a rather strange problem that I'm hoping someone can assist with. In a nutshell, Tomcat serves HTTPS pages when a self-signed cert is installed, but not when a Thawte cert is installed. I'm running Tomcat 4.0.1 on Solaris 8. I used keytool to create a self-signed cert, i.e.

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

2002-02-06 Thread Richard S. Huntrods
Paul, It is not strange - just very, very convoluted. I have spent 2 months getting this stuff to work, and am about to order my cert from Thawte. There are a couple of problems. First, all certs in your keystore must have the 'tomcat' alias. Second, the type of certificate ordered from a

Re: Please help! How to create images with JSP under Tomcat ?

2002-01-30 Thread Mark
At 08:43 AM 1/27/2002 +0100, you wrote: Please help! Does anybody already used a free good JSP/Java library which generates gif or jpg files (JavaSide excluded)? Any suggestion? Thanks If you're looking for a charting package, check out http://chart2d.sourceforge.net. I've used it for server

Please help! Unit test fails for Tomcat

2002-01-22 Thread kynn
When I try 'ant test' (after getting past 'ant dist'), it fails eventually with: test-dir-context: [echo] Running FileDirContext tests [java] .F... [java] Time: 0.164 [java] There was 1 failure: [java] 1)

Re: Please help! Unit test fails for Tomcat

2002-01-22 Thread Bruce Perryman
Did you download the correct JNDI package (JNDI 1.2.1 Reference Implementation)? Is it being picked up from the correct location in build.properties ({tomcat installation directory}/build.properties). Check the build.properties file and make sure that it is being refence properly. Are there any

Re: Please help! Unit test fails for Tomcat

2002-01-22 Thread kynn
Date: Tue, 22 Jan 2002 06:18:33 -0800 (PST) From: Bruce Perryman [EMAIL PROTECTED] Subject: Re: Please help! Unit test fails for Tomcat Did you download the correct JNDI package (JNDI 1.2.1 Reference Implementation)? I downloaded jndi1_2_1.zip from http://java.sun.com/products

Re: Please help! Unit test fails for Tomcat

2002-01-22 Thread kynn
Date: Tue, 22 Jan 2002 09:52:46 -0800 (PST) From: Bruce Perryman [EMAIL PROTECTED] Content-Type: text/plain; charset=us-ascii Hi, We must verify that the correct versions of all the libs and their locations are correct. Are you using ant1.4? Yes. Did you copy the

Please help! Tomcat 4.0 and XSQL-Servlet from Oracle - Example is not running!!

2002-01-21 Thread Sunhild Copony
Hi, maybe someone has a good idea for me - I'm stuck... I'm using Tomcat 4.0 rc1 on SuSE-Linux (without Apache!) and Oracle 8.1.7 on the same machine, Tomcat on port 8090, Oracle on port 1521. I want to run the sample fly from Oracle and have done the following: - unpacked the sample in

Please HELP. blank JSP at client

2002-01-18 Thread Mustafa ispir
Hi, I have a little problem with JSP pages. JSP pages are working well at server (Tomcat is used). But although the url is correct, jsp pages show nothing at clients. I think, Explorer setting lead to this problem. But I can`t find the actual reason. What might be the problem? please help

RE: Please HELP. blank JSP at client

2002-01-18 Thread Michael Wentzel
Hi, I have a little problem with JSP pages. JSP pages are working well at server (Tomcat is used). But although the url is correct, jsp pages show nothing at clients. I think, Explorer setting lead to this problem. But I can`t find the actual reason. What might be the problem? A few

RE: Tomcat and Oracle JDBC-ODBC connection problem. Please help!

2002-01-18 Thread Michael Wentzel
I have installed tomacat to set up Oracle JDBC-ODBC driver, data source... but ran into some problmes: The database connection with Oracle only works with .java files but does not work with jsp files. For example: test.java would work but test.jsp would not. This is the error message

<    4   5   6   7   8   9   10   11   12   13   >