Re: AW: configuration problem

2003-07-15 Thread awischer
both library's are precompiled and are delivered as part of the domino server without sourcecode. So, there is no chance to change it. Adding the library path to CLASSPATH dosen't really help. This is the part of catalina.sh i've changed for getting the second error message: ---schnipp-- "$

AW: AW: configuration problem

2003-07-15 Thread Grossert Alexander EXT
I'm sorry! Then I don't have an idea either. -Ursprungliche Nachricht- Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Gesendet: Dienstag, 15. Juli 2003 14:53 An: Tomcat Users List Betreff: Re: AW: configuration problem both library's are precompiled and are delivered

RE: AW: configuration problem

2003-07-15 Thread Ralph Einfeldt
Try to strace the tomcat process to find out where tomcat is looking for the library. > -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > Sent: Tuesday, July 15, 2003 2:53 PM > To: Tomcat Users List > Subject: Re: AW: configuration problem > &

RE: AW: configuration problem

2003-07-15 Thread awischer
hm, may be it sound's like I'm a little bit stupid but... can you tell me howto or even better where to read? thanx andreas

RE: AW: configuration problem

2003-07-15 Thread Ralph Einfeldt
/man1/strace.1.html http://www.google.de/search?q=linux+strace > -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > Sent: Tuesday, July 15, 2003 4:04 PM > To: Tomcat Users List > Subject: RE: AW: configuration problem > > > hm, may be it sound

JK2 Servlet Configuration Problem

2003-07-16 Thread Joe Krause
I'm running Tomcat 4.1.24 with Apache 2.0.46 using JK2 2.0.2 on a Red Hat 9 system (kernel 2.4.20). I followed the last HOWTO on the JK docs page (http://jakarta.apache.org/tomcat/tomcat-4.1-doc/jk2/jk2/vhosthowto.html) and everything works great. Except it only specifies how to have *.jsp files se

Re: Tomcat refresh configuration

2003-07-21 Thread Tim Funk
Heh? Automagic refresh can be done via a meta tag. (Google is your friend) Page caching is also easy. Again - google is your friend. (cache jsp) -Tim Mufaddal Khumri wrote: hi, Is there a way to control the refreshing of html pages in tomcat ? Thanks. -

Re: Tomcat refresh configuration

2003-07-21 Thread Mufaddal Khumri
Well i have the following in all my jsp pages. Am using safari on mac os X ... Lets say I have a location. I edit the location and submit the form .. the new data is entered in the database and the new data is also reflected on the location description page. The information shown on

Re: Tomcat refresh configuration

2003-07-21 Thread Bill Barker
Probably Safari doesn't read META tags. You could try instead: <% response.setHeader("Cache-Control","no-cache"); response.setHeader("Pragma", "no-cache"); response.setDateHeader("Expires", 1); %> "Mufaddal Khumri" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Well i h

Tomcat Command Line Configuration

2003-07-23 Thread Oozy
Is there a command-line tool for Linux to configure Tomcat - to perform the functions of the admin webUI? I would like to find a way to modify the server.xml file via the command line so that such modifications could be scripted - this could be done w/ sed/awk/perl but those tools do not seem t

JNDI Resource Configuration/Web.xml

2003-07-24 Thread srinath narasimhan
Can a JNDI be configured in the web.xml, without any entry in server.xml I am currently using Jdbc2PoolDataSource, I have configured this in the server.xml can I configure it in the web.xml without having anything for this JNDI resource in the server.xml Thanks Srinath. --

regional configuration not honored

2003-07-31 Thread Javier Muguruza
Hi, I have encountered a bad problem with tomcat5. I am using a the following environment: winXP, eclipse2.1.1, myeclipse2.5 and tomcat5.0.4. My XP is in spanish, but in the control panel I have my regional configuration settings to English(Usa), that is decimal symbol (.). It seems that when

reloading context configuration file

2003-08-14 Thread John Holman
Using tomcat 4.1.18, I can deploy an application by copying a context configuration file (CCF) to the webapps directory. I can also make changes to the WAR file referenced in the CCF, and Tomcat will notice provided I stop the application first using Tomcat manager and start if afterwards

Re: Manager Component configuration

