RE: Are many people running Tomcat 4 in standalone mode?

2001-08-16 Thread Deacon Marcus
Hi, > From: Jonathan Eric Miller [mailto:[EMAIL PROTECTED]] > Sent: Friday, August 17, 2001 3:27 AM > > I'm curious to know if there are a lot of people out there > running Tomcat in > standalone mode versus using it with Apache Web Server or some other Web > server? > > Previously, I've been usi

RE: More understanding on startup.sh and shutdown.sh

2001-08-16 Thread Kennice Low
Hi Rob, Thank you for your helps. >when you do "set | grep TOMCAT_HOME" you should get something like this: TOMCAT_HOME=/var/jakarta-tomcat-3.2.2 >Have you set the TOMCAT_HOME and JAVA_HOME environment variables? The >error >you're getting seems to be that the server's jar file isn't in the >

Re: How can I find number of 'open files'

2001-08-16 Thread Nikola Milutinovic
> I had a problem a while back with 'too many open files'. So I checked > and fix some bugs in my code and increased the limit (Solaris running > on Sun Netra T1). But now the problem is back. I suspect it is a > problem with my code. > > How can I find out how many files are 'open'? If

Re: How can I find number of 'open files'

2001-08-16 Thread Cyril Bouteille
Ivan, > How can I find out how many files are 'open'? If I can track that > number then I can hit my code through Tomcat and see roughly when the > files are not being closed. Is there some Unix function that will > allow me to monitor open files? You can try /usr/proc/bin/pfiles with the pid of

Re: How can I find number of 'open files'

2001-08-16 Thread Cyril Bouteille
Ivan, > How can I find out how many files are 'open'? If I can track that > number then I can hit my code through Tomcat and see roughly when the > files are not being closed. Is there some Unix function that will > allow me to monitor open files? You can try /usr/proc/bin/pfiles with the pid of

problem in loading jar files in WEB-INF\lib directory

2001-08-16 Thread Paresh Deshpande
> Hi, > > I am trying to run my application on APACHE with TOMCAT servlet engine. I > have placed the jar files required for web > application in myapp\WEB-INF\lib folder. Will tomcat automatically pick up > this jar file? Or do I need to add them manually > in tomcat.bat? > > Further, do I nee

RE: How can I find number of 'open files'

