AW: JDK 1.3 - Tomcat 3.2

2001-02-01 Thread Andreas . cloess
Friends: Our application works great with JDK 1.2.2 and Tomcat 3.2 Does any one know any issues if we upgrade to JDK 1.3 Tomcat 3.2 and JDK 1.3 (SUN) didn't work on a Cobalt Qube 3. On a RedHat 7 Prof. it works fine!

Connect Tomcat with any Webserver

2001-02-01 Thread Edgar Lott
Is it possible to connect an arbitrary web server other than apache, iis and ... with tomcat? Where can I get information about how to implement this? Best regards, Edgar Lott - To unsubscribe, e-mail: [EMAIL PROTECTED]

Re: tomcat and weblogic

2001-02-01 Thread David Bullock
Yep. Tomcat 3.1 works fine with Weblogic 5 SP 6. You pick up some RMI mashalling overhead, but I presume you are expecting that. regards, David On Wed, 31 Jan 2001, John Smith wrote: Anyone out there using tomcat with weblogic instead of weblogic's own servlet engine? Any advice or

Disallowing Concurrent sessions

2001-02-01 Thread Venkat
Hi All This has reference to an previous discussion on 'disallowing concurrent login' and Mr.Hans Bergsten came out with a suggestion of implementing HttpSessionBindingListener interface, add every new user to a vector, check the existence when a new user logs in ... I have implemented a

mod_jk and AJP13 protoco

2001-02-01 Thread Amir Nuri
I am working with mod_jk with Apache 1.3.14 and Tomcat 3.2. I configured the Tomcat to use Ajpv13 protocol. I am doing upload of files. When the upload files are text files: there is no problem, but when the upload files are binary files, I get Unexpected end of file I read the file from the

Different ports for ajp in workers.properties and server.xml

2001-02-01 Thread guyr
I'm experimenting with the ajp12 and ajp13 connectors. There is a port setting for each of these in both workers.properties and server.xml. What does it mean if I assign one port to (e.g.) ajp12 in workers.properties but give the ajp12 connector a different port number in server.xml? Guy

Re: boggling problem with jsp

2001-02-01 Thread Thomas Bartels
[EMAIL PROTECTED] dropped a dime in the machine, and out came: This will force Tomcat 4.0 (HTTP 1.1 webserver) to behave like HTTP 1.0 (Tomcat 3.2). This will force IE to treat Tomcat4 like a HTTP 1.0 server, hence it will *not* try to use a persistent connection. The only problem with this

RE: Redirecting and Broken Streams with Tomcat under IIS

2001-02-01 Thread Etienne Baert \(SPS Office\)
Hi Daniel, we also had the problem with response.sendRedirect(). In fact, the sendRedirect() was sent when already html tags were sent to the browser. We avoided that problem by using a workaround : the sendRedirect is now pointing to a javascript function = location.replace() that will reset

Re: Wanted help for Linux Platform.......

2001-02-01 Thread nagappan
Hello, If U R working with Debian GNU/Linux, I can help U 2 some extent. - Original Message - I am working on java mostly jsp servlet. now my requirment is to work on linux platformso can u plesasegive me information about all setting of tomcat apache webserver

Re : extracting jsp file name

2001-02-01 Thread Kief Morris
Shahed Ali typed the following on 04:41 PM 1/31/2001 -0600 I have a MVC framework in which all jsp pages post data to a controller servlet. In this servlet, I need to findout which jsp page invoked it. Currently I am passing a hidden variable with value="/callingpage.jsp" ... I want to replace

Re: boggling problem with jsp

2001-02-01 Thread SUCHETA LELE
Hi I am having exactly the same problem. But I didn't understand what you said. So, pls explain. I have say and add page, i post to the same page and do my insert and then redirect to a confirmation page. But I get the output of a javascript(.html) file that i had included in my add page, then

debugger

2001-02-01 Thread sebastien Gauthier
Hello, I would want to know how debugging a servlet JSP who runs with an Apach Server Thanks you, ___ Do You Yahoo!? -- Pour dialoguer en direct avec vos amis, Yahoo! Messenger : http://fr.messenger.yahoo.com

Re: 46 java threads???