2003-08-20 Thread Yann CĂ©bron
It's in the docs ;-) http://jakarta.apache.org/tomcat/tomcat-5.0-doc/config/manager.html saveOnRestart=false should do the job HTH, Yann > Does anyone have any examples of Manager Component configuration (which I > believe is nested within the Context tags) ? I am using Tomca

RE: Manager Component configuration

2003-08-20 Thread Daniel Haynes
ECTED] Subject: Re: Manager Component configuration It's in the docs ;-) http://jakarta.apache.org/tomcat/tomcat-5.0-doc/config/manager.html saveOnRestart=false should do the job HTH, Yann > Does anyone have any examples of Manager Component configuration (which I > believe is n

Re:IIS5+tomcat4.1 configuration problem

2003-09-24 Thread kareem
Hi list Thanks for the reply Please find attached my registry file. To Rober Priest : I don't have those files at all, could you please guide me where I can get them. Best Regards, Kareem Mahgoub - To unsubscribe, e-mail: [EM

JNDIRealm (LDAP) Configuration Problem

2003-09-29 Thread Arun K Solleti
* BASIC CEC Then i have restarted the tomcat and apache. I get the prompt for userid and password, but when i provide the correct userid/password i get an message saying incorrect userid and password, i think i am missing something in the configuration and tomcat i

JNDIRealm & LDAP Configuration Problem