2001-08-16 Thread Artigas, Ricardo Y.
I assume you are closing the sockets that you create/open? :~) Ricky Y. Artigas Analyst/Programmer / Database Administrator Information Technology Division Easycall Communications Phils., Inc. > --- > IMPORTANT NOTICE: > This message (and any attachment her

tomcat 3.2.3 & apache 1.3.20 integartion problem in solaris 7

2001-08-16 Thread Chockalingam.S
Hi, I got the source of jakarta-tomcat 3.2.3 (Solaris), could you pls help me to compile the mod_jk.so. What are the steps to be followed, We need to integrate tomcat3.2.2 & apache 1.3.20. thanks in advance bye chocks

How can I find number of 'open files'

2001-08-16 Thread Ivan Markovic
I had a problem a while back with 'too many open files'. So I checked and fix some bugs in my code and increased the limit (Solaris running on Sun Netra T1). But now the problem is back. I suspect it is a problem with my code. How can I find out how many files are 'open'? If I can track that

Re: Are many people running Tomcat 4 in standalone mode?

2001-08-16 Thread Jim Seach
I have been running Tomcat 3.2.x standalone on Windows NT for about six months and have never had a problem. Our applications are totally dynamic except for a few image files, so I don't think Apache would help. As far as reliability goes, at least on NT, it seems that using both Apache and Tomc

Re: Are many people running Tomcat 4 in standalone mode?

2001-08-16 Thread Pier P. Fumagalli
Craig R. McClanahan at [EMAIL PROTECTED] wrote: > > > On Fri, 17 Aug 2001, Dmitri Colebatch wrote: > >> On Thu, 16 Aug 2001, Rob S. wrote: >>> files. For personal sites, I would run standalone. It's less of a hassle >>> to configure and maintain. >> >> and run tomcat as root or run a squid

RE: Are many people running Tomcat 4 in standalone mode?

2001-08-16 Thread Dmitri Colebatch
On Thu, 16 Aug 2001, Craig R. McClanahan wrote: > With Tomcat 4 you won't have to run as root to use port 80. Thus the only > technical reason (leaving aside performance for the moment) is if your > application requires other functionality that is built in to Apache but > not Tomcat). ok - if th

RE: Are many people running Tomcat 4 in standalone mode?

2001-08-16 Thread Craig R. McClanahan
On Fri, 17 Aug 2001, Dmitri Colebatch wrote: > On Thu, 16 Aug 2001, Rob S. wrote: > > files. For personal sites, I would run standalone. It's less of a hassle > > to configure and maintain. > > and run tomcat as root or run a squid accelerator? > > > With Tomcat 4 you won't have to run as

Re: Tomcat/4.0-b7: ERROR reading java.io.FileInputStream@2d263f

2001-08-16 Thread Craig R. McClanahan
On Thu, 16 Aug 2001, Cyril Bouteille wrote: > Hello, > > I upgraded to Apache Tomcat/4.0-b7, but am still having the same error: > ERROR reading java.io.FileInputStream@2d263f > At Line 25 /web-app/servlet/ > What is the entire stack trace? What does *your* web.xml file look like, particu

RE: Are many people running Tomcat 4 in standalone mode?

2001-08-16 Thread Dmitri Colebatch
On Thu, 16 Aug 2001, Rob S. wrote: > files. For personal sites, I would run standalone. It's less of a hassle > to configure and maintain. and run tomcat as root or run a squid accelerator?

Pb using tester

2001-08-16 Thread Segolene Metais
Hi, I'm using the Tester to test Tomcat4.0-b5. The result of build.bat is fail each time it trys to load http://localhost:8080/tester. It works fine with http://localhost/examples/ What do I have to configure to make it work properly ? This is an example of the result of tester.bat : OK [GET

Re: Internal Server Error on first couple requests

2001-08-16 Thread Denis Haskin
You're right, it looks like that's only true for ajp13 and only with Tomcats prior to 3.3. See http://jakarta.apache.org/tomcat/tomcat-3.3-doc/mod_jk-howto.html#s10, 4th item. dwh Dmitri Colebatch wrote: >is this true? where is it documented - I've never had to restart apache >when restart

RE: Are many people running Tomcat 4 in standalone mode?

2001-08-16 Thread Rob S.
> I'm curious to know if there are a lot of people out there > running Tomcat in > standalone mode versus using it with Apache Web Server or some other Web > server? If every single page in your site is a JSP, I've always thought that you would have diminished performance if you added Apache? So

Re: Tomcat 4 as a service under Linux

2001-08-16 Thread Pier P. Fumagalli
Alejandro Arredondo at [EMAIL PROTECTED] wrote: > How can I add tomcat to run as a service under Linux and to work with apache?. > I saw the script that starts apache at boot time and looks pretty confusing. > Is there any way to add tomcat to that script to start before apache? > Thanks in advan

Re: Internal Server Error on first couple requests

2001-08-16 Thread Dmitri Colebatch
On Thu, 16 Aug 2001, Denis Haskin wrote: > If you're using ajp, you must start Apache and Tomcat together, because > of the persistent connections. That is, if you shut down Tomcat, you > have to shut down Apache also, and vice-versa. This is documented... is this true? where is it document

Re: Tomcat 4 as a service under Linux

2001-08-16 Thread Dmitri Colebatch
The /etc/rc.d/init.d scripts look complex, but there's really one very simple line to them: # chkconfig: 345 85 15 its the comment at the top of them all. to get tomcat to start automatically, try something like (note I haven't done this myself, so its not guarenteed to work - but do ask): 1.

Re: Internal Server Error on first couple requests

2001-08-16 Thread Denis Haskin
What exactly do you mean by 'startup'? If you're using ajp, you must start Apache and Tomcat together, because of the persistent connections. That is, if you shut down Tomcat, you have to shut down Apache also, and vice-versa. This is documented... Or do you mean to say that when you start b

Are many people running Tomcat 4 in standalone mode?

2001-08-16 Thread Jonathan Eric Miller
I'm curious to know if there are a lot of people out there running Tomcat in standalone mode versus using it with Apache Web Server or some other Web server? Previously, I've been using it with Apache Web server on Solaris 8 with mod_jk. However, as of version 4, it seems like it's pretty stable

Tomcat 4 as a service under Linux

2001-08-16 Thread Alejandro Arredondo
How can I add tomcat to run as a service under Linux and to work with apache?. I saw the script that starts apache at boot time and looks pretty confusing. Is there any way to add tomcat to that script to start before apache? Thanks in advance ___

newbie - install problem - binary 3.2.3

