Re: 3.3a, cant find file when refresh

2002-02-25 Thread Scott Tatum
I don't know why Keith, but I have been able to reproduce the same situation here. It appears you can't have a jsp:include .. tag on the first line of your jsp file without problems in Tomcat 3.3. It works ok in 3.2 on the first line. Dunno about 4. -Scott -- Scott Tatum || [EMAIL PROTECTED

Re: workers.properties Configuration??

2001-06-21 Thread Scott Tatum
You don't have to configure it if you are running Tomcat standalone, but you do have to configure it if you are running Tomcat with Apache. I am not familiar with other webservers that Tomcat can connect with. -Scott -- Scott Tatum || [EMAIL PROTECTED] Senior Applications Developer, Special

Re: jsp function declaration

2001-04-26 Thread Scott Tatum
PROTECTED] Home: (510) 610-8360Work: (510) 486-8662 NERSC Distributed Computing http://www-didc.lbl.gov -- Scott Tatum | [EMAIL PROTECTED] Senior Applications Developer, Special Projects WorldCom | http://www.wcom.com/

Re: FW: mod_jk and mod_jserv compiling problems

2001-04-26 Thread Scott Tatum
the option appears. I would search the archives for posix and see what turns up. Hope this helps. -Scott -- Scott Tatum | [EMAIL PROTECTED] Senior Applications Developer, Special Projects WorldCom | http://www.wcom.com/ Kevin Shortt wrote: well configured limits on this list do not allow me

Re: Setting Contexts to work like vhosts

2001-04-26 Thread Scott Tatum
An excellent solution Brandon! ;-) -Scott (inside joke) -- Scott Tatum | [EMAIL PROTECTED] Senior Applications Developer, Special Projects WorldCom | http://www.wcom.com/ Brandon Cruz wrote: Well, We have several developers all with their own server and applications. They check everything

Re: I am writing detailed documentation on virtual hosting...

2001-04-25 Thread Scott Tatum
I already thought of something that I left out of the outline, and that is a section full of EXAMPLES. Multiple examples for each way that Tomcat can be configured for virtual hosts. -Scott Scott Tatum wrote: It seems like half the questions posted these days to the mailing list have

I am writing detailed documentation on virtual hosting...

2001-04-25 Thread Scott Tatum
4.5 Configuring mod_jk.conf 4.6 Testing and Troubleshooting -Scott -- Scott Tatum | [EMAIL PROTECTED] Senior Applications Developer, Special Projects WorldCom | http://www.wcom.com/

Re: mod_jk and mod_jserv compiling problems

2001-04-25 Thread Scott Tatum
or mod_jserv.so because apxs reports No such file or directory when I enter the commands as given in the documentation. As I said -- I have spent DAYS on this and am completely frustrated. Any help is surely appreciated. - Sue Evans -- Scott Tatum | [EMAIL PROTECTED] Senior Applications Developer

Re: mod_jk and mod_jserv compiling problems

2001-04-25 Thread Scott Tatum
I'm not sure, but it looks like it's bombing when it's done compiling and is trying to link all the object files together. Perhaps it is trying to find the ld command and can't? Do a which ld from the command line to make sure you have it. On RH62, it should be /usr/bin/ld. -Scott -- Scott Tatum

Re: mod_jk and mod_jserv compiling problems

2001-04-25 Thread Scott Tatum
jk_jni_worker.o jk_connect.o jk_ajp13_worker.o jk_ajp13.o jk_ajp12_worker. o mod_jk.o apxs:Break: Command failed with rc=255 -- Scott Tatum | [EMAIL PROTECTED] Senior Applications Developer, Special Projects WorldCom | http://www.wcom.com/

Re: Tomcat vs. other app servers

2001-04-18 Thread Scott Tatum
of Tomcat 4. -Scott -- Scott Tatum | [EMAIL PROTECTED] Senior Applications Developer, Special Projects WorldCom | http://www.wcom.com/ Henrik Ross wrote: What are peoples opinions on Tomcat vs. other app servers? Performance, scalability, security, reliability? Can Tomcat function

