Require help

2001-04-16 Thread Vinoj Vijayan
Hi We are using Apache 1.3.12 as the web server with Tomcat as the JSP/Servlet engine. We have the following requirement, we are to instantiate a class when the server starts up. How do we do this ? Do we have to add/modify lines in the configuration files for apache and/or tomcat?

RE: Repost: tomcat 3.3-M2 /admin/contextAdmin/contextList.jspfailure Date: Mon, 09 Apr 2001 10:14:51 +1000 From: Peter B. West pbwest@powerup.com.au Organization: Repost: tomcat 3.3-M2 /admin/

2001-04-16 Thread Ignacio J. Ortega
Please file a bug in http://nagoya.apache.org/bugzilla I will revise the Admin app ASAP.. Thanks for the feedback Saludos , Ignacio J. Ortega -Mensaje original- De: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]En nombre de Peter B. West Enviado el: lunes 16 de abril de 2001

** Does Tomcat need Restart **

2001-04-16 Thread Prashantha . Marathe
Hi, Is there any option in tomcat CONFIGURATION by which, I can instruct Tomcat to restart automatically whenever a servlet gets modified (i.e. I re-compile the servlet). I am running Tomcat and Apache on Linux OS. Regards, Marathe

Does anybody know how to configure Tomcat on Win95?

2001-04-16 Thread Sergaziev, E.S. - ALAPQ
** This e-mail and any attachment may contain confidential and privileged material intended for the addressee only. If you are not the addressee, you are notified that no part of the e-mail or any attachment may be

Re: Does anybody know how to configure Tomcat on Win95?

2001-04-16 Thread skolski
Hello to Holland, perhaps it would be a good idea to specifie the problem a little bit sascha

RE: Does anybody know how to configure Tomcat on Win95?

2001-04-16 Thread Sergaziev, E.S. - ALAPQ
I have downloaded Tomcat's zip file. Unzipped it on to a directory and tried to run Jasper.bat. It responded with error: "Can't find jpappend.bat", while it is in the same directory as jasper.bat. I have set JASPER_HOME to refer to Tomcat directory, but it does not work. How can I make this

RE: Question

2001-04-16 Thread Danny Angus
Although I dont have a file named jappend.bat in my installatiuon (there is a cappend.bat though)... I found that on win98 (not 95) the batch files didn't set the environment variables:-( the solution was to make a list of all the commands needed to set up the ENV, and start tomcat the way I

Re: ** Does Tomcat need Restart **

2001-04-16 Thread Mr.Y.SHIVAKANT
-Original Message- From: [EMAIL PROTECTED] [EMAIL PROTECTED] To: [EMAIL PROTECTED] [EMAIL PROTECTED] Date: Monday, April 16, 2001 3:20 PM Subject: ** Does Tomcat need Restart ** Hi, Is there any option in tomcat CONFIGURATION by which, I can instruct Tomcat to restart automatically

Re: ** Does Tomcat need Restart **

2001-04-16 Thread Wolle
"Mr.Y.SHIVAKANT" wrote: -Original Message- From: [EMAIL PROTECTED] [EMAIL PROTECTED] To: [EMAIL PROTECTED] [EMAIL PROTECTED] Date: Monday, April 16, 2001 3:20 PM Subject: ** Does Tomcat need Restart ** Hi, Is there any option in tomcat CONFIGURATION by which, I can instruct

RE: ** Does Tomcat need Restart **

2001-04-16 Thread Nivy, Ofer
do you want tomcat to use the new version of your Servlet (after you compile)? in that case, tomcat reloads the servlets automatically. this is configurable in the server.xml file (look for "reloadable" attribute). ofer -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL

Re: saving session attributes across server machines

2001-04-16 Thread Kief Morris
Raul Valenberg typed the following on 03:36 PM 4/15/2001 -0600 We are designing a Web application with Servlets and JSPs that has to run on several machines in a fail-over mode. Each machine also has to participate in the workload as longs it is up. Furthermore, our requirements state that if a

servletoutputstream synchronization