2001-08-16 Thread Joel Fowler
I just attempted to install the Tomcat 3.2.3 binary distribution on redhat 7.1. I untarred jakarta-tomcat-3.2.3.tar.gz as instructed but the resulting permissions didn't match the content. Specifically, all extracted files and directories had permissions of 644. This is clearly not correct as

RE: solaris mod_jk

2001-08-16 Thread John Miller
Thanks Bryan, I finally found it in jakarta-tomcat-3.3-b1-src.zip after looking through every other package. Regards- John At 05:25 PM 8/16/01 -0700, you wrote: >John, > >Someone else noticed that too!! >I thought I was exceptionally dumb, since almost nothing worked like the >documentat

Internal Server Error on first couple requests

2001-08-16 Thread Mike Tinnes
We're using Tomcat 3.2.2 with Apache 1.3.20 and are experiencing problems with jsp's not loading correctly on startup. The first couple requests return back an 'Internal Server Error' from Apache. After a couple more hits it seems to come back. I've read where this may be due to ajp connecto

RE: solaris mod_jk

2001-08-16 Thread Bryan Rood
John, Someone else noticed that too!! I thought I was exceptionally dumb, since almost nothing worked like the documentation said. As it turns out, the docs seem to be an obstacle course. I spent sooo many hours trying to figure that out. I ended up downloading every single tomcat until I found o

solaris mod_jk

2001-08-16 Thread John Miller
Hi, I've been trying to make a build of mod_jk for solaris 2.6 however the instructions at http://jakarta.apache.org/tomcat/tomcat-3.2-doc/mod_jk-howto.html#s4 appear to be very wrong. I downloaded the source but there is no /native/mod_jk directory. Any help would be much appreciated. Thanks,

Re: Tomcat/4.0-b7: ERROR reading java.io.FileInputStream@2d263f

2001-08-16 Thread Cyril Bouteille
Hello, I upgraded to Apache Tomcat/4.0-b7, but am still having the same error: ERROR reading java.io.FileInputStream@2d263f At Line 25 /web-app/servlet/ I spent some time debugging it and I think it's because catalina does not find the JspServlet class. For some reason, I don't see jasper-compi

Newbie - not found (404) error on second & subsequent calls

2001-08-16 Thread Ian Payne
Hi, I'm attempting to set up Tomcat (3.2.2-2) & Apache(1.3.19-6) running under linux to experiment with the Oracle xsql servlet stuff. Apache is starting up from the init.d sequence &, for the moment, I'm starting Tomcat manually. Everything is working fine EXCEPT that I can only serve one page -

RE: Version

2001-08-16 Thread Rob S.
> p.s. Probably it's written somewhere on the lists' homepage, but I'm to > tired to check it now. What's the allowed ratio in kbytes for bitching and > complaining to answered questions? Personally, it's more interesting than the standard, "tell me that answer to a question that's already answer

RE: Version

2001-08-16 Thread Rob S.
> > there are instructions on how to get yourself off. > > people need instructions on how to get themselves off? hahaha i knew answering questions on the mailing list would be more fun than fighting my Win98 install to write docs =) - r

Re: Version

2001-08-16 Thread wen ho lee
"Rob S." wrote: > there are instructions on how to get yourself off. people need instructions on how to get themselves off? mazzy

RE: Version

2001-08-16 Thread Deacon Marcus
Hi, > From: Rob S. [mailto:[EMAIL PROTECTED]] > Sent: Friday, August 17, 2001 12:29 AM > > > Greetings, deacon Marcus, starving Java expert from Poland (in case you > > don't know where it is, it's about eighty years behind Africa) > > ---> ^^

RE: Version

2001-08-16 Thread Rob S.
I'm surprised that so many people responsible for setting up Tomcat are not able to get themselves off a mailing list =) In the original email sent when you subscribed, there are instructions on how to get yourself off. "Please save this message so that you know the address you are subscribed un

RE: Version

