Issues | Suggestion any?

2003-10-23 Thread Arnab Chakravarty
Hi all, The application that we run is based on MVC architecture and is built on Jsp, Java and oracle. The (4) production servers are running Solaris OS with 4CPU, 4GB RAM and 7GB of swap space. In all we have 12 tomcats and 4 Apaches. Each machine is equipped with one apache and 3 tomcats.

RE: shared memory problem in Tomcat 4.1.24/Apache 2.0.47/mod_jk2 connection

2003-10-23 Thread Mario Juric
I still have the same problem. This time I attached the status HTML page. It may provide a clue to the source of the problem. I thank you for the help. Cheers Mario -Original Message- From: Klaus Wienert [mailto:[EMAIL PROTECTED] Sent: 22. oktober 2003 18:18 To: Tomcat Users List Cc:

RE: shared memory problem in Tomcat 4.1.24/Apache 2.0.47/mod_jk2 connection

2003-10-23 Thread Mario Juric
Sorry, It looks as if html attachements are not accepted by the list server. I try to attach it as a zip-file. -Original Message- From: Mario Juric [mailto:[EMAIL PROTECTED] Sent: 23. oktober 2003 08:59 To: 'Tomcat Users List' Subject: RE: shared memory problem in Tomcat 4.1.24/Apache

RE: [OT] Re: linux : Limit of file descriptor

2003-10-23 Thread Francois JEANMOUGIN
Francois, If you've solved this problem, please disregard this message. I've marked this issue as off topic because it relates to Linux and not Tomcat. Well, counting FDs is linux related, but why is there so much FDs opened could be tomcat related (even if, as a bofh, I would say it's

configuring WebdavServlet

2003-10-23 Thread Andreas F. Wehowsky
Hi there, does anyone know how to configure the WebdavServlet from Apache in web.xml, such that only a certain subdirectory and its subdirs of the web-app root are WebDAV-enabled? I'm using Tomcat 4.1.24. Thanks! Andreas Wehowsky /Corena Denmark

how to find servlet home-dir from java?

2003-10-23 Thread gabor
hi, i have to access some resource files from my servlet. the problem is that i don't know the path to the files. for example: i know that the files in in servlet-directory/resources/table.xml, but i don't know where is servlet-directory. for now i solved this with adding a parameter to

Re: [URGENT] Tomcat SSL crash on start-up

2003-10-23 Thread Bruno Morin
Thank you Bill. Everything is allright now. - Original Message - From: Bill Barker [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, October 23, 2003 4:32 AM Subject: Re: [URGENT] Tomcat SSL crash on start-up You are missing 'keystoreFile=/path/to/servercerts.ks' in the Factory

HTTPS and java client call

2003-10-23 Thread Bruno Morin
Hi, I configured Tomcat to work in HTTPs mode with a self-signed certificate. and I installed a Soap webService on it. Is it possible to develop a java client for a webService thru Https, without create and use a client keystore generated from the server certificate ? Before the call of the

Re: does tomcat work without apache? ... a real beginner asks some basic!?

2003-10-23 Thread [EMAIL PROTECTED]
hello, would it be a solution, if i declared another host in server.xml with appbase=myproject?? is this possible - or anything like this? if yes: how could i get there? greetings hans - To unsubscribe, e-mail: [EMAIL

Re: JDBC Connection question

2003-10-23 Thread Carlos Pereira
Which server do you use? Weblogic, Websphere, ... support connection pooling. (Caroline Jen) Oracle 9iAS Supports DataSources with pooling as well. (Wade Chandler) Thats not the issue. Whatever server i use, i'll have to deploy the application somewhere. My company does not have any servers,

Tomcat Deployer Client

2003-10-23 Thread Michal Belicek
Hi, after a big struggle I found that build.xml file for deployer is hidden in sources of tomcat. Now I'm looking for deployer.properties file which is supposed to be in the root of deployer package. It's not there! Anybody knows where this file is or can you send me the file? Greetings Michal

IIS and Tomcat

2003-10-23 Thread Matt Raible
I've integrated Apache with Tomcat on numerous occasions, but never on IIS. We have the following scenario: 1. We want to have a domain name - i.e. www.myresort.com - that is serviced by IIS. 2. We want to map any requests to www.myresort.com to Tomcat's /myresort application. Is this

JK DEBUG level logging in catalina.out

2003-10-23 Thread Mike Curwen
A while back I hijacked this conversation: http://marc.theaimsgroup.com/?t=10662176741r=1w=2 Here is the message of most interest: http://marc.theaimsgroup.com/?l=tomcat-userm=106623436423859w=2 A couple days ago we restarted Tomcat, and now... catalina.out is HUGE and full of DEBUG level

Help withjk2 balancer problem

2003-10-23 Thread chris humphrey
We have a fairly complicated setup for jk2 that I believe should work, but after looking at the jk_workerr_lb source code, I am fairly certain this will not. I am hoping someone has done something like this and has a solution. We have a set of clusters, each cluster will process the same

jserv Vs Tomcat

2003-10-23 Thread Mrs. Geeta Thanu
Hello all, I am new to this list. I was using jserv with apache to see the servlet pages. It is running on solaris 8 and the problem I am facing with Apache Jserv is , I have set the security.maxConnections=50 (default) but still I feel the TOP command shows so many threads and if it is above 100

Re: Tomcat mysteriously stops responding...

2003-10-23 Thread Jon Wingfield
When creating your mySQL connection do you have autoReconnect=true in your connection string? If you don't mySQL will close inactive connections after a time and the driver won't reconnect. That time to live seems to vary from installation to installation. Ours died after eight hours

Re: shared memory problem in Tomcat 4.1.24/Apache 2.0.47/mod_jk2 connection

2003-10-23 Thread Klaus Wienert
I could not find any mistake. It should work fine. The connection is not in errorState and the scoreBoard seems to work. Sorry, no idea Klaus - Original Message - From: Mario Juric [EMAIL PROTECTED] To: 'Tomcat Users List' [EMAIL PROTECTED] Sent: Thursday, October 23, 2003 9:04 AM

How to get Tomcat to log timestamp

2003-10-23 Thread Søren Neigaard
Ho do I get tomcat to log a timestamp in catalina.out, just like in Apache's access.log? Is it even possible to get Tomcat to log a timestamp before any System.out.println? Med venlig hilsen/Best regards Søren Neigaard System Architect Mobilethink A/S Arosgaarden

Re: Defining filters in sub-directories

2003-10-23 Thread Tim Funk
You can match a prefix, or a file extension but not both. So you can do this: filter-mapping filter-nameAdminSection/filter-name url-pattern/admin/*/url-pattern /filter-mapping The Servlet spec has some examples of how URL matching will work. -Tim Ryan Parr wrote: As so many have said

Re: can i track the user action using right mouse button on thewebpage

2003-10-23 Thread kgsat
hi friends, (BI have tried the javascript technic of capturing the users mouse right click (Bon which clip of the movie link he clicked. (BThough i could capture the click, it is not giving the dynamic value . (BWhat i mean by this is, i have say 10 clips of one movie displayed (Bdynamically

Re: how to find servlet home-dir from java?

2003-10-23 Thread Tim Funk
Use ServletContext.getResourceAsStream() -Tim gabor wrote: hi, i have to access some resource files from my servlet. the problem is that i don't know the path to the files. for example: i know that the files in in servlet-directory/resources/table.xml, but i don't know where is

Re: How to get Tomcat to log timestamp

2003-10-23 Thread Tim Funk
AFAIK, the ability is not there. But if you use swallowOutput, then System.out is sent to a Logger which can have timestamping. -Tim Søren Neigaard wrote: Ho do I get tomcat to log a timestamp in catalina.out, just like in Apache's access.log? Is it even possible to get Tomcat to log a

SESSIONS.ser

2003-10-23 Thread Matt Raible
I am running Tomcat 4.1.27 on OS X. I haven't had SESSIONS.ser show up in a while on my Windows and Linux boxes and (to my knowledge), I've set them up the same ways as I have on Windows. So my question is - how do I turn off this session persistence on OS X. Do I have to add custom stuff

Re: Tomcat mysteriously stops responding...

2003-10-23 Thread Noam Camiel
If you are using Red-Hat 9, you may have run into the problem I had. Check the thread Re: tomcat jitters, then hangs - please help Noam - Original Message - From: Sonny Sukumar [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, October 23, 2003 1:25 AM Subject: Tomcat mysteriously

TC 3.3.1: How to disable static access to *certain* directories?

2003-10-23 Thread Lemke, Michael IZ/HZA-IE5
I want to serve a few static pages with standalone tomcat 3.3.1 (no apache etc). I got that to work (StaticInterceptor listings=false /). However, it is still possible to access pages in other contexts if I know the path: http://host.dom:4711/otherapplication/someknownpath/file.html But if I

Tomcat under Java 1.1 ?

2003-10-23 Thread Ralf Bierig
Can I run Tomcat under Java SDK 1.1.8 ? If yes, which version is the best (= latest) version I can use? -- NEU FÜR ALLE - GMX MediaCenter - für Fotos, Musik, Dateien... Fotoalbum, File Sharing, MMS, Multimedia-Gruß, GMX FotoService Jetzt kostenlos anmelden unter http://www.gmx.net +++ GMX -

Logging of individual file access - How?

2003-10-23 Thread Ralf Bierig
I would like to log every file access (defined by its URL) in Tomcat? Is there a standard way of doing that? I would like to have a log file which has one entry for each file access with timestamp and IP-address... -- NEU FÜR ALLE - GMX MediaCenter - für Fotos, Musik, Dateien... Fotoalbum, File

Allow only one IP address to access

2003-10-23 Thread ambiesense
Hi, how can I restrict access to a certain URL (or URL pattern i.e. /my/admin/*) to only one given IP address. I want that only one IP address (defined by me) can access a certain part of my page. No user logging should appear for that. Also, how can the IP address be identified within the JSP

RE: Logging of individual file access - How?

2003-10-23 Thread Lemke, Michael IZ/HZA-IE5
I can speak only of Tomcat 3.3.1. There you put AccessLogInterceptor / in server.xml and you'll get Apache combined logs. Check the docs for the other parameters. One caveat: you don't get logs if the request doesn't result in output, e.g., certain POST request. It is fixed in the dev version

Re: Logging of individual file access - How?

2003-10-23 Thread Tim Funk
See AccessLogValve. There should be an example in server.xml -Tim Ralf Bierig wrote: I would like to log every file access (defined by its URL) in Tomcat? Is there a standard way of doing that? I would like to have a log file which has one entry for each file access with timestamp and

Re: Allow only one IP address to access

2003-10-23 Thread Tim Funk
http://jakarta.apache.org/tomcat/faq/security.html#restrict -Tim [EMAIL PROTECTED] wrote: Hi, how can I restrict access to a certain URL (or URL pattern i.e. /my/admin/*) to only one given IP address. I want that only one IP address (defined by me) can access a certain part of my page. No

RE: Logging of individual file access - How?

2003-10-23 Thread Ralph Einfeldt
That's pretty much the default behaviour. server.xml: Valve className=org.apache.catalina.valves.AccessLogValve directory=logs prefix=access. suffix=.log pattern=common/ -Original Message- From: Ralf Bierig [mailto:[EMAIL PROTECTED] Sent: Thursday,

RE: [OT] log4j to file or db -- which will be faster

2003-10-23 Thread Shapira, Yoav
Howdy, System.currentTimeMillis() is good enough for the time of performance assessment you're doing. Yoav Shapira Millennium ChemInformatics -Original Message- From: Prabhat Kumar (IT) [mailto:[EMAIL PROTECTED] Sent: Wednesday, October 22, 2003 4:19 PM To: Tomcat Users List Subject:

Re: Tomcat under Java 1.1 ?

2003-10-23 Thread Mark Lowe
Last time I ran tomcat on jdk1.1 was 3.2.1 .. So I guess 3.3 should work. Was in the old macos days. Cheers Mark On Thursday, October 23, 2003, at 01:08 PM, Ralf Bierig wrote: Can I run Tomcat under Java SDK 1.1.8 ? If yes, which version is the best (= latest) version I can use? -- NEU FÜR

Re: Mozilla, SSL certificates, and Tomcat 5

2003-10-23 Thread Jeff Jackson
What version of Mozilla are you running, and on what system? Turns out that Mozilla 1.2.1 on my Linux box is able to use SSL. It also does form-based authentication without any trouble. Jeff Adam Hardy wrote: Jeff, I get strange behaviour with Moz tomcat5 SSL but not what you're

RE: does tomcat work without apache? ... a real beginner asks some basic!?

2003-10-23 Thread Shapira, Yoav
Howdy, Your context is all default settings: you can take the whole Context declaration out of server.xml and let tomcat auto-deploy your war file. The problem with your HTML links, like the one for your stylesheet, is that they're absolute: /myFile.css is from the server root. There's nothing

Tomcat-4.1.27 Apache-1.3.28 JK2.0.2 JDK-1.4.2_1 Win2K

2003-10-23 Thread Yaser Al Masri
Hi, I'm desperately trying to get those combo together, googling the net, reading all kind of posts, and trying many configurations, but no use. Here's what I've done exactly: 1. Installed all of them, brought them to work as stand alone, and sat JAVA_HOME environment variable. 2. I got both

web.xml editor

2003-10-23 Thread Luiz Ricardo
Hi everyone, I would like to know if someone here uses some free application to edit web.xml files, likely this application was web-based. I also would like to know if Tomcat Team intends to do something like this. Thanks in advance, Luiz Ricardo

Re: Tomcat under Java 1.1 ?

2003-10-23 Thread Ralf Bierig
Thank you for the info. Is there is list or something from which I can get definite info? I generally miss this for many Open Source projects... Last time I ran tomcat on jdk1.1 was 3.2.1 .. So I guess 3.3 should work. Was in the old macos days. Cheers Mark On Thursday, October 23,

RE: How to get Tomcat to log timestamp

2003-10-23 Thread Shapira, Yoav
Howdy, You mean like SimpleDateFormat sdf = new SimpleDateFormat(-MM-DD); Date now = new Date(); String timestamp = sdf.format(now); System.out.println(timestamp + : my message); That will do the trick. But what are you doing writing to catalina.out? ;) Use a proper logging system, like

RE: Tomcat under Java 1.1 ?

2003-10-23 Thread Ralph Einfeldt
Have a look at http://jakarta.apache.org/tomcat/tomcat-3.3-doc/faq -Original Message- From: Ralf Bierig [mailto:[EMAIL PROTECTED] Sent: Thursday, October 23, 2003 2:30 PM To: Tomcat Users List Subject: Re: Tomcat under Java 1.1 ? Is there is list or something from which I can

portal and portlets

2003-10-23 Thread Dan McCullough
I'm about to start a project for my company that would take Tomcat/Struts and Cold Fusion to build a portal for the company's intranet. The portal apps that they have looked at where Jahia, Jetspeed and another open source portal. The thought is to get these portals and then build the custom

RE: Issues | Suggestion any?

2003-10-23 Thread Shapira, Yoav
Howdy, The (4) production servers are running Solaris OS with 4CPU, 4GB RAM and 7GB of swap space. In all we have 12 tomcats and 4 Apaches. Each machine is equipped with one apache and 3 tomcats. The Database machines is also running Solaris with 16CPU's, 20 GB RAM and 20GB swap space. We

RE: jserv Vs Tomcat

2003-10-23 Thread Shapira, Yoav
Howdy, You must use GNU tar to expand the tomcat tarball. Or you could just download the zip archive of tomcat. There are far too many variables that could cause the number of threads in the JVM to exceed security.maxConnections. As JServ is dead, I don't care to investigate this further, but

RE: Tomcat under Java 1.1 ?

2003-10-23 Thread Ralf Bierig
Thanks a lot! :-) Have a look at http://jakarta.apache.org/tomcat/tomcat-3.3-doc/faq -Original Message- From: Ralf Bierig [mailto:[EMAIL PROTECTED] Sent: Thursday, October 23, 2003 2:30 PM To: Tomcat Users List Subject: Re: Tomcat under Java 1.1 ? Is there is list

Re: Mozilla, SSL certificates, and Tomcat 5

2003-10-23 Thread Adam Hardy
I upgraded to the nightly build, which is past 1.5 now. I was debugging the HTTP logging for the bugzilla bug I raised. On 10/23/2003 02:26 PM Jeff Jackson wrote: What version of Mozilla are you running, and on what system? Turns out that Mozilla 1.2.1 on my Linux box is able to use SSL. It

Re: web.xml editor

2003-10-23 Thread Tim Funk
vi (I'm old school, and vi is not web based) -Tim Luiz Ricardo wrote: Hi everyone, I would like to know if someone here uses some free application to edit web.xml files, likely this application was web-based. I also would like to know if Tomcat Team intends to do something like this.

RE: portal and portlets

2003-10-23 Thread Shapira, Yoav
Howdy, I'm about to start a project for my company that would take Tomcat/Struts and Cold Fusion to build Interesting: we were just talking the other day how ColdFusion is dead (not my phrasing), but a couple of people said it had a lot more Java power now. I'm assisting someone in converting

RE: Tomcat under Java 1.1 ?

2003-10-23 Thread Shapira, Yoav
Howdy, Out of curiosity, what's your reason for not using a later JDK? Yoav Shapira Millennium ChemInformatics -Original Message- From: Ralf Bierig [mailto:[EMAIL PROTECTED] Sent: Thursday, October 23, 2003 8:09 AM To: [EMAIL PROTECTED] Subject: Tomcat under Java 1.1 ? Can I run

RE: web.xml editor

2003-10-23 Thread Shapira, Yoav
Howdy, Oh you beat me to it -- emacs ;) (From another old-schooler) Yoav Shapira Millennium ChemInformatics -Original Message- From: Tim Funk [mailto:[EMAIL PROTECTED] Sent: Thursday, October 23, 2003 8:46 AM To: Tomcat Users List Subject: Re: web.xml editor vi (I'm old school, and

RE: Tomcat mysteriously stops responding...

2003-10-23 Thread Robyne Vaughn
I've had a similar problem and can't figure it out. I suspect I have a servlet which isn't closing connections correctly or isn't shutting down properly and ties up resources. I havn't found it yet, but someone suggested poor programming practices from us newbies/unknowledgeables could be the

RE: IIS and Tomcat

2003-10-23 Thread Dionne, Patrice
Yes, you can. http://jakarta.apache.org/tomcat/tomcat-4.1-doc/jk2/jk/iishowto.html -Original Message- From: Matt Raible [mailto:[EMAIL PROTECTED] Sent: 22 octobre, 2003 14:50 To: [EMAIL PROTECTED] Subject: IIS and Tomcat I've integrated Apache with Tomcat on numerous occasions, but

Tomcat security

2003-10-23 Thread epyonne
Hello All, My web application is currently in System Testing Phase. I am planning for the production implementation and I like to get some expert opinion from you all. We will install Tomcat 4.1.24 on a server which is behind our corporate firewall. The port that Tomcat uses, e.g. port ,

Re: web.xml editor

2003-10-23 Thread epyonne
I use UltraEdit32, and it works fine for me. - Original Message - From: Luiz Ricardo [EMAIL PROTECTED] To: Tomcat-Users List [EMAIL PROTECTED] Sent: Thursday, October 23, 2003 07:29 AM Subject: web.xml editor Hi everyone, I would like to know if someone here uses some free

RE: TC 3.3.1: How to disable static access to *certain* directories?

2003-10-23 Thread Larry Isaacs
-Original Message- From: Lemke, Michael IZ/HZA-IE5 [mailto:[EMAIL PROTECTED] Sent: Thursday, October 23, 2003 8:04 AM To: '[EMAIL PROTECTED]' Subject: TC 3.3.1: How to disable static access to *certain* directories? I want to serve a few static pages with standalone tomcat

RE : Tomcat mysteriously stops responding...

2003-10-23 Thread Laurent Michenaud
Same problem, maybe poor programming practices -Message d'origine- De : Robyne Vaughn [mailto:[EMAIL PROTECTED] Envoyé : jeudi 23 octobre 2003 14:56 À : Tomcat Users List; [EMAIL PROTECTED] Objet : RE: Tomcat mysteriously stops responding... I've had a similar problem and can't figure

RE: web.xml editor

2003-10-23 Thread Ralph Einfeldt
echo Oh you beat me to it -- emacs ;) | sed -e s/emacs/cat, sed/g (Shiver...) -Original Message- From: Shapira, Yoav [mailto:[EMAIL PROTECTED] Sent: Thursday, October 23, 2003 2:49 PM To: Tomcat Users List Subject: RE: web.xml editor Oh you beat me to it -- emacs ;)

RE: Tomcat security

2003-10-23 Thread Shapira, Yoav
Howdy, We will install Tomcat 4.1.24 on a server which is behind our corporate Why not 4.1.27? Now, my question is that, what is the common practice to guard against people accessing the catalina_home directory? I plan to install Tomcat on the D drive instead of the C drive where the OS

Re: Defining filters in sub-directories

2003-10-23 Thread Ryan Parr
On Thu, 2003-10-23 at 04:42, Tim Funk wrote: You can match a prefix, or a file extension but not both. So you can do this: filter-mapping filter-nameAdminSection/filter-name url-pattern/admin/*/url-pattern /filter-mapping The Servlet spec has some examples of how URL matching will

RE: TC 3.3.1: How to disable static access to *certain* directori es?

2003-10-23 Thread Lemke, Michael IZ/HZA-IE5
-Original Message- From: Larry Isaacs [mailto:[EMAIL PROTECTED] Sent: Thursday, October 23, 2003 3:07 PM To: Tomcat Users List Subject: RE: TC 3.3.1: How to disable static access to *certain* directories? -Original Message- From: Lemke, Michael IZ/HZA-IE5

Apache cannot load jk2

2003-10-23 Thread Jean-Max Estay
Hello, I use the ${Apache2} in this mail for the path of my apache install. Using mod_jk2-1.3.27.dll to connect Apache2 (2.0.47 win 32) on Windows XP Pro and Tomcat 4.1.27 on the same host, The file mod_jk2-1.3.27.dll is in ${Apache2}/modules After creating the files stdout.log, stderr.log,

RE: Apache cannot load jk2

2003-10-23 Thread Julien Oix
hi, try to rename the mod_jk2-x.dll into mod_jk2.dll ... Julien OIX Service Informatique de Gestion - Université de Nantes Tel: 02 40 99 83 65 / abroad + (33) 240 99 83 65 Web: http://www.univ-nantes.fr mailto:[EMAIL PROTECTED] -Message d'origine- De : Jean-Max Estay

Embedded.java in Tomcat 5 - No Main

2003-10-23 Thread Mark W. Webb
I am converting my program over from using Tomcat 4 to Tomcat 5. I wanted to try out the Embedded.java in the Tomcat 5 source, but there is no main function. I think this is a bug, since catalina.sh tries to call this class when trying to run in embedded mode. Anyone familiar with the

RE: Apache cannot load jk2

2003-10-23 Thread Jean-Max Estay
Hi, I have done before asking, I test one more after your proposal by copiing the dll ... and have same result ! [EMAIL PROTECTED] mailto:[EMAIL PROTECTED] http://www.ima.uco.fr/personnes/estay Institut de Mathématiques Appliquées Université

Ant InstallTask Problem

2003-10-23 Thread Phuoc Diec
Hello all: I'm not sure that I have post this question. If I did, my apology. I just tried to compile and run the sample app from Tomcat's Documentation. I got error message as I ran ant install. Here is the error message: ant install Buildfile: build.xml prepare: compile: install:

RE: TC 3.3.1: How to disable static access to *certain* directories?

2003-10-23 Thread Larry Isaacs
The feature of arbitrarily not serving content in the webapp is one that is not in high demand and isn't currently supported, other than removing the StaticInterceptor, as you have done. I haven't tried the following, but you might try for each static page you want to serve: 1) Make a copy of

RE: HTTP 403 - isapi_redirector

2003-10-23 Thread Watkins, James
Glad you figured it out... I just rolled my security app out to production and it isnt working either. There is a difference between the iis on production and the one I was using for development. -sigh -Original Message- From: Dionne, Patrice [mailto:[EMAIL PROTECTED] Sent: Wednesday,

Re: does tomcat work without apache? ... a real beginner asks some basic!?

2003-10-23 Thread [EMAIL PROTECTED]
hello, i really let tomcat do the job... with the paths: isn't it so, that docBase=... means, that all my links would be added to this entry? and why does it work in netbeans (i tried to find any differences but i didn't!)? tell me, that i mustn't recode all my links! and: installing my

RE: does tomcat work without apache? ... a real beginner asks some basic!?

2003-10-23 Thread Shapira, Yoav
Howdy, with the paths: isn't it so, that docBase=... means, that all my links would be added to this entry? and why does it work in netbeans (i tried to find any differences but i didn't!)? No. Be careful to note the difference between a context's path and its docBase. You probably want a

RE: IIS and Tomcat

2003-10-23 Thread Bergan, Mark T - PGPL-5
If you need to have IIS serve static pages as well, you must also create an IIS virtual directory (somewhere in the ~tomcat/webapps/myresort folder) which is apparently mentioned nowhere. -Original Message- From: Dionne, Patrice [mailto:[EMAIL PROTECTED] Sent: Thursday, October 23,

RE: web.xml editor

2003-10-23 Thread Bergan, Mark T - PGPL-5
NetBeans IDE 3.5.1 (It's free got ever'thin) Jext editor @ www.jext.org (a good free java xml/html editor) -Original Message- From: Luiz Ricardo [mailto:[EMAIL PROTECTED] Sent: Thursday, October 23, 2003 5:30 AM To: Tomcat-Users List Subject: web.xml editor Hi everyone, I

Tomcat + IIS (Virtual Server vs Virtual Directory)

2003-10-23 Thread Watkins, James
i really need some help on this, i think it is an easy problem if you have done this before. I have successfully configured my Tomcat + IIS 5.1 dev environment. I have been using a virtual directory pointed at a folder in side the tomcat root to host my files. so i access the site via

Fake https connector

2003-10-23 Thread Norris Shelton
We use BigIP to perform SSL duties for our website. We are about to add a filter to force all page accesses to be sure. The plan is to have two ports (9000 for regular requests and 11000 for secure requests). It would work like this: Request comes in on port 80 to BigIP. It would send the

Experience: Tomcat @ PDA @ PersonalJava 1.2 implementation

2003-10-23 Thread Ralf Bierig
Does somebody has experience using Tomcat 3.3.x on a PDA with Personal Java 1.2 (i.e. Jode implementation) regarding compatiablity and performance? Any info will be appreciated, Ralf -- NEU FÜR ALLE - GMX MediaCenter - für Fotos, Musik, Dateien... Fotoalbum, File Sharing, MMS, Multimedia-Gruß,

RE: Tomcat under Java 1.1 ?

2003-10-23 Thread Ralf Bierig
I would like to test it on a PDA. A have a Sharp Zaurus with PJava 1.2... Howdy, Out of curiosity, what's your reason for not using a later JDK? Yoav Shapira Millennium ChemInformatics -Original Message- From: Ralf Bierig [mailto:[EMAIL PROTECTED] Sent: Thursday, October

howto disable CONNECT ... HTTP 1.1 requests?

2003-10-23 Thread Serge Sivkov
Hello, tomcat users. I am using tomcat 4.0.23 as http server for static html pages (w/o apache). How can i disable to react to HTTP CONNECT requests? WBR, ssp - To unsubscribe, e-mail:

apache+tomcat+mod-jk2

2003-10-23 Thread Asif Chowdhary
Hi, I am trying to setup apache with mod_jk2 and tomcat on Window. Apache 2.0.43 and tomcat 4.1.18 and mod-jk2 2.0.43 If I use LoadModule jk2_module modules/mod_jk-2.0.43.dll The module is loaded but does not recognize commands such as JkWorkersFile etc. The log file says that the

RE: encrypting a form's action URL with HTTPS link

2003-10-23 Thread Punjabi, Naveen K
Hello Adam, Well yes, in case of SSL (secure socket Layer) all your form content along with the page header will go in an encrypted format. If you want to know in detail how SSL works then here goes the entire explanation SSL is based on the Public Key crypto system with

RE: JK DEBUG level logging in catalina.out

2003-10-23 Thread Mike Curwen
Is there more info I can supply on this? I'm at a loss as to why this is happening. -Original Message- From: Mike Curwen [mailto:[EMAIL PROTECTED] Sent: Wednesday, October 22, 2003 3:45 PM To: [EMAIL PROTECTED] Subject: JK DEBUG level logging in catalina.out A while back I

RE: encrypting a form's action URL with HTTPS link

2003-10-23 Thread Punjabi, Naveen K
Forgot to mention one thing..Yeah the initial request goes unencrypted..:) but its just a hello message..no sensitive data in it -Original Message- From: Punjabi, Naveen K Sent: Thursday, October 23, 2003 8:33 AM To: Tomcat Users List Subject: RE: encrypting a form's action URL with

RE: encrypting a form's action URL with HTTPS link

2003-10-23 Thread Punjabi, Naveen K
Forgot to mention one thing :).. Yeah, the initial request goes unencrypted. But then its just a Hello message, There's no sensitive information in it. Naveen Punjabi USC, Computer Science, http://www-scf.usc.edu/~npunjabi -Original Message- From: Punjabi, Naveen K Sent: Thursday,

Re: apache+tomcat+mod-jk2

2003-10-23 Thread Daniel Gibby
JkWorkersFile is no longer a valid directive with mod_jk2. Read the documentation on how to configure mod_jk2. You don't do it the same way as mod_jk, and it is a pain since the documentation is poor. Daniel Asif Chowdhary wrote: Hi, I am trying to setup apache with mod_jk2 and tomcat on

RE: portal and portlets

2003-10-23 Thread Punjabi, Naveen K
Hello, I have known a project that used IBM portal and later customized it. You might want to look into that as well..Its cool, Naveen Punjabi Computer Science, USC http://www-scf.usc.edu/~npunjabi -Original Message- From: Shapira, Yoav [mailto:[EMAIL PROTECTED] Sent: Thursday,

Does Apache offers any Tomcat like version with GUI and features.

2003-10-23 Thread Paresh Varatkar
Hi, We are using Tomcat server version 3.2.4 with IIS for long time. Our IT staff want to upgrade to environment with GUI but Tomcat based and is ready to pay the fees if anything like that available. Does any one know Tomcat based web serverseasy to operate and migrate the application? Thanks

SQLException when using a datasource

2003-10-23 Thread Samuel Cheung
I am trying to setup a hibernate example with Tomcat 4.1.27. So I add a datasource to my server.xml. But when I access a connection, I got this exception: 20:56:49,072 WARN SessionFactoryImpl:171 - Could not obtain connection metadata java.sql.SQLException: Cannot load JDBC driver class 'null'

RE: Apache cannot load jk2

2003-10-23 Thread Dean, Michael D.
just a shot, Julien but, if your file config is EXACTLY as shown, your LoadModule directive is commented out... IfModule !mod_jk2.c # LoadModule jk2_module modules/mod_jk2-1.3.27.dll /IfModule Best Regards, Michael Dean Sun Certified Programmer for the Java 2 Platform Washington State

RE: building mod_jk from source - TO GREG -

2003-10-23 Thread Greg_Cope
Hiya tino, Sorry do not recognise the error. You need to dig deeper to see if you can spot the syntax error. Did you complie apache as the same user (and hence probably the same path). Although I cannot help much as I have not seen this problem I have had many problems compling BSD/GNU/Free

Re: howto disable CONNECT ... HTTP 1.1 requests?

2003-10-23 Thread Tim Funk
You could use a security-constraint and restrict access to CONNECT requests. -Tim Serge Sivkov wrote: Hello, tomcat users. I am using tomcat 4.0.23 as http server for static html pages (w/o apache). How can i disable to react to HTTP CONNECT requests?

seeking tomcat consultant in dallas fort worth

2003-10-23 Thread Watkins, James
I would be interested in finding a tomcat consultant in the Dallas/Fort Worth area, who has experience in configuring Tomcat with IIS. If you know anyone, please have them reply to [EMAIL PROTECTED] mailto:[EMAIL PROTECTED] . Thanks! James Watkins

RE: Apache cannot load jk2

2003-10-23 Thread Jean-Max Estay
Oops I have this problem when the comment sign is NOT present. I copy/paste these lines after commenting for continuing a well running Apache ! Apologize for this error in mail, not in configuring [EMAIL PROTECTED] mailto:[EMAIL PROTECTED]

RE: JK DEBUG level logging in catalina.out

2003-10-23 Thread Mike Curwen
[Solved] :oI'm about to chuck my SSH FTP client out the window. Using my client, when I double click on a file (in this case my log4j.properties) it downloads the file to a local temp directory, and then opens it in my editor (Textpad). If there's already a file of that name, it appends

RE: SQLException when using a datasource

2003-10-23 Thread Shapira, Yoav
Howdy, http://jakarta.apache.org/tomcat/faq/database.html Yoav Shapira Millennium ChemInformatics -Original Message- From: Samuel Cheung [mailto:[EMAIL PROTECTED] Sent: Thursday, October 23, 2003 11:55 AM To: 'Tomcat Users List' Subject: SQLException when using a datasource I am

RE: TC 3.3.1: How to disable static access to *certain* directori es?

2003-10-23 Thread Lemke, Michael IZ/HZA-IE5
Thanks. I might try that. One more question: How can I change the default page, i.e., the one that displays when I just enter a path, from index.html to something else? Thanks again, Michael -Original Message- From: Larry Isaacs [mailto:[EMAIL PROTECTED] Sent: Thursday, October

Re: web.xml editor

2003-10-23 Thread Robert Hall
Luiz, You should try oXygen XML editor from http://www.oxygenxml.com. It can run stand-alone or as an Eclipse plug-in. (Eclipse is an IDE that IBM open sourced; also worth a look).There is a 30 day trial version of oXygen and if you decide to purchase it's reasonable (~ $45 US). -Robert

Re: Does Apache offers any Tomcat like version with GUI and features.

2003-10-23 Thread Ben Souther
Have you looked at the admin and manager apps that ship with Tomcat 4.1x and up? On Thursday 23 October 2003 11:53 am, Paresh Varatkar wrote: Hi, We are using Tomcat server version 3.2.4 with IIS for long time. Our IT staff want to upgrade to environment with GUI but Tomcat based and is

RE: TC 3.3.1: How to disable static access to *certain* directori es?

2003-10-23 Thread Punjabi, Naveen K
Hello, If you have permission to edit the master configuration files then you can edit the files httpd.conf and srm.conf file and do the following: - Find this line. DirectoryIndex index.html and change it as follows: DirectoryIndex index.shtml index.html. Of course, you can use any

Problem to read from extern access

2003-10-23 Thread Thomas Feldkamp
Hi, I'm using jakarta-tomcat V 4.1.27 on linux. I want to use tomcat as web- and servletserver. All configurationfiles are default. My problem is as the following: In the local area network I can use my browser to reach the website. If I try to reach tomcat via internet, I can't reach the

RE: web.xml editor

2003-10-23 Thread Jeremy Whitlock
Luiz, Don't pay if you don't have to. Eclipse has many XML Editors but the best I've found is called BuddyXML. If you go to: http://eclipse-plugins.2y.net/eclipse/index.jsp you can find many Eclipse Plugins. Eclipse is awesome and can be your universal editor for many

RE: TC 3.3.1: How to disable static access to *certain* directories?

2003-10-23 Thread Larry Isaacs
Normally this is handled by the welcome-file-list element in the web.xml. However, its functionality is handled by the StaticInterceptor, so if that is removed, it doesn't work. No simple workaround comes to mind at the moment. Not so simple is to customize StaticInterceptor to do only what you

Re: jserv Vs Tomcat

2003-10-23 Thread Chong Yu Meng
Hmm... the problem could actually be with Apache itself. Can you check what your MaxClients setting in httpd.conf is? By default, I think it is 11. You can probably set it to 128 and see what happens. Regards, pascal chong Mrs. Geeta Thanu wrote: Hello all, I am new to this list. I was using

  1   2   >