Default servlet - listings = 0 doesn't work?

2002-03-26 Thread scott . merritt
In my web.xml file I've been trying to turn off directory listings by setting the listing parameter to 0 or false, but it it doesn't do anything. I can always see the contents of the directory in my web app. My web app does have it's own web.xml file but it doesn't specify anything unusual,

Deploy app to more than one path without creating multiple instances. (How?)

2002-03-11 Thread scott . merritt
I have an app that I'd like to deploy as more than one path: http://host.com/path1 http://host.com/path2 http://host.com/path3 etc. But I want them all pointing to the same web app. When I use web app deploy: WebAppConnection conn warp localhost:port WebAppDeploy path/appdirectory conn /path1

RE: Deploy app to more than one path without creating multiple instan ces. (How?)

2002-03-11 Thread scott . merritt
Yeah, but I'm trying to keep the directory name in the URL so I can use Netegrity to restrict access to them with some users have different access to some URLs... redirecting changes the url :( -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Monday, March 11

modwebapp gives Netscape HTML code, can't see page!

2002-02-19 Thread scott . merritt
Has anybody else experienced hitting the server through modwebapp and only seeing the HTML code for Netscape 4.78? Not sure what's going on, works fine in IE but in Netscape pages are not getting rendered, the raw HTML just gets dumped out. Any ideas? This is not cool... -- To unsubscribe:

RE: modwebapp gives Netscape HTML code, can't see page!

2002-02-19 Thread scott . merritt
Thanks you guys, luckily it was something simple like that and the default context type in Apache was set to text/plain. -Original Message- From: Donie Kelly [mailto:[EMAIL PROTECTED]] Sent: Tuesday, February 19 2002 12:29 PM To: 'Tomcat Users List' Subject: RE: modwebapp gives Netscape

expr: syntax error?

2001-12-27 Thread Scott Merritt
Just purchased some virtual server space on FreeBSD and am trying to install Tomcat 4.0.1. When I start it I see it creates 9 or so threads which is positive but checking catalina.log all I get is expr: syntax error and I can't connect to 8080. Anybody seen this? I also installed JDK

RE: jkconf? Does it work in 4.0.1? Where's workers.properties?

2001-12-18 Thread Scott Merritt
a version Tomcat 3.3 to help generate them. Cheers, Larry -Original Message- From: Scott Merritt [mailto:[EMAIL PROTECTED]] Sent: Monday, December 17, 2001 6:50 PM To: 'Tomcat Users List' Subject: jkconf? Does it work in 4.0.1? Where's workers.properties? Hmm... My next question

There's 6 mod_jk's? Which one?

2001-12-17 Thread Scott Merritt
Ok... I see in the compiled dir for Linux, 6 mod_jk's... How do I determine if my Apache web server is compiled with eapi or not? Also how do I know if I get the one for ap13 or ap20? I'm using Tomcat 4... mod_jk-3.3-ap13-eapi.so23-Oct-2001 12:52 93K

jkconf? Does it work in 4.0.1? Where's workers.properties?

2001-12-17 Thread Scott Merritt
Hmm... My next question is, how come I can't find a workers.properties file? I'm using Tomcat 4.0.1 and trying to get it to autgen the config files... None of these generate anything: ./startup.sh jkconf ./catalina.sh jkconf Okay... So I figured I'd do it manually, but I don't see any

How do I redirect to mod_webapp URL?

2001-12-04 Thread Scott Merritt
I set up my app with mod_webapp and things are finally stable and working... The one thing I dislike is I'm using a meta refresh on HTML in the doc root that sends them to: http://mydomain.com/myapp/servlet/myapp Is there a way so when they just hit http://mydomain.com it automatically goes

RE: How do I redirect to mod_webapp URL?

2001-12-04 Thread Scott Merritt
/Windows Systems Administrator, WAN, LAN, Desktop, Voice, Printers, Security Focal Point, Local CIO Service Delivery Manager Contact VOICE: 720-494-2330 ¿ FAX: 720-494-2331 -Original Message- From: Scott Merritt [mailto:[EMAIL PROTECTED]] Sent: Tuesday, December 04, 2001 12:47 PM

Error Building mod_webapp on Linux

2001-12-03 Thread Scott Merritt
It was suggested that I compile mod_webapp myself, but it dies after it runs for quite a while... What should I do about this? (Error below.) I did a ./configure with-apxs=/usr/local/apache/bin/apxs and then plain old make. It builds for a few minutes and then bombs. I've compiled Apache HTTP

Turbine+mod_webapp problems with file upload (multipart data)

2001-12-03 Thread Scott Merritt
This weekend I installed mod_webapp and pointed it to Tomcat 4.0.1 and things appeared to be working fine until I tried to upload a file through it. If I point the browser directly to my servlet files get uploaded fine from the form but if I try going through Apache via mod_webapp I get the

Problems with MOD_WEBAPP - Server becomes unresponsive

2001-11-28 Thread Scott Merritt
I'm trying to get mod_webapp working with Tomcat 4.0 but have not been having any luck after spending days on the darn thing. When I set it up and I hit any virtual host, it just sits there until the browser times out. Isn't this thing supposed to work? I'm not seeing any errors logged...

RE: mod_jk is garbled? Garbled? I got the binary...

2001-05-24 Thread Scott Merritt
Well, it works half way... When I hit localhost/examples I get a directory listing, and if I click on the JSP folder I can view the index.html in there, but it can't seem to find the JSP files. Not sure about that... I did a custom install where I picked which packages I wanted, but it's

RE: mod_jk is garbled? Garbled? I got the binary...

2001-05-24 Thread Scott Merritt
Actually I just found out that http://localhost/examples IS working, /examples isn't working on any virtual hosts... Damn. Almost there. I guess I have to RTFM. -Original Message- From: Renato Salazar [mailto:[EMAIL PROTECTED]] Sent: Thursday, May 24, 2001 8:35 AM To: [EMAIL

Virtual Hosting Help! JSP file not found

2001-05-24 Thread Scott Merritt
I have www.mydomain.com and mydomain.com that I'd like people to be able to hit from their browser, unfortunately only http://mydomain.com is working. So I figured I'd try just adding another host entry to the server.xml file with the context path=www.mydomain.com. WRONG. That didn't work. Any

RE: Virtual Hosting Help! JSP file not found

2001-05-24 Thread Scott Merritt
www.yourdomain.com and serveralias yourdomain.com and ApJServMount /pathtoyourohome localhost:8007/... I guess...I need more expecifications about your installation, platform, webserver, etc etc... - Original Message - From: Scott Merritt [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday

mod_jserv.so or mod_jserv_tomcat.so?

2001-05-23 Thread Scott Merritt
Just trying to figure out which I should be using for Tomcat 3.2.1 since the documentation explains building mod_jserv but if I look at the already compiled dir (http://jakarta.apache.org/tomcat/tomcat-3.2-doc/uguide/tomcat_ug.html) I only see mod_jk.so and mod_jserv_tomcat.so. If I use these,

mod_jk is garbled? Garbled? I got the binary...

2001-05-23 Thread Scott Merritt
Upgraded Apache to 1.3.20, got Tomcat 3.2.1. Downloaded binary of mod_jk, but when it tries to load it I get: Starting httpd: Syntax error on line 8 of /usr/local/tomcat/conf/mod_jk_set.conf: API module structure `jk_module' in file /usr/local/apache/libexec/mod_jk.so is garbled - perhaps this