2001-08-16 Thread Martin van den Bemt
+1 on that.. Mvgr, Martin > -Original Message- > From: Rob S. [mailto:[EMAIL PROTECTED]] > Sent: Friday, August 17, 2001 12:29 AM > To: [EMAIL PROTECTED] > Subject: RE: Version > > > > Greetings, deacon Marcus, starving Java expert from Poland (in case you > > don't know where it is,

RE: Version

2001-08-16 Thread Christopher Busch
How do I unsubscribe from this list. This list should have a standard footer explaining how to. > -Original Message- > From: Rob S. [SMTP:[EMAIL PROTECTED]] > Sent: Thursday, August 16, 2001 5:29 PM > To: [EMAIL PROTECTED] > Subject: RE: Version > > > Greetings, deacon Marcus, st

RE: Version

2001-08-16 Thread Rob S.
> Greetings, deacon Marcus, starving Java expert from Poland (in case you > don't know where it is, it's about eighty years behind Africa) ---> I can say without a doubt, that this is the funniest thing I've read on the tomcat-user maili

JNDIRealm questions

2001-08-16 Thread Jonathan Eric Miller
I'm currently looking at trying to use JNDIRealm for authentication and I've come up with a number of questions. I'm wondering if anyone knows the answers to any of the following questions. 1. Does anyone have it working that can provide an example entry of what should go in server.xml and also a

RE: Version

2001-08-16 Thread Deacon Marcus
Hi, > -Original Message- > From: Barnabas Yohannes [mailto:[EMAIL PROTECTED]] > Sent: Thursday, August 16, 2001 9:38 PM > To: [EMAIL PROTECTED] > Subject: Version > > > Folks, > How do I know what version of tomcat I have on my apache server? > This dude > who installed tomcat for us, I t

RE: Tomcat 4 restart command?

2001-08-16 Thread Rob S.
> This stuff will be covered in a (soon to be written, I promise :-) HOWTO > document about the Manager web app. In the mean time, consult the source > code of the Manager servelt (org.apache.catalina.servlets.ManagerServlet) > for all the things it can do. FYI anytime you or anyone writes an em

Re: install.txt

2001-08-16 Thread Pier P. Fumagalli
Gordon Hollenbeck at [EMAIL PROTECTED] wrote: > Dear Pier, > > Thursday, August 16, 2001, 4:36:21 PM, you wrote: > > PPF> Gordon Hollenbeck at [EMAIL PROTECTED] wrote: > >>> Dear, >>> >>> can someone send me their httpd.conf file with Tomcat/HTTPS integration? >>> >>> I want apache to use

install.txt

2001-08-16 Thread Gordon Hollenbeck
Dear Pier, Thursday, August 16, 2001, 4:36:21 PM, you wrote: PPF> Gordon Hollenbeck at [EMAIL PROTECTED] wrote: >> Dear, >> >> can someone send me their httpd.conf file with Tomcat/HTTPS integration? >> >> I want apache to use tomcat for servlet handling much like it handles PHP... >> >>

Apache rejects mod_jk.so: dld.sl: Unresolved symbol: jni_worker_factory (code)

2001-08-16 Thread Mark Everett
Greetings, I'm unable to invoke Apache with the mod_jk plugin for Tomcat. After several initally unsuccessful iterations, I was able to complete a clean build of mod_jk.so. An include statement to mod_jk.conf-auto was added to Apache's httpd.conf file. Afterwards, Apache failed the config te

Re: Re[2]: restriction on number of logon tries

2001-08-16 Thread Pier P. Fumagalli
Gordon Hollenbeck at [EMAIL PROTECTED] wrote: > Dear, > > can someone send me their httpd.conf file with Tomcat/HTTPS integration? > > I want apache to use tomcat for servlet handling much like it handles PHP... > > I am using tomcat 4.0-b7. Read the INSTALL.txt coming with the webapp modu

Re[2]: restriction on number of logon tries

2001-08-16 Thread Gordon Hollenbeck
Dear, can someone send me their httpd.conf file with Tomcat/HTTPS integration? I want apache to use tomcat for servlet handling much like it handles PHP... I am using tomcat 4.0-b7. +-+-+-+-+ |L| .^. | Gordon Hollene

Re: Version

2001-08-16 Thread Denis Haskin
Marc Saegesser wrote: >You can always use telnet to open up a >connection to the server and do a GET / command. The HTTP response will >contain the Tomcat version number. > >[...] >Feel free to send me $10,000 anytime you like. > I agree. I think Marc gets the $10K. :-) Telnetting in is the mo

Re: Tomcat port 8080, Apache port 80, jsp?

2001-08-16 Thread Pier P. Fumagalli
Shawn Evans at [EMAIL PROTECTED] wrote: > I read "Installing mod_webapp and using it with Apache 1.3" written by > you, and I have been unsuccessful in getting it to work. Here is my > configuration: > > Win NT4.0 sp6 > Apache 1.3.20 d:\webserver\Apache > Tomcat 4.0.7b d:\webserver\Tomcat-4.0.

Re: restriction on number of logon tries

