Re: encrypt passwords for JNDI Resources (Datasource specifically)

2002-08-02 Thread Markus Bengts
On Fri, 2 Aug 2002, Jacob Kjome wrote: > > Can someone comment on this? I'd really like to know if I can digest > the passwords that I use for my configuration in the Server.xml for > DBCP Datasources. Is it possible? If not, is it planned? > > Thursday, August 01, 2002, 1:00:16 PM, you wrote

Re: mod_webapp or perhaps apache question

2002-08-02 Thread Markus Bengts
On Fri, 2 Aug 2002 [EMAIL PROTECTED] wrote: > > What's the directory layout? Is "qvdintra" a directory? > The WebAppDeploy syntax is: > > WebAppDeploy qvdintra is an application name which is the same as the directory present under my "webapps" directory. The connection works fine. My proble

Re: mod_webapp or perhaps apache question

2002-08-02 Thread Markus Bengts
On Fri, 2 Aug 2002 [EMAIL PROTECTED] wrote: > If "webmail" isn't a directory under "qvdintra", then I don't see a > problem. webmail is not under qvdintra. It is possible to use it like this with "servlet/" or "_/" or some other extra string in the url-path to every servlet. I just don't want t

Re: mod_webapp or perhaps apache question

2002-08-03 Thread Markus Bengts
On Fri, 2 Aug 2002, Milt Epstein wrote: > On Sat, 3 Aug 2002, Markus Bengts wrote: > > > On Fri, 2 Aug 2002 [EMAIL PROTECTED] wrote: > > > > > If "webmail" isn't a directory under "qvdintra", then I don't see a > > > problem. &g

Re: newbie trying to run tomcat 4

2002-08-03 Thread Markus Bengts
On Sat, 3 Aug 2002, Alan Shiers wrote: > was able to set a context for a new webapp in server.xml and I'm able to > navigate with Netscape to the web app with > http://localhost:8080/mytest/index.html > > That part works just fine. I have a simple servlet sitting in my > WEB-INF directory and my

Re: newbie trying to run tomcat 4

2002-08-03 Thread Markus Bengts
t; "http://java.sun.com/j2ee/dtds/web-app_2_2.dtd";> > > > > > > > > sqlnames > > > > > > MySQLNamesTest > > > sqlnames /sqlnames

mod_webapp or perhaps apache question

2002-08-02 Thread Markus Bengts
Hello, In my apache conf I have these lines for a virtual host: # Alias /webmail /home/qvd/www/webmail # Tomcat configurations WebAppDeploy qvdintra defConn /_ I don't want to have "_/" in my servlet urls, but if I remove '_' my webmail stops working. I

The default servlet

2002-02-15 Thread Markus Bengts
Is it possible to configure Tomcat 4 so that it serves index.jsp as the default for a directory, but still does not serve any static content? I do not want it to send any files or directory listings. I only want it to serve jsp and servlets. And still I want it to serve index.jsp from the reques

RE: The default servlet

2002-02-16 Thread Markus Bengts
On Sat, 16 Feb 2002, Anton Brazhnyk wrote: > You can disable "default" servlet in $CATALINA_HOME/conf/web.xml > and modify welcome-file-list either there or in your app's web.xml > I didn't try that, but there is no mentions about default servlet's serving > of welcome-file-list, so I hope it wor

RE: The default servlet

2002-02-16 Thread Markus Bengts
On Sat, 16 Feb 2002, Anton Brazhnyk wrote: > I bet you know you can turn of the > directory listing and I think it's all you can do with configs. > But you still can write your own default servlet either global > or just for your application, right? Somebody must have done it already ;) Is it r

Re: Running tomcat port 80

2002-02-18 Thread Markus Bengts
On Mon, 18 Feb 2002, Andrew Rodwell wrote: > We are trying to get TOMCAT 4.0 to run on the default web port - and can do > it ok on windows. > > However when we try the same changes on SuSE Linux 7.3 it will not run. > > Somebody suggested that we start it under root - when we try this the > comm

RE: Running tomcat port 80

2002-02-18 Thread Markus Bengts
On Mon, 18 Feb 2002, Andrew Rodwell wrote: > We have tried various things. Making the previous user who ran tomcat a > member of the root group. That does not work. > > We have set permissions on the tomcat directory to be root. > > We then log on as root and have set the java home and catalina h