2003-09-30 Thread Equipment Lamp
/* * BASIC CEC Then i have restarted the tomcat and apache. I get the prompt for userid and password, but when i provide the correct userid/password i get an message saying incorrect userid and password, i think i am missing something in the config

Re: Error Page Configuration

2003-10-21 Thread Tim Funk
http://jakarta.apache.org/tomcat/faq/misc.html#error N.B.Bopanna wrote: Hi all, Is there a way to configure an error page for the full application using the deployment descriptor? Thanks Bopanna - To unsubscribe, e-mail: [EM

WebDAV servlet configuration problem

2003-10-21 Thread Andreas F. Wehowsky
Hi there, I am using the WebDAV servlet in Tomcat 4.1.24 and have a problem with the configuration. I only want files and folders at a specified subfolder "workset" and all its subfolders of the web-app dir to be WebDAV-enabled. I have used the WebDAV configuration from tomcat-x/weba

JNDI configuration in server.xml

2003-10-22 Thread Galbayar
I have component deployed in common/lib/component.jar and configured many webapplications each webapplication use global component through JNDI and my configuration in server.xml is factory org.apache.commons.dbcp.BasicDataSourceFactory maxActive 100

Tomcat + jk2 connector configuration

2003-11-07 Thread Tatu Vanhanen
Hello, We have a development environment where each developer has a separate Tomcat instance to play with. Each Tomcat should listen in it's port for requests coming from the Apache front-end. The mappings for each user's Tomcat should be based on the request uri, i.e. http://www.somehost.com/user1

LDAP Configuration And Passwords

2003-11-08 Thread Edwin K. Brown
Hello, I have set up Tomcat in the standalone mode to do user authorization by using LDAP. We don't allow anonymous browsing of the LDAP tree, so the connectionUser and connectionPassword attributes have to be used in the JNDIRealm configuration. However, for obvious reasons, having the

Tomcat Configuration: help sun.misc.ServiceConfigurationError

2004-04-07 Thread Farid C
ageTranscoderSpi HTTP/1.1" 302 - I have in the java console the following message: sun.misc.ServiceConfigurationError javax.imageio.spi.ImageInputStreamSpi: http://localhost:8080/webApplication/META-INF/services/javax.imageio.spi.ImageInputStreamSpi:4: Illegal configuration-file syn

RE: Tomcat configuration tuning

2004-04-08 Thread Allistair Crossley
omcat as a service with -Xms128 -Xmx384. I would be very interested if you have time to hear of any useful quick tips you found can optimise via configuration - maybe even seeing your server.conf and anything else, perhaps any ideas about code optimisation and also how complex your system is (db acces

RE: Tomcat configuration tuning

2004-04-08 Thread Shapira, Yoav
Hi, >Welcome to the list from me. It's funny because you have just listed >precisely the same server setup as we are launching our new tomcat based You have a wacky definition of "precisely" because he has Apache at the front-end and you have IIS. Yoav Shapira This e-mail, including any atta

RE: Tomcat configuration tuning

2004-04-08 Thread Allistair Crossley
Yes ok :) but other than that ;) ADC. -Original Message- From: Shapira, Yoav [mailto:[EMAIL PROTECTED] Sent: 08 April 2004 17:01 To: Tomcat Users List Subject: RE: Tomcat configuration tuning Hi, >Welcome to the list from me. It's funny because you have just listed >pr

RE: Tomcat configuration tuning

2004-04-08 Thread Allistair Crossley
2004 17:22 To: Allistair Crossley Subject: RE: Tomcat configuration tuning I have seen a couple postings regarding poor performance with Tomcat recently and thought I'd respond because we are using IIS5 with Tomcat 5 and SQL 2000 as well. We have a Struts site but our difference is that we are u

R: Tomcat configuration tuning

2004-04-08 Thread Simone - Dev
a: Allistair Crossley [mailto:[EMAIL PROTECTED] > Inviato: giovedì 8 aprile 2004 18.33 > A: LILES, DAVID (CONTRACTOR); [EMAIL PROTECTED] > Oggetto: RE: Tomcat configuration tuning > > > Hey > > Yes our struts uses the tiles plugin also. And the page load > times are as

Re: Tomcat configuration tuning

2004-04-08 Thread Matt Woodings
Hi Allistair, Thanks for the quick response. My server.xml file is below but to some of the questions you had. One of the biggest speed increases we gained was from SQL optimization and table tuning. One thing about server.xml configuration which I realised is the acceptCount being set too

RE: Tomcat configuration tuning

2004-04-08 Thread Allistair Crossley
Slightly off-forum but related to my performance tuning of my tomcat webapp, I am using the JCIFS NTLM authentication servlet as a filter. The filter is mapped to all requests /*. I just thought to myself on the train home whether because NTLM is a 3-way handshake, that this may be causing some

Re: Tomcat configuration tuning

2004-04-08 Thread Charles N. Harvey III
I do just what you described below. If the loginContext isn't in the session, I show do a global-forward to the login form. And, because I didn't want to have to put a session check into every Struts action I used AspectJ to weave in a pointcut into every action. Works great. I was considering

RE: Tomcat configuration tuning

2004-04-08 Thread Shapira, Yoav
#x27;re re-authenticating every time, that's terrible, and you should make your filter smarter. Yoav Shapira Millennium Research Informatics >-Original Message- >From: Charles N. Harvey III [mailto:[EMAIL PROTECTED] >Sent: Thursday, April 08, 2004 3:38 PM >To: Tomcat Use

Re: Tomcat configuration tuning

2004-04-08 Thread Charles N. Harvey III
rch Informatics -Original Message- From: Charles N. Harvey III [mailto:[EMAIL PROTECTED] Sent: Thursday, April 08, 2004 3:38 PM To: Tomcat Users List Subject: Re: Tomcat configuration tuning I do just what you described below. If the loginContext isn't in the session, I show do a g

RE: Tomcat configuration tuning

2004-04-08 Thread Allistair Crossley
omcat configuration tuning Hi, Did you profile the filter versus aspects? Now that's a benchmark I'd be really interested in. To the original poster: assuming your filter is smart enough to check the session for a "user is authenti

RE: Tomcat configuration tuning

2004-04-08 Thread Allistair Crossley
. ADC -Original Message- From: Charles N. Harvey III [mailto:[EMAIL PROTECTED] Sent: Thu 08/04/2004 20:38 To: Tomcat Users List Cc: Subject: Re: Tomcat configuration tuning I do just what you described below. If

Re: Tomcat configuration tuning

2004-04-08 Thread Charles N. Harvey III
saying you use JCIFS also? Is the loginContext your own or part of the JCIFS API. ADC -Original Message- From: Charles N. Harvey III [mailto:[EMAIL PROTECTED] Sent: Thu 08/04/2004 20:38 To: Tomcat Users List Cc: Subject: Re: Tomcat configuration tuning I do just what you

Re: Tomcat configuration tuning

2004-04-08 Thread Charles N. Harvey III
(). RDBMSLoginModule is the other class from the example and it implements LoginModule. This is the jaas class that you configure in your jaas.config file. None of this really has anything to do with Tomcat configuration tuning, sorry for going off on a tangent. Charlie Charles N. Harvey III wrote

Re: Configuration Issue? HELP!

2004-04-19 Thread Parsons Technical Services
What jdk? - Original Message - From: "Jerry Jalenak" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, April 19, 2004 5:19 PM Subject: Configuration Issue? HELP! > Hi All, > > At my wits end on this, so thought I'd ask the guru's...

RE: Configuration Issue? HELP!

2004-04-19 Thread Jerry Jalenak
4:43 PM > To: Tomcat Users List > Subject: Re: Configuration Issue? HELP! > > > What jdk? > > - Original Message - > From: "Jerry Jalenak" <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Sent: Monday, April 19, 2004 5:19 PM > Subject: Con

Re: Configuration Issue? HELP!

2004-04-19 Thread Daniel Gibby
Try googling for LD_ASSUME_KERNEL to see if that helps you. Jerry Jalenak wrote: Hi All, At my wits end on this, so thought I'd ask the guru's. 8-) We are running an Apache HTTP 2.0.49 / mod_JK 2.2 / Tomcat 5.0.18 environment on a Dell 1750 server (2 - 3.06Ghz CPU's / 4GB memory). We're r

Re: Configuration Issue? HELP!

2004-04-19 Thread Parsons Technical Services
TECTED]> Sent: Monday, April 19, 2004 5:43 PM Subject: RE: Configuration Issue? HELP! > Java 2 SE 1.4.2_02 > > Jerry Jalenak > Development Manager, Web Publishing > LabOne, Inc. > 10101 Renner Blvd. > Lenexa, KS 66219 > (913) 577-1496 > > [EMAIL PROTECTED]

Configuration and performance questions

2004-04-19 Thread Brian C. Dilley
We are evaluating tomcat as a replacement for JRun. We are hoping that we can get some real world experiences in order to support our assumptions. We have the following questions and concerns regarding tomcat. 1. We are currently looking at version 5.0.19. Is there a performance\stability

Re: EL Configuration problem

2004-04-21 Thread Eric Noel
On 4/22/2004 4:10 AM, Chanan Braunstein wrote: Hello, Using Tomcat 5.0.19 I cannot get EL to work in my webapp (It works fine in jsp-examples). I checked the version of web.xml to make sure it is 2.4 and I added to be safe: *.jsp false But,

RE: EL Configuration problem

2004-04-21 Thread Chanan Braunstein
/www.knovel.com -Original Message- From: Eric Noel [mailto:[EMAIL PROTECTED] Sent: Wednesday, April 21, 2004 7:48 PM To: Tomcat Users List Subject: Re: EL Configuration problem On 4/22/2004 4:10 AM, Chanan Braunstein wrote: > Hello, > Using Tomcat 5.0.19 I cannot get EL to work i

RE: EL Configuration problem

2004-04-21 Thread Shane Linley
web-app_2_4.xsd" version="2.4"> Of course I wanted to make sure EL was enabled as did you: Property group for common configuration for all the JSP's *.jsp false false Don't forget to throw in your

Re: EL Configuration problem

2004-04-21 Thread Eric Noel
On 4/22/2004 8:54 AM, Chanan Braunstein wrote: Well as for the code that is easy, nothing works, for example, I took this from the examples page: ${header["user-agent"]} I attached my web.xml, I don't know what else can effect EL. Chanan Braunstein Knovel Corp. Web Development Manager 607-77

RE: EL Configuration problem

2004-04-22 Thread Chanan Braunstein
disabling EL? Chanan Braunstein Knovel Corp. Web Development Manager 607-773-1840 x672 http://www.knovel.com -Original Message- From: Shane Linley [mailto:[EMAIL PROTECTED] Sent: Wednesday, April 21, 2004 10:42 PM To: Tomcat Users List Subject: RE: EL Configuration problem I had a

auto-configuration of mod_jk

2004-04-22 Thread Emerson Cargnin
I'm using tomcat 5.0.19, apache 2.0.47, mod_jk... Tomcat generates a mod_jk.conf file with the following clause before the jkmount clauses: ServerName localhost With this clause, apache does not create any mapping... This is my configuration of the listener... Is there any other pro

Re: Configuration free persistence?

2004-05-12 Thread Tim Funk
To get the server info: ServletContext.getServerInfo() Personally - I would state my webapp needs a directory[or database] to write/load its configuration. The directory or datasource would be setup using JNDI. Then its up to the system admin to use the Container specific functionality to

RE: Configuration free persistence?

2004-05-12 Thread Shapira, Yoav
Hi, It's not blasphemy ;) It's a good question. Many people take shortcuts / cut corners to get around this ;) >b) Require that a database be present and publish the datasource name that >the web app is looking for, and assume that the user will configure their >container properly (and, of cour

Re: Configuration free persistence?

2004-05-13 Thread Will Hartung
the basic problem. I'll have to see how this works on a UNIX box (i.e. does it write to a ~/.java_prefs directory, or what). By using this API, you can plop a WAR on a server, then when the user first tries to use it, run them through a "configu

Re: Configuration free persistence?

2004-05-13 Thread Jacob Kjome
at). > > No, that's very clever. I had forgotten about that API completely, and it > handily solves the basic problem. I'll have to see how this works on a UNIX > box (i.e. does it write to a ~/.java_prefs directory, or what). > > By using this API, you can plop a WAR

Ant 1.6.1 configuration : runant.pl

2004-05-17 Thread Mike Pakrer
Hi, I am attempting to use md_jk2, Tomcat5.0.19 , Ant 1.6.1 , and Apache 2, to serve web pages with jsp, and other stuff. I am told through various tutorials that I need all of these working together to be able to run jsp pages. I am having trouble with ant 1.6.1 when I attempt to run it [ $ ant

Re: server.xml mod_jk Configuration

2004-06-04 Thread Bill Barker
All three of these attributes are for the HTTP/1.1 Connector. The JK Connector will simply (and quietly) ignore them. "Emre" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > The following is from my server.xml. This connector is communicating with > mod_jk and then to an apache insta

Optimal configuration of maxProcessors

2004-06-23 Thread Davor Cengija
I have a pretty loaded web application where every single page and image are dinamically created. It seems that my Tomcat cannot serve 50.000+ hits per hour, at least the way it is configured now. I guess that the main parameter here is maxProcessors and it is now set to 500. What are the recommen

RE: CGI Configuration-Problems

2003-11-16 Thread Shamik Bandopadhyay
ndalone Tomcatit runs when u add an apache sever to itpls let me know if u've figured out any solution -Original Message- From: Albrecht Scheidig [mailto:[EMAIL PROTECTED] Sent: Friday, November 14, 2003 7:29 PM To: [EMAIL PROTECTED] Subject: CGI Configuration-Problems H

Tomcat 4.1.29 Configuration Problem

2003-11-18 Thread Vaneet Sharma
with tomcat before, but i think this new version TOMCAT 4.1.29 (with a ROOT folder) has some different configuration settings. Why doesnt jakarta, give a proper configuration example. Please let me know. i have wasted a lot of time on configuration today Will appreciate your feedback Thankx

RE: Tomcat 4.1.29 Configuration ..

2003-11-18 Thread Vaneet Sharma
Can someone solve my problem , it is a bit urgent Thankx Van -Original Message- From: Vaneet Sharma Sent: Tue 18/11/2003 16:48 To: Tomcat Users List Cc: Subject: Tomcat 4.1.29 Configuration .. please see Attachments

Re: Tomcat 4.1.29 Configuration ..

2003-11-18 Thread Christopher Schultz
Vaneet, The error is same. After making changes, i went on to Tomcat manager interface and reloaded the context. (I think that restarts the server, am i right ?) Tomcat is finding the Registration.html but not the classes . It is giving 404 error.

RE: Tomcat 4.1.29 Configuration ..

2003-11-18 Thread Vaneet Sharma
explain me Why there are three server.xml files in CONF Thankx Vaneet -Original Message- From: Christopher Schultz [mailto:[EMAIL PROTECTED] Sent: Tue 18/11/2003 17:23 To: Tomcat Users List Cc: Subject: Re: Tomcat 4.1.29 Con

RE: Tomcat 4.1.29 Configuration ..

2003-11-18 Thread Vaneet Sharma
Please see attachments -Original Message- From: Vaneet Sharma Sent: Tue 18/11/2003 17:22 To: Tomcat Users List Cc: Subject: RE: Tomcat 4.1.29 Configuration .. No, we are not using Tomcat as a webserver

Re: Tomcat 4.1.29 Configuration ..

2003-11-18 Thread Christopher Schultz
Vaneet, Please see attachments Your attachments do not come through. Please paste all and elements from your web.xml into a post to the list. -chris - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail:

Re: Tomcat 4.1.29 Configuration ..

2003-11-18 Thread Harry Mantheakis
servle. Is it anything to > do with server.xml > Can anyone explain me Why there are three server.xml files in CONF > > Thankx > Vaneet > > -Original Message- > From: Christopher Schultz [mailto:[EMAIL PROTECTED] > Sent: Tue 18/11/2003 17:23 > To: Tomcat Users Li

Help on Tomcat Configuration...

2003-12-02 Thread Tony
HI !! i have a problem trying to configurate my apache 2.x with Tomcat 4 (jni using jk2)... everything looks fine when i initiate apache, but when i try to access the examples apps (localhost/examples) i got the following error on error.log (apache directory): Tue Dec 02 03:08:56 2003] [notice]

RE: tomcat jni configuration...

2003-12-03 Thread Wade Chandler
Does your tomcat installation run fine? i.e. in a standalone mode? Wade -Original Message- From: Tony [mailto:[EMAIL PROTECTED] Sent: Tuesday, December 02, 2003 12:20 AM To: [EMAIL PROTECTED] Subject: tomcat jni configuration... hi, all i have a problem trying to configurate my

RE: Your configuration Files

2003-12-04 Thread Asif Chowdhary
did you see the jkstatus page is the jk2.shm file created when you start apache. -Original Message- From: Asif Chowdhary Sent: Thursday, December 04, 2003 10:07 AM To: [EMAIL PROTECTED] Subject: RE: Your configuration Files Try this [shm] info=Scoreboard. Required for reconfiguration

RE: Your configuration Files

2003-12-04 Thread Asif Chowdhary
configuration Files Importance: High Thank You, but I have the same errors in error.log (apache dir) [Thu Dec 04 14:40:08 2003] [error] jk2_init() Can't find child 3944 in scoreboard [Thu Dec 04 14:40:08 2003] [error] mod_jk child init 1 -2 [Thu Dec 04 14:40:08 2003] [error] jk2_init() Can&#

Re: tomcat jni configuration...

2003-12-04 Thread Tony
java.library.path . What's that ? thank u any help. - Original Message - From: "Wade Chandler" <[EMAIL PROTECTED]> To: "'Tomcat Users List'" <[EMAIL PROTECTED]> Sent: Wednesday, December 03, 2003 3:05 PM Subject: RE: tomcat jni configuration...

[OT] Re: postgres configuration

2003-12-22 Thread James Neville
d be the username and password and how shout i use -i option for starting postmaster pls help me configuration i made are I am connecting postgresql and inserting some data and i made in pg_hdb.conf file to host all all 127.0.0.0 255.255.255.255trust

help w/ Tomcat configuration

2003-12-28 Thread Gustavo Nieto
To whom it may concern: Hi!, I recently installed Tomcat on my Laptop (I have to install it on my Company's Server, which is a Windows 2003 Server, but since this is my first time doing so I begun with my laptop). I already got the http://localhost:8080/ working, but let me tell y

Tomcat 5.0.16 user configuration

2004-01-09 Thread Michael Post
Hello, i have installed the tomcat-server. It is running an i see the index.jsp-default-site. The following part is be placed on the first site. NOTE: For security reasons, using the administration webapp is restricted to users with role "admin". The manager webapp is restricted to users with r

Tomcat 5 SSL Configuration

2004-01-12 Thread Brian Boyle
Hi! Can someone please tell me how to configure SSL for tomcat 5. There seems to be difference in the server.xml file from previous versions of tomcat so I am unsure of what to edit or add to it. Hope someone can help. Thanks, Brian _

Tomcat 5.0 & mod_jk Configuration

2004-01-20 Thread Brennon Obst
Tomcat 5.0 & mod_jk Configuration by James Thornton <[EMAIL PROTECTED] PROTECTED] > Dec <http://www.talkaboutprogramming.com/group/comp.lang.java.programmer/archive /2003-12-31.html> 31, 2003 at 12:34 AM What in tomcat 5.0's configuration for mod_jk differs from how you wou

Re: Configuration file help

2004-02-05 Thread Milt Epstein
On Thu, 5 Feb 2004, Randall Svancara wrote: > I am wondering what the following configuration directive > accomplishes for tomcat 4.1.29 in the server XML file when added > right below the line with " debug="0">". > > modJk="C:/ApacheGroup/Apache2/modul

RE: Configuration file help

2004-02-05 Thread Randall Svancara
Milt, Thank you for your assistance. -Original Message- From: Milt Epstein [mailto:[EMAIL PROTECTED] Sent: Thursday, February 05, 2004 8:13 AM To: Tomcat Users List Subject: Re: Configuration file help On Thu, 5 Feb 2004, Randall Svancara wrote: > I am wondering what the follow

Configuration question (part 2)

2004-02-10 Thread Arnaud Deflorenne
Thanks a lot. If I understand your email, I have to add a Context tag in my host definition? And the context could look like Three questions: Where can I define the adress of my second web-application (www.adress2.com). Where can I define the Welcome-file for

Tomcat 5 Configuration RFP

2004-03-19 Thread LILES, DAVID (CONTRACTOR)
For a week we have attempted to implement a replacement for our current Java environment and have experienced mixed results. It has been decided that Tomcat 5 will be evaluated as a replacement solution but so far we have not been able to get a successful configuration. RFP: Tomcat 5

Server.xml - Connector configuration problem

2004-03-24 Thread armalai
Windows 2000 Timcat4.x Below is my Sever.xml connector configuration. My Questions: 1.How do i determine how many concurrent users can hit my application.? 2.Is there any limitation for minProcessors , maxProcessors and acceptCountt? 3.I'm getting belom mentioned Exception if i use more

Tomcat-SOAP configuration problem

2004-03-24 Thread Vijay Lakshminarayanan
Hi. I have installed Tomcat successfully (I think) and am now trying to deploy a web-service through the command prompt. This is a sample example file (CalcClient - popular one on the web) and when I try to deploy, I get messages which look like this - C:\Program Files\jakarta-tomcat-5.0.19\weba

Re: Single SignOn Configuration

2004-07-15 Thread Bill Barker
In theory, you should be able to mix Tomcat Realms with SSO in TC 5 (but I've never tried it myself). Of course, if you are using a custom Realm, you are on your own :). It looks like this is another case of the docs not keeping up with the code :). "Robb, Rebecca" <[EMAIL PROTECTED]> wrote in m

Re: Help with configuration

2004-07-22 Thread Ruth, Brice
jp13 If you're using the auto-generated mod_jk.conf, you should not define your virtualhost containers in the main httpd.conf. That's one problem. The next is that by default, Tomcat tries bind ports at 8009 & 8080 ... 8080 is the HTTP connector, 8009 is the

Recommended DBCP configuration parameters

2004-07-22 Thread Frank Burns
Hi, Can anyone tell me where I can find recommendations/guidelines for choosing values for the DBCP parameters -- such as maxActive, maxIdle, maxWait, etc. -- in the ResourceParams element of server.xml? For example, I am about to launch a system that has a user base of approx 7000 users, which

RE: configuration of server.xml

2004-07-27 Thread Shapira, Yoav
ECTED] >Sent: Tuesday, July 27, 2004 12:52 PM >To: [EMAIL PROTECTED] >Subject: configuration of server.xml > > >hi >whenever i create a folder under webapp suppose myApp the servlet >and jsp don't work in browser. i am using stand alone server and win2000. >what should

Jakarta Commons Configuration files

2004-08-01 Thread Wilson, Allen
Configuration. I look on the Apache Jakarta site and found the Commons Configuration area but no link to the files could be found. Thanks...Allen - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL

Problem with SSL configuration

2004-08-05 Thread binoy.patrick
Hi, I have configured SSL with Tomcat, I get this error when starting Tomcat 04-Aug-2004 17:16:55 org.apache.commons.digester.Digester endElement SEVERE: End event threw exception java.lang.IllegalArgumentException: argument type mismatch at sun.reflect.NativeMethodAccessorImpl.invo

Realm configuration not working

2004-08-05 Thread Ruth, Brice
Greetings! I've recently decided to take advantage of Tomcat's authentication mechanism, however, it doesn't appear to be working for me. I've configured a Realm in my context (through the admin tool). It is a DataSourceRealm. When I've tested everything, I keep getting pushed out to the error

$CATALINA_HOME\shared configuration question

2004-08-12 Thread nhelder
Hello all, I'm doing some .jsp development on the company's 4.1.24 tomcat install. We're in the process of adopting the use of the $CATALINA_HOME\shared\classes and $CATALINA_HOME\shared\lib directories (windows platform) to encourage greater code sharing and integration, and I'm having trouble g

Re: web.xml security configuration.

2004-09-07 Thread Ruth, Brice
[EMAIL PROTECTED] wrote: In my applications web.xml I have Read-WriteArea accessible by users of all roles /* GET POST PUT DELETE These roles are allowed access read rwrite admin If the url-pattern is /* I get my jdbc bas

RE: web.xml security configuration.

2004-09-08 Thread David . Pawson
-Original Message- From: Ruth, Brice The security constraint is based on the actual URL requested, not the resource that is being accessed. So, if you're accessing: http://my.host.com/ - and its actually loading http://my.host.com/repository/index.jsp,

Re: web.xml security configuration.

2004-09-08 Thread Ruth, Brice
[EMAIL PROTECTED] wrote: in my web.xml I have repository /repository getit /getit I.e. its a one to one, so if I understand you correctly, when I browse to http://localhost/repository/index.jsp my uril-pattern should be Read-WriteArea /repository/* I have other (

RE: web.xml security configuration.

2004-09-09 Thread David . Pawson
Thanks for getting back to me Ruth; I've been three days with this now. -Original Message- From: Ruth, Brice >question. > I'm assuming these are 'part of' the repository app? Is that right? > What should the uri-pattern be for these? > Again the brows

Problems with Tomcat Configuration

2004-09-13 Thread Diego, Emil
I am running Tomcat 4.1.27 with Apache 2.0.49 on Fedora Core 2. Here is what I have soo far. I setup a directory to run my JSP site. The directory is in /var/www/html/dev_new. I created a context called /dev_new to run this JSP site and I setup the connector between tomcat and apache and the

RE: Server.xml configuration problem

2004-09-16 Thread Shapira, Yoav
Hi, You need to add an explicit Context element for your webapp, and inside it a ResourceLink element to make the GlobalNamingResources DataSource visible to your webapp. Check the configuration reference document for GlobalNamingResourcs and ResourceLink for details. Yoav Shapira Millennium

RE: Server.xml configuration problem

2004-09-16 Thread LINGALA, AMARESHWAR G \(SBCSI\)
uld make the tomcat recognise the database. Thanks Amar -Original Message- From: Shapira, Yoav [mailto:[EMAIL PROTECTED] Sent: Thursday, September 16, 2004 1:12 PM To: Tomcat Users List Subject: RE: Server.xml configuration problem Hi, You need to add an explicit Context element for your we

RE: Server.xml configuration problem

2004-09-16 Thread Shapira, Yoav
Hi, >Can you please be more specific, I tried to follow up the documents but >am unable to fix the bug. Can you please send me the example of the >change? I would be very much thankful to you. > > I am assuming that > >> type="javax.sql.DataSource"/> >> >> > > Should make the t

Re: Server.xml configuration problem

2004-09-16 Thread Jukka Uusisalo
sday, September 16, 2004 9:21 PM Subject: RE: Server.xml configuration problem Can you please be more specific, I tried to follow up the documents but am unable to fix the bug. Can you please send me the example of the change? I would be very much thankful to you. I am assuming that

RE: Server.xml configuration problem

2004-09-16 Thread LINGALA, AMARESHWAR G \(SBCSI\)
It is working now, All I have to do is put the resource params inside of the Thanks for all your help !!! -Original Message- From: Jukka Uusisalo [mailto:[EMAIL PROTECTED] Sent: Thursday, September 16, 2004 1:50 PM To: Tomcat Users List Subject: Re: Server.xml configuration problem

RE: Server.xml configuration problem

2004-09-16 Thread Shapira, Yoav
[EMAIL PROTECTED] >Sent: Thursday, September 16, 2004 3:10 PM >To: Tomcat Users List >Subject: RE: Server.xml configuration problem > > >It is working now, All I have to do is put the resource params inside of >the > > Thanks for all your help !!! > > >-Original

RE: Server.xml configuration problem

2004-09-16 Thread LINGALA, AMARESHWAR G \(SBCSI\)
I will try that one too. Thanks Amar -Original Message- From: Shapira, Yoav [mailto:[EMAIL PROTECTED] Sent: Thursday, September 16, 2004 2:13 PM To: Tomcat Users List Subject: RE: Server.xml configuration problem Hi, I strongly encourage you to NOT use DefaultContext, but instead

<    2   3   4   5   6   7   8   9   10   11   >