2001-08-16 Thread Craig R. McClanahan
On Thu, 16 Aug 2001, Joseph Toussaint wrote: > sorry I forgot to change the subject line > > I'm using J2EE security in a tomcat application. I want to disable an > account after say 5 unsuccessful tries. Is this possible. > > thanks > You would need to modify the relevant Realm implemen

Re: how to deploy Out-of-process servlet containers

2001-08-16 Thread Matt Barre
mok_jk for Tomcat 3.x mod_webapp for Tomcat 4.x Out of process means that the servlet container and the web server run in different processes and a mod is used to relay information between the two. Stand-alone means that Tomcat servers both the static (html, images, etc) AND processes the server

Re: Way to tell Tomcat 4 to reload tomcat-users.xml without havingto restart?

2001-08-16 Thread Craig R. McClanahan
On Thu, 16 Aug 2001, Jonathan Eric Miller wrote: > OK, thanks again. JNDIRealm cool! That was another question that I was going > to ask is if it is possible to have it query an LDAP directory for the > password information. I'll have to take a look at that. JDBCRealm never > seemed like a good

how to deploy Out-of-process servlet containers

2001-08-16 Thread Yoom Nguyen
Does anyone know how to deploy Out-of-process servlet containers for 3.2.3 run on Solaris & Netscape Any hints or advices will be appreciate There are three type of containers 1.Stand-alone servlet containers 2.In-process servlet containers 3.Out-of-process servlet containers Yoom

restriction on number of logon tries

2001-08-16 Thread Joseph Toussaint
sorry I forgot to change the subject line I'm using J2EE security in a tomcat application. I want to disable an account after say 5 unsuccessful tries. Is this possible. thanks joe

RE: Log number of visit to jsp page

2001-08-16 Thread Martin van den Bemt
Put it in a file (just make it via the java.io classes) and update that on every hit (that is the counter..) or if you don't need the counter for displaying, IIS probably has some logging somewhere.. Mvgr, Martin > -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] >

Re: Version

