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 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 PROTECT

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, Sp

Re: jsp function declaration

2001-04-26 Thread Scott Tatum
indicate this is perfectly > acceptable programming. > > Any ideas, why adding methods doesn't work with my page? > > Thanks very much, Jason > > -- > Jason Novotny [EMAIL 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: 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 &

Re: FW: mod_jk and mod_jserv compiling problems

2001-04-26 Thread Scott Tatum
apxs 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

Re: mod_jk and mod_jserv compiling problems

2001-04-25 Thread Scott Tatum
> Sent: Wednesday, April 25, 2001 3:31 PM > > > /usr/local/apache/bin/apxs -o > mod_jk.so -I../jk -I/usr/java/jdk1.3.0_02/inc > > lude -I/usr/java/jdk1.3.0_02/include/linux -c *.c ../jk/*.c > > > > What I get is this: > > > > -o mod_jk.so jk_worker.o jk_util.o jk_ur

Re: mod_jk and mod_jserv compiling problems

2001-04-25 Thread Scott Tatum
uf > f.o jk_map.o jk_lb_worker.o 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 > > Any ideas? Again, thanks very much to all who responded! It is a big help. > I appreciate your time. > - Sue &g

Re: mod_jk and mod_jserv compiling problems

2001-04-25 Thread Scott Tatum
an > Apche module DSO? Apache could not be started. (I tried re-downloading it > but to no avail!) > > So... any ideas? To recap: > 1. The downloaded binary mod_jk.so and mod_jserv.so don't seem to work. > 2. I can't create new mod_jk.so or mod_jserv.so because apxs re

I am writing detailed documentation on virtual hosting...

2001-04-25 Thread Scott Tatum
workermap.properties 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: 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 >

Re: Tomcat vs. other app servers

2001-04-18 Thread Scott Tatum
scount other servlet containers. I hear resin is fast and stable, and it does have a pretty attractive licensing setup) -- Scott Tatum | [EMAIL PROTECTED] Senior Applications Developer, Special Projects WorldCom | http://www.wcom.com/ Jeff Turner wrote: > We have found JRun 3.0 to be a fine

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: Tomcat vs. other app servers

2001-04-18 Thread Scott Tatum
a production release 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? >

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

2001-04-12 Thread Scott Tatum
up if you want to see more details. -Scott Jeff Kilbride wrote: > Hi Scott, > > Just wondering what you meant by "utilization problems". > > Thanks, > --jeff > > - Original Message - > From: "Scott Tatum" <[EMAIL PROTECTED]> > To:

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

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

Restarting Tomcat w/o restarting Apache (with ajp13) works halfway

2001-04-09 Thread Scott Tatum
shutdown of the Tomcat side is performed, and send the Apache side back into waiting for a connection again. I could just stick with ajp12, but I lose the increased speed and stability. Plus, if I need to do SSL (which I need to do soon), I am in big trouble. I'm wondering if anyone else feels the sam

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 Ta

Re: Problem with mod_jk build

2001-04-06 Thread Scott Tatum
em 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 Wor

Re: Which workers am I using?

2001-04-06 Thread Scott Tatum
as part 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.co

Re: Problems with caching?

2001-04-06 Thread Scott Tatum
gt; > I have deleted all of the pages from the work directory. > > Any suggestions? Thanks in advance. > > Melissa -- Scott Tatum | [EMAIL PROTECTED] Senior Applications Developer, Special Projects WorldCom | http://www.wcom.com/

Apache+Tomcat+vhosts insights, discussion (long)

2001-04-06 Thread Scott Tatum
site. I almost need to to it just for myself, to make it easier the next time I have to configure a server. :) The 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 direc

Re: virtual hosting with tomcat and apache

2001-04-05 Thread Scott Tatum
aught up on my 1500 message backlog, ugh) 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

Re: Strange custom class behaviour with subdirs in 3.2.1

2001-03-07 Thread Scott Tatum
> have in there all have something to do with my setup. I have this > feeling that several of them are jserv (i.e. not mod_jk) related and > could be removed in most situations. Now watch someone point me to just > such a file that probably comes with Tomcat. 8-) > > -Scott >

Strange custom class behaviour with subdirs in 3.2.1

2001-03-07 Thread Scott Tatum
ions. Now watch someone point me to just such a file that probably comes with Tomcat. 8-) -Scott -- Scott Tatum | [EMAIL PROTECTED] Senior Applications Developer, Special Projects WorldCom | http://www.wcom.com/ - To un

Startup AND shutdown of separate JVM's

2001-03-01 Thread Scott Tatum
is noticeably faster. JRun 3 has a nice web-based 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]