Re: Réf. : DataSource configuration in web.xml instead of server.xml AGAIN !

2003-06-04 Thread ThePrahs
Hi Meissa, I suppose your question is quite understandable although I personally do not have any clue to it. Just exercise a little bit of patience until someone who has done it before gives you the clue. Or repost it after a couple of hours? HTH Bob

Re: DataSource configuration in web.xml instead of server.xml

2003-06-04 Thread Kwok Peng Tuck
your app as test.war, then create test.xml. Put these two in the webapps directory, it should autodeploy properly without much hassle. It should work. If it doesn't then restart tomcat. [EMAIL PROTECTED] wrote: hi all, I 've configured my DataSource configuration within a DefaultContext

Nightmare with Tomcat 4.1 and SSL configuration

2003-06-04 Thread Cosmin
Hi there , I've just registered to this list in hope that I could find some better advice here . I am trying to configure a standalone installation of tomcat to work with SSL . This at first doesn't seem like a bit headache . I have followed the two similar howtos at the sun website and jakarta

RE: Nightmare with Tomcat 4.1 and SSL configuration

2003-06-04 Thread Alex Burton
my 2cents would be to use apache on the front to do the SSL... -Original Message- From: Cosmin [mailto:[EMAIL PROTECTED] Sent: Wednesday, 4 June 2003 7:22 AM To: [EMAIL PROTECTED] Subject: Nightmare with Tomcat 4.1 and SSL configuration Hi there , I've just registered to this list

Re: Nightmare with Tomcat 4.1 and SSL configuration

2003-06-04 Thread Bill Barker
The standalone SSL connector for 4.1.24 only works with Sun's 1.4.x JVM. There is support in the CVS for other vendors. You could try checking out the coyote_10 branch of jakarta-tomcat-connectors, and see if you have more luck. Cosmin [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED]

Re: Tomcat 4 jk2-2.0.2 with apache2 in solaris 8 configuration

2003-06-03 Thread John Turner
What version of Apache 2 do you have? The binary of mod_jk2 (and mod_jk) is version-sensitive. It should work for 2.0.43 and up. John On Sun, 1 Jun 2003 20:29:38 -0400, Omar Vera [EMAIL PROTECTED] wrote: Hi to everybody, I am trying to configure tomcat 4.1.24 with apache 2 using the

RE: Tomcat 4 jk2-2.0.2 with apache2 in solaris 8 configuration

2003-06-03 Thread Omar Vera
Subject: Re: Tomcat 4 jk2-2.0.2 with apache2 in solaris 8 configuration What version of Apache 2 do you have? The binary of mod_jk2 (and mod_jk) is version-sensitive. It should work for 2.0.43 and up. John On Sun, 1 Jun 2003 20:29:38 -0400, Omar Vera [EMAIL PROTECTED] wrote: Hi

Re: Tomcat 4 jk2-2.0.2 with apache2 in solaris 8 configuration

2003-06-03 Thread Mark Eggers
Omar, Did you build httpd yourself, or did you download a binary? If you built httpd yourself, what was your configuration command? Also, what configuration command did you use to build mod_jk2? /mde/ just my two cents

DataSource configuration in web.xml instead of server.xml

2003-06-03 Thread meissa . Sakho
hi all, I 've configured my DataSource configuration within a DefaultContext in the server.xml file in tomcat(4.1). Everything works fine. Now I would like to move this configuration in the web.xml file. The datasource section in the documentation explains that is's possible. I use DBCP api

Tomcat 4 jk2-2.0.2 with apache2 in solaris 8 configuration

2003-06-02 Thread Omar Vera
Hi to everybody, I am trying to configure tomcat 4.1.24 with apache 2 using the connector jk2-2.0.2 and I get an error message when I am making the mod_jk2.so file. The error message is: # make list=' server/apache2'; \ for i in $list; do \ echo Making $target in $i; \ if test $i

My Apache/Tomcat in process configuration

2003-05-31 Thread Jason Bainbridge
Okay properties files attached. Windows 2000 Professional Apache 2.0.44.0 Tomcat 4.1.24 JDK 1.4.0 Running Tomcat as in process through JNI from Apache. -- Jason Bainbridge KDE Web Team - http://kde.org [EMAIL PROTECTED] -

Re: My Apache/Tomcat in process configuration

2003-05-31 Thread Jason Bainbridge
Grrr damn attachments, try this instead: http://jblinux.org/tomcat/jk2.properties http://jblinux.org/tomcat/workers2.properties I should write a howto I guess... Maybe over the weekend... On Sat, 31 May 2003 05:26, Jason Bainbridge wrote: Okay properties files attached. Windows 2000

RE: My Apache/Tomcat in process configuration

2003-05-31 Thread Allen Williams
5:27 PM To: [EMAIL PROTECTED] Subject: My Apache/Tomcat in process configuration Okay properties files attached. Windows 2000 Professional Apache 2.0.44.0 Tomcat 4.1.24 JDK 1.4.0 Running Tomcat as in process through JNI from Apache. -- Jason Bainbridge KDE Web Team - http

RE: My Apache/Tomcat in process configuration

2003-05-31 Thread Michael Cardon
Thanks Jason, but the links won't open darn -Original Message- From: Jason Bainbridge [mailto:[EMAIL PROTECTED] Sent: Friday, May 30, 2003 2:32 PM To: Tomcat Users List Subject: Re: My Apache/Tomcat in process configuration Grrr damn attachments, try this instead: http

RE: My Apache/Tomcat in process configuration

2003-05-31 Thread Allen Williams
in process configuration Jason, The attachment didn't come through. Maybe because of going through the list reflector? If you want to post it, that's great, or you can email me directly at [EMAIL PROTECTED] Allen -Original Message- From: Jason Bainbridge [mailto:[EMAIL

RE: My Apache/Tomcat in process configuration

2003-05-31 Thread Allen Williams
: RE: My Apache/Tomcat in process configuration Thanks Jason, but the links won't open darn -Original Message- From: Jason Bainbridge [mailto:[EMAIL PROTECTED] Sent: Friday, May 30, 2003 2:32 PM To: Tomcat Users List Subject: Re: My Apache/Tomcat in process configuration

RE: My Apache/Tomcat in process configuration

2003-05-31 Thread Michael Cardon
Thanks, that worked... -Original Message- From: Allen Williams [mailto:[EMAIL PROTECTED] Sent: Friday, May 30, 2003 2:54 PM To: Tomcat Users List Subject: RE: My Apache/Tomcat in process configuration Go to the URL, then click on the file name (i. e., navigate to http://jblinux.org

Tomcat configuration error

2003-05-31 Thread Rohit Peyyeti
Gurus, its been quite some time I'm trying to get this scenario working -- but failing to do so. This is what I'm trying to achieve: One tomcat 4 instance serving multiple tomcat web applications: 01. Every web application has one blank context defined by using tomcat's HOST tag in

Error-Page configuration problem

2003-05-30 Thread Joel Lawhead
I am using Tomcat 4.1.18 behind Apache 2.0.44 with mod_jk on a Win XP Pro machine. I have been developing a JSP application for several months. The application is close to initial release and I decided to add an error-page directive to web.xml to temporarily mask and notify us of any

RE: Error-Page configuration problem

2003-05-30 Thread Wendy Smoak
Joel wrote: Strangely enough if I remove the exception-type tag and the location tag Tomcat notifies me that the error-page tag is incomplete and tells me the valid contents of an error-page tag. But when I try to use it properly Tomcat acts as if its never heard of the error-page tag.

Re: Error-Page configuration problem

2003-05-30 Thread Chong Yu Meng
error-page exception-typeorg.apache.jasper.JasperException/exception-type location/error.jsp/location /error-page The exception-type tag did not work for me either, and I'm using servlets (no jsp). Is it disabled ? Regards, pascal chong

Apache/Tomcat Configuration Problem

2003-05-29 Thread Johannes Lietz
This is a minor problem, but I have no idea yet: In httpd.conf I configured VirtualHosts with a DocumentRoot like this: VirtualHost * ... DocumentRoot /usr/local/bin/tomcat/webapps ... Location /*.jsp JkUriSet worker ajp13:localhost:8009 /Location Location ~

Re: Apache/Tomcat Configuration Problem

2003-05-29 Thread John Turner
You're saying that if you make your DocumentRoot webapps/ROOT that Apache doesn't serve content in that directory? What error message does Apache display? The ROOT webapp is special as far as Tomcat is concerned. John On Wed, 28 May 2003 17:28:57 +0200, Johannes Lietz [EMAIL PROTECTED]

Re: Apache/Tomcat Configuration Problem

2003-05-29 Thread Johannes Lietz
Sorry, I was mistaken: I've got several webapps under tomcat/webapps and one virtualhost. Let's say I've got app1 and app1/image.gif. If I call: http://localhost/app1/image.gif Apache will look for: /usr/local/bin/tomcat/webapps/app1/image.gif and everything is perfect. Then I've

Re: Apache/Tomcat Configuration Problem

2003-05-29 Thread John Turner
DocumentRoot /usr/local/bin/tomcat/webapps/ROOT If / = ROOT, there shouldn't be any content in /usr/local/bin/tomcat/webapps at all, static or not. John On Wed, 28 May 2003 19:41:27 +0200, Johannes Lietz [EMAIL PROTECTED] wrote: Sorry, I was mistaken: I've got several webapps under

mod_jk2 : JNI configuration ALMOST working

2003-05-28 Thread Chong Yu Meng
I'm using mod_jk2 + Apache 2.0.45 + Tomcat 4.1.24 I managed to eliminate most of the errors from my JNI setup, except for one. I get this error when Apache starts up : [Wed May 28 19:17:33 2003] [notice] jni.validate() class= org/apache/jk/apr/TomcatStarter [Wed May 28 19:17:33 2003] [error]

RE: tomcat IIS configuration please help

2003-04-02 Thread Warren Sweetman
and got some useful responses. Let us know what the logs say and maybe someone can tell you what to try next. -Original Message- From: Warren Sweetman [mailto:[EMAIL PROTECTED] Sent: Tuesday, April 01, 2003 11:45 AM To: [EMAIL PROTECTED] Subject: RE: tomcat IIS configuration please

tomcat IIS configuration please help

2003-04-01 Thread Warren Sweetman
can anybody assist in the configuration of the isapi_connector2.dll and = associated files. My configuration is as follows W2k Tomcat 4.1.18 IIS=20 isapi_redirector2.dll I cant get request for jsps or servlets to be forwarded by IIS to tomcat = for some reason. It seems that the dll

RE: tomcat IIS configuration please help

2003-04-01 Thread Alberto A C A S Magalhães
] Sent: terça-feira, 1 de Abril de 2003 17:36 To: [EMAIL PROTECTED] Subject: tomcat IIS configuration please help can anybody assist in the configuration of the isapi_connector2.dll and = associated files. My configuration is as follows W2k Tomcat 4.1.18 IIS=20 isapi_redirector2.dll I cant get

RE: tomcat IIS configuration please help

2003-04-01 Thread Warren Sweetman
configuration please help can anybody assist in the configuration of the isapi_connector2.dll and = associated files. My configuration is as follows W2k Tomcat 4.1.18 IIS=20 isapi_redirector2.dll I cant get request for jsps or servlets to be forwarded by IIS to tomcat = for some reason. It seems

Using Ant for tomcat configuration

2003-04-01 Thread srinath narasimhan
Hi Can Ant be used to configure ( manipulate ) the server.xml in tomcat to create a host ? Thanks. Srinath. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: tomcat IIS configuration please help

2003-04-01 Thread Januski, Ken
what the logs say and maybe someone can tell you what to try next. -Original Message- From: Warren Sweetman [mailto:[EMAIL PROTECTED] Sent: Tuesday, April 01, 2003 11:45 AM To: [EMAIL PROTECTED] Subject: RE: tomcat IIS configuration please help Yes I have spent a few hrs checking up

Tomcat server.xml context-specific configuration

2003-03-28 Thread johannes . fiala
Hi there, Since I got no replies to any of my inquiries regarding the use of context-specific information in server.xml, it seems as if nobody else uses this configuration property? What is the recommended place to put context-specific parameters into? e.g. Context crossContext=true debug=0

Re: Tomcat server.xml context-specific configuration

2003-03-28 Thread johannes . fiala
Hi there, Here's what I found so far: 1.) I found that the more modern way of accessing scalar environment attributes seems to be JNDI. 2.) JNDI environment entries can be stored in web.xml 3.) web.xml file: env-entry env-entry-nametestvaluewebxml/env-entry-name

Re: Tomcat server.xml context-specific configuration

2003-03-28 Thread Andoni
- From: [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Friday, March 28, 2003 9:40 AM Subject: Tomcat server.xml context-specific configuration Hi there, Since I got no replies to any of my inquiries regarding the use of context-specific information in server.xml, it seems

Re: Tomcat server.xml context-specific configuration

2003-03-28 Thread johannes . fiala
of server.xml for parameter storage and encourage e.g. environment-variables (env-entry) in web.xml of each Context. This makes parameter config reloadable using ant/the manager application. Does anybody know who could be in charge of this configuration issues and whom I could tell/discuss this idea

Tomcat Configuration - mod_jk2

2003-03-26 Thread Vitor Domingos
Hello. I'm trying to get the mod_jk2 connector to work on apache 2.0.44 with Tomcat 4.1.18. The server.xml is correctly configured and accessing the 80 of the /exemples/ directory i get this error on apache error.log [Wed Mar 26 11:00:09 2003] [error] channelUn.connect() connect failed 111

Re: Tomcat Configuration - mod_jk2

2003-03-26 Thread Michele Neylon :: Blacknight Solutions
Vitor Domingos is rumoured to have said Hello. I'm trying to get the mod_jk2 connector to work on apache 2.0.44 with Tomcat 4.1.18. The server.xml is correctly configured and accessing the 80 of the /exemples/ directory i get this error on apache error.log [Wed Mar 26 11:00:09 2003]

Re: Tomcat Configuration - mod_jk2

2003-03-26 Thread Ryan Daly
Keep in mind that what the docs say to put in jk2.properties actually needs to go in httpd_server_root/conf/workers2.properties. I discovered this last night after a few hours of trying various things in jk2.properties. -- quote who=Vitor Domingos Hello. I'm trying to get the mod_jk2

RE: tomcat auto-configuration file for mod_jk (apache-mod_jk-tomcat)

2003-03-25 Thread Richie Chauhan
: tomcat auto-configuration file for mod_jk (apache-mod_jk-tomcat) As I said, see steps 1, 2, and 3 in the Final Configuration section of my RH HOWTO: http://www.johnturner.com/howto John On Mon, 24 Mar 2003 10:07:28 -0800, Richie Chauhan [EMAIL PROTECTED] wrote: Tomcat 4.1.18 LE Apache

Re: tomcat auto-configuration file for mod_jk (apache-mod_jk-tomcat)

2003-03-25 Thread John Turner
Turner [mailto:[EMAIL PROTECTED] Sent: Monday, March 24, 2003 11:19 AM To: Tomcat Users List Subject: Re: tomcat auto-configuration file for mod_jk (apache-mod_jk-tomcat) As I said, see steps 1, 2, and 3 in the Final Configuration section of my RH HOWTO: http://www.johnturner.com/howto John

Re: tomcat auto-configuration file for mod_jk (apache-mod_jk-tomcat)

2003-03-24 Thread John Turner
What version of Tomcat? For 4.1.x, you need to add Listener elements to server.xml. See steps 1, 2, and 3 in the Final Configuration section of my RH HOWTO: http://www.johnturner.com/howto John On Sun, 23 Mar 2003 15:30:21 -0800, Richie Chauhan [EMAIL PROTECTED] wrote: Hello, I can't seem

RE: tomcat auto-configuration file for mod_jk (apache-mod_jk-tomcat)

2003-03-24 Thread Richie Chauhan
Tomcat 4.1.18 LE Apache 1.3.26 Solaris 9 JDK 1.4.1_01 Richie -Original Message- From: John Turner [mailto:[EMAIL PROTECTED] Sent: Monday, March 24, 2003 5:28 AM To: Tomcat Users List Subject: Re: tomcat auto-configuration file for mod_jk (apache-mod_jk-tomcat) What version of Tomcat

Re: tomcat auto-configuration file for mod_jk (apache-mod_jk-tomcat)

2003-03-24 Thread John Turner
As I said, see steps 1, 2, and 3 in the Final Configuration section of my RH HOWTO: http://www.johnturner.com/howto John On Mon, 24 Mar 2003 10:07:28 -0800, Richie Chauhan [EMAIL PROTECTED] wrote: Tomcat 4.1.18 LE Apache 1.3.26 Solaris 9 JDK 1.4.1_01 Richie -Original Message- From

tomcat4.1.18 can not restart after Mysql DataSource configuration.

2003-03-24 Thread Fred Wang
environment: win200 server(sp3)+jdk1.4.1_02+mysql4.0.12+Connector/J4.0 It's running well after JNDI DataSource configuration, but crashs when restarting. can anybody help? thanks in advance.

RE: tomcat4.1.18 can not restart after Mysql DataSource configuration.

2003-03-24 Thread Tam, Michael
] Sent: Monday, March 24, 2003 11:49 AM To: [EMAIL PROTECTED] Subject: tomcat4.1.18 can not restart after Mysql DataSource configuration. environment: win200 server(sp3)+jdk1.4.1_02+mysql4.0.12+Connector/J4.0 It's running well after JNDI DataSource configuration, but crashs when restarting. can

tomcat auto-configuration file for mod_jk (apache-mod_jk-tomcat)

2003-03-23 Thread Richie Chauhan
Hello, I can't seem to figure out what needs to be done on the tomcat side to get the Apache Auto configuration file TOMCAT_HOME/conf/jk/mod_jk.conf-auto The mod_jk documentation says This file is created by enabling the Apache auto-configuration as described in the Tomcat documentation - but I

Problem in configuration

2003-03-19 Thread Lourdes Catherine Pajarillo
Dear Sir/Madam, I am just starting to learn JSP using BEGINNING JSP WEB DEVELOPMENT as my reference book. I followed all the steps from the book and I was able to install Tomcat 5.0 and run the startup.bat. The problem was when I created a JSP page and tried to view it in a web browser. I

RE: Problem in configuration

2003-03-19 Thread Jagadeesan,Sivakumar
:[EMAIL PROTECTED] Sent: Wednesday, March 19, 2003 3:57 PM To: [EMAIL PROTECTED] Subject: Problem in configuration Dear Sir/Madam, I am just starting to learn JSP using BEGINNING JSP WEB DEVELOPMENT as my reference book. I followed all the steps from the book and I was able to install Tomcat 5.0

How to use special configuration files with tomcat4.1.18?

2003-03-18 Thread Manchala, Daniel
Hi, I have a configuration file that specifies login modules like this: /** Login Configuration for the JAAS Sample Application -- login.config**/ ntAtn { com.sun.security.auth.module.NTLoginModule required debug=true; }; NTLogin { com.tagish.auth.win32.NTSystemLogin required

catalina_base configuration

2003-03-15 Thread Riyaz Mansoor
hi. i'm setting up multiple tomcat (4.1.18) instances using the catalina_base variable. some of the instances require that custom authenticating classes by placed in the common/classes and shared/classes or lib directories. i don't want to place these custom classes in the tomcat_home

Configuration of tomcat

2003-03-14 Thread Eamonn Walsh
Could you please help me with the following problem. I have installed the JDK and tomcat successfully on my PC. I am now ready to develop my own web application using JSP. I have admin rights on the PC. How do I set the context so that when I sdave my JSP files on my hard dsik, tomcat will know

RE: Configuration of tomcat

2003-03-14 Thread Gustavo Cebrian
] Subject: Configuration of tomcat Could you please help me with the following problem. I have installed the JDK and tomcat successfully on my PC. I am now ready to develop my own web application using JSP. I have admin rights on the PC. How do I set the context so that when I sdave my JSP files

Re: Configuration of tomcat

2003-03-14 Thread Paul Yunusov
://jakarta.apache.org/tomcat/tomcat-4.1-doc/ and find the Server Configuration Reference link. After following it, go to the Context page (the link is under Containers on the left hand side) and find the docBase paragraph under Attributes. It won't hurt reading the whole page though. Paul

Configuration Problem with Apache 2.0.44 and Tomcat 4.1.18 on Windows 2000 Server SP3 --- Small Hint

2003-03-13 Thread Thomas Trepper
Hi all, i recently asked a question to the installation of apache and tomcat on w2k. I reviewed the apache httpd.conf and to the following lines i am not sure, if they are right: . . . LoadModule php4_module

RE: Configuration Problem with Apache 2.0.44 and Tomcat 4.1.18 on Windows 2000 Server SP3 --- Small Hint

2003-03-13 Thread Mayne, Peter
Title: RE: Configuration Problem with Apache 2.0.44 and Tomcat 4.1.18 on Windows 2000 Server SP3 --- Small Hint Always use a slash / everywhere (not just Apache) for Windows path separators. The only place you have to use backslashes \ is at the Windows command prompt. In particular

Configuration Problem with Apache 2.0.44 and Tomcat 4.1.18 on Windows 2000 Server SP3

2003-03-11 Thread Thomas Trepper
Hi all, i have a problem with the folowing configuration: Windows 2000 Server SP3 Apache 2.0.44 Tomcat 4.1.18 mod_jk-2.0.43.dll renamed to mod_jk.dll the two servers are running on the same machine. The apache works well and the tomcat also. the two server are linked with the mod_jk.dll if i

Very urgend --- Configuration Problem with Apache 2.0.44 and Tomcat 4.1.18 on Windows 2000 Server SP3

2003-03-11 Thread Thomas Trepper
Hi all, i have a very urgend problem with the folowing configuration: Windows 2000 Server SP3 Apache 2.0.44 Tomcat 4.1.18 mod_jk-2.0.43.dll renamed to mod_jk.dll the two servers are running on the same machine. The apache works well and the tomcat also. the two server are linked

RE: Very urgend --- Configuration Problem with Apache 2.0.44 and Tomcat 4.1.18 on Windows 2000 Server SP3

2003-03-11 Thread Filip Hanik
] Subject: Very urgend --- Configuration Problem with Apache 2.0.44 and Tomcat 4.1.18 on Windows 2000 Server SP3 Importance: High Hi all, i have a very urgend problem with the folowing configuration: Windows 2000 Server SP3 Apache 2.0.44 Tomcat 4.1.18 mod_jk-2.0.43.dll renamed to mod_jk.dll

Coyote AJP13 Connector Configuration

2003-03-09 Thread Robert Biernat
Hi, I'm currently using Tomcat 4.0.6 with IIS 5.0 on Windows 2000. Have just upgraded to 4.1.18 and am having some problems in my web application obtaining the name of the remote user in my servlets/struts actions using the HttpServletRequest method, getRemoteUser(). In 4.0.6 this works fine.

RE : Tomcat ignores the error-page configuration

2003-03-07 Thread sylvain fernandes
I try to make a error redirection and it doesn t work if you have the solution to configure serveur.xml (tomcat 4.1.18) can you help me Thank's - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL

TOMCAT configuration

2003-03-07 Thread eric . monteiro
Hi, I'm brazilian. I like know how configure the Tomcat Web Application Manager tk's Eric - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: SSL configuration problem,URGENT --plz reply-still having trouble

2003-03-07 Thread Raja Sekhar
HI, This is typically configuration of jsse.jar. Put the files jsse.jar, jcert.jar and jnet.jar in jdkhome\jre\lib\ext. And set the classpath for these explicitly in catalina.bat. Once that is done, you are thru and u will not get any error. ..Raj -- On Wed, 5 Mar 2003 23:00:50 kama rao

Configuration Home must be a directory! : /usr/local/apache2

2003-03-07 Thread Rick Mann
: BaseConfig.setConfigHome(): Configuration Home must be a directory! : /usr/local/apache2 at org.apache.ajp.tomcat4.config.BaseJkConfig.setConfigHome(BaseJkConfig.j ava:329) ... 39 more I have modified my server.xml file to be very straightforward. However, I've changed

Re: Tomcat ignores the error-page configuration

2003-03-06 Thread Armand Larregoity
. - Original Message - From: Armand Larregoity [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, March 05, 2003 11:42 PM Subject: Tomcat ignores the error-page configuration Hello, I'm using Tomcat 4.1.12. I'm trying to configure an error-page in the web.xml file

Re: Tomcat ignores the error-page configuration

2003-03-06 Thread Rosdi bin Kasim
the error-page configuration Rosdi, Thanks for the tip, but it doesn't work. Armand Rosdi bin Kasim a écrit : I am guessing here, but try to remove the leading and trailing space. See if it work. Instead of: location /jsp/error.jsp /location Why not: location/jsp

SSL configuration problem,URGENT --plz reply

2003-03-05 Thread kama rao
Hi, I am trying to configure ssl for my tomcat 4.0. I changed the server.xml in conf directory and created keystore according to documentation.when i start the server,it opens and closes on itself automatically. i checked the logs and didn't found anyproblem. when i put the comments back to

RE: SSL configuration problem,URGENT --plz reply

2003-03-05 Thread pero
Hi, erm, what about sending your server.xml-file to the list? This way we could perhaps determine what's going on. Peter -Original Message- From: kama rao [mailto:[EMAIL PROTECTED] Sent: Wednesday, March 05, 2003 11:25 AM To: [EMAIL PROTECTED] Subject: SSL configuration problem

Tomcat ignores the error-page configuration

2003-03-05 Thread Armand Larregoity
Hello, I'm using Tomcat 4.1.12. I'm trying to configure an error-page in the web.xml file : web-app ... error-page exception-typejava.lang.Throwable/exception-type location /jsp/error.jsp /location /error-page ... /web-app but when an exception occurs,

RE: SSL configuration problem,URGENT --plz reply

2003-03-05 Thread Raja Sekhar
: kama rao [mailto:[EMAIL PROTECTED] Sent: Wednesday, March 05, 2003 11:25 AM To: [EMAIL PROTECTED] Subject: SSL configuration problem,URGENT --plz reply Hi, I am trying to configure ssl for my tomcat 4.0. I changed the server.xml in conf directory and created keystore according

Re: Tomcat ignores the error-page configuration

2003-03-05 Thread Daniel Williams
I have the some problem, but I'm trying to handle 404 and 500 errors. error-page error-code404/error-code location/error/tomcat404.jsp/location /error-page error-page error-code500/error-code

Re: SSL configuration problem,URGENT --plz reply

2003-03-05 Thread stev sutherland
Hi I haven't worked with tomcat 4.0 but I have worked with 3.2.3 and I discovered there are more steps. For example. -- recompiling webserver.jar for SSL support. -- downloading and including the JSSE package in the tomcat path and the java/lib/extension -- 4. ADD THE SECURITY PROVIDER TO THE

Re: Tomcat ignores the error-page configuration

2003-03-05 Thread Rosdi bin Kasim
: Wednesday, March 05, 2003 11:42 PM Subject: Tomcat ignores the error-page configuration Hello, I'm using Tomcat 4.1.12. I'm trying to configure an error-page in the web.xml file : web-app ... error-page exception-typejava.lang.Throwable/exception-type

SSL configuration problem,URGENT --plz reply-still having trouble

2003-03-05 Thread kama rao
to the list? This way we could perhaps determine what's going on. Peter -Original Message- From: kama rao [mailto:[EMAIL PROTECTED] Sent: Wednesday, March 05, 2003 11:25 AM To: [EMAIL PROTECTED] Subject: SSL configuration problem,URGENT --plz reply Hi, I am trying

RE: SSL configuration problem,URGENT --plz reply-still having trouble

2003-03-05 Thread Galbayar Dorjgotov
add this to the security.provider.2=com.sun.net.ssl.internal.ssl.Provider %JAVA_HOME%\jre\lib\security\java.security file -Original Message- From: kama rao [mailto:[EMAIL PROTECTED] Sent: Thursday, March 06, 2003 3:01 PM To: Tomcat Users List; [EMAIL PROTECTED] Subject: SSL configuration

Problem with servlet filter configuration

2003-02-28 Thread Alban Soupper
/filter-name filter-classcom.cj.trim.trimFilter/filter-class /filter filter-mapping filter-nametrimFilter/filter-name url-pattern*.jsp/url-pattern /filter-mapping !-- Action Servlet Configuration -- servlet

RE: Problem with servlet filter configuration

2003-02-28 Thread Alban Soupper
' (E-mail) Subject: Problem with servlet filter configuration Hi all, I work with JBoss + embeded Tomcat 4.1.12. I have put the following lines in my web.xml ?xml version=1.0? !DOCTYPE web-app PUBLIC -//Sun Microsystems, Inc.//DTD Web Application 2.2//EN http://java.sun.com/dtd/web-app_2_3.dtd

Need a basic configuration for Tomcat 4.1.18, Apache 2.0.39, mod_jkunder Solaris.

2003-02-27 Thread Julio César Mejia Vergara
to access the same examples directly from tomcat http://147.15.81.14:8080/examples/jsp/num/numguess.jsp it executs is whit no problems. So i think it must a comunication problems bettewn Apache and Tomcat, probably i have not configured something right. Can some one send me some basic configuration

RE: Need a basic configuration for Tomcat 4.1.18, Apache 2.0.39, mod_jk under Solaris.

2003-02-27 Thread Turner, John
PM To: Tomcat Users List Subject: Need a basic configuration for Tomcat 4.1.18, Apache 2.0.39, mod_jk under Solaris. Hello, I have a SunBlade 100 (SPARC) with Solaris 8 running Apache 2.0.39 (Compiled) and Tomcat 4.1.18 (Binary) , i just finished compiling mod_jk.so yesterday whit

Re: Need a basic configuration for Tomcat 4.1.18, Apache 2.0.39,mod_jk under Solaris.

2003-02-27 Thread Mark Strecker
. So i think it must a comunication problems bettewn Apache and Tomcat, probably i have not configured something right. Can some one send me some basic configuration files (server.xml, workers.properties, httpd.conf or mod_jk.conf) so i can compare them to mine and get this thing working. Thanks

RE: Need a basic configuration for Tomcat 4.1.18, Apache 2.0.39, mod_jk under Solaris.

2003-02-27 Thread Turner, John
FYI, Apache is fairly redundant with a JkMount of /*...that means all content is being served by Tomcat. John -Original Message- From: Mark Strecker [mailto:[EMAIL PROTECTED] Sent: Thursday, February 27, 2003 2:15 PM To: Tomcat Users List Subject: Re: Need a basic configuration

configuration question

2003-02-25 Thread Balijepalli Sri-WLBS11
I was able to set up Tomcat successfully and created a new directory under the webapps directory and placed my jsp files in the new directory but am not able to access these jsp pages. For example, I named the new directory as scode and tried to access a jsp page called test.jsp as

Re: configuration question

2003-02-25 Thread Mehdi . Nejad
Add a context for your new app in the host ... tag. ie.. Context path=/mystuff docBase=d:/myjsps debug=0 reloadable=true /Context put your jsp's inside d:\myjsps and then run http://localhost:8080/mystuff/filename.jsp Mehdi Nejad

I can't add wepapps - maybe wrong configuration

2003-02-21 Thread Marcello Vitali
I installed jdk 1.4, apache2, tomcat got the latter 2 talking each other with the old method connector (on win2k local enviroment). Everything seems working as I can access the examples folder both with localhost 8000 and localhost 8080 than I made a folder hello in the webapps folder with a

Web app configuration problems

2003-02-14 Thread White, Joshua A (CASD, IT)
I am hoping someone could explain how Tomcat uses context paths. In my server.xml file, I have declared a seperate context and some JNDI resources for /myapp-web. The way I deploy my web application determines if these resources will be available or not. If I drop my web applications war file

RE: Web app configuration problems

2003-02-14 Thread White, Joshua A (CASD, IT)
in development without removing the entries that were defined in the server.xml file from memory? -Joshua -Original Message- From: White, Joshua A (CASD, IT) Sent: Friday, February 14, 2003 11:14 AM To: '[EMAIL PROTECTED]' Subject: Web app configuration problems I am

Re: Web app configuration problems

2003-02-14 Thread Craig R. McClanahan
On Fri, 14 Feb 2003, White, Joshua A (CASD, IT) wrote: Date: Fri, 14 Feb 2003 11:14:26 -0500 From: White, Joshua A (CASD, IT) [EMAIL PROTECTED] Reply-To: Tomcat Users List [EMAIL PROTECTED] To: '[EMAIL PROTECTED]' [EMAIL PROTECTED] Subject: Web app configuration problems I am hoping

Apache-Tomcat configuration on Win2k

2003-02-13 Thread Arun
Hi, I'm trying to configure Apache(1.3x) with Tomcat(4.1) using mod_jk on Win2k. After configuring Tomcat, I defined a worker.proterties file under Tomcat as: worker.list=testWorker worker.testWorker.port=8009 worker.testWorker.host=localhost

Re: Apache-Tomcat configuration on Win2k

2003-02-13 Thread Jake Robb
Arun, Try putting the paths to JkWorkersFile, JkLogFile, and your examples directory in quotes, i.e.: LoadModule jk_module libexec/mod_jk-1.3.26.dll AddModule mod_jk.c JkWorkersFile C:/Tomcat4_1_12/conf/workers.properties JkLogFile C:/Tomcat4_1_12/logs/mod_jk.log JkLogLevel debug Alias

RE: Tomcat security configuration guide

2003-02-13 Thread Turner, John
Wrox Press. ISBN: 1861008309 John -Original Message- From: Manavendra Gupta [mailto:[EMAIL PROTECTED]] Sent: Thursday, February 13, 2003 2:44 PM To: Tomcat Users List Subject: Tomcat security configuration guide Hi, I have begun to work on a tomcat security configuration guide

RE: Tomcat/Apache/IIS configuration issues

2003-02-13 Thread Brantley Hobbs
Just curious if anyone had had a look at this. I keep going over and over my configuration, but have yet to get the connector working properly (either on localhost or from some other networked webserver). Also, just to clarify, I did ensure that the httpd.conf and IIS are configured to actually

RE: Tomcat/Apache/IIS configuration issues

2003-02-13 Thread Turner, John
: Thursday, February 13, 2003 9:10 AM To: Tomcat Users List Subject: RE: Tomcat/Apache/IIS configuration issues Just curious if anyone had had a look at this. I keep going over and over my configuration, but have yet to get the connector working properly (either on localhost or from some other

RE: Tomcat/Apache/IIS configuration issues

2003-02-13 Thread Brantley Hobbs
Well, I saw that too, but I think maybe it's the result of a horked Tomcat configuration. When I stop tomcat, I no longer see anything listening on that port via netstat. When I start it, I see something listening there. I'm attaching my server.xml file (not posting inline to avoid cluttering

RE: Tomcat/Apache/IIS configuration issues

2003-02-13 Thread Turner, John
: RE: Tomcat/Apache/IIS configuration issues Well, I saw that too, but I think maybe it's the result of a horked Tomcat configuration. When I stop tomcat, I no longer see anything listening on that port via netstat. When I start it, I see something listening there. I'm attaching my server.xml

RE: Tomcat/Apache/IIS configuration issues

2003-02-13 Thread Brantley Hobbs
List' Subject: RE: Tomcat/Apache/IIS configuration issues There are 2 connectors listening on 8009. There should only be two connectors total: one on 8080 (disabled in production), and one on 8009. John

RE: Tomcat/Apache/IIS configuration issues

2003-02-13 Thread Turner, John
with JK. There are many people using it in production who have experience configuring it and debugging it. John -Original Message- From: Brantley Hobbs [mailto:[EMAIL PROTECTED]] Sent: Thursday, February 13, 2003 9:43 AM To: Tomcat Users List Subject: RE: Tomcat/Apache/IIS configuration

Tomcat/Apache/IIS configuration issues

2003-02-12 Thread Brantley Hobbs
) when I try to browse the examples servlet. My configuration: Tomcat Server: Dual P3 800 1GB RAM Tons of available HDD space RedHat 7.1 Tomcat 4.1.18 Apache 2.0.44 JDK 1.3.1 06 IIS Server: Windows 2000 Advanced Server SP3 I'm using the JK2 configuration files found at this URL: http

Tomcat security configuration guide

2003-02-12 Thread Manavendra Gupta
Hi, I have begun to work on a tomcat security configuration guide as a one-stop guide for helping system administrators, security professionals and programmers to configure system user accounts and groups, file permissions, tomcat security realms, java security manager, etc in the optimal way

Configuration of Apache with Tomcat

2003-02-10 Thread Mahbub ul Huq Bin Kabir
Hello There I'm Mahbub..From Bangladesh. I recently start Java and trying to develop a system in Java. I'd Tomcat 4.1.18 And Apache 2.0.43 Now i'm trying to configure Tomcat with Apache. I was using JK2 but could not configure cause I don't got any result as the manual says. Is there anyone

RE: Configuration of Apache with Tomcat

2003-02-10 Thread Reynir Hübner
Post your errors, and then we might be able to help you. Bye -reynir -Original Message- From: Mahbub ul Huq Bin Kabir [mailto:[EMAIL PROTECTED]] Sent: 10. febrúar 2003 11:08 To: [EMAIL PROTECTED] Subject: Configuration of Apache with Tomcat Hello There I'm Mahbub..From

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