2001-08-16 Thread Matt Barre
If you want you can probably send the ip address/web address to the list and someone who may be more familiar with the procedure could do it rather quicklyassuming it is accessible from the internet Matt - Original Message - From: "Saritha Pula" <[EMAIL PROTECTED]> To: <[EMAIL PR

TC 3.3-b1 Bug?

2001-08-16 Thread Randy Layman
Today while diagnosing a problem with our latest project, I noticed something about the case sensitivity. If you have an application (we'll call is ACE), and a directory in it called management, then: 1. http://localhost:8080/ACE/management/index.html gives me the correct page

Log number of visit to jsp page

2001-08-16 Thread BBui
Hi, We are running Tomcat 3.2.1 behind IIS. We want to switch all the htm/shtm pages to jsp but we need to keep track of how many hit/page we have. How do we do that with Tomcat (our version or another version)? Is that even feasible? Thanks a lo

Re: Tomcat port 8080, Apache port 80, jsp?

2001-08-16 Thread Shawn Evans
I read "Installing mod_webapp and using it with Apache 1.3" written by you, and I have been unsuccessful in getting it to work. Here is my configuration: Win NT4.0 sp6 Apache 1.3.20 d:\webserver\Apache Tomcat 4.0.7b d:\webserver\Tomcat-4.0.7 First, I copied 'mod_webapp.so' and 'libapr.dll

RE: Version

2001-08-16 Thread Marc Saegesser
There is a servlet called SnoopServlet that ships with Tomcat. Try http://localhost:8080/servlet/SnoopServlet and check the version number it reports. If the sample webapps that come with Tomcat have been removed (which they might have been for a commercial installation) then SnoopServlet may no

RE: Version

2001-08-16 Thread Saritha Pula
hi Barnabas You can find version of tomcat in $tomcat_home\doc\readme file --Saritha -Original Message- From: Barnabas Yohannes [mailto:[EMAIL PROTECTED]] Sent: Thursday, August 16, 2001 1:26 PM To: [EMAIL PROTECTED] Subject: Re: Version Rob, Obviously, you and I need to learn a litt

Re: Way to tell Tomcat 4 to reload tomcat-users.xml without having to restart?

2001-08-16 Thread Jonathan Eric Miller
OK, thanks again. JNDIRealm cool! That was another question that I was going to ask is if it is possible to have it query an LDAP directory for the password information. I'll have to take a look at that. JDBCRealm never seemed like a good idea to me considering most SQL connections aren't encrypte

Re: Version

2001-08-16 Thread Denis Haskin
Back to what I said earlier... since you found the Tomcat home directory, look in the doc subdirectory for the readme file. That has the Tomcat version in it. Or at least mine does... Barnabas Yohannes wrote: >Rob, >Obviously, you and I need to learn a little more before we can open our own

Re: Version

2001-08-16 Thread Craig R. McClanahan
On Thu, 16 Aug 2001, Barnabas Yohannes wrote: > Rob, > Obviously, you and I need to learn a little more before we can open our own > little yahoo shop. I found out that in tomcat, it is named "LICENSE". lol! > > I'm just kidding dude! That help was very useful and more than $10 worth > even

Re: Tomcat 4 restart command?

2001-08-16 Thread Jonathan Eric Miller
Thanks for the info. Actually, I just enabled the "reloadable" option on my Context (development server). So, as long as that works reliably, I should have to restart my server far less often. Thanks, Jon - Original Message - From: "Craig R. McClanahan" <[EMAIL PROTECTED]> To: "Tomcat Us

RE: Version

2001-08-16 Thread Michael Reeves
Barnabas, FYI: The License document you reference does not indicate the correct version of the Tomcat server. Sincerely, Michael L. Reeves (c)¿(c)¬ -Original Message- From: Barnabas Yohannes [mailto:[EMAIL PROTECTED]] Sent: Thursday, August 16, 2001 3:26 PM To: [EMAIL PROTECTED] Subjec

Re: Version

2001-08-16 Thread Noel L Yap
That's the version of the LICENSE file that you're seeing. It will have nothing to do with the version of Tomcat or Apache that you're running. Noel Rob, Obviously, you and I need to learn a little more before we can open our own little yahoo shop. I found out that in tomcat, it is named "LICE

RE: Version

2001-08-16 Thread Martin van den Bemt
Thats the verion of the license, not for tomcat.. Mvgr, Martin > -Original Message- > From: Barnabas Yohannes [mailto:[EMAIL PROTECTED]] > Sent: Thursday, August 16, 2001 10:26 PM > To: [EMAIL PROTECTED] > Subject: Re: Version > > > Rob, > Obviously, you and I need to learn a little more

Re: Version

2001-08-16 Thread Barnabas Yohannes
Rob, Obviously, you and I need to learn a little more before we can open our own little yahoo shop. I found out that in tomcat, it is named "LICENSE". lol! I'm just kidding dude! That help was very useful and more than $10 worth even though the name was LICENSE. Now in the LICENSE of my tomca

Re: Way to tell Tomcat 4 to reload tomcat-users.xml without havingto restart?

2001-08-16 Thread Craig R. McClanahan
On Thu, 16 Aug 2001, Jonathan Eric Miller wrote: > Does anyone know if there is a way to tell Tomcat 4 to reload the > tomcat-users.xml file? > No, although it would be technically feasible to implement somethng. > I want to give users the ability to change their passwords without having to

Re: Session of Tomcat.

2001-08-16 Thread Bo Xu
Harden ZHU wrote: > Hi, > > Can I catch the event when a session is created from tomcat? > > Thx > > Harden in: http://www.javaworld.com/javaworld/jw-01-2001/jw-0126-servletapi_p.html ... The session listener model is similar to the context listener model. In the session model, there's an HttpS

Re: Tomcat 4 restart command?

2001-08-16 Thread Craig R. McClanahan
On Thu, 16 Aug 2001, Jonathan Eric Miller wrote: > I'm wondering if in Tomcat 4 there is a "restart" command that you can use > to restart it rather than having to "stop" and "start" it using startup and > shutdown scripts? > > The problem that I have is that it takes time for it to startup an

Re: Version

2001-08-16 Thread Bo Xu
Barnabas Yohannes wrote: > Folks, > How do I know what version of tomcat I have on my apache server? This dude > who installed tomcat for us, I think, he installed only the beta release of > tomcat. Now, he is asking $10,000 to fix it. "Oh holly cow!" was my bosses > reaction.:) > > I used the

Re: Version

2001-08-16 Thread Tim O'Neil
At 01:05 PM 8/16/2001, you wrote: >At 12:38 PM 8/16/2001, you wrote: >>Folks, >>How do I know what version of tomcat I have on my apache server? This dude >>who installed tomcat for us, I think, he installed only the beta release of >>tomcat. Now, he is asking $10,000 to fix it. "Oh holly cow!"

Re: Version

2001-08-16 Thread Tim O'Neil
At 12:38 PM 8/16/2001, you wrote: >Folks, >How do I know what version of tomcat I have on my apache server? This dude >who installed tomcat for us, I think, he installed only the beta release of >tomcat. Now, he is asking $10,000 to fix it. "Oh holly cow!" was my bosses >reaction.:) > >I used t

