Re: Configuration questions.....

2003-06-16 Thread John Turner
The instructions are essentially the same. http://tomcatfaq.sourceforge.net/apache.html http://www.johnturner.com/howto http://www.galatea.com/flashguides John On Mon, 16 Jun 2003 15:33:22 -0400, Ciramella, EJ <[EMAIL PROTECTED]> wrote: Ok, I'm done searching and ready to ask questions I

RE: Configuration questions.....

2003-06-16 Thread Ciramella, EJ
Wow - thanks for the quick turnaround! -Original Message- From: John Turner [mailto:[EMAIL PROTECTED] Sent: Monday, June 16, 2003 3:41 PM To: Tomcat Users List Subject: Re: Configuration questions. The instructions are essentially the same. http://tomcatfaq.sourceforge.net

Re: TomCat configuration

2003-06-16 Thread kurtc
Hello, >On Tue, 17 Jun 2003 02:06, [EMAIL PROTECTED] wrote: >> >> default >> /*.html >> >Tomcat is doing exactly what you are telling it to do with the above, I can't >see any reason you would want the above mapping unless you were disabling all >access to .html files or something like that. >

AW: configuration problem

2003-07-15 Thread Grossert Alexander EXT
ungliche Nachricht- Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Gesendet: Dienstag, 15. Juli 2003 14:29 An: [EMAIL PROTECTED] Betreff: configuration problem Hi all, I'am struglling with an application using Lotus Domino Taglibs. When accessing the jsp

JK2 Servlet Configuration

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

Tomcat refresh configuration

2003-07-21 Thread Mufaddal Khumri
hi, Is there a way to control the refreshing of html pages in tomcat ? Thanks. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Configuration Error?

2003-08-04 Thread Kwok Peng Tuck
Pedro, unjar-ed classes go under WEB-INF/classes/{SOME PACKAGENAME}, jar files go under WEB-INF/lib Your java beans will never be found if they just reside under WEB-INF . Pedro Silva wrote: I am really having a bad time using Apache Tomcat for the first time... But I won't give up... Just nee

RE: Configuration Error?

2003-08-04 Thread Sekhmet
Subject: Re: Configuration Error? Pedro, unjar-ed classes go under WEB-INF/classes/{SOME PACKAGENAME}, jar files go under WEB-INF/lib Your java beans will never be found if they just reside under WEB-INF . Pedro Silva wrote: >I am really having a bad time using Apache Tomcat for the first t

Re: Configuration Error?

2003-08-04 Thread Kwok Peng Tuck
TECTED] -Original Message- From: Kwok Peng Tuck [mailto:[EMAIL PROTECTED] Sent: segunda-feira, 4 de Agosto de 2003 8:15 To: Tomcat Users List Subject: Re: Configuration Error? Pedro, unjar-ed classes go under WEB-INF/classes/{SOME PACKAGENAME}, jar files go under WEB-INF/lib Your java bean

RE: Configuration Error?

2003-08-04 Thread Sekhmet
: Tomcat Users List Subject: Re: Configuration Error? Also did you import your classes in the <@page import > directive ? I only see a java.lang, could be the source of the problem. Sekhmet wrote: >Yes, but they are in WEB-INF/classes/mybeans (MYBEANS is the package >name) and I s

Re: Configuration Error?

2003-08-04 Thread pete . storey
OTECTED]> 03/08/2003 20:11 Please respond to "Tomcat Users List" To: <[EMAIL PROTECTED]> cc: Subject:Configuration Error? I am really having a bad time using Apache Tomcat for the first time... But I won't give up... Just need help.

RE: Configuration Error?

2003-08-04 Thread Shapira, Yoav
Howdy, >But do I have to import my own classes? If so what is the purpose of >having the Bean code separated from the JSP code? Yes, you have to import your classes so the JVM knows what classes you're using. The point of separation is two-fold (probably more): - Other components can use the Be

Manager Component configuration

2003-08-20 Thread Daniel Haynes
Does anyone have any examples of Manager Component configuration (which I believe is nested within the Context tags) ? I am using Tomcat 5.0.6 and want to disable the (default) saving of session data that occurs when Tomcat is shutdown. thanks

Re: Application Configuration

2003-09-18 Thread Rishikesh Tembe
Do you really need to have webapps/examples/myApp/* ? Otherwise, just have webapps/myApp/* and create a context for "myApp"... -Rishi. On Thu, 18 Sep 2003 20:18:28 -0400, "Renda, Michael" <[EMAIL PROTECTED]> said: > Hi, > > I'm having a simple a

RE: Application Configuration

2003-09-19 Thread Renda, Michael
ation Configuration Do you really need to have webapps/examples/myApp/* ? Otherwise, just have webapps/myApp/* and create a context for "myApp"... -Rishi. On Thu, 18 Sep 2003 20:18:28 -0400, "Renda, Michael" <[EMAIL PROTECTED]> said: > Hi, > > I'm having a sim

Re: Application Configuration

2003-09-19 Thread Dirk Griesbach
t;[EMAIL PROTECTED]> To: Tomcat Users List <[EMAIL PROTECTED]> Sent: Friday, September 19, 2003 2:18 AM Subject: Application Configuration Hi, I'm having a simple application configuration problem. 1. Tomcat 4.1.27 2. I can run all of the applications in the examples directory.

Re: Struts Configuration

2003-10-10 Thread Filip Hanik
anyone who wants to! - Original Message - From: "Issam Katan" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, October 10, 2003 1:31 PM Subject: Struts Configuration Hallo, who can one config the struts Framework in t

RE: Struts Configuration

2003-10-10 Thread mike jackson
There's a decent tool available called "struts studio". Google for it and it'll help you do the configuration. There's also some plugins for eclipse, easy struts comes to mind. --mikej -=-- mike jackson [EMAIL PROTECTED] > -Original Message- > F

Error Page Configuration

2003-10-21 Thread N.B.Bopanna
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: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: Log4J configuration

2003-11-10 Thread Shapira, Yoav
t;From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] >Sent: Saturday, November 08, 2003 2:41 PM >To: Tomcat Users List >Subject: Log4J configuration > >Hello, > >the Log4J manual mentions the possibility to put log4j.properties under >WEB-INF/classes directory to automat

Re: Tomcat configuration

2004-04-02 Thread Harry Mantheakis
Hello I think this: Should read: Also, consider packing your classes, so that this servlet registration: GetInput GetInput Becomes something like: GetInput com.foo.bar.GetInput Packaging is not necessary to invoke a se

RE: Tomcat configuration

2004-04-02 Thread Shapira, Yoav
Hi, What are your files under ROOT instead of just under webapps? Yoav Shapira Millennium Research Informatics >-Original Message- >From: Taj [mailto:[EMAIL PROTECTED] >Sent: Friday, April 02, 2004 2:26 AM >To: 'Tomcat Users List' >Subject: Tomcat configuratio

RE: Tomcat configuration

2004-04-03 Thread Taj
Class files See whether u can help If u have set ur server successfully, u would definitely know this one. Thanks -Original Message- From: Shapira, Yoav [mailto:[EMAIL PROTECTED] Sent: Friday, April 02, 2004 7:39 PM To: Tomcat Users List Subject: RE: Tomcat configuration Hi, What

Re: Tomcat configuration

2004-04-04 Thread Harry Mantheakis
> Sent: Friday, April 02, 2004 7:39 PM > To: Tomcat Users List > Subject: RE: Tomcat configuration > > > Hi, > What are your files under ROOT instead of just under webapps? > > Yoav Shapira > Millennium Research Informatics > > >> -Original Mes

Re: Tomcat configuration

2004-04-06 Thread syed taj
]> To: Tomcat Users List <[EMAIL PROTECTED]> Subject: Re: Tomcat configuration Date: Sun, 04 Apr 2004 20:08:19 +0100 Hello ROOT is the default context (application). By default, ROOT handles requests that do not specify an application. Hence this URL: http://localhost:8080/ W

Re: Tomcat configuration

2004-04-07 Thread Harry Mantheakis
on this forum, giving all the relevant details, and I'm sure you will be helped. I'm off on holiday now, so I cannot follow up on this I'm afraid. Good luck! Harry >> From: Harry Mantheakis <[EMAIL PROTECTED]> >> Reply-To: "Tomcat Users List" <[EMA

Tomcat configuration tuning

2004-04-08 Thread Matt Woodings
d peak concurrency of ~75 currently ) and I want to get the best possible configuration for my server. (Dual 1GHz, 1GB Ram, Win 2k, SQL Server + Web/Apps servers). Now, ultimately this is up to me, but I am unsure of a few relationships and variables used in the configuration files. The settings I hav

Configuration Issue? HELP!

2004-04-19 Thread Jerry Jalenak
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 running RedHat Linux 9 as our OS. We also have the hyper-threading option of the se

EL Configuration problem

2004-04-21 Thread Chanan Braunstein
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, all I get is the EL text back at me. --

Configuration free persistence?

2004-05-11 Thread Will Hartung
This is blasphemy, I know...but... As far as I know, there is no portable way that a generic Webapp bundled in a WAR, and dropped into a random container can persist information from one run of the container to another. On the one hand, there is no requirement that a WAR be exploded on deploy, an

Re: Production configuration

2004-05-20 Thread QM
ml, : JVM parameters) for your production deployments. And what should be : changed in my configuration in order to make it more robust/stable/etc. Load-test, profile, tune accordingly. For the JSP servlet: : :fork :true You don't need this if you precompi

server.xml mod_jk Configuration

2004-06-04 Thread Emre
The following is from my server.xml. This connector is communicating with mod_jk and then to an apache instance. Do I need maxKeepAliveRequests set to a value? Does it matter. Is the value I have for connectionUploadTimout too high? Would increasing the buffer size help me with performance? W

CGI Configuration-Problems

2003-11-14 Thread Albrecht Scheidig
Hi there, I have to integrate a third-party cgi interface into my stand alone tomcat environment. The cgi-directory has to be located at d:\programs\vendor\cgi-bin. The tomcat root is d:\foo\bar\tomcat. The host app base is "../../" and I have defined a context in server.xml like this: Also the

RE: JSTL Configuration

2003-11-18 Thread Shapira, Yoav
. That's it. Yoav Shapira Millennium ChemInformatics >-Original Message- >From: Thyago Lisboa Mota [mailto:[EMAIL PROTECTED] >Sent: Tuesday, November 18, 2003 11:49 AM >To: Tomcat Users List >Subject: JSTL Configuration > >Do u know how to configure JSTL in Tomcat

tomcat jni configuration...

2003-12-01 Thread Tony
hi, all 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] [notic

Virtual host configuration

2003-12-02 Thread shyamperi
7:21p How is that I can configure my virtual host to be a deployable. In the sense, I would like it to be deployable with out stopping the server Here is my server.xml and made necessary setting in the apache server also. But the problem with this I am unable to deploy

tomcat configuration problem

2003-12-08 Thread peter minev
Hi, my name is Peter Minev. I have the following problem configuring my web applicaton. When i build the application with the ant, i deploy it to the %catalina_home%/webapp directory. but when i restart the tomcat and write down http://localhost:8080/myappname/myjsp.jsp, the following http status

RE: postgres configuration

2003-12-22 Thread George Sexton
PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Monday, December 22, 2003 4:32 AM To: [EMAIL PROTECTED] Subject: postgres configuration Hello all i am Inserting data to postgresql question please help me solve this problem i am not given any username ans password by the time of

Problem in configuration

2004-01-08 Thread Ronak Patel
Respected sir/madam, I have a probe in configuration of tomcat server Following are my installations in my pc OS: win98se C:\jdk1.3.1_09\bin C:\jakarta-tomcat-4.1.29\bin  ( abstracted ) also i have attacthed the startup.bat file with this mail and it is not working So help me to execute the

Configuration file help

2004-02-05 Thread Randall Svancara
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 "". Also I am currious to know what the following configuration directive accomplishes under the host container in the serve

Re: Configuration question

2004-02-10 Thread Chris Daly
i think what you mean is run two instances of tomcat. you do this within the conf/server.xml, and make another copy of the context path file where docbase is the root directory of your new website, remember to stop and start tomcat for the changes to take effect. i think that should help.

Apache/Tomcat configuration

2004-03-11 Thread Nancy Clark
Just wondering if anyone has answers to this... Thanks in advance for your time, N Hi, Here is what I'm trying to do Set non-html home page for www.foo.com to abc.bar ( a file processed by Tomcat) I've tried editing httpd.conf to include : ProxyPass /dir http://localhost:port#/dir> and Pr

Re: Configuration Help

2004-03-22 Thread Adrian Lanning
Sent: Monday, March 22, 2004 9:17 AM Subject: Configuration Help For over a week I have been unable to get Tomcat 5 configured with IIS 5. I know the Tomcat server is working because I can get to the management console from the IP address:8080 and the two example web apps are working, both fr

RE: Configuration Help

2004-03-22 Thread Adam Fowler
ECTED] Sent: 22 March 2004 15:15 To: Tomcat Users List Subject: Re: Configuration Help Hey Dave, I'm a little fuzzy on my errors. Is 400 from iis or tomcat? Does tomcat work with the urls in standalone mode? Adrian - Original Message - From: "LILES, DAVID (CONTRACTOR)" &

RE: Configuration Help

2004-03-22 Thread LILES, DAVID (CONTRACTOR)
think I'm close I just don't know what configuration change I need to make at this point. I've been told that by mapping the isapi_redirector2.dll in IIS it should work There has to be someone else who is successfully using IIS and Tomcat 5 out there -Original Messa

Re: bindaddress configuration??

2004-03-22 Thread Emerson Cargnin
any answer for this question? Emerson Cargnin wrote: I need to setup tomcat to listen to a different IP address (a virtual one create with ifconfig linux command)? I did it once a long time ago, nut don't remember exactly how to do it... I remember that this was a property at some node of s

RE: bindaddress configuration??

2004-03-22 Thread D'Alessandro, Arthur
-Original Message- From: Emerson Cargnin [mailto:[EMAIL PROTECTED] Sent: Monday, March 22, 2004 11:31 AM To: Tomcat Users List Subject: Re: bindaddress configuration?? any answer for this question? Emerson Cargnin wrote: > I need to setup tomcat to listen to a different IP address

RE: bindaddress configuration??

2004-03-22 Thread Shapira, Yoav
Hi, See the address attribute of the Connector element. Yoav Shapira Millennium Research Informatics >-Original Message- >From: Emerson Cargnin [mailto:[EMAIL PROTECTED] >Sent: Monday, March 22, 2004 11:31 AM >To: Tomcat Users List >Subject: Re: bindaddress configu

Re: bindaddress configuration??

2004-03-22 Thread Emerson Cargnin
t: Re: bindaddress configuration?? any answer for this question? Emerson Cargnin wrote: I need to setup tomcat to listen to a different IP address (a virtual one create with ifconfig linux command)? I did it once a long time ago, nut don't remember exactly how to do it... I remember that

Re: bindaddress configuration??

2004-03-22 Thread Emerson Cargnin
Sorry for the semi-off-topic question, but I solved the problem. If you let apache configuration as default, it you bind to every address configured to the host. You have to configure Apache to listen to just one address in httpd.conf: uncomment the line: #Listen host:80 Use the IP address

Re: Configuration Help

2004-03-23 Thread Adrian Lanning
Hi Dave, Did you ever solve this problem? Actually, 400 error is malformed syntax. Basically doesn't tell us much in this situation besides "configuration screwed up". I don't use IIS so don't know how to from first-hand experience. Searching turns up stuff on connec

RE: Configuration Help

2004-03-23 Thread LILES, DAVID (CONTRACTOR)
004 7:30 AM To: Tomcat Users List Subject: Re: Configuration Help Hi Dave, Did you ever solve this problem? Actually, 400 error is malformed syntax. Basically doesn't tell us much in this situation besides "configuration screwed up". I don't use IIS so don't know how to from f

Re: Configuration Help

2004-03-23 Thread Zheng Neil
an Lanning" <[EMAIL PROTECTED]> Reply-To: "Tomcat Users List" <[EMAIL PROTECTED]> To: "Tomcat Users List" <[EMAIL PROTECTED]> Subject: Re: Configuration Help Date: Tue, 23 Mar 2004 08:29:43 -0500 Hi Dave, Did you ever solve this problem? Actually, 400 error i

RE: Configuration Help

2004-03-23 Thread LILES, DAVID (CONTRACTOR)
Thanks for the link, but the server I'm trying to get this working on is Windows 2000 IIS 5, so much of the instructions don't apply -Original Message- From: Zheng Neil [mailto:[EMAIL PROTECTED] Sent: Tuesday, March 23, 2004 8:13 AM To: [EMAIL PROTECTED] Subject: Re: Con

Re: Configuration Help

2004-03-23 Thread Adrian Lanning
OTECTED]> To: "Tomcat Users List" <[EMAIL PROTECTED]> Sent: Tuesday, March 23, 2004 9:10 AM Subject: RE: Configuration Help Thanks for the links below. I've been looking at anything I can find and as far as I can tell, I have IIS configured to support Tomcat. The following

RE: Configuration Help

2004-03-23 Thread LILES, DAVID (CONTRACTOR)
-Original Message- From: Adrian Lanning [mailto:[EMAIL PROTECTED] Sent: Tuesday, March 23, 2004 8:43 AM To: Tomcat Users List Subject: Re: Configuration Help Hmm, Do you have Tomcat set up to listen on port 80? (you shouldn't) Can you get to your webapp correctly using localhost? T

Re: Configuration Help

2004-03-23 Thread Adrian Lanning
AIL PROTECTED]> To: "Tomcat Users List" <[EMAIL PROTECTED]> Sent: Tuesday, March 23, 2004 9:42 AM Subject: RE: Configuration Help The server.xml file is using the default port settings (8080 and 8009) and instead of localhost or 127.0.0.1, I'm using the server's ip add

RE: Configuration Help

2004-03-24 Thread LILES, DAVID (CONTRACTOR)
pathname conf/tomcat-users.xml -Original Message- From: Adrian Lanning [mailto:[EMAIL PROTECTED] Sent: Tuesday, March 23, 2004 9:04 AM To: Tomcat Users List Subject: Re: Configuration Help As I understand

Re: Tomcat configuration

2004-03-24 Thread Adam Brundrett
ks up this memory option when it fires up. Reis, Tom wrote: I am running Tomcat 4.03 on a windows 2K server with JDK1.3.1. I am confused on configuration and was hoping someone could clarify or point to documentation on it. I am confused on memory configuration do I change the memory con

RE: Tomcat configuration

2004-03-24 Thread Dean Searle
you set the heap size also. Hope this helps. Dean -Original Message- From: Adam Brundrett [mailto:[EMAIL PROTECTED] Sent: Wed 3/24/2004 9:59 AM To: Tomcat Users List Subject: Re: Tomcat configuration Hmm...not sure on Windows but on unix you set an environment variable called CATAL

RE: Tomcat configuration

2004-03-24 Thread Shapira, Yoav
Howdy, >change the heap size. Do I put a statement in the server.xml or is it >something else. Is there documentation that tells you how to configure >Tomcat. Thanks. Read the commented part of $CATALINA_HOME/bin/catalina.sh or catalina.bat that talks about JAVA_OPTS. It's not done in server.xm

Re: Configuration Help

2004-03-24 Thread Adrian Lanning
" <[EMAIL PROTECTED]> Sent: Wednesday, March 24, 2004 9:33 AM Subject: RE: Configuration Help Ok, I've changed the server.xml file so that and at least one reference "localhost". The ultimate goal is to have Tomcat support multiple individual web applications and not hav

RE: Configuration Help

2004-03-24 Thread LILES, DAVID (CONTRACTOR)
erify this for me to ensure I'm not hallucinating I would very much appreciate it. http://dev.dynamichostings.com If you "test" confirms this configuration I would like to put together a document that outlines the steps that have been taken to get this working so others

Re: Configuration Help

2004-03-24 Thread Adrian Lanning
gt; To: "Tomcat Users List" <[EMAIL PROTECTED]> Sent: Wednesday, March 24, 2004 1:58 PM Subject: RE: Configuration Help Oh My Gosh! Adrian, Apparently what was missing was the subfolder named "dev.dynamichostings.com" with the blank context. Everything else apparently was

RE: Tomcat configuration

2004-03-25 Thread Cocalea, Eugen
Message- From: Reis, Tom [mailto:[EMAIL PROTECTED] Sent: Wednesday, March 24, 2004 4:46 PM To: Tomcat Users List (E-mail) Subject: Tomcat configuration I am running Tomcat 4.03 on a windows 2K server with JDK1.3.1. I am confused on configuration and was hoping someone could clar

Single SignOn Configuration

2004-07-15 Thread Robb, Rebecca
I am using Tomcat 5.0.1 and I have two web apps that I manage that have the same user authentication. I would like to use single signon. However, when I configure the single signon valve in the server.xml file and move my realm from my app.xml files to the server.xml file, I can no longer access t

Help with configuration

2004-07-21 Thread Phillip Blancher
I am having a problem with making TomCat work with an existing installation of Apache 1.3.26. I installed TomCat 4 with the self extraction.exe and followed the instructions on the JohnTurner.com website to install it. I then installed the Mod_jk connector, and configured the httpd.conf in apa

configuration of server.xml

2004-07-27 Thread chandrashekhar sf cs
  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 change in server.xml. please help. chandrashekhar

RE: Logger configuration

2004-09-07 Thread Bedrijven.nl
see tomcat page http://jakarta.apache.org/tomcat/tomcat-4.1-doc/config/index.html -Oorspronkelijk bericht- Van: Roberto Cosenza [mailto:[EMAIL PROTECTED] Verzonden: Tuesday, September 07, 2004 1:25 PM Aan: Tomcat Users List Onderwerp: Logger configuration How do I configure context

Re: Logger configuration

2004-09-07 Thread Roberto Cosenza
Bedrijven.nl wrote: see tomcat page http://jakarta.apache.org/tomcat/tomcat-4.1-doc/config/index.html Thanx, I read the manual. The fact is that the logger seems to not to log what i print using System.out.println. Am I right or am I just confusing stuff? -- Roberto Cosenza Infoflex Connect AB

RE: Logger configuration

2004-09-07 Thread Bedrijven.nl
See the product Log4j. -Oorspronkelijk bericht- Van: Roberto Cosenza [mailto:[EMAIL PROTECTED] Verzonden: Tuesday, September 07, 2004 1:48 PM Aan: Tomcat Users List Onderwerp: Re: Logger configuration Bedrijven.nl wrote: >see tomcat page >http://jakarta.apache.org/tomcat/tomc

RE: Logger configuration

2004-09-07 Thread Benjamin Armintor
s Specialist ITS-Systems: Mainframe Group University of Texas - Austin tele: (512) 232-6562 email: [EMAIL PROTECTED] -Original Message- From: Roberto Cosenza [mailto:[EMAIL PROTECTED] Sent: Tuesday, September 07, 2004 7:25 AM To: Tomcat Users List Subject: Logger configuration How do

Re: Logger configuration

2004-09-07 Thread Roberto Cosenza
Benjamin Armintor wrote: Do you have the swallowOutput attribute of your Context set to "true"? That's what redirects the sysout messages. Also, if swallowOutput="false" on your DefaultContext, you will have to set override="true" on your Context. Yes, thanx, That was exactly what I was looking

Re: Logger configuration

2004-09-07 Thread Roberto Cosenza
Bedrijven.nl wrote: See the product Log4j. -Oorspronkelijk bericht- Van: Roberto Cosenza [mailto:[EMAIL PROTECTED] Verzonden: Tuesday, September 07, 2004 1:48 PM Aan: Tomcat Users List Onderwerp: Re: Logger configuration Bedrijven.nl wrote: see tomcat page http://jakarta.apache.org

web.xml security configuration.

2004-09-07 Thread David . Pawson
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 based for

Server.xml configuration problem

2004-09-16 Thread LINGALA, AMARESHWAR G \(SBCSI\)
Hi, I am trying to set-up Connection pooling for my web application, I have made the following modifications to my server.xml file. factory org.apache.catalina.users.MemoryUserDatabaseFactory p

Load Balancing Configuration

2004-09-21 Thread Fournier, Pete
Hi, I have an application running on my machine in Tomcat 5 via IIS using the ISAPI adaptor. I also have this application running on a different machine setup through IIS on that machine. I now want to test balancing the application on both machines via one of the IIS servers. I have followed th

WEBDAV's TOMCAT CONFIGURATION

2000-10-26 Thread Marc Patten
PROTECTED] # # # WEBDAV's TOMCA

Tomcat-Apache configuration

2000-11-21 Thread Matt Becker
Hi. I'm trying to get the latest Tomcat and Apache running together on a Red Hat Linux 7.0 server. Although I have gone over the online documentation plenty of times, I am not sure where to find the mod_jserv.so or the mod_jk.so files that the Tomcat-Apache HOWTO html says I need to get. It

virtualdomains and configuration

2000-11-29 Thread Carlos
For each virtual domain i must put in the WEB-INF directory a web.xml file and in this fole writte the description? thanks Carlos

Re: WAP Configuration

2000-11-29 Thread Craig R. McClanahan
I have two recommendations for you, below. Rob Mitchell wrote: > Hi, > > I've set up the apache-tomcat configuration with the aim of having jsp > pages deliver WML to the WAP browser in the Nokia WAP toolkit. > > I have set up a JSP page under Tomcat that just contains

Re: WAP Configuration

2000-11-30 Thread Jon Skeet
> Second, the content type that is created by a JSP page is controlled by what your > page declares in the "page" directive, not by Tomcat. If you wish to have the > output treated as XML, for example, you would include a directive like this at > the top of your pages: > > <%@ page contentTy

Tomcat-mysql configuration

2000-11-30 Thread Sameer
Hi everybody,   following is the code sample of a jsp file working in (Windows NT + SQLServer + Java Web Server) environment   .. String url = "jdbc:odbc:testdsn"; Class.forName("sun.jdbc.odbc.JdbcOdbcDriver"); Connection con = DriverManager.getConnection(url, "", ""); ...   what chan

2 Configuration Issues

2000-12-12 Thread Jason Heddings
Hello Folks- I hope that I'm not asking a question that's been asked a bunch of times before, but here goes: Small background: I'm trying to run tomcat along with apache. I have apache v1.3.14 and tomcat v3.2. I'm using the jk module for the layer, not jserv. On startup: I get a BindException

Tomcat configuration question

2000-12-18 Thread Fabricio Pirez
Hello I'm using IIS+Tomcat+isapi_redirect.dll I need to know how to disable directory browsing in a directory served by tomcat Is it possible? Thanks in advance

servlet configuration help.

2000-12-18 Thread John Marquart
List members, Excuse this relatively "newbie" question - but I have not yet found anything in the FAQ or mailing list archives. I am attempting to get my servlet - DataServ to work. After fighting various problems w/ classpaths and environment configurations, i finally got stuck w/ the f

RE: Tomcat Configuration

2000-12-19 Thread Dave Newton
> "2000-12-19 pooltcpConnector- starting httpConnectionHandler on port 8080, > 2000-12-19 PoolTcpConnector: Starting Ajp12ConnectionHandler on port 8007" That's what I got the only time I ran it under Windows~it was working. What are you expecting it to do? Dave -- Dave Newton, [EMAIL PROTEC

RE: Tomcat Configuration

2000-12-20 Thread G.Nagarajan
uot; regards Nagaraj. -Original Message- From: Hong Tian [mailto:[EMAIL PROTECTED]] Sent: Wednesday, December 20, 2000 4:27 AM To: [EMAIL PROTECTED] Subject: Tomcat Configuration Hi, Everyone, I'm new for Tomcat, I'm having problem startup Tomcat 3.2 on Windows 98. The problem is

RE: Tomcat Configuration

2000-12-20 Thread Kitching Simon
e its configuration. This interface comes with tomcat, see the docs for more information - and don't expect it to be very fancy, it's just an experimental version at the moment. To check if it's working, open your browser and type: http://localhost:8080 If you get an html page back, then

Re: Tomcat Configuration

2000-12-27 Thread Filip Hanik
TECTED]> Sent: Wednesday, December 27, 2000 2:22 PM Subject: Tomcat Configuration > Has anyone figured out a way for me to give users the ability to run .jsp > files from user directories. I have apache and tomcat setup and working > ok, and I have it set up so that users can run cgi-scripts

Re: TOMCAT configuration

2001-01-02 Thread Koen Maes \(BE-day.com\)
attachment is not readable - Original Message - From: "Santanu Chakroborti" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, January 02, 2001 9:18 AM Subject: TOMCAT configuration > > > Hello ! > I have recently installed TOMCAT in my compu

Apache/Tomcat Configuration

2001-01-11 Thread mbatcheller
I have installed and configured Apache and Tomcat according to your documentation. I have tested some of the examples that were included in the installations. JSPs will load and work. Servlets will load and work. I want to store my servlets in a directory other than "/webapps//Web-inf/classes"

Re: Catalina configuration

2001-01-12 Thread Craig R. McClanahan
Federico Delpino wrote: > Hi people, >I just moved to Tomcat 4. > Servlets examples run well, on the contrary JSP examples and my JSP pages > all report the following error: > Which build of Tomcat 4 are you using? I would suggest trying this with beta-1. I know that there hav

RE: Catalina configuration

2001-01-13 Thread Federico Delpino
Craig McClanahan wrote > Which build of Tomcat 4 are you using? I would > suggest trying this with beta-1. I > know that there have been changes to the > handlePageException() method, but that was > quite a while ago. This kind of error might also > occur if you've got an old jsdk.jar > or se

Re: Catalina configuration

2001-01-13 Thread Craig R. McClanahan
Federico Delpino wrote: > Craig McClanahan wrote > > > Which build of Tomcat 4 are you using? I would > > suggest trying this with beta-1. I > > know that there have been changes to the > > handlePageException() method, but that was > > quite a while ago. This kind of error might also > > occu

RE: bad configuration

2001-01-17 Thread Stefan Langer
Hello You have to setup a context in the server.xml file. My suggestion look at the server.xml file located in the conf directory under your tomcatdirectory. There are two contexts setup. You might also want to check out the userguide for tomcat located in the doc directory uuguide or some

Custom configuration tags

2004-10-11 Thread Hubble, Christopher
Is there a way to define custom configurations in tomcat? I have a servlet that I want to save in a user definable directory. Right now I have a simple config file that I read in from the servlet and get the path from. Is there some way to define this in server.xml or web.xml instead? Chris ---

Re: JK2 configuration

2004-10-11 Thread Debra Bartling
At 04:03 PM 10/10/2004 -0700, Daxin Zuo wrote: MY system is UNIX (Sparc) tomcat 5.0.28, Apache2.0.43. when I start the apache, I get the error in the apache error_log file. [Sun Oct 10 15:12:24 2004] [error] jk2_init() Can't find child 6351 in scoreboard [Sun Oct 10 15:12:24 2004] [error] mod_jk

mod_jk configuration question

2004-10-01 Thread Anto Paul
Hi all, Is it possible to define two AJP13 connectors both listening at different ports and different addresses. These two addresses have different elements. Config Both connectors should connect to respective hosts context. When

RE: logging, configuration.

2004-10-04 Thread Shapira, Yoav
lt ;) Yoav Shapira Millennium Research Informatics >-Original Message- >From: Pawson, David [mailto:[EMAIL PROTECTED] >Sent: Monday, October 04, 2004 4:27 AM >To: Tomcat Users List >Subject: RE:logging, configuration. > > > >-Original Message- >

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