2001-04-16 Thread Craig Pfeifer
All -- I'm deploying my servlet into Tomcat and JRun 3.0, and I'm experiencing different behavior in each. I think it's a threading issue, so I wanted to ask: Does the Tomcat servlet container provide synchronized access to the servletoutputstream, or do I have to do that myself? What

Re: ** Does Tomcat need Restart **

2001-04-16 Thread Mr.Y.SHIVAKANT
-Original Message- From: Wolle [EMAIL PROTECTED] To: [EMAIL PROTECTED] [EMAIL PROTECTED] Date: Monday, April 16, 2001 4:45 PM Subject: Re: ** Does Tomcat need Restart ** "Mr.Y.SHIVAKANT" wrote: -Original Message- From: [EMAIL PROTECTED] [EMAIL PROTECTED] To: [EMAIL

Re: servletoutputstream synchronization

2001-04-16 Thread Mr.Y.SHIVAKANT
-Original Message-From: Craig Pfeifer [EMAIL PROTECTED]To: [EMAIL PROTECTED] [EMAIL PROTECTED]Date: Monday, April 16, 2001 6:34 PMSubject: servletoutputstream synchronization All -- I'm deploying my servlet into Tomcat and JRun 3.0,

RE: Build Failure

2001-04-16 Thread Kairam, Raj
I am runnig the script as root. The chmod command is failing not because of improper rights but because the file to be chmod'ed has not been created. As you can see, the problem is caused by the failure of the build/compile process. The causes for compilation failure are unresolved symbols in the

RE: servletoutputstream synchronization

2001-04-16 Thread Craig Pfeifer
humble apologies for HTML mail Craig Pfeifer Software Engineer Aether Systems, Software Products Division (571) 633-5753 [EMAIL PROTECTED] -Original Message- From: Mr.Y.SHIVAKANT [mailto:[EMAIL PROTECTED]] Sent: Monday, April 16, 2001 9:38 AM To: [EMAIL PROTECTED] Subject: Re:

Re: Tomcat

2001-04-16 Thread Mark Mynsted
Setup Tomcat as per instructions on http://jakarta.apache.org/tomcat/jakarta-tomcat/src/doc/tomcat-apache-howto.html Then once you get it running try setting up Tomcat to run as an NT service. I recommend you use JavaService. The JavaService documentation is found at

RE: Require help

2001-04-16 Thread William Kaufman
Dunno about Apache, but in Tomcat, you can add a load-on-startup tag to the servlet element in web.xml. That will both load the servlet and call its init() method. -- Bill K. -Original Message- From: Vinoj Vijayan

Apache-SSL or Mod-ssl

2001-04-16 Thread Sam Newman
I was wondering which is the prefered choice for work with servlets? I am having untold trouble getting Apache-SSL to work (built it, can't view a page without a seg fault). Whilst not a tomcat specific issue Apache-SSL is the mentioned way to get SSL working with tomcat. I've just tried

Tutorial about cookies and sessions

2001-04-16 Thread Martin Mauri
Hi everybody, Does anyone know where to find information about cookies and sessions to work in security and access restrictions? any info will be appreciated! thanks. Lic. Martin O. Mauri Profesion + Auge A.F.J.P Parana 666 - Cap. Federal [EMAIL PROTECTED] www.profesi.com.ar

RE: Require help

2001-04-16 Thread Vinoj Vijayan
Thanks. But instead of a servlet can't i just load a simple class ? Rgds Vinoj -Original Message- From: William Kaufman [mailto:[EMAIL PROTECTED]] Sent: Monday, April 16, 2001 7:23 PM To: '[EMAIL PROTECTED]' Subject: RE: Require help Dunno about Apache, but in Tomcat, you can add a

Where does System.out.println go under Tomcat

2001-04-16 Thread Brian Burridge
I've put some system out prints in my JSP pages, but I cannot find the error logs. I've found the logs for the web site (apache's standards logs) and I've found a servlet.log and a jasper.log under the jakarta logs directory, but I have no idea where servlet errors go. Brian

Win2000

2001-04-16 Thread Warner, Randy
Has anyone successfully installed Tomcat on Win2000 with IIS5? Randy Warner RightNow Technolgies

RE: Require help

2001-04-16 Thread Randy Layman
No, the Servlet Spec doesn't allow for any automatic startup other than servlets. I believe that most people just create a special servlet that doesn't handle any requests, it just processes an init (and perhaps destroy) method. Randy -Original Message- From: Vinoj

RE: Win2000

2001-04-16 Thread Randy Layman
Yes. Most people have problems with their registry entries (check the files to make sure that everything is correct, including the case) or the service stops on logout (don't use JDK 1.3.0, see Sun's website for more information). Randy -Original Message- From:

RE: Require help

2001-04-16 Thread William Kaufman
Ehhh,... you could, uh, load a non-servlet class from a servlet's init() method,... I don't know of any other way, short of hacking the Tomcat source. What does your non-servlet do that you want done at Tomcat's startup? Are you sure it shouldn't be part of a servlet? (And if it isn't, why do

Apache/Tomcat integration issues

2001-04-16 Thread Sam Newman
I've just followed the instructions to get Apache and Tomcat working together. I editied the workers.properties file (which by the way seems to assume you are on a win32 platform!) and the server.xml to include the ajpv13 protocol connector. Apache includes tomcats autogenerated config file

packages under WEB-INF/classes

2001-04-16 Thread Mark
I have read on this list and in docs if your servlet class is part of a package, say com.foo.foobar...that if you put it in a directory called $TOMCAT_HOME/webapps/myapp/WEB-INF/classes/com/foo/foobar assuming the source file has the statement package com.foo.foobar; it will be picked up by

Re: Tutorial about cookies and sessions

2001-04-16 Thread Sam Newman
Hi everybody, Does anyone know where to find information about cookies and sessions to work in security and access restrictions? any info will be appreciated! thanks. Lic. Martin O. Mauri If you can afford it, I'd consider getting the O'Reilly servlet programming book - the new edition

RE: Win2000

2001-04-16 Thread Warner, Randy
I'm using JDK 1.2.2 with Tomcat 3.2. The URL checks are successful until I remove port 8080 - this results in a Page Not Found error. I've checked the registry entries and everything is fine there. Randy -Original Message- From: Randy Layman [mailto:[EMAIL PROTECTED]] Sent:

RE: Remove me from list

2001-04-16 Thread Gottwald, Oliver
Hey Thomas. Good luck... I have put in request multiple times from the web for unsubscribe. Also I've sent multiple emails to the user site. Does anyone have the rocket scientist phone number or direct email address so on can contact? Oliver -Original Message- From: Thomas O' Connor

Re: Where does System.out.println go under Tomcat

2001-04-16 Thread Sam Newman
Hmm, well they will get displayed in the terminal you started tomcat from. Unless you redirect output from the command line argument you use to start tomcat, you'll probably loose it (e..g. use command 2 to redirect stderr to a file, 1 to redirect stdout). I've changed all of my debug prints to

HOW TO UNSUBSCRIBE from tomcat-user

2001-04-16 Thread William Kaufman
Here's the part of the mailing list intro you should have received which details how to unsubscribe: To remove your address from the list, send a message to: [EMAIL PROTECTED] [...] You can start a subscription for an alternate address, for example "[EMAIL PROTECTED]", just add a hyphen

Re: packages under WEB-INF/classes

2001-04-16 Thread Sam Newman
Does your entry in the web.xml for your context reference the servlet using its full path? Also, double check the case of the packages - the entry web.xml, the package declaration and the actual directory strucutre all have to match. sam - Original Message - From: "Mark" [EMAIL

RE: Remove me from list

2001-04-16 Thread Milt Epstein
On Mon, 16 Apr 2001, Gottwald, Oliver wrote: Hey Thomas. Good luck... I have put in request multiple times from the web for unsubscribe. Also I've sent multiple emails to the user site. Does anyone have the rocket scientist phone number or direct email address so on can contact? Did

Re: Where does System.out.println go under Tomcat

2001-04-16 Thread Kevin Sangeelee
The logs just go to stdout as normal. Assuming you're using a Unix variant, when you run startup.sh from a console, the stdout output goes to the console window by default. If you log out then you'll lose any further output, but Tomcat will continue as normal. I redirect stdout and stderr to

RE: Win2000

2001-04-16 Thread Antonio Vazquez
Yes,I have. What problem have you got? -Mensaje original- De: Warner, Randy [mailto:[EMAIL PROTECTED]] Enviado el: lunes, 16 de abril de 2001 15:56 Para: 'Tomcat-User (E-mail) Asunto: Win2000 Has anyone successfully installed Tomcat on Win2000 with IIS5? Randy Warner RightNow

RES: Apache/Tomcat integration issues

2001-04-16 Thread Pedro Henrique Ponchio
Put this few lines of code: LoadModule jk_modulelibexec/mod_jk.so AddModule mod_jk.c JkWorkersFile /packages/tomcat/conf/workers.properties JkLogFile /usr/local/apache_1.3.14/logs/mod_jk.log JkLogLevelwarn JkMount /*.jsp ajp13 JkMount /servlet/* ajp13 JkMount

Re: packages under WEB-INF/classes

2001-04-16 Thread Mark
Sam, I had no web.xml for the context. I was able to fix things by adding it. I guess web.xml is not optional in a case like this, where the servlet is in a package. I think the FM should be more clear on this. Thanks a lot for the help! Mark - Original Message - From: "Sam

Re: Apache/Tomcat integration issues

2001-04-16 Thread Sam Newman
Put this few lines of code: LoadModule jk_modulelibexec/mod_jk.so AddModule mod_jk.c snip Much of this code is already included in the mod_jk.conf-auto file which tomcat generates automatically on startup. This file doesn't reference ajpv13 anywhere. I guess I could simply

RE: saving session attributes across server machines

2001-04-16 Thread nati shalom
Hi "Raul" One approach for this as already mentioned is using a db. However a db is far from providing an elegant solution to this complex problem. For example you would need to know in advance where the db is located. You would need to integrate with its specific jdbc driver you would need to

Re: mod_webapp.so advice

2001-04-16 Thread Thom Park
Hmm... the new one (b3) won't compile ;-) -Thom "Fox, the Balloon Fox" wrote: D'oh! RightI seem to have suffered a temporary case of insanity and confused present with future. Support for mod_jk is something that they're WORKING onhere's what they have in the TODO has high

Re: Tutorial about cookies and sessions

2001-04-16 Thread Nael Mohammad
Netscape web site, use google for netscape and cookies search Nael Mohammad Product Support Neomar, Inc. 180 Montgomery Street Suite 2000 San Francisco, CA 94104 Tel: 415-403-7300 ext. 274 Fax: 415-403-7373 Cell Phone: 415-793-0609 URL: www.neomar.com

How can I run Batch file from servlet ??

2001-04-16 Thread Sunil Chandurkar
Hello All !! I am in big trouble, i want to call batch file on the server from the servlet. I have tried the following option but they didn't work.. please let me know if is there any way to do it... Process p = Runtime.getRuntime().exec ("cmd D:\\myFolder\\myBatchFile.bat");

Re: Where does System.out.println go under Tomcat

2001-04-16 Thread Boris Niyazov
use application.log method in your jsp pages to log msgs into servlet.log. HTH * * Boris NiyazovPh: 212-854-4094 Fax: 212-854-1749 * * Systems Manager Email: [EMAIL PROTECTED] * *

RE: How can I run Batch file from servlet ??

2001-04-16 Thread Randy Layman
When you create a process like this, its up to you to read and write to the process. This means that any output from your batch file will be lost unless you deal with is (Process has methods to get the input and output streams for standard in/out/error). I would suggest you try

Re: javax.servlet problem

2001-04-16 Thread suha_yacoub
Are you compiling your code on the same box that your tomcat server is located? If no, then make sure that your development machine has a servlet.jar file in the jdk. If yes, then: - add the path to servlet.jar in your classpath variable. servlet.jar should be somewhere in TOMCAT_HOME. I

Re: How can I run Batch file from servlet ??

2001-04-16 Thread Jim Cheesman
At 05:47 PM 4/16/2001, you wrote: Hello All !! I am in big trouble, i want to call batch file on the server from the servlet. I have tried the following option but they didn't work.. please let me know if is there any way to do it... Process p = Runtime.getRuntime().exec ("cmd

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: How can I run Batch file from servlet ??

2001-04-16 Thread Sunil Chandurkar
Randy Actually this batch file contains sql command.. like osql -U sa -P -i D:\Myfolder\CreateDatabase.sql i have tried this time.. with "/c start" option Process p = Runtime.getRuntime().exec ("cmd /c start D:\\myFolder\\myBatchFile.bat"); p.waitFor(); and this time its able

support

2001-04-16 Thread Dustin Tenney
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 in the near future, but management

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

How to compile jsp with debugging information with 4.0

2001-04-16 Thread Hui Ye
Title: How to compile jsp with debugging information with 4.0 Hi, all, I would like to debug the class file generated by Tomcat 4.0 B3. However, the class file generated with default configuration doesn't have debug information in it. I am wondering if somebody could tell me how to compile

RE: Require help

2001-04-16 Thread Vinoj Vijayan
i was thinking on the lines of a non-servlet class -Original Message- From: Tim O'Neil [mailto:[EMAIL PROTECTED]] Sent: Monday, April 16, 2001 9:39 PM To: [EMAIL PROTECTED] Subject: RE: Require help At 07:25 PM 4/16/2001 +0530, Vinoj Vijayan wrote: But instead of a servlet can't i

Re: How can I run Batch file from servlet ??

2001-04-16 Thread Mr.Y.SHIVAKANT
-Original Message- From: Randy Layman [EMAIL PROTECTED] To: [EMAIL PROTECTED] [EMAIL PROTECTED] Date: Monday, April 16, 2001 9:31 PM Subject: RE: How can I run Batch file from servlet ?? When you create a process like this, its up to you to read and write to the process. This means

RE: AddModule mod_jk.c

2001-04-16 Thread guyr
Title: RE: AddModule mod_jk.c Windows doesn't require DLLs to have a .dll extension. -Original Message- From: e_teer [mailto:[EMAIL PROTECTED]] Sent: Sunday, April 15, 2001 4:21 PM To: [EMAIL PROTECTED] Subject: Re: AddModule mod_jk.c Hey Eric, LoadModule loads the module into

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: Where does System.out.println go under Tomcat

2001-04-16 Thread suha_yacoub
did u try using out.println("test")? "Sam Newman" [EMAIL PROTECTED] on 04/16/2001 09:13:21 AM Please respond to [EMAIL PROTECTED] To: [EMAIL PROTECTED] cc:(bcc: Suha Yacoub/IL/ONE) Subject: Re: Where does System.out.println go under Tomcat Hmm, well they will get displayed in

Re: support

2001-04-16 Thread Sam Newman
I believe tomcat is being deployed as part of companies overall j2ee solutions. For example, our EJB container, Orcas, bundles and supports Tomcat as their solution for servlets and jsp support. Orcas are now owned by Cape Clear and costs the earth if all you want is Tomcat support. sam -

Problem in getting charset encoding

2001-04-16 Thread Ratnakar Palle
I apologize if this question has already been asked or answered. I went through the archive mails but couldn't find any solution for it. We are planning to develop a multilingual application using Servlet/JSP. The servlet can receive the request from clients of different languages. By

RE: Tomcat monitor/poller/email

2001-04-16 Thread Mark Mynsted
Yes, that helps. Has anybody written one of these from scratch? What approach did you take? I am curious what approach folks have taken. If I write one myself I thought of the following options: 1. Open a system semaphore at the start of Tomcat. Have an email program sit on the semaphore.

RE: How can I run Batch file from servlet ??

2001-04-16 Thread Randy Layman
That sounds like the PATH environment variable isn't set (as in it can't find osql). -Original Message- From: Sunil Chandurkar [mailto:[EMAIL PROTECTED]] Sent: Monday, April 16, 2001 12:08 PM To: [EMAIL PROTECTED] Subject: RE: How can I run Batch file from servlet ??

RE: Tomcat monitor/poller/email

2001-04-16 Thread William Kaufman
You could also just add a line in you shell script or batch file to send email after tomcat has run. FWIW, I like your option (2): you can even detect catastrophic failures on the server, just by locating the program on another (theoretically "safer") machine. And, can I mention that I'm

Randy - RE: How can I run Batch file from servlet ??

2001-04-16 Thread Sunil Chandurkar
I have set that path variable already.. still its not working did u find anyother solution thanx.. for responding lot... /sunil --- Randy Layman [EMAIL PROTECTED] wrote: That sounds like the PATH environment variable isn't set (as in it can't find osql).

Re: Apache-SSL or Mod-ssl

2001-04-16 Thread Jeff Kilbride
Actually, mod-ssl is the preferred way to add SSL to Apache these days. Apache-SSL is an older solution. Most of the commercial ssl products (i.e. Covalent Raven, Stronghold, etc...) are based on mod-ssl -- and they actually supportits development. If you've already gone through the pain of

RE: apache 1.3.19 + tomcat 3.2.1 + Solaris 2.6 + mod_jk = doesno two rk??

2001-04-16 Thread Del Prado, Antonio
Vishy, Thanks a lot - your suggestion worked! Tony -Original Message- From: Vishy Kasar [SMTP:[EMAIL PROTECTED]] Sent: Tuesday, April 10, 2001 2:52 PM To: [EMAIL PROTECTED] Subject: Re: apache 1.3.19 + tomcat 3.2.1 + Solaris 2.6 + mod_jk = does notwo rk?? I just

Re: Randy - RE: How can I run Batch file from servlet ??

2001-04-16 Thread Sam Newman
I have set that path variable already.. still its not working did u find anyother solution thanx.. for responding lot... /sunil As a test, try replacing the use of the sql command with a simple dir request, and redirect any output. Make sure you use fully qualified paths

RE: Randy - RE: How can I run Batch file from servlet ??

2001-04-16 Thread Randy Layman
Try replacing the relative osql with the fully-qualified path name (i.e. "C:\Program Files\Oracle Apps\bin\osql.exe"). I have several servlets that utilize external processes (and several other applications). I've found that you can never count on environment variables to be

Re: Require help

2001-04-16 Thread Milt Epstein
On Mon, 16 Apr 2001, Sam Newman wrote: I think your thinking is flawed. Unless I misunderstand you still and your not really thinking of trying to run a non-servlet class in Tomcat... But a servlet can of course use a non-servlet class. I could imagine some kind of class required to

Re: Apache-SSL or Mod-ssl

2001-04-16 Thread Sam Newman
Which is exactly what I did this afternoon :-) 3 days last week trying to get apache-SSL working to no avail (core dump on every connection was the net result!). Got apache running with mod_ssl in 15 minutes! Oh well, what doesn't kill me, only makes me really anoyed at wasting 3 daysor

RE: Randy - RE: How can I run Batch file from servlet ??

2001-04-16 Thread Darrell Porter
Since you're on a Win32 machine, did you do a search on the local hard drive for "osql.*" ? If so, does the path to that location contain any spaces? If so, specify a fully qualified path and use the short naming convention for the path (i.e. C:\Program Files\Oracle Applications\bin\osql.exe

RE: Tomcat monitor/poller/email

2001-04-16 Thread Milt Epstein
On Mon, 16 Apr 2001, William Kaufman wrote: You could also just add a line in you shell script or batch file to send email after tomcat has run. FWIW, I like your option (2): you can even detect catastrophic failures on the server, just by locating the program on another (theoretically

RE: Randy - RE: How can I run Batch file from servlet ??

2001-04-16 Thread Sunil Chandurkar
Thanx.. its working very finely /sunil --- Randy Layman [EMAIL PROTECTED] wrote: Try replacing the relative osql with the fully-qualified path name (i.e. "C:\Program Files\Oracle Apps\bin\osql.exe"). I have several servlets that utilize external processes (and

Re: Apache/Tomcat integration issues

2001-04-16 Thread Jeff Kilbride
I don't think there's a way to tell Tomcat to use ajp13 in it's auto-generated config files -- which is why I just used the auto file as a starting point to create my own. It's pretty simple and it doesn't change that often, unless you're constantly adding webapps. Remember, you'll have to

RE: Weird Cookie Behavior

2001-04-16 Thread John Towell
I am experiencing similar problems setting cookies. However, I have found that it is browser dependent, ie., works fine with Netscape (4.7) but doesn't set with IE 5.5 .. What browser are you using? -Original Message- From: David M. Rosner [mailto:[EMAIL PROTECTED]] Sent: Thursday,

Classpaths

2001-04-16 Thread Purcell, Scott
Hello, I am confused on CLASSPATH variable on my NT 4.0 box. I am running the tomcat server, and the Sun book for Core JSP says I can make a folder called classes in the installdir. My install is at the following location: D:\tomcat\jakarta-tomcat-3.2.2b2 Inside there are

Re: AddModule mod_jk.c

2001-04-16 Thread Jeff Kilbride
Title: RE: AddModule mod_jk.c I believe they changed the extensions from .dll to .so in Apache 1.3.15 and up. --jeff - Original Message - From: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Monday, April 16, 2001 9:16 AM Subject: RE: AddModule mod_jk.c

Tomcat in JBoss and IIS - HELP!!!

2001-04-16 Thread Moshe Avdiel
Hi, I read the HowTo for Tomcat+IIS (http://jakarta.apache.org/tomcat/jakarta-tomcat/src/doc/tomcat-iis-howto.ht ml http://jakarta.apache.org/tomcat/jakarta-tomcat/src/doc/tomcat-iis-howto.ht ml ) I installed Tomcat alone and followed all instructions from above - Works fine. (IIS redirect

Newbie Questions JSP/Tomcat

2001-04-16 Thread Purcell, Scott
Hello, I am new to JSP and especially Tomcat. I do have it installed and working on a NT4.0 Box. Anyway, I am working out of Suns book "Core Servlets And JavaServer Pages". On page 25 they talk about placing Servlets in the install_dir/classes directory. My install did not come with a classes

Re: tomcat startup problem

2001-04-16 Thread Jeff Kilbride
Looks like Tomcat may already be running or may not have shut down properly from a previous run. Try typing 'ps awx' from the command line and looking for java processes. If java is running, first try stopping Tomcat again with the shutdown script. If that doesn't get rid of all your java

RE: Weird Cookie Behavior

2001-04-16 Thread Craig Pfeifer
There's actually 2 cookie specs: the current one and an older netscape specification. I don't think that IE abides by the netscape spec (shocking!). You might have to detect the browser and act accordingly. That's the greatest thing about standards, there's so many to choose from. Craig Craig

RE: tomcat startup problem

2001-04-16 Thread Randy Layman
Something else is trying to use one of the ports Tomcat is trying to use (by default its 8080 and 8007). I would suggest you use netstat to determine what ports are available and reconfigure Tomcat, or stop the other process. Randy -Original Message- From: Chad

Re: tomcat startup problem

2001-04-16 Thread Chad Harrison
thanks all. ps awx | grep tom revealed a lingering process... strange. On Monday, April 16, 2001, at 01:24 PM, Jeff Kilbride wrote: Looks like Tomcat may already be running or may not have shut down properly from a previous run. Try typing 'ps awx' from the command line and looking

question regarding realms

2001-04-16 Thread Donald Ball
hi guys. i'm running tomcat-catalina out of cvs and i'm trying to protect my standalone tomcat-catalina instance using the same crypted passwords that live in my existing apache.htpasswd files - either using MemoryRealm or JDBCRealm, i don't care much which. i'd imagine this is fairly common,

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: Welcome File : index.jsp

2001-04-16 Thread suha_yacoub
Hello, I looked at the web.xml which I copied from TOMCAT_HOME/conf and it complies with the dtd that it refers to on the Sun site: http://java.sun.com/j2ee/dtds/web-app_2_2.dtd I'm still trying to get tomcat to load index.jsp when I hit the context directory. No luck yet. A few questions:

RE: Tomcat monitor/poller/email

2001-04-16 Thread Mark Mynsted
Great. :-) I would like to see it if that would be ok. I am running under Windows NT right now, due to a couple of dependancies I have not had time to overcome yet. Hmm. Running Tomcat under UNIX sounds like a solution that would prevent the need to check if Tomcat is running, at least for

Re: Auth bug in 3.2.1?

2001-04-16 Thread Rajesh A
I found this bug report- http://znutar.cortexity.com/BugRatViewer/ShowReport/757. I think this is what we are talking about. It has already been fixed in 3.2.2beta3. I installed it and my problem seems to have been solved. I will be interested to know if this beta3 release solves the problems

web.xml

2001-04-16 Thread Maureen Fisher
Is there a way to specify the name of the web.xml file, as a command line parameter to tomcat? (Much like we can specify different server.xml files.) This is the default web.xml, not application specific. Thanks. Maureen Fisher,

Does Tomcat 3.2.1 work on Windows 2000 Server/IIS5

2001-04-16 Thread Geofferey G Chen
Does Tomcat 3.2.1 work on Windows 2000 w/IIS5.0?

RE: tomcat startup problem

2001-04-16 Thread Wong, Connie
Try to stop tomcat and start it again. Something when you create a new class (or recompile), you need to stop and start tomcat. Connie -Original Message- From: Craig Pfeifer [SMTP:[EMAIL PROTECTED]] Sent: Monday, April 16, 2001 1:23 PM To: '[EMAIL PROTECTED]' Subject: RE:

Re: Does Tomcat 3.2.1 work on Windows 2000 Server/IIS5

2001-04-16 Thread Mark Mynsted
Have you tried it? [EMAIL PROTECTED] 4/16/2001 1:07:57 PM Does Tomcat 3.2.1 work on Windows 2000 w/IIS5.0?

Re: Does Tomcat 3.2.1 work on Windows 2000 Server/IIS5

2001-04-16 Thread Geofferey G Chen
Haven't tried yet. "Mark Mynsted" [EMAIL PROTECTED] on 04/16/2001 02:08:57 PM Please respond to [EMAIL PROTECTED]

RE: Does Tomcat 3.2.1 work on Windows 2000 Server/IIS5

2001-04-16 Thread Randy Layman
Yes. This is the second question today about this, I would suggest reading the mailing list archives before posting to this list. -Original Message- From: Geofferey G Chen [mailto:[EMAIL PROTECTED]] Sent: Monday, April 16, 2001 2:08 PM To: [EMAIL PROTECTED] Subject: Does

java.lang.OutOfMemoryError... O happy day.

2001-04-16 Thread Daniel Wintschel
Hey there. I just took over a project that is running on Solaris 2.6 and an Apache 1.3.12/Tomcat 3.2.1 install. After about three days of the server being up, it slows to a crawl and dies a wonderful death spewing forth Internal Server Errors and a wonderful inability to connect to any

RE: java.lang.OutOfMemoryError... O happy day.

2001-04-16 Thread Randy Layman
Tomcat itself doesn't leak any memory as far as our systems indicate. One thing to look at might be session usage - has the orginial developer made the session never timeout (which means that the memory used in it will never be recollected) or jave exceptionally long timeouts? Also,

Asking for an Opionio on Apache Tomcat or Just Apache

2001-04-16 Thread Chris Andreou
Dear forum, 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 is focusing on just using

RE: Tomcat at Windows 2000

2001-04-16 Thread Chris Andreou
Set the Http Server on Tomcat and it will show the error (standalone) and the window will not close -Original Message- From: Daniel de Almeida Alvares [mailto:[EMAIL PROTECTED]] Sent: Wednesday, April 11, 2001 8:16 AM To: [EMAIL PROTECTED] Subject: Tomcat at Windows 2000 Hi, I am

Security - Simple Realm/JDBC Realm - Pls Help

2001-04-16 Thread Suchi sekar
Hi I am relatively new to tomcat and I hope someone can help me. I am using JDBC realm to protect parts of my web app. Everything including authentication was working great on my stand alone tomcat server. Recently I moved my web app to apache/tomcat installation. I configured apache/tomcat as

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

2001-04-16 Thread Randy Layman
My opinion, and its just that, is that unless there is a compelling reason to use Apache (like its superior speed in static content, logging abilities, support of PHP/SSI/mod_perl/whatever, or ability to gracefully handle very large loads), don't use it. In most of today's systems, the

  1   2   >