Re: Version

2001-08-16 Thread Rob S.
Oh. My. God. I should start a Yahoo! Shop answering questions for $10k =) You obviously have access to the server... cd to $TOMCAT_HOME and read the README file. - r On Thu, 16 Aug 2001 14:38:21 -0500 [EMAIL PROTECTED] wrote: > Folks, > How do I know what version of tomcat I have on my apa

Re: Version

2001-08-16 Thread Denis Haskin
$10K? Geez, I'm in the wrong business... Someone may have a better way to check the Tomcat version, but for my version at least (3.2.1) the quickest way seems to be to look in the docs/readme file under the Tomcat home directory. Right at the top it says the version. None of the startup mes

Way to tell Tomcat 4 to reload tomcat-users.xml without having to restart?

2001-08-16 Thread Jonathan Eric Miller
Does anyone know if there is a way to tell Tomcat 4 to reload the tomcat-users.xml file? I want to give users the ability to change their passwords without having to restart Tomcat in order for the changes to take affect. I was able to this with Apache Web Server without a problem because it appa

Tomcat 4 restart command?

2001-08-16 Thread Jonathan Eric Miller
I'm wondering if in Tomcat 4 there is a "restart" command that you can use to restart it rather than having to "stop" and "start" it using startup and shutdown scripts? The problem that I have is that it takes time for it to startup and shutdown, especially when you have SSL enabled. So, a restar

RE: newbie install error

2001-08-16 Thread Larry Isaacs
Recent versions of ANT supply a shell or batch script that tries to do a lot as far as setting up the correct environment. Current projects make use of that to simplify the steps required to build the project. If you are using the build.sh and build.bat in the jakarta-servletapi project, be aware

Re: Tomcat Crash java.net.SocketException: No buffer space available

2001-08-16 Thread Joseph Toussaint
I'm using J2EE security in a tomcat application. I want to disable an account after say 5 unsuccessful tries. Is this possible. thanks joe

RE: Error running Tomcat as a Service with NT and 2000

2001-08-16 Thread Scott Weaver
I used JavaService to install Tomcat on 2000 and haven't had any problems. It comes with a batch file to install Tomcat. http://www.alexandriasc.com/index.html good luck. Scott -Original Message- From: Piper, James [mailto:[EMAIL PROTECTED]] Sent: Thursday, August 16, 2001 2:44 PM To: '

Version

2001-08-16 Thread Barnabas Yohannes
Folks, How do I know what version of tomcat I have on my apache server? This dude who installed tomcat for us, I think, he installed only the beta release of tomcat. Now, he is asking $10,000 to fix it. "Oh holly cow!" was my bosses reaction.:) I used the command: openssl version -a But it o

Re: Bug in ServletResponse.flushBuffer() in Tomcat 4.0b7?

2001-08-16 Thread Rob S.
While this may be a Tomcat problem, you should really look at your design. Why? Even if there is a problem and it's fixed, you'll still have your original problem if the network is slow. + You could use javascript to disable the button (or not allow submitting) after it's +been clicked on on

Re: newbie install error

2001-08-16 Thread Rob S.
Use the binary download? =) Have you followed the Ant install documentation? - r On Thu, 16 Aug 2001 12:12:45 -0700 (PDT) [EMAIL PROTECTED] wrote: > Rob, > I just tried that, but I'm getting the same error. Any other > thoughts? > > Chuq > > > On Thu, 16 Aug 2001, Rob S. wrote: > > >

Bug in ServletResponse.flushBuffer() in Tomcat 4.0b7?

2001-08-16 Thread Jonathan Eric Miller
I'm having problems using ServletResponse.flushBuffer() and Tomcat 4.0b7. The following servlet demonstrates. What I want it to do is print out the title and the "Test 1" line. Then, pause for 10 seconds and print out the "Test 2" line. It doesn't work the first time through. However, if I then h

Re: newbie install error

2001-08-16 Thread Chuq Yang
Rob, I just tried that, but I'm getting the same error. Any other thoughts? Chuq On Thu, 16 Aug 2001, Rob S. wrote: > > Exception in thread "main" java.lang.NoClassDefFoundError: > > org/apache/tools/ant/Main > > This is a problem with 'ant', another Jakarta subproject. Have you set