2001-02-01 Thread Alex Fernández
Aren't they part of a thread pool? You don't want to initialize a thread every time a request comes; instead, you better have them ready and waiting to serve incoming petitions. They won't eat into your memory until they're used, and they share the same memory. Actually, for a production server

RE: 46 java threads???

2001-02-01 Thread Christopher Kirk
Where are you getting the figure '10Megs per thread' from? Each thread shares the same memory space, that means the 10Megs is shared between the 46 threads and is not on a per thread basis. - Chris Brainbench MVP Java2. -Original Message- From: James Diggans [mailto:[EMAIL

RES: debugger

2001-02-01 Thread Edson Carlos Ericksson Richter
Can Tomcat show JSP line numbers as does Resin when Exception occurs? This help (very, very much) to debug. Edson Richter - Mensagem original - De: sebastien Gauthier [SMTP:[EMAIL PROTECTED]] Enviada em: quinta-feira, 1 de fevereiro de 2001 6:53 Para:

Tomcat 3.2 admin app

2001-02-01 Thread McCarthy, Richard
Hi, I am trying to set up the admin app in tomcat 3.2 but can't. I have tried setting the admin role in tomcat-users.xml and have set the 'trusted' field to true in the server.xml file. I have also added 'admin' to the ajp12 worker in the uriworkermap.properties file by writing /admin/*=ajp12

Slow start under Windows 98

2001-02-01 Thread Jacinto Morán
Greetings for all ! I find myself in the difficult situation of havfing to deploy a web application I developed under Linux onto a Windows 98 system. The application itself, which consists mainly on JSPs, works correctly, but when I start Tomcat on the W98 machine and, from the web

RE: Tomcat 3.2.1 Standalone, JSSE 1.0.2 and Socket ERROR

2001-02-01 Thread Tobias Ødell - Wapportal.se
I have the same problem as you! I've also tried the the URL with setting, System.setProperty("java.protocol.handler.pkgs","com.sun.net.ssl.internal.ww w.protocol"); I get the same error from both test and it is: Tomcat server says: 2001-02-01 01:15:20 - Ctx( ): IOException in: R( /) Received

NewBie :Compilation problem

2001-02-01 Thread CLAVIER Remi FTRD/RTA/LAN
I have a very important set of classes to manage my site (Intranet) and this set of pllication worked well in a Resin Server. Now, I want to use Tomcat and I install it without problem (WinNT4). When I try to lauch (from my browser) Tomcat give me a "jasper exception" at the excecution f the %

RE: problem starting Apache with mod_jk

2001-02-01 Thread suresh
Hi Jared I am also using the same configuration Solaris 8 for Intel Apache 1.3.14 Tomcat 3.2 and getting the same error,like yu suggested i have tried the precompiled version(it gives file not found),but the when i compile it gives symbol error.Please give me some hints Regards Suresh

Re: Invoking parameterized constructor using sueBean tag from a jsp

2001-02-01 Thread Luc Vanlerberghe
AFAIK the bean spec requires that a no-arg constructor must exist. To initialise your bean you must use another method or getter/setter methods. You can always include your constructor with arguments as well and let it call this() (as very first statement) and then the initialisation method

Re: JDK 1.3 - Tomcat 3.2

2001-02-01 Thread Neil Streeter
Tomcat 3.2 and JDK 1.3 (SUN) didn't work on a Cobalt Qube 3. On a RedHat 7 Prof. it works fine! Hi all, anyone have any luck at all on a Qube w/ mips -- cobaltOS (Redhat 5.1) I've not had a lot of experience on the Qube, just trying to get it running for a friend I have had great

mod_jk and ajpv13 protocol

2001-02-01 Thread Amir Nuri
Hi I am working with mod_jk with Apache 1.3.14 and Tomcat 3.2. I configured the Tomcat to use AJPv13 protocol. I am doing upload of files. When the upload files are text files: there is no problem, but when the upload files are binary files, I get Unexpected end of file I read the file from the

RE: Slow start under Windows 98

2001-02-01 Thread Cato, Christopher
This problem is most likely related to the init of the secure random number generator which TomCat uses for session management. It's only slow for the first servlet/jsp so write a script that starts up TomCat and then requests a jsp / servlet. Once the first request is handled, the secure random

RE: mod_jk and ajpv13 protocol

2001-02-01 Thread Randy Layman
This is a know bug with mod_jk. I don't know if anyone is activly working on solving the problem. Randy -Original Message- From: Amir Nuri [mailto:[EMAIL PROTECTED]] Sent: Thursday, February 01, 2001 8:29 AM To: [EMAIL PROTECTED] Subject: mod_jk and ajpv13 protocol

Re: Help with Tomcat 3.2 under Netscape NES 3.6

2001-02-01 Thread Allen Akers
I got this working successfully a while back and as I recall had to go in and get rid of all references to ajp13 in order to get those two to coexist. Good luck! Allen Akers Programmer Analyst Strategic Web and Voice Development

can´t build mod_jk under AIX :-(((

2001-02-01 Thread rainer
hi there! i work on AIX 4.3.3 and with apache 1.13.14 and need zu build a mod_jk but it doesnt work. i am using java 1.3.0. when i execute the apxs-tool described in the mod_jk-howto the linker reports an error and stops. /usr/local/apache/bin/apxs -o mod_jk.so -I../jk -I/usr/java130/include -c

Re: Where to Strore bean in Tomcat

2001-02-01 Thread Matt Goss
Kiran, All class files go in the WEB-INF/classes folder. (unless they are in a jar file, then put them in the WEB-INF/lib folder) Matt dsd dsd wrote: Hello my application directory is purejsp here i am keeping my jsp files. I created 2 more dirctories Web-inf under that one more

getRequestDispatcher() does not return null

2001-02-01 Thread Shahed Ali
Hi, I am using Tomcat 3.2.1 w/JSK 1.3 on Intel Solaris w/Apache 1.3.14 I have he following fragment of code. RequestDispatcher rd = request.getRequestDispatcher(routeto); if(rd != null) { rd.forward(request,response); } else {

Re: AW: JDK 1.3 - Tomcat 3.2

2001-02-01 Thread Chris Janicki
I've been running Tomcat 3.1 on Solaris with JRE 1.3 and its been fine so far. However it has a very light load, and there is a serious new bug in 1.3 that may break things if you have lots of busy threads. See: http://developer.java.sun.com/developer/bugParade/bugs/4293268.html PS: I'd

Re: Where to Strore bean in Tomcat

2001-02-01 Thread Chris Janicki
Suggestion: I've had some confusing problems when using packages in 3.1, so you might want to jar up any packaged classes (even if it is just one) into a jar and use the WEB-INF/lib directory as Matt suggested. Chris Original Message On 2/1/01, 9:24:40 AM, Matt Goss [EMAIL PROTECTED] wrote

messages on the server window

2001-02-01 Thread Bob Kersten
Hello, I'd like to show certain (event) messages on the window where Tomcat is running (thus: not send to the browser) I've seen this in one of the JSP examples, but I don't know exactly how this is done. -- Ajuus, Bop.

RE: messages on the server window

2001-02-01 Thread Danganan, Clyde
You could do something like this: % System.out.println("Your message"); System.err.println("Your message"); % -Original Message- From: Bob Kersten [mailto:[EMAIL PROTECTED]] Sent: Thursday, February 01, 2001 8:54 AM To: [EMAIL PROTECTED] Subject: messages on the server window Hello,

Custom authentication mechanism in Tomcat?

2001-02-01 Thread Geoff Taylor
Hi, I'd like to implement a custom authentication mechanism for Tomcat. How should I go about it? OK, so that's a huge question. I'll try and be a bit more specific: I'd like to be able to authenticate users against a database. I'm not afraid of writing the code to do all this, but I'd like

RE: Custom authentication mechanism in Tomcat?

2001-02-01 Thread Vijay Prabhakar
Title: RE: Custom authentication mechanism in Tomcat? I'm currently doing something similar. I have authentication working as an Interceptor. I based it off of the BaseInterceptor class. I just re-wrote the authenticate() method. I suspect that I will need to rewrite part of the context

RE: Custom authentication mechanism in Tomcat?

2001-02-01 Thread Randy Layman
Well, the source for Tomcat is open and available, and there is already a class that authenticates against a database (org.apache.tomcat.request.JDBCRealm) that seems like it would probably be a good basis for whatever you are trying to do that it doesn't. To get the source, you can

How do I rotate logs for Tomcat?

2001-02-01 Thread Frank Signorelli
Hi all, To prevent logfiles from growing without bound, Apache uses the rotatelogs command with the TransferLog directive in httpd.conf. What is the preferred method for rotating log files from Tomcat? Thanks in advance for any advice. Frank --- Frank L. Signorelli mailto:[EMAIL

Changing context logical path

2001-02-01 Thread Ariel
I would like to invoke my servlets from http://myHost/MyContextBase/MyServlet instead of: http://MyHost/MyContextBase/servlet/MyServlet In other words i want to ommit ../servlet from the path. Is it possible? Ariel -

HELP!!!

2001-02-01 Thread Carmelita Calubayan
hi guys! i need your help ... desperately ... my friend is installing jakarta tomcat 3.1.1. we've followed the installation instructions: * Download the zip/tar.gz/whatever file from http://jakarta.apache.org/downloads/binindex.html. * Unzip the file into some directory

RE: Custom authentication mechanism in Tomcat?

2001-02-01 Thread Randy Layman
I believe (I'm not looking at my copy of the spec right now) that the method of authentication is up to the servlet engine. My main reason for saying this is that its in the server.xml file, and almost everything in this file is Tomcat-specific. If it was in the web.xml file, then I

RE: HELP!!!

2001-02-01 Thread Randy Layman
Instead of running startup.bat, try running tomcat.bat run. This will let you see the contents of the window that opens and closes very quickly. The mostly likly thing, though, is that the Win98 machine is getting an Out of Environment Space (or something like it). You can

RE: TOMCAT/Apache jk

2001-02-01 Thread Mike Braden
Nadia, I'm not sure about Digital Unix, but the first line should be the library file, which is usually a shared object library (Sun=.so, HPUX=.sl) i.e. LoadModule jk_module libexec/mod_jk.so LoadModule jk_module libexec/mod_jk.c AddModulemod_jk.c Also, make sure that mod_jk is

Re: Custom authentication mechanism in Tomcat?

2001-02-01 Thread Geoff
From: "Randy Layman" [EMAIL PROTECTED] Well, the source for Tomcat is open and available, and there is already a class that authenticates against a database (org.apache.tomcat.request.JDBCRealm) that seems like it would probably be a good basis for whatever you are trying to do that it

SV: HELP!!!

2001-02-01 Thread Cato Førrisdahl
[snip] it didn't work on her machine. i tried it on mine and it worked. i've win NT 4.0 and she has win 98. [EMAIL PROTECTED] told me it should work properly on win 98. [snip] is there something else we should do since she's got a diff operating system? any suggestions? Hi, what you describe is

RE: can´t build mod_jk under AIX :-(((

2001-02-01 Thread Mike Braden
Have you compiled other code with gcc? I have seen similar errors on HPUX. I know that on HPUX, you also have to have GNU bin utils, which provides the assembler and some other utils required to compile source. Hope this helps. Thanks, Mike. -Original Message- From: rainer

Re: FTP command

2001-02-01 Thread Nael Mohammad
Linux.com, Linuxstart.com Linuxtoday.com Nael Mohammad Customer Support Analyst Neomar, Inc. 180 Montgomery Street Suite 2000 San Francisco, CA 94104 Tel: 415-403-7300 ext. 274 Fax: 415-403-7373 " Wireless Means Business" -- Sent from my BlackBerry Wireless Handheld

RES: FTP command

2001-02-01 Thread Edson Carlos Ericksson Richter
http://www.freesoft.org/CIE/RFC/959/index.htm - Mensagem original - De: Richard Diaz [SMTP:[EMAIL PROTECTED]] Enviada em: quinta-feira, 1 de fevereiro de 2001 14:04 Para: A mailing list about Java Server Pages specification and reference Cc:

How to setProperty with checkbox group

2001-02-01 Thread Carl Bacher
I'm trying to call setProperty on a group of checkboxes, i.e., multiple values for one parameter. The jsp is as follows: jsp:useBean id="myBean" class="com.company.TheBean" / jsp:setProperty name="myBean" property="selectedItems" param="selectedItems" / The

SV: FTP command

2001-02-01 Thread Cato Førrisdahl
Richard Diaz wrote: Hi does anyone know of a good resource for LINUX commands, specifically FTP. Hi, Well, for linux-commands, the best resource is the man-pages reached by typing "man ftp" (without the "s) at the command-shell. The man-pages should also be available somewhere on the web if you

RE: How to set apache so it starts from index.jsp?

2001-02-01 Thread Suresh.S.V
Hi add DirectoryIndex index.jsp in your tomcat.conf file.This index.jsp file should be in your apache base directory(DocumentRoot). Regds Suresh -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of mike niemaz Sent: Thursday, February 01, 2001 8:52 AM

RE: Changing context logical path

2001-02-01 Thread Stefan Langer
Yes. Just add the appropriate servlet mapping in the web.xml file in the WEB-INF directory of your webapp. Look at the examples web.xml file for a guide on how to do it. Stefan

RE: JDK 1.3 - Tomcat 3.2

2001-02-01 Thread Stefan Langer
If the SUN SDK doesn't work try the IBM SDK. I set it up on a Cobalt Raq and it works fine. Had no problems compiling the mod_jk for connection to apache. Best bet so is to start off with just getting tomcat to run. Best regards... Stefan

Re: How to set apache so it starts from index.jsp?

2001-02-01 Thread mike niemaz
Hi, Could you please tell us how you solved it? I'm having the same pb here ;-( Thanx, --mike Wojciech Wasowicz wrote: Dave Newton wrote: Question like in Subject. I've tried to replace index.html with index.jsp _at_the_end_ of httpd.conf and it doesn't work. (I use

RE: HELP!!!

2001-02-01 Thread Jan Estes
The actual command to use in your c:\config.sys file is SHELL=C:\COMMAND.COM C:\ /E:2048 /P This should fix the problem. Jan Estes -Original Message- From: Cato Frrisdahl [mailto:[EMAIL PROTECTED]] Sent: Thursday, February 01, 2001 11:13 AM To: [EMAIL PROTECTED] Subject: SV: HELP!!!

RE: How to setProperty with checkbox group

2001-02-01 Thread Stefan Langer
I really have no idea why it doesn't work in Linux. Btw which SDK are you using on NT and which on Linux?? BUt here a suggestion: Try putting the setProperty tag inside the useBean tag. Something like this jsp:useBean ... jsp:setProperty .../ jsp:useBean/ Might work. hope that

Re: Disallowing Concurrent sessions

2001-02-01 Thread David Wall
This method works as long the user signs out using another jsp page which removes all cookies and invalidates the session, but the probelm is that if the user closes the browser window without signing out, those details are never removed from the table and he will not be able to login at all

Integrating Tomcat and Apache

2001-02-01 Thread Alessandra Furlan
Hi everybody, I'm trying to integrate Tomcat and Apache! I downloaded Tomcat source code in a source directory and I'm trying to execute : $ apxs -c -o mod_jserv.so *.c Platform is Sun Solaris 2.7 and I just have GCC compiler. How should I modify apxs script to have it executing succesfully?

Re: How to setProperty with checkbox group

2001-02-01 Thread Carl Bacher
Actually, on NT I'm using jdk1.3 and on Linux I'm using 1.2.2. Maybe that's the difference. I did manage to get it to work by using the Request object and setting it explicitly % String[] selectedItems = request.getParameterValues("selectedItems"); myBean.setSelectedItems(selectedItems);

RE: Apache to Tomcat Connector Problem

2001-02-01 Thread Mike Braden
John, Make sure that you clean out all of the .o files before you build. You can run a make clean to remove the files from the apache-1.3 dir, but I believe it also uses .o files from webapplib dir. You'll have to remove them manually because I don't think there is a clean in that Makefile.

Re: How to setProperty with checkbox group

2001-02-01 Thread Ben Ricker
Hey! Are you seeing other admins behind my back!! Heh...actually, a small clarification: I am using 1.3 for Tomcat. I thought we might as well upgrade to the latest and the greatest for the Tomcat install. Ben Carl Bacher wrote: Actually, on NT I'm using jdk1.3 and on Linux I'm using

RE: Tomcat 3.2 admin app

2001-02-01 Thread Stefan Langer
What is your enviroment??? Try going to port 8080 where Tomcat is actually listening.. something like this http://localhost:8080/admin The admin index page should come up!! Stefan

RE: Tomcat 3.2 admin app

2001-02-01 Thread Johnathan Smith
But whats the login?? --- Stefan Langer [EMAIL PROTECTED] wrote: What is your enviroment??? Try going to port 8080 where Tomcat is actually listening.. something like this http://localhost:8080/admin The admin index page should come up!! Stefan = If your into Body For

Re: Tomcat + Apache under Mandrake

2001-02-01 Thread Tong Sun
Thanks, Jorge I did compile it myself. Here is the result. $ file mod_jk.so mod_jk.so: ELF 32-bit LSB shared object, Intel 80386, version 1, stripped $ size mod_jk.so text data bss dec hex filename 762391460 28 77727 12f9f mod_jk.so I only build the

Tomcat install on unix

2001-02-01 Thread Peter . Pan
I install tomcat 3.2 into my unix user account. It starts up well. Sevelet running well also. But alwasy problem in running JSP. It post an error page like following, It seems compiler can not work properly. I guess it is related to the account access right. The jdk1.1 is installed in /usr/jdk1.1

Problems with %=request.getRemoteHost()%

2001-02-01 Thread Carlos López
Hi, when I use %=request.getRemoteHost()% it returns me null, what could be wrong. I'm using tomcat 3.2 thanks

install tomcat on unix

2001-02-01 Thread Peter . Pan
I install tomcat 3.2 into my unix user account. It starts up well. Sevelet running well also. But alwasy problem in running JSP. It post an error page like following, It seems compiler can not work properly. I guess it is related to the account access right. The jdk1.1 is installed in /usr/jdk1.1

checking and recompiling JSPs

2001-02-01 Thread William Au
Does Tomcat check the timestamp of a JSP on each request to see if it needs to be recompiled? Is there anyway to turn this off on a production site where the JSPs are not changing? Bill - To unsubscribe, e-mail: [EMAIL

RE: checking and recompiling JSPs

2001-02-01 Thread Stefan Langer
To prevent tomcat from recompiling the jsp pages just set the reloadable flag in the context to false. You can find the context in the server.xml file located in the conf directory under your tomcat installation. Just look at the other contexts for an example. Stefan

RE: checking and recompiling JSPs

2001-02-01 Thread Morahg, Yoav
Does the reloadable flag have anything to do with recompiling jsps or is it just related to reloading classes when they change? -Yoav -Original Message- From: Stefan Langer [mailto:[EMAIL PROTECTED]] Sent: Thursday, February 01, 2001 3:10 PM To: [EMAIL PROTECTED] Subject: RE: checking

RE: Tomcat 3.2 admin app

2001-02-01 Thread Stefan Langer
The login is what ever you define in the tomcat-users.xml file in the conf directory under your tomcat installation. Tomcat doesn't give a default setup for the admin role so you have to edit it yourself. Try something like: tomcat-users user name="tomcat" password="tomcat"

RE: checking and recompiling JSPs

2001-02-01 Thread Stefan Langer
As far as I know it is related to reloading classes and JSP pages if they changed. SInce changing of a JSP page implies recompiling it it would mean reloading implies recompiling of JSP pages. Please correct me if I'm wrong Stefan

Tomcat install problem in sun solaris unix

2001-02-01 Thread Peter . Pan
I install tomcat 3.2 into my unix user account. It starts up well. Sevelet running well also. But always problem in running JSP. It post an error page like following, It seems jsp compiler can not work properly. I guess it is related to the account access right. The jdk1.1 is installed in

RE: Tomcat install problem in sun solaris unix

2001-02-01 Thread Danganan, Clyde
Does your classpath have a reference to the tools.jar file? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Thursday, February 01, 2001 2:16 PM To: [EMAIL PROTECTED] Subject: Tomcat install problem in sun solaris unix I install tomcat 3.2 into my unix user

Why use apache

2001-02-01 Thread Cybercity_Egen
Hi, I am new at tomcat. Why use Apache with tomcat, is it not enough just to use Tomcat. It works for me, but will it be a problem if i get high traffic on my server, or is there any other disadvanteges? Thanks Jimmy mailto:[EMAIL PROTECTED]

Running web apps from a custom directory (W2K,IIS5,Tomcat 3.2.1)

2001-02-01 Thread Vegard Skjefstad
Hi, Platform info: Windows 2000 with SP1 IIS 5.0 Tomcat 3.2.1 I'm trying to get Tomcat 3.2.1 to run a web application from c:/inetpub/projectmagoria. I have added a new context entry in the server.xml file Context path="/projectmagoria"

RE: Why use apache

2001-02-01 Thread Randy Layman
Tomcat is written in Java. Apache is written in C/C++. Java is interperted. Apache is not. Therefore, when serving the same content, Apache is faster. With that being said, however, it really depends upon what it is that you are serving. Our application has ~12 static file (1

servletapi

2001-02-01 Thread Duty, Jed
I am working on a Unixware 7.0.1 box. This os won't run jdk 1.2.2 so I need to compile the servletapi with jdk 1.1.7. When I run build.sh here is what I get: Buildfile: build.xml prepare: compile: [javac] Compiling 40 source files to /source/jakarta/build/servletapi/classes BUILD FAILED

RE: Running web apps from a custom directory (W2K,IIS5,Tomcat 3.2.1)

2001-02-01 Thread Randy Layman
Don't create virtual directories, edit the uriworkermap.properties file. Randy -Original Message- From: Vegard Skjefstad [mailto:[EMAIL PROTECTED]] Sent: Thursday, February 01, 2001 3:31 PM To: [EMAIL PROTECTED] Subject: Running web apps from a custom directory

RE: Integrating Tomcat and Apache

2001-02-01 Thread Mike Braden
If you download and build the apache source on your box, it will build (configure) apxs correctly for you and you won't have to make any changes. Thanks, Mike. -Original Message- From: Alessandra Furlan [mailto:[EMAIL PROTECTED]] Sent: Thursday, February 01, 2001 1:12 PM To: [EMAIL

RE: How do I rotate logs for Tomcat?

2001-02-01 Thread Ignacio J. Ortega
FYI. Proposed Tomcat 3.3 Release , already cycles logs in a flexible basis, allowing to use Month,Day,Year or whatever combination you like as rotation time . Tomcat 4.0 already has this capability too..but only in daily rotation.. Saludos , Ignacio J. Ortega -Mensaje original- De:

Tomcat as service in W2K

2001-02-01 Thread Ralph Bobrik
Hi, i've tried to run Tomcat 3.2 on W2K IIS 5.0 as a service with JDK1.3. But I don't get it running... any ideas? Thanks - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email: [EMAIL PROTECTED]

Re: Why use apache

2001-02-01 Thread Ben Ricker
As the "minimalist" manual says, Apache should be used when serving a heavy load of static content as well as the dynamic java content. Apache is MUCH more extensible, scalable, and robust of a http daemon then Tomcat's built-in http server. Ben Ricker Senior Web Administrator US-Rx, Inc.

RE: Why use apache

2001-02-01 Thread Dennis Doubleday
At 03:06 PM 2/1/01, you wrote: So, the answer is it really depends. Look at your usage patterns - if its almost exclusively Tomcat-served dynamic content then go with just Tomcat. If its mostly static with a few dynamic pages the go with Apache and Tomcat. If its in between,

insert code into html pages ... filters in Tomcat4, 2.3 servlets

2001-02-01 Thread Grobe, Gary
I have tomcat 4.0 (uses 2.3 servlets) up and running. I'd like to insert code into the body of html pages that I've requested (must insert code into an existing page, not write the page from a servlet). Q1 - Can someone point me to some 2.3 servlet examples, or an API reference, tutorials,

Re:RE: Tomcat install problem in sun solaris unix

2001-02-01 Thread Peter . Pan
I am using jdk1.1. So it do not have this file. My setting is follwoing, In .cshrc file, setenv TOMCAT_HOME $HOME/jakarta/tomcat setenv JAVA_HOME /usr/java1.1 setenv CLASSPATH $TOMCAT_HOME/lib:$TOMCAT_HOME/src:$JAVA_HOME/lib Thanks, Peter Reply

RE: Why use apache

2001-02-01 Thread Cato, Christopher
That is NOT my experience of the Apache / Jserv combination. Jserv used to crash approximately 2 times a week. Apache never restarted it because jserv had caused the JVM to freak out and hang which made Jserv seem alive while it wasn't. TomCat / Apache is the most stable i've seen so far. Not a

Re: checking and recompiling JSPs

2001-02-01 Thread William Au
I played with the reloadable flag in the context in sever.xml. It only affects my servlets but seems to have no effect on my JSPs. I think the reloadable flag only affects classes in WEB-INF/classes. That would explain why it doesn't work on JSP. Can anyone confirm that? Bill "Morahg, Yoav"

RE: Why use apache

2001-02-01 Thread Tracy_Getz
We were going to use Apache because it supports SSL. Can Tomcat support SSL also? Randy Layman [EMAIL PROTECTED] on 02/01/2001 03:06:01 PM Please respond to [EMAIL PROTECTED] To: [EMAIL PROTECTED] cc: Subject: RE: Why use apache Tomcat is written in Java. Apache is written in

simple jsp forwarding

2001-02-01 Thread Jason Novotny
My idea is to create a generic template jsp file that can include other jsps depending on a request parameter. So I have a link like the following: a href="/example/jsp/template.jsp?mainpage=/example/jsp/login.jsp"Login/abr And then my template jsp has the following: ... % String mainpage =

performance

2001-02-01 Thread RBinion
Hi, I know that Tomcat does not claim to strive for the performance characteristics of other servlet containers, such as resin. However, I am wondering just how bad the performance is. I have run some tests, and I have been a bit surprised. Test environment is a 4 proc NT server with 1 gig of

RE: Why use apache

2001-02-01 Thread Randy Layman
The only real way that I could think to do this (would looking into the AJP12 and AJP13 specs) is to do a program/script thing that would: while (true) { request http://localhost:8080 if request not valid tomcat start }

RE: Why use apache

2001-02-01 Thread Randy Layman
I've never used it, but there is something in the server.xml file that indicates for SSL to uncomment these lines and do some other things to register certificates. Randy -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Thursday, February 01,

RE: performance

2001-02-01 Thread Randy Layman
Light load? It looks to me that you are sending 1ms * 1000 ms/s * 20 threads = 20,000 requests per second to the server. This would translate to 20K request/second * 60 seconds/min * 60 minutes/hour = 72,000,000 request per hour. Maybe I'm not understanding the numbers you

CLASSPATH

2001-02-01 Thread Doug Ferguson
If I have a helper class that I would like to make visible to all my servlets. Where should I place this file? I have been running tomcat from the directory where these helper classes are located. ("." is in my classpath) and that works. However I want a more robust solution. I don't think it

Basic servlet directory question

2001-02-01 Thread Nibler Jeff R. (PDX1JRN)
First of all, I'm sorry for posting such a basic question, but I can't seem to find what I'm looking for anywhere. Some eight months ago, I configured Tomcat to work with IIS and serve the servlets. All I need to do now is add another servlet directory. Try as I might, I can't remember how I

problems with servlet init parameters tomcat 3.2.1

2001-02-01 Thread Karina Anderson
I have a servlet that is trying to get inititalization parameters. I have done all the doc says, but it doesn't get them. It gets null. I am using tomcat 3.2.1 and jdk1.3. My servlet is under jakarta/webapps/DashboardDIG/Web-inf/classes/package.servlet.class

RE: Changing context logical path

2001-02-01 Thread Dan Rapp
Yes. Just add the appropriate servlet mapping in the web.xml file in the WEB-INF directory of your webapp. Look at the examples web.xml file for a guide on how to do it. I also had a question relating to this. I've actually modified my web.xml file to include a servlet mapping, and when I do

static mod_jk build

2001-02-01 Thread Avery Buffington
Has anyone gotten apache to build with a static mod_jk? I've been tinkering with a makefile template I found at http://w4.metronet.com/~wjm/tomcat/2000/Sep/msg00794.html ,but I've got some wierd makefile issues (missing seperator errors). I'm building on solaris 7 and solaris 8, with gnu

checksum error

2001-02-01 Thread Peter . Pan
I try to tar tomcat4.0.tar but get a checksum error. How to fix it? Thanks, Peter - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email: [EMAIL PROTECTED]

Re: starting Tomcat at boot time on Linux

2001-02-01 Thread Kevin Sangeelee
I noticed that while you set TOMCAT_HOME, you didn't set JAVA_HOME. Could it be that Tomcat is using the wring JVM (i.e. kaffe that's installed by some distributions)? On Thu, 1 Feb 2001, Brett Perkes wrote: I can start Tomcat from the command line and it continues to run great, even runs my

  1   2   >