Re: Servlet supplying authentication for user

2001-06-08 Thread Tim O'Neil
Java script and cookies. Ok, you may want to encrypt the cookies, but that will do what you want. At 03:31 PM 6/8/2001 -0400, you wrote: Does anyone know of a way I can either get the browser to re-supply the UID/PASSWD data automatically in response to the mail servers 401 request, or a way I

Re: Tomcat IP change (sorry about wrong Subject)

2001-06-07 Thread Tim O'Neil
At 04:24 PM 6/7/2001 -0400, you wrote: OK well nevermind my last post. I have given up with IIS. I have no use for it. Welcome to the club man...

RE: Tomcat IP change

2001-06-07 Thread Tim O'Neil
At 05:02 PM 6/7/2001 -0400, you wrote: Tim, Please say it can be done you just don't know how. ???... Forget that. IIS is just too painful to use. Seems like the people that really need it are people that need to use activex stuff. Well, ok, I'm not going to say Forget about activex. That's a

Re: ssl handshake failure

2001-06-05 Thread Tim O'Neil
When it happened to me the cause (non-specifically, I didn't spend a lot of time investigating it) was because I was trying to use a regular (or not self-signed) cert. I solved the problem by switching to Apache + Tomcat as a platform. I personally found the combo much easier ssl enable than

Re: green and native threads

2001-05-30 Thread Tim O'Neil
At 09:44 AM 5/30/2001 +0100, you wrote: Hi I have been searching for a long time for a green threads version of java, and so far have only found one for v1.2.2 - from the java.sun site. Does anyone know of a green-threads installation for java v1.3.x? You want green threads? Isn't that what

Re: Ajp12 vs Ajp13

2001-05-30 Thread Tim O'Neil
At 04:37 PM 5/30/2001 +0100, you wrote: I'm confused. When editing the server.xml file to use Ajp13 support should I delete the AJP12 support or leave it in? You have to leave ajp12 in because tomcat uses it in its wind down procedure, at least in 3.x versions. You can run everything else on 13

Re: Ajp12 vs Ajp13

2001-05-30 Thread Tim O'Neil
At 02:19 PM 5/30/2001 -0400, Jim Jagielski wrote: I'm considering a patch to allow ajp13 to handle the wind-down as well. Security-wise, it's much better for ajp13 to be able to do it, but StopTomcat.java has ajp12 hardwired So Jim- in 4.0 and beyond setting p13 to that task wasn't in the

autostarting apache/tomcat

2001-05-29 Thread Tim O'Neil
Does anyone know if I can write a shell script (to put in rc.d of course) that will add the password to an ssl-enabled apache/tomcat setup?

Re: autostarting apache/tomcat

2001-05-29 Thread Tim O'Neil
At 07:24 PM 5/29/2001 -0400, you wrote: Your key file is encrypted. Use openssl to create an unencryted key: openssl rsa -in server.key -out run.key Change your httpd.conf to use run.key as your SSLCertificateKeyFile. Thanks Jeff. Sounds like the result of this is to take away the need for

RE: Tomcat and SSL

2001-05-25 Thread Tim O'Neil
At 03:56 PM 5/25/2001 +0530, you wrote: For Tomcat, The cert. should be kept in keystote with alias 'tomcat'. ls the keystore where ur cert present and the one u specified in server.xml the same? ls the password in server.xml and for the keystore the same? whats the error u r getting?

Re: Becoming a CA Authority

2001-05-25 Thread Tim O'Neil
At 04:45 PM 5/25/2001 +0200, you wrote: Can someone tell me all the steps to become a CA Authority, create a new certificate and configure tomcat to use this certificate Self sign your cert, and your a ca. Of course, your clients will all get dialogs on their browsers asking them if they want

Re: Is there A Guide to Setting Up Apache Tomcat on Linux Anywhere on the Web?

2001-05-24 Thread Tim O'Neil
As with most other search engines, simply putting the keywords Apache Tomcat Linux yield link upon link of references in news group archives. You really need to craft specific queries to the engine you're using. Or use a meta search engine. This is a good site though:

Re: Redhat 7.1 ApacheTomcat How-to (long)

2001-05-22 Thread Tim O'Neil
Sounds to me like all you need to do is make sure the examples dir has world-readable permissions. At 10:44 AM 5/22/2001 -0500, you wrote: Now I have the following message when I try to access to http://localhost/examples Forbidden You don't have permission to access /examples on this server.

Re: RewritingURL with Tomcat3.2.1

2001-05-21 Thread Tim O'Neil
Anyone have any problems with Apache's mod re-write and tomcat and ssl? Our web server seems to be completely ignoring the mod re-write rules when in ssl mode...

Re: 3.2.1 Dies

2001-05-21 Thread Tim O'Neil
At 10:54 AM 5/21/2001 -0700, you wrote: What does running with nohup do for you? I usually start Tomcat using tomcat.sh start and then just log out... Me too. Nohup (no hangup) runs the command in an ingnore hangup signal mode- not the same as a process fork. I think the cmd runs as an orphaned

Re: RewritingURL with Tomcat3.2.1

2001-05-21 Thread Tim O'Neil
At 10:30 AM 5/21/2001 -0700, you wrote: Anyone have any problems with Apache's mod re-write and tomcat and ssl? Our web server seems to be completely ignoring the mod re-write rules when in ssl mode... Ah... you have to put the url rewrite in the virtual server definition for ssl... nice.

Re: problems installing

2001-05-18 Thread Tim O'Neil
At 12:08 PM 5/18/2001 -0700, you wrote: When I run startup.sh, I get the following error: Using classpath: /home/vvenkata/foo/jakarta-tomcat-3.2.1=/lib/* ./bin/tomcat.sh: /opt/jdk-1.2.2=/bin/java: not found Any suggestions on how to beat this? How is the = getting in your classpath

Re: problems installing

2001-05-18 Thread Tim O'Neil
At 12:41 PM 5/18/2001 -0700, I wrote: How is the = getting in your classpath definition? It's got no business being there... The wildcard after the lib directory isn't doing you any favors either for that matter.

RE: javax.xml.parsers.* not found

2001-05-18 Thread Tim O'Neil
At 03:04 PM 5/18/2001 -0400, you wrote: Thanks Don Nguyen and Brendan Mckenna. My problem is not the classpath. It is the compiler. When I use javac -XMLTest.java, it didn't work. But c:\jdk1.3\bin\javac XMLTest.java works. Its not the compiler then, but the one your using. It would be

Re: mod_jserv.so

2001-05-18 Thread Tim O'Neil
At 04:51 PM 5/18/2001 -0500, you wrote: please... Use mod_jk. Works fine. I have a apache 1.3.19/Tomcat 3.2.2/SSL setup running on Linux 7.0. Works like a champ.

RE: mod_jserv.so

2001-05-18 Thread Tim O'Neil
not work. (And I am VC6.0 handicape...Help.) Steve Mu. -Original Message- From: Tim O'Neil [mailto:[EMAIL PROTECTED]] Sent: Friday, May 18, 2001 3:05 PM To: [EMAIL PROTECTED] Subject: Re: mod_jserv.so At 04:51 PM 5/18/2001 -0500, you wrote: please... Use mod_jk. Works fine. I have a apache

Re: Changing Tomcat's User ID

2001-05-18 Thread Tim O'Neil
At 03:05 PM 5/18/2001 -0700, you wrote: I'm running tomcat 3.2.1 on Solaris. It is started in an rc2.d/ script by root, and therefore runs as root. We'd like to be able to have it run as nobody like apache does. Is there a way to do this? I read through the documentation on it, and it mentioned

RE: Changing Tomcat's User ID

2001-05-18 Thread Tim O'Neil
At 07:16 PM 5/18/2001 -0400, you wrote: I am running tomcat as non-root user. Why can't you do it? You sure its not a non-root user with root privs? Or the port is 1024?

RE: Changing Tomcat's User ID

2001-05-18 Thread Tim O'Neil
At 07:23 PM 5/18/2001 -0400, you wrote: Will there be problems if port 1024? Of course, the port will be 1024 if running as non-root. So, in other words, the point of your rebuttal was null.

RE: Changing Tomcat's User ID

2001-05-18 Thread Tim O'Neil
At 07:33 PM 5/18/2001 -0400, you wrote: Your message tells the origial poster that he can't run tomcat as non-root using start up scripts. This doesn't seem to be true. All he need is to switch to non-root before starting 'java Tomcat'. Then you didn't read it very carefully...

Re: inserted line feeds in concatenated strings

2001-05-17 Thread Tim O'Neil
At 07:30 PM 5/17/2001 +0200, you wrote: I'm seeing different browser behaviour between unix netscape vs. Windows (NT) Netscape or MSIE. I'm generating a page with text between PRE.../PRE. The text is generated via out.println(text + , + number); and I get a line break after 'text' while under

RE: Please unsubscribe

2001-05-16 Thread Tim O'Neil
At 08:33 AM 5/16/2001 -0400, you wrote: Here's a novel idea, why don't you try following the directions that you got as part of the signup message? They are: unsub blah blah snipped Randy Many list servers (including two that I run) append unsubbing instructions to any

Re: Tomcat standalone with SSL

2001-05-16 Thread Tim O'Neil
At 03:00 PM 5/16/2001 +0200, you wrote: Hi, I set up the Tomcat standalone with SSL support according to the user-guild with many people's help on this list, only difference is I didn't do: keytool -genkey -alias tomcat -keyalg RSA Now I can see a new message: PoolTcpConnector: Starting

Re: Tomcat and SSL

2001-05-15 Thread Tim O'Neil
I sent a very detailed response to the list regarding your problem DIRECTLY. I guess you didn't see it. At 01:36 PM 5/15/2001 +0200, you wrote: Is it a stupid question? why no one answer me, my deadline is tomorrow : - Original Message - From: Kevin Pang [EMAIL PROTECTED] To: [EMAIL

Re[2]: Tomcat and SSL

2001-05-15 Thread Tim O'Neil
Wolfgang; Just found out; you can convert a Thawte cert with IE 5. Import the text formatted cert and export it in DER format. Seems to work ok. At 04:45 PM 5/15/2001 +0200, you wrote: Hi, we had the same problem, so wie wrote an Java program to handle this !

nutty steps for setting up tomcat standalone ssl

2001-05-15 Thread Tim O'Neil
1) Delete your old keyring (/root/.keystore) file completely unless you can't for whatever reason. Now build a new keyring file; 2) keytool -genkey -alias tomcat -keyalg RSA Note your keyring password, you'll need it later. This step seems important for reasons I outline later. 3) openssl

Determining NT login name

2001-05-15 Thread Tim O'Neil
I'm posting for Daniel A. Theobald [EMAIL PROTECTED] who seems to be having trouble posting to the list; We are developing an intranet application to be deployed on a windows network. One of the requirements is that the user should not be required to login to the website, that their windows

Re: Tomcat and SSL

2001-05-14 Thread Tim O'Neil
Kevin; Get this; I got it to work by changing the steps around; 1) Delete your old keyring (/root/.keystore) file completely unless you can't for whatever reason. Now build a new keyring file; 2) keytool -delete -alias tomcat -keyalg RSA Note your keyring password, you'll need it later.

Re: Tomcat and SSL - FOLLOW UP

2001-05-14 Thread Tim O'Neil
I should note also that I did this with 3.2.2 beta 5 and protocol 12. -Tim At 04:27 PM 5/14/2001 -0700, you wrote: Kevin; Get this; I got it to work by changing the steps around; 1) Delete your old keyring (/root/.keystore) file completely unless you can't for whatever reason. Now build

Fwd: Re: Tomcat and SSL

2001-05-14 Thread Tim O'Neil
And the 2nd step isn't a delete, just ignore it all together. 2) keytool -delete -alias tomcat -keyalg RSA

RE: Tomcat + SSL Certificates

2001-05-11 Thread Tim O'Neil
At 10:16 AM 5/11/2001 -0400, you wrote: My initial suspicion was that Tomcat 3.0 which I'm using as part of J2EE didn't support the use of SGC certificates, which I still suspect. Tim; can you confirm the Tomcat version with which you are successfully connecting at 128-bits? 3.2.1.

Re: java database

2001-05-10 Thread Tim O'Neil
At 05:09 AM 5/11/2001 +0800, Noel E. Lecaros wrote: InstantDB. For more info, look at www.enhydra.org. InstDB is pretty cool, I played around with it before the developer joined up with enhydra. If I remember correctly its one (large, but not too large) jar, you just drop it in your classpath

RE: Âü°íÇϼ¼¿ä

2001-05-10 Thread Tim O'Neil
At 02:39 PM 5/10/2001 -0700, you wrote: Subject: Âü°íÇϼ¼¿ä I'm going to guess this person is using a Korean. char set. (A second later I took a look at www.nownuri.net and damn if I wasn't right). True story.

RE: grant - codeBase Problem?? - the Answer

2001-05-09 Thread Tim O'Neil
This is why its a bad idea to rely on a mail list to complete a code deadline. Absolutely foolish. At 12:51 PM 5/9/2001 -0700, you wrote: hey, you're welcome! Just in case sombody is interested in the answer, i found it. And thanks for never replying to my messages (3 of them)

Re: tomcat installation on windows 2000

2001-05-09 Thread Tim O'Neil
At 01:02 PM 5/9/2001 -0700, saraf aparna wrote: __ Do You Yahoo!? Yahoo! Auctions - buy the things you want at great prices http://auctions.yahoo.com/ I can answer that.

heh

2001-05-09 Thread Tim O'Neil
Microsoft Outlook = Virus Creation Lab

Re: Antigen found =*.vbs file

2001-05-09 Thread Tim O'Neil
At 05:07 PM 5/9/2001 -0500, you wrote: With all these virus found messages, I wonder if the cure is worse than the disease! No kidding. All the email sentries are email each other with attachment alerts. It would be cool if they instead could talk to each other like I just found a virus, did you

Re: Antigen found =*.vbs file

2001-05-09 Thread Tim O'Neil
At 05:07 PM 5/9/2001 -0500, you wrote: With all these virus found messages, I wonder if the cure is worse than the disease! ITN News Direct 97.3 in London just reported about this virus. Apparently as well as the usual Outlook virus action of sending copies of itself to everyone in your virus

Re: Where is mod_jserv?

2001-05-08 Thread Tim O'Neil
At 11:38 AM 5/8/2001 -0700, majid L wrote: Hi, I am looking for ApacheModuleJServe.dll but I can't find it, and there is nothing in http://jakarta.apache.org/builds/tomcat/release/v3.1/bin/win32/i386/ The JServ dll is here:

Re: Sorry if this is the wrong list but...thought someone might know

2001-05-08 Thread Tim O'Neil
At 01:13 PM 5/8/2001 -0700, you wrote: I need really simple database access using JSPs in Tomcat under NT. I am trying to create some tables in a text-based db. I used the ODBC data source control panel to creat a ODBC data source as a System DSN that is text-based (uses Microsoft Text Driver).

Re: win32 apache support Log to pipe??

2001-05-08 Thread Tim O'Neil
At 04:33 PM 5/8/2001 -0500, you wrote: Personally I find it very annoying that you post the same message over and over again, throwing in a please help. It certainly does *not* make me want to help. It's even more of a problem for me when I think, rightly or wrongly, I dunno, that this person

RE: win32 apache support Log to pipe??

2001-05-08 Thread Tim O'Neil
At 03:04 PM 5/8/2001 -0700, you wrote: I think the most annoying thing of all is poking fun as someone on a public forum when all they want is a little guidance. Everyone here has the beautify key on their keyboard called delete, don't get annoyed at someone who needs help. Just offer what you

RE: Why does Internet Explorer think it is offline?

2001-05-07 Thread Tim O'Neil
At 03:16 PM 5/7/2001 -0700, you wrote: Thanks for your info. But please tell me what makes an active internet connection ? I am hooked up to a switch and I have tomcat running on the system I am using. Doesn't this make for an active internet connection? Internet Exploder/File/Work Offline.

Re: inputstream

2001-04-30 Thread Tim O'Neil
At 11:51 AM 4/30/2001 -0400, you wrote: hi everyone, i'm trying to use a form to upload a file from the webpage to my server. i don't want to store the file on myserver, i just want to receive the file data and send it somewhere else right away. i know that i have to parse the received data to

Re: Port 80

2001-04-27 Thread Tim O'Neil
At 12:33 AM 4/27/2001 -0400, you wrote: I do not think you will be ever able to run tomcat standalone as non-root on port 80. Ports below 1024 can only be run as root. You say: and Apache?... Apache is written in C, not Java, and changes the effective UID to nobody (or whatever) for its children

Re: My apologies

2001-04-27 Thread Tim O'Neil
At 05:24 PM 4/26/2001 -0700, you wrote: My sincere apologies to the mailing list for the Boycott China message. I sent it by accident, without filtering mailing list addresses from my personal email addresses before sending. It was interesting though, I read the whole thing. I don't agree

Re: Books on Tomcat

2001-04-25 Thread Tim O'Neil
Can I help with the book? I'm good at doing page numbers.

Spammer

2001-04-24 Thread Tim O'Neil
At 10:45 AM 4/24/2001 +0200, you wrote: Undeliverable mail. Morten Ronseth whatever, consider yourself kilfiled and your undeliverable mail replies returned to you. Thank god I control the mail server here.

Re: ArrayList vs. Vector

2001-04-23 Thread Tim O'Neil
At 03:59 PM 4/23/2001 -0400, you wrote: Vectors are thread safe, by default ArrayLists aren't. But its a fairly trivial matter use an Collection interface that has a synchronized method to do an operation where synchronizing is desired.

Re: ArrayList vs. Vector

2001-04-23 Thread Tim O'Neil
At 01:09 PM 4/23/2001 -0700, you wrote: This leads to a new question... What impact does synchronization have on Web applications? Where is it necessary? Well, the only good use of a collection is for keeping tabs on a group of data records, right? Well, what happens if one web user hits your

Re: ArrayList vs. Vector

2001-04-23 Thread Tim O'Neil
At 02:06 PM 4/23/2001 -0700, you wrote: I still use Vectors/Hashtables when I need thread safety, though. Does anyone know if it's faster/better to wrap one of the new collection classes in a Collections.synchronized* class instead? It just seems easier to me to use Vectors/Hashtables, since

Re: ArrayList vs. Vector

2001-04-23 Thread Tim O'Neil
At 02:07 PM 4/23/2001 -0700, you wrote: But that would only apply to objects kept in the application or session scope, yes? If an object a new object is created and placed in the request scope, it's only going to be accessed by one user (that request) right? Keep thinking that if you write

Re: [HA and failover - Re: saving session attributes across server machines]

2001-04-20 Thread Tim O'Neil
This is a good link, for one thing it had a link to another article that explains the stateless nature of the http protocol as I understand it: http://www.javaworld.com/javaworld/jw-12-2000/jw-1221-servlets.html "What is a session? The interaction between a Web browser and a Web server is

Re: where to put my own servlet in tomcat-apache? How to configure?

2001-04-20 Thread Tim O'Neil
At 04:02 PM 4/20/2001 -0500, you wrote: Hello, all: I have tomcat and apache work now. But I don't know how to configure tomcat or apache to load my servlets from a specific directory. Would someone drop me a hint or an example configuration file. Thanks a lot This is like the number one

Re: Tomcat vs JServ

2001-04-19 Thread Tim O'Neil
At 10:59 AM 4/19/2001 +0100, you wrote: I'm trying to evaluate whether to use Tomcat or JServ. The system will be freeBSD and I know that Tomcat has some "issues" with that - but I'm willing to take the chance. However, if speed and memory are issues which would be best for basic servlet

RE: TOMCAT CONFIGURATION

2001-04-19 Thread Tim O'Neil
Isn't this the way all browsers work? I thought that with http once the document length had been passed through the connection it was cut. At 09:05 AM 4/19/2001 -0700, you wrote: Is there any way to stop this occurrence with IE5.X, as a lot of people use this? -Original Message-

Re: Editing tomcat.reg

2001-04-19 Thread Tim O'Neil
At 11:47 AM 4/19/2001 -0400, you wrote: Hi, I am a newbie to Tomcat. Could someoen please tell me how to edit the regeistry to complete the installation.? I don't have tomcat.reg in my computer ?/ I didn't hack the registry to install tomcat. I actually looked at the registry on my win2k

Re: UnsupportedEncoding in server.xml (UTF8)

2001-04-19 Thread Tim O'Neil
At 11:18 AM 4/19/2001 -0500, you wrote: By the way, I am using JDK1.1.7v3 from Blackdown Use the 1.3 RPM from the sun site: http://java.sun.com/j2se/1.3/download-linux.html

RE: freeBSD

2001-04-19 Thread Tim O'Neil
I've been using Tomcat with Red Hat myself, simply because the number of tools and options for Linux are greater, but I have a port of JDK 1.1.8 for fBSD and I haven't heard or seen any stability problems with that port. At 09:45 AM 4/19/2001 -0700, you wrote: I am not using freeBSD but there

Re: Tomcat vs JServ

2001-04-19 Thread Tim O'Neil
feel that using it would be a mistake. And labeling yourself as a maintainer of a particular line of source is another can of worms. At 11:58 AM 4/19/2001 -0500, you wrote: On Thu, 19 Apr 2001, Tim O'Neil wrote: JServ is dead code. Don't use it. Tomcat is that same code's successor. I

RE: Tomcat vs JServ

2001-04-19 Thread Tim O'Neil
At 02:16 PM 4/19/2001 -0500, you wrote: Actually, you *can* use mod_jserv with Tomcat (3.2.1, at least) -- that's how I have it set up (although it's only semi-intentional :-). Apache 3.2.x (whatever) actually ships with that mod in the distribution. Apparently when the binaries were being

RE: mod_jk problem - Redo configure apache with problem

2001-04-19 Thread Tim O'Neil
I think I had the same problem once and solved it just that way. Rename gmake. The worstr that'll happen is that the build still won't work. At 05:50 PM 4/19/2001 -0400, you wrote: In order to solve my mod_jk problem on hp-ux, I took the advice from Mike Braden. Thanks a lot to Mike! I tried

Re: setting up tomcat and apache to run together

2001-04-18 Thread Tim O'Neil
Jeff's right, the links are either not there or very well hidden. I just happened upon the rpm's well after I had started using Tomcat myself. At 11:38 AM 4/18/2001 -0700, Jeff Kilbride wrote: The other problem is that there are very few informative links on either the Jakarta or the Tomcat

RE: Configuring Cold Fusion to run with Tomcat 3.2.1

2001-04-18 Thread Tim O'Neil
I'll bet he's trying to run Tomcat with the CF web server. Should be interesting to see how far you getJake... At 02:01 PM 4/18/2001 -0700, you wrote: Are you actually running the Apache web server? Did you install this before you installed cold fusion? The Cold Fusion support people are not

Re: mod_jk - DEAD END!

2001-04-17 Thread Tim O'Neil
At 07:15 PM 4/17/2001 +0100, Rui M . Silva Seabra wrote: file://C:\PROGRAM FILES\QUALCOMM\EUDORA PRO\Attach\Re mod_jk - DEAD END!.ems 0880.00025dee9b.jpgfile://C:\PROGRAM FILES\QUALCOMM\EUDORA PRO\Attach\Re mod_jk - DEAD END!.ems 0880.0002 Re mod_jk - DEAD END!.ems Can we get people who

RE: Asking for an Opionio on Apache Tomcat or Just Apache

2001-04-17 Thread Tim O'Neil
At 01:04 PM 4/17/2001 -0700, you wrote: Do the performance and stress testing yourself and compare the two. Regardless of configuration, you should be doing the scalability testing up front to verify what you get from your hardware and software will satisfactorily meet your needs. My numbers

RE: Question

2001-04-16 Thread Tim O'Neil
Interesting. Seems to work fine for thousands of people. At 06:55 AM 4/14/2001 -0700, you wrote: Yep, nothing worked. I finally realized that it wasn't going to work after following the docs so I went decided not to use Tomcat after spending 2 hours trying to figure it out.

RE: Require help

2001-04-16 Thread Tim O'Neil
At 07:25 PM 4/16/2001 +0530, Vinoj Vijayan wrote: But instead of a servlet can't i just load a simple class ? A servlet is a class. I hope you're not trying to run a non-servlet class in the Tomcat servlet harness...

Re: support

2001-04-16 Thread Tim O'Neil
At 11:07 AM 4/16/2001 -0500, you wrote: Hi, Is anyone aware of any companies that are selling support contracts for tomcat? I have not been able to find anyone doing this. Does anyone know of any smaller companies that would be willing to take on such a task? We are hoping to implement tomcat

Re: Newbie Questions JSP/Tomcat

2001-04-16 Thread Tim O'Neil
Look in $TOMCAT_HOME/webapps/ROOT/WEB-INF/classes At 12:12 PM 4/16/2001 -0500, Scott P wrote: On page 25 they talk about placing Servlets in the install_dir/classes directory. My install did not come with a classes dir, in the install_dir?

Re: Asking for an Opionio on Apache Tomcat or Just Apache

2001-04-16 Thread Tim O'Neil
At 02:27 PM 4/16/2001 -0400, you wrote: Please take a time to provide me with the following opinion. I spend some time configuring Tomcat and Apache. Because of deadline constaints and the fact that some allready developed code has been devloped using only Tomcat as standalone, the prototype team

RE: changing web app

2001-04-16 Thread Tim O'Neil
At 04:29 PM 4/16/2001 -0400, you wrote: better to stop and restart tomcat and clear the work directory just to make sure, Also a long you are in development is better not to cashe you pages I use Emacs as my ide, which gives me the ability (among other things) to execute a shell script after

RE: changing web app

2001-04-16 Thread Tim O'Neil
that? Also, what package do u use for jsp development? Thanks... Arafat B Mohamed Web Developer RMC Industries.com (404) 371-1050 -Original Message- From: Tim O'Neil [mailto:[EMAIL PROTECTED]] Sent: Monday, April 16, 2001 4:34 PM To: [EMAIL PROTECTED] Subject: RE: changing web app At 04:29 PM

RE: AddModule mod_jk.c

2001-04-16 Thread Tim O'Neil
At 05:46 PM 4/16/2001 -0400, you wrote: No, you can't just rename DLL files. Windows stores a "library" name inside the DLL, and it gets bothered if the current DLL name doesn't match the name stored inside the DLL. mod_jk.so works as a DLL because it was built as mod_jk.so. So a more

Re: mod_jk advice

2001-04-13 Thread Tim O'Neil
At 07:53 PM 4/12/2001 -0700, you wrote: I had major problems getting Tomcat 3.2.1 working with Apache 1.3.14, so I wanted to share my solution. (For linux users, possibly others) Don't grab the mod_jk.so from the web site. Compile it yourself. I spent three hours trying to get things to work

Re: Server slows down after a couple of days

2001-04-13 Thread Tim O'Neil
At 05:27 PM 4/13/2001 +0200, you wrote: Hello, i run an Tomcat-Jakarta Server with mod_jk over Apache 1.3.17-10 Tomcat is 3.2.2b2, JDK 1.3 , OS Suse 7.1 I installed Tomcat and it runs for about 4 Days, then the Server slows down, has someone the the effect ? or work it's fine by anybody ? I

Re: mod_jk advice

2001-04-13 Thread Tim O'Neil
At 09:27 AM 4/13/2001 -0700, you wrote: It would be nice if they published what version of Linux/Apache/Tomcat the available binary was compiled for. I think it's pretty confusing for new users when you say "Hey, here's a binary", but they don't understand all the reasons why it won't work with

Re: Servlet -- SingleThreadModel

2001-04-13 Thread Tim O'Neil
At 12:42 PM 4/13/2001 -0500, you wrote: You can't really avoid dealing with concurrency issues in Java. The best thing to do is to just bite the bullet, learn what you need to about concurrency, analyze your code, and make it handle it as best/easily as possible. Avoid concurrency issues as

Re: URGENT - Session stickyness lost with cookies disabled

2001-04-13 Thread Tim O'Neil
At 12:54 PM 4/13/2001 -0700, you wrote: I have configured apache for load balancing between 2 unix servers and it is working fine when cookies are enabled. The requests are load balanced between the 2 servers and session stickyness works fine (once the session is established the request is

RE: URGENT - Session stickyness lost with cookies disabled

2001-04-13 Thread Tim O'Neil
At 04:18 PM 4/13/2001 -0400, "CPC Livelink" wrote: Tomcat does support url rewriting, but the developer must have written the web app to support it - otherwise no dice. What about the rewrite mod in Apache? Are the two exclusive or do they work together?

Re: binary needed for mod_jserv.so on Solaris 2.7

2001-04-12 Thread Tim O'Neil
At 02:31 PM 4/12/2001 -0400, you wrote: I am unable to build the source for jserv coz my C compiler can not make excutables. Hence i am restricted to binaries. Install the Gnu compiler. Sparcs don't ship with usable compilers as a stock option; you have to pay more for Sun's Sparkworks compiler.

Re: binary needed for mod_jserv.so on Solaris 2.7

2001-04-12 Thread Tim O'Neil
At 08:52 PM 4/12/2001 +0200, you wrote: Pralabh Dayal wrote: I'm sorry that I'm unable to help you, but... I am unable to build the source for jserv coz my C compiler can not make excutables. Hence i am restricted to binaries. Oh, that's sort of funny. What good is a C compiler, if it's

RE: binary needed for mod_jserv.so on Solaris 2.7

2001-04-12 Thread Tim O'Neil
At 03:20 PM 4/12/2001 -0400, you wrote: thank for the reply tim. 1. I do have have gcc but when i try to run the configure file for jserv, i get the following log: # ./configure --prefix=/usr/local/apache loading cache ./config.cache Configuring ApacheJServ/1.1.2 checking for a BSD compatible

Re: Changing Contact info....

2001-04-11 Thread Tim O'Neil
So does this mean that crank calls, emails, and even possibly buying a new fishing boat with your life is an option? I can't wait to start my new life as Blake... At 10:37 AM 4/11/2001 -0700, you wrote: This E-mail was sent out to all of my contacts that used the old e-mail addess List

RE: /examples/servlet

2001-04-11 Thread Tim O'Neil
At 11:33 PM 4/11/2001 -0400, you wrote: I wouldn't know how to get mod_jk.so for linux. If you're using modjserv then you're in luck because the user guidelines are for mod_jserv only. Actually, there are complete instructions for using mod_jk on the sun site, and you can get the so right

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

2001-04-11 Thread Tim O'Neil
At 01:47 PM 4/11/2001 -0700, you wrote: We've been running a moderate virtual domain Apache (probably with at least 50 different domain names) on JRun 2.3 (the old one) and MySQL on RedHat Linux 7.0 without problem for 101 days now (and the site has been running for about two years), with no

<    1   2