Re: Error running Tomcat as a Service with NT and 2000

2001-08-16 Thread Robert Upshall
Hi, These steps worked for me, it took me a while to get it all up and running so I documented each step. I have gotten it working a couples times using these steps so it should work for you too. Good luck Robert Upshall Johnson Incorporated - Team Leader, Internet Development [EMAIL PROTECTE

Error running Tomcat as a Service with NT and 2000

2001-08-16 Thread Piper, James
Hello, I am following the instructions you have on the website named Working with the Jakarta NT Service, and I am still unable to get it to work. When I click on the service in the Services option of Windows, it trys to start and then I get a 2140 Internal Windows error. Do you know what could

Re: newbie install error

2001-08-16 Thread Rob S.
> Exception in thread "main" java.lang.NoClassDefFoundError: > org/apache/tools/ant/Main This is a problem with 'ant', another Jakarta subproject. Have you set an "ANT_HOME" environment variable to point to the root of your ant install? - r

Re: Tomcat User list - NNTP?

2001-08-16 Thread Milt Epstein
On Thu, 16 Aug 2001, Craig R. McClanahan wrote: > On Thu, 16 Aug 2001, Chris Gross wrote: > > > Is there a usenet group that mirrors this list? Or another way to > > browse this list using my newsgroup reader? > > With most mail readers, you can get *very* close to the same user > experience. H

newbie install error

2001-08-16 Thread Chuq Yang
Hi list, I'm currently trying to install tomcat 3.2.3 on top of a Mandrake 8.0 install. I am building all of the packages from source, and I have followed the README file in the jakarta-tomcat-3.2.3-src directory closely, but I'm getting the following error when I try to install the jakar

RE: Session of Tomcat.

2001-08-16 Thread Michael Wentzel
> > > Can I catch the event when a session is created from tomcat? > > > > > > Yes, take a look at > javax.servlet.HttpSessionBindingListener in servlet API. > > This has been covered on this group before please look at > the list archives. > > > > Actually, this doesn't accurately answer th

RE: Session of Tomcat.

2001-08-16 Thread Craig R. McClanahan
On Thu, 16 Aug 2001, Michael Wentzel wrote: > > Can I catch the event when a session is created from tomcat? > > > Yes, take a look at javax.servlet.HttpSessionBindingListener in servlet API. > This has been covered on this group before please look at the list archives. > Actually, this doe

Re: Tomcat Crash java.net.SocketException: No buffer space available

2001-08-16 Thread Rob S.
> Tomcat 3.1.1 > > Any and all replies are welcomed, we are at the end of our ropes... HELP! See the Tomcat homepage http://jakarta.apache.org/ (click on Tomcat) and figure out which version to download. 3.1.1 is super old. - r

Tomcat Crash java.net.SocketException: No buffer space available

2001-08-16 Thread Dan R. Labonte
Who has an answer? I've seen many posts with similar errors but no definite fixes. We are in the process of evaluating Tomcat against a few other Servlet Engines to see which will fit best. And with Tomcat consistently crashing it doesn't look good on our Matrix. Here is the exact error message:

Re: Tomcat port 8080, Apache port 80, jsp?

2001-08-16 Thread Pier P. Fumagalli
Craig R. McClanahan at [EMAIL PROTECTED] wrote: > > Other files in this directory contain the compiled connector for other > platforms (Linux, MacOSX, and Solaris/SPARC for now). Linux w/ GLIBC 2.2 Solaris 8/sparc (just a couple of details! :) Pier

REMOTE_HOST not showing up in Tomcat3.2

2001-08-16 Thread Mark R. Diggory
Hello, Is there something I have to configure in mod_jk to get the REOMOTE_HOST to resolve. Its apparently available in Apache but seems to not show up in Tomcat when I do request.getRemoteHost(). thank you, Mark Diggory

Re: Session of Tomcat.

2001-08-16 Thread Rob S.
> Yes, take a look at javax.servlet.HttpSessionBindingListener in servlet > API. This has been covered on this group before please look at the list > archives. HSBL is when something is bound to the session, not when the session itself is created. You can create the sessions yourself I guess =)

RE: Session of Tomcat.

2001-08-16 Thread Michael Wentzel
> Can I catch the event when a session is created from tomcat? Yes, take a look at javax.servlet.HttpSessionBindingListener in servlet API. This has been covered on this group before please look at the list archives. --- Michael Wentzel Software Developer Software As We Think - http://www.aswet

  1   2   >