Re: Tomcat vs. other app servers

2001-04-18 Thread Scott Tatum
Everything remained the same except swapping JRun with Tomcat. Sun Enterprise 250 (1 gig RAM) Solaris 2.7 Apache 1.3.14 Tomcat 3.2.1 (mod_jk) I liked the nice web interface for JRun setup/admin, but IMO Tomcat has it beat just about everwhere else. -Scott -- Scott Tatum | [EMAIL PROTECTED

Re: Fed up to the back teeth with tomcat !!!

2001-04-12 Thread Scott Tatum
. :) -Scott -- Scott Tatum | [EMAIL PROTECTED] Senior Applications Developer, Special Projects WorldCom | http://www.wcom.com/ Srinivas Kurella wrote: I have the same problem. I am running tomcat 3.2.1 on solaris without apache. There is not much of a db activity going on. To me it looks as if tomcat

Re: binary needed for mod_jserv.so on Solaris 2.7

2001-04-12 Thread Scott Tatum
I don't know if you want to try this, but I would recommend getting the latest gcc package from www.sunfreeware.com for your architecture. This is where I always get my Solaris packages and I've never had a problem. -Scott -- Scott Tatum | [EMAIL PROTECTED] Senior Applications Developer

Re: mysql jdbc driver

2001-04-09 Thread Scott Tatum
to Mysql in your webapps. You would use #3 if you knew you only needed it for one web app. Jar files placed in 3 are only visible to the particular web app, jar files placed in 2 are visible to all web apps, and jar files placed in one are visible everywhere. Hope this helps. -Scott -- Scott Tatum

Apache+Tomcat+vhosts insights, discussion (long)

2001-04-06 Thread Scott Tatum
initial version would be configuring for unix, though if I actually do it, I'll do some setups on Windows boxes and add documentation for that platform. -Scott (p.s. I hope my directives don't get screwed up by the less than's and greater than's!) -- Scott Tatum | [EMAIL PROTECTED] Senior Applications Developer, Special Projects WorldCom | http://www.wcom.com/

Re: Problems with caching?

2001-04-06 Thread Scott Tatum
ory. Any suggestions? Thanks in advance. Melissa -- Scott Tatum | [EMAIL PROTECTED] Senior Applications Developer, Special Projects WorldCom | http://www.wcom.com/

Re: Which workers am I using?

2001-04-06 Thread Scott Tatum
of the worker name. It's possible that your worker could have a name with ajp12 in it, even though its type is ajp13 and it might make deceiving log entries that way. -Scott -- Scott Tatum | [EMAIL PROTECTED] Senior Applications Developer, Special Projects WorldCom | http://www.wcom.com/ Peter Smith

Re: Problem with mod_jk build

2001-04-06 Thread Scott Tatum
in httpd.conf along with all the other module loads). Also I recommend copying mod_jk.conf-auto to mod_jk.conf, and including that file from httpd.conf. What kind of errors are you getting on Apache startup? -Scott -- Scott Tatum | [EMAIL PROTECTED] Senior Applications Developer, Special Projects WorldCom

Re: virtual hosting with tomcat and apache

2001-04-05 Thread Scott Tatum
) Good luck! -Scott -- Scott Tatum | [EMAIL PROTECTED] Senior Applications Developer, Special Projects WorldCom | http://www.wcom.com/ Brandon Cruz wrote: I sent a message a while ago, but don't think it went though. Basically, I am using Tomcat as a servlet/jsp engine for a site that uses

Re: Strange custom class behaviour with subdirs in 3.2.1

2001-03-07 Thread Scott Tatum
ory causes the generated JSP to have a helpdesk package. I don't know if this is in the spec, but I would imagine so. Anyways, you get your problem because the files in the root are in the default (blank) package, just like your class. Randy -Original Message----- From: Scott Tat

Startup AND shutdown of separate JVM's

2001-03-01 Thread Scott Tatum
admin setup though.) -- Scott Tatum | [EMAIL PROTECTED] Senior Applications Developer, Special Projects WorldCom | http://www.wcom.com/ - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email: [EMAIL PROTECTED]