RE: Tomcat hangs after user stops a request

2000-12-20 Thread Saurabh Shukla
I do not know the solution, but i can show you a way out, run a srcipt which sees the number of close wait (for tomcat) it is exceeds a number then restart tomcat. I was in a similar kind of situation and this what i had to do. Regards, Shuklix -Original Message- From: RAMAKRISHNA

Session Timeout

2000-12-20 Thread Romuald Colletaz
Hello, how can I handle session timeout in JSP page? (I use tomcat 3.2) I mean how can I redirect my user into the login page when he refreshes a page where the session is timeout. thanks, Romuald

Problems with MIME-type mappings

2000-12-20 Thread Immo Heino
Hi folks, I have recently started to use a tomcat-3.2.1 instead of the old tomcat-3.1 version and encountered a strange configuration problem. Currently I have mapped the old tomcat version 3.1 to the port 8080 and new one (3.2.1) to 8088. Both use the same /conf/web.xml file (with no

RE: Session Timeout

2000-12-20 Thread Khaled Ben Mohamed
You can test at the begining of all pages if the session is new or not and redirect to the login page if it is new -Message d'origine-De: Romuald Colletaz [mailto:[EMAIL PROTECTED]]Envoyé: mercredi 20 décembre 2000 09:40À: '[EMAIL PROTECTED]'Objet: Session Timeout

Re : Session Time Out

2000-12-20 Thread Narayanan Balasubramanian
hi there is no built in function to get the session has timed out or not. Follow the steps. 1. Setting the max interval the session should be valid ...session.setMaxInactiveInterval(3600) this 3600 = 72 * 1000 milli seconds. 2. fine now u have set the session should exist for 2

AW: Replacing ALL Whitespace in string

2000-12-20 Thread Ralph Einfeldt
replace() inj class String is intended to to replace a character with another. If you want to replace spaces with an empty string you have to write your own function like this: public String removeBlanks(String aString) { StringBuffer mResult = new StringBuffer(); StringTokenizer

Re: using xalan with Tomcat

2000-12-20 Thread Jim Rudnicki
You can manually re-order to classpath to put xerces.jar before parser.jar. At least with 3.2, Tomcat adds the jars to its classpath in alphabetical order, so you can renamed parser.jar to zparser.jar and it will be loaded last. I've been using this trick for a while. BTW does anyone know

RE: Netscape displaying the HTML code

2000-12-20 Thread Saurabh Shukla
You can refer "ForceType" directive in Apache. Shuklix -Original Message- From: Guntupalli Shanti [mailto:[EMAIL PROTECTED]] Sent: Wednesday, December 20, 2000 2:46 AM To: [EMAIL PROTECTED] Subject: Netscape displaying the HTML code Hi, I have tomcat 3.2 running on Apache 1.3.14.

Still : Error in HttpSessionFacade - still nobodys really interested in

2000-12-20 Thread Hanusch, Hartwig
Hi there, does anybody know why a servlet works fine with tomcat only (port 8080) but when using apache/tomcat via jk_mod (or old jserv) the servlet throws an error like that: java.lang.NullPointerException:

WAP Gateway - Chunked HTTP Responses and CRLF

2000-12-20 Thread Jamie Hall
Hi, Does anybody know if a workaround or solution was found to the problem originally described below, involving a problem with certain WAP gateways not accepting output generated by JSPs under Tomcat on Unix systems?? It was posted a couple months ago, but I don't see that any workarounds were

how to eliminate port number?

2000-12-20 Thread Katsuyuki Michishita
tomcat need to put port number 8080 in the URL, is there any way thatIdo not have to put 8080?

InterScan eManager Content Management Notification! (Dirty Words)

2000-12-20 Thread postmaster
**Message from InterScan E-Mail VirusWall NT** The following mail was blocked by InterScan eManager Content Management. Source mailbox: [EMAIL PROTECTED] Destination mailbox(es): [EMAIL PROTECTED] Policy: Dirty Words Action: Archive Sender, Content filter has offensive language.

InterScan eManager Content Management Notification! (Dirty Words)

2000-12-20 Thread postmaster
**Message from InterScan E-Mail VirusWall NT** The following mail was blocked by InterScan eManager Content Management. Source mailbox: [EMAIL PROTECTED] Destination mailbox(es): [EMAIL PROTECTED] Policy: Dirty Words Action: Archive Recipient, Content filter has detected a sensitive

Re: IllegalStateException: Short Read while trying to do forward()

2000-12-20 Thread Stephen Coy
G'Day, on 20/12/00 4:08 AM, Jason C Jones at [EMAIL PROTECTED] wrote: I am running 3.2.1 in standalone mode and when I try to do a forward with a RequestDispatcher I get the following error: going to /patient.jsp res.isCommitted() = false res.getBufferSize() = 8192 2000-12-19 04:53:48 -

Tomcat and IIS 5.0

2000-12-20 Thread Lorenzo Soncini
Hi folks. I have installed the Tomcat 3.2 on Windows 2000 and JDK 1.3 + 1.2EE. I need to integrate Tomcat with IIS 5 so I can use Servlet and JSP on my sites. Thanks Lorenzo Soncini

Re: how to eliminate port number?

2000-12-20 Thread Ted Husted
On 12/20/2000 at 6:34 PM Katsuyuki Michishita wrote: tomcat need to put port number 8080 in the URL, is there any way that I do not have to put 8080? If Tomcat is the only Web server on the machine, change the default Tomcat port to 80 in its server.xml configuration. From TC3.2 !--

InterScan eManager Content Management Notification! (Dirty Words)

2000-12-20 Thread postmaster
**Message from InterScan E-Mail VirusWall NT** The following mail was blocked by InterScan eManager Content Management. Source mailbox: [EMAIL PROTECTED] Destination mailbox(es): [EMAIL PROTECTED] Policy: Dirty Words Action: Archive Sender, Content filter has offensive language.

InterScan eManager Content Management Notification! (Dirty Words)

2000-12-20 Thread postmaster
**Message from InterScan E-Mail VirusWall NT** The following mail was blocked by InterScan eManager Content Management. Source mailbox: [EMAIL PROTECTED] Destination mailbox(es): [EMAIL PROTECTED] Policy: Dirty Words Action: Archive Recipient, Content filter has detected a sensitive

InterScan eManager Content Management Notification! (Dirty Words)

2000-12-20 Thread postmaster
**Message from InterScan E-Mail VirusWall NT** The following mail was blocked by InterScan eManager Content Management. Source mailbox: [EMAIL PROTECTED] Destination mailbox(es): [EMAIL PROTECTED] Policy: Dirty Words Action: Archive Sender, Content filter has offensive language.

InterScan eManager Content Management Notification! (Dirty Words)

2000-12-20 Thread postmaster
**Message from InterScan E-Mail VirusWall NT** The following mail was blocked by InterScan eManager Content Management. Source mailbox: [EMAIL PROTECTED] Destination mailbox(es): [EMAIL PROTECTED] Policy: Dirty Words Action: Archive Recipient, Content filter has detected a sensitive

Error: 500

2000-12-20 Thread Naresh Chhabria
Hi all, I'am getting the following error when accessing this /jsp/Jdbc.jsp Internal Servlet Error: org.apache.jasper.compiler.ParseException: /var/net/services/infoline/doc/jsp/Jdbc.jsp(4,44) Attribute , has no value this jsp has the following code: %@ page language="java"

Re: how to eliminate port number?

2000-12-20 Thread Bhavesh Vakil
Set you tomcat server on port 80. This setting is only work if no other server is running on port 80. Bhavesh. - Original Message - From: Katsuyuki Michishita To: [EMAIL PROTECTED] Sent: Wednesday, December 20, 2000 9:34 AM Subject: how to eliminate port

InterScan eManager Content Management Notification! (Dirty Words)

2000-12-20 Thread postmaster
**Message from InterScan E-Mail VirusWall NT** The following mail was blocked by InterScan eManager Content Management. Source mailbox: [EMAIL PROTECTED] Destination mailbox(es): [EMAIL PROTECTED] Policy: Dirty Words Action: Archive Sender, Content filter has offensive language.

InterScan eManager Content Management Notification! (Dirty Words)

2000-12-20 Thread postmaster
**Message from InterScan E-Mail VirusWall NT** The following mail was blocked by InterScan eManager Content Management. Source mailbox: [EMAIL PROTECTED] Destination mailbox(es): [EMAIL PROTECTED] Policy: Dirty Words Action: Archive Recipient, Content filter has detected a sensitive

RE: How to accommodate the webapps directory structure change

2000-12-20 Thread Kitching Simon
Hi Steven, The problem you have with your new directory structure is that the WEB-INF directory isn't immediately below the webapp root. In the first case, you have a webapp root of "execution", and WEB-INF is directly below that directory, so this is OK. In the second case, you need WEB-INF

RE: Deny web-inf access (security problem)

2000-12-20 Thread Kitching Simon
Hi Paul, I disagree with Guy's email here. There are several very good reasons why your servlet classes *should* be within your webapp, and *not* within your CLASSPATH. Just follow the examples that come with tomcat, and you shouldn't go far wrong. The sun servlet specs say quite explicitly

RE: Question about default servlet in Tomcat 3.2.1

2000-12-20 Thread Kitching Simon
Hi David, Tomcat 3.2.1 no longer reads the file $TOMCAT_HOME/conf/web.xml. It is a bit misleading that it is still in the distribution, but you can ignore anything in this file. Do you perhaps have something in *your* webapp's web.xml file that refers to DefaultServlet?? -Original

no error messages

2000-12-20 Thread Stefan Woithe
Hi tomcat users, I have a JSP with an error in it. If I send a request to a servlet that includes this JSP nothing is returned (the source of the browser page is empty). I also get no error message on the console from which I've started tomcat. How can I see the JSP implementation class

RE: Strange redirect problem...

2000-12-20 Thread Kitching Simon
Hi, Is it possible to try tomcat stand-alone instead of behind apache? That will eliminate half the possible sources of the redirect problems.. -Original Message- From: Cato, Christopher [SMTP:[EMAIL PROTECTED]] Sent: Tuesday, December 19, 2000 10:32 PM To: '[EMAIL PROTECTED]'

RE: sealing violation in 4.0m5

2000-12-20 Thread Kitching Simon
Hi Bill. I believe a "sealing violation" is when a class which was loaded under one classloader tries to call a class loaded under a different classloader, in circumstances where this isn't allowed. I suggest that the problem is therefore something to do with classpaths, ie your classpath

RE: how to eliminate port number?

2000-12-20 Thread Kitching Simon
And of course, Ted has assumed that you are running on windows. For unix, there are additional issues, as port 80 can be listened on only by programs running as "root". -Original Message- From: Ted Husted [SMTP:[EMAIL PROTECTED]] Sent: Wednesday, December 20, 2000 10:55 AM To:

InterScan eManager Content Management Notification! (Dirty Words)

2000-12-20 Thread postmaster
**Message from InterScan E-Mail VirusWall NT** The following mail was blocked by InterScan eManager Content Management. Source mailbox: [EMAIL PROTECTED] Destination mailbox(es): [EMAIL PROTECTED] Policy: Dirty Words Action: Archive Sender, Content filter has offensive language.

AW: Tomcat and IIS 5.0

2000-12-20 Thread Krieg Steffen
And what is your problem? It works fine on my machine ... -Ursprüngliche Nachricht- Von: Lorenzo Soncini [mailto:[EMAIL PROTECTED]] Gesendet: Mittwoch, 20. Dezember 2000 10:47 An: [EMAIL PROTECTED] Betreff: Tomcat and IIS 5.0 Hi folks. I have installed the Tomcat 3.2 on Windows 2000

Re: InterScan eManager Content Management Notification! (DirtyWords)

2000-12-20 Thread Stephen Coy
Sorry for the noise, but is anyone else on the list getting these? My ISP (optushome.com.au) is adamant that they are not responsible for this... I've had a half dozen or so of them in the last hour, from a variety of source addresses, all from this list. on 20/12/00 9:02 PM, [EMAIL PROTECTED]

InterScan eManager Content Management Notification! (Dirty Words)

2000-12-20 Thread postmaster
**Message from InterScan E-Mail VirusWall NT** The following mail was blocked by InterScan eManager Content Management. Source mailbox: [EMAIL PROTECTED] Destination mailbox(es): [EMAIL PROTECTED] Policy: Dirty Words Action: Archive Sender, Content filter has offensive language.

RE: Need Some help..

2000-12-20 Thread Kitching Simon
Hi, The changes you describe below weren't quite what I meant. I guess I should have been more explicit. I suggest: step 1: define your webapp in the $TOMCAT_HOME/conf/server.xml file with a prefix, like Context path="/mywebapp" docBase="/home/mywebapproot"

Re: Tomcat and IIS 5.0

2000-12-20 Thread Lorenzo Soncini
This is my configuration D:\Tomcat\Webapps\MyApp\ with inside JSP and servlet C:\InetPub\wwwroot\with inside the WEB Site (HTML,ASP,..) I need that: If I call http://server/myapp/*.* respond the tomcat for jsp and servlet...and IIS for ASP and Static. if I call any other adress..respond

unable to use my own created class

2000-12-20 Thread Naresh Chhabria
Hello all, I have created my own class "JdbcBean.java" and trying to use it in my Jdbc.jsp file as follows:- %@ page import="java.io.*, java.sql.*, JdbcBean" % at this point there is no error, but when i instantiate this class as follows:- %! JdbcBean jdbctest = new JdbcBean(); % I am

InterScan eManager Content Management Notification! (Dirty Words)

2000-12-20 Thread postmaster
**Message from InterScan E-Mail VirusWall NT** The following mail was blocked by InterScan eManager Content Management. Source mailbox: [EMAIL PROTECTED] Destination mailbox(es): [EMAIL PROTECTED] Policy: Dirty Words Action: Archive Sender, Content filter has offensive language.

InterScan eManager Content Management Notification! (Dirty Words)

2000-12-20 Thread postmaster
**Message from InterScan E-Mail VirusWall NT** The following mail was blocked by InterScan eManager Content Management. Source mailbox: [EMAIL PROTECTED] Destination mailbox(es): [EMAIL PROTECTED] Policy: Dirty Words Action: Archive Recipient, Content filter has detected a sensitive

RE: InterScan eManager Content Management Notification! (DirtyWords)

2000-12-20 Thread Stefán F. Stefánsson
yeah.. I'm getting those. What's going on? What mail filter is this??? And more importantly... who's sending those "dirty words"??? ;o) -Original Message- From: Stephen Coy [mailto:[EMAIL PROTECTED]] Sent: 20. desember 2000 11:41 To: [EMAIL PROTECTED] Subject: Re: InterScan eManager

RE: InterScan eManager Content Management Notification! (DirtyWords)

2000-12-20 Thread Steve Buroff
Yes, I'm getting them too. I'm pretty sure they are coming from our company's firewall because of the address. I sent mail here complaining. Haven't heard back yet. Steve Buroff -Original Message- From: Stephen Coy [mailto:[EMAIL PROTECTED]] Sent: Wednesday, December 20, 2000 6:41 AM

Using AJP13

2000-12-20 Thread Lorenzo Soncini
How I can update ajp12 to ajp13 for comunication beetwen IIS and Tomcat 3.2 Thanks Lorenzo Soncini

InterScan eManager Content Management Notification! (Dirty Words)

2000-12-20 Thread postmaster
**Message from InterScan E-Mail VirusWall NT** The following mail was blocked by InterScan eManager Content Management. Source mailbox: [EMAIL PROTECTED] Destination mailbox(es): [EMAIL PROTECTED] Policy: Dirty Words Action: Archive Sender, Content filter has offensive language.

InterScan eManager Content Management Notification! (Dirty Words)

2000-12-20 Thread postmaster
**Message from InterScan E-Mail VirusWall NT** The following mail was blocked by InterScan eManager Content Management. Source mailbox: [EMAIL PROTECTED] Destination mailbox(es): [EMAIL PROTECTED] Policy: Dirty Words Action: Archive Recipient, Content filter has detected a sensitive

InterScan eManager Content Management Notification! (Dirty Words)

2000-12-20 Thread postmaster
**Message from InterScan E-Mail VirusWall NT** The following mail was blocked by InterScan eManager Content Management. Source mailbox: [EMAIL PROTECTED] Destination mailbox(es): [EMAIL PROTECTED] Policy: Dirty Words Action: Archive Recipient, Content filter has detected a sensitive

RE: Using AJP13

2000-12-20 Thread Nacho
You cannot , IISConnector only works with AJP12 But a contribution in this area will be higly welcomed ;-) Saludos , Ignacio J. Ortega -Mensaje original- De: Lorenzo Soncini [mailto:[EMAIL PROTECTED]] Enviado el: miércoles 20 de diciembre de 2000 13:11 Para: Tomcat

AW: InterScan eManager Content Management Notification! (Dirty Wo rds)

2000-12-20 Thread Ralph Einfeldt
1.) These mails are obviously going ot to everybody in the list. 2.) What look like the orginator isn't in most cases the orgin is not what it seem to be. The mail adress contains just postmaster and is rewritten by the most mailservers to postmaster@'local-domain'.

InterScan eManager Content Management Notification! (Dirty Words)

2000-12-20 Thread postmaster
**Message from InterScan E-Mail VirusWall NT** The following mail was blocked by InterScan eManager Content Management. Source mailbox: [EMAIL PROTECTED] Destination mailbox(es): [EMAIL PROTECTED] Policy: Dirty Words Action: Archive Sender, Content filter has offensive language.

InterScan eManager Content Management Notification! (Dirty Words)

2000-12-20 Thread postmaster
**Message from InterScan E-Mail VirusWall NT** The following mail was blocked by InterScan eManager Content Management. Source mailbox: [EMAIL PROTECTED] Destination mailbox(es): [EMAIL PROTECTED] Policy: Dirty Words Action: Archive Recipient, Content filter has detected a sensitive

AW: Disable session cookies

2000-12-20 Thread Ralf Freischlag
Yes, thats right, that would solve the problem for JSP scripts. But what about other servlets. How can I disable cookies in non-JSP servlets? bye Ralf -Ursprüngliche Nachricht- Von: Deepak C S [mailto:[EMAIL PROTECTED]] Gesendet: Mittwoch, 20. Dezember 2000 12:26 An: '[EMAIL

Re: InterScan eManager Content Management Notification! (Dirty Words)

2000-12-20 Thread Ted Husted
The messages look like they come from your local postmaster, but there's nothing running in our domain that would cause this. -- Ted Husted, Husted dot Com, Fairport NY USA. -- Custom Software ~ Technical Services. -- Tel 716 425-0252; Fax 716 223-2506. -- http://www.husted.com/

InterScan eManager Content Management Notification! (Dirty Words)

2000-12-20 Thread postmaster
**Message from InterScan E-Mail VirusWall NT** The following mail was blocked by InterScan eManager Content Management. Source mailbox: [EMAIL PROTECTED] Destination mailbox(es): [EMAIL PROTECTED] Policy: Dirty Words Action: Archive Recipient, Content filter has detected a sensitive

InterScan eManager Content Management Notification! (Dirty Words)

2000-12-20 Thread postmaster
**Message from InterScan E-Mail VirusWall NT** The following mail was blocked by InterScan eManager Content Management. Source mailbox: [EMAIL PROTECTED] Destination mailbox(es): [EMAIL PROTECTED] Policy: Dirty Words Action: Archive Recipient, Content filter has detected a sensitive

Re: InterScan eManager Content Management Notification! (DirtyWords)

2000-12-20 Thread Diego Pons
Stephen Coy wrote: Sorry for the noise, but is anyone else on the list getting these? My ISP (optushome.com.au) is adamant that they are not responsible for this... I've had a half dozen or so of them in the last hour, from a variety of source addresses, all from this list. My ISP is

Re: InterScan eManager Content Management Notification!(Dirty Words)

2000-12-20 Thread Immo Heino
Ted Husted wrote: The messages look like they come from your local postmaster, but there's nothing running in our domain that would cause this. -- Ted Husted, Husted dot Com, Fairport NY USA. -- Custom Software ~ Technical Services. -- Tel 716 425-0252; Fax 716 223-2506. --

Re: Error: 500

2000-12-20 Thread William Brogden
Naresh Chhabria wrote: Hi all, I'am getting the following error when accessing this /jsp/Jdbc.jsp Internal Servlet Error: org.apache.jasper.compiler.ParseException: /var/net/services/infoline/doc/jsp/Jdbc.jsp(4,44) Attribute , has no value this jsp has the following code: %@

Re: Tomcat and IIS 5.0 An example

2000-12-20 Thread Lorenzo Soncini
I have witten thatbut don't work. I try to reinstall my Win2000 test machine :-( This is my URIWORKERS file # # Configuration for the /ugo context starts. # # # The following line

Re: InterScan eManager Content Management Notification!(Dirty Words)

2000-12-20 Thread Immo Heino
Sorry all, I removed my self from the jakarata-tomcat-mailing list for a while. Hope this helps. Please inform me directly if you will get still those annoying Re: InterScan eManager Content Management Notification!(Dirty Words) messages. I will rejoin when things will be OK. Regards,

AW: Tomcat and IIS 5.0 An example

2000-12-20 Thread Krieg Steffen
do you mean ugo or Ugo. It's different in Tomcat 3.2 -Ursprüngliche Nachricht- Von: Lorenzo Soncini [mailto:[EMAIL PROTECTED]] Gesendet: Mittwoch, 20. Dezember 2000 14:36 An: [EMAIL PROTECTED] Betreff: Re: Tomcat and IIS 5.0 An example I have witten thatbut don't work. I try to

Re: InterScan eManager Content Management Notification!(Dirty Words)

2000-12-20 Thread Ted Husted
I first saw these on the Struts list, so it's not just a Tomcat thing. *** REPLY SEPARATOR *** On 12/20/2000 at 3:36 PM Immo Heino wrote: Sorry all, I removed my self from the jakarata-tomcat-mailing list for a while. Hope this helps. Please inform me directly if you will

Help me please, a strange error message from Tomcat

2000-12-20 Thread Jose Euclides da Silva Junior - DIGR.O
-BEGIN PGP SIGNED MESSAGE- Hi everybody, i dont know if somebody can help me! I didnt get sucess to solve this problem. i have a doubt about an error message which came from TomCat, as follow : There is a servlet, named StarServletnew, which instances a Bean, named FormBean, and sends

Re: creation of application wide objects

2000-12-20 Thread Matt Goss
don't forget you need the load-on-startup1/load-on-startup tag Alex Fernández wrote: I think I can answer that. In web.xml (inside webapps/yourapp/web-inf) you just have to declare your servlet, like this: servlet servlet-name backend.servlets.Authorizator

RE: Compile Error in JSP generated servlet

2000-12-20 Thread Morahg, Yoav
You are declaring the String array twice in your code. The first one is okay... String [] _tmpS = new String[7]; but you can't do this again in your code. If you want to create a new String array for _tmpS after already declaring _tmpS you should do it without declaring it... _tmpS = new

Re: creation of application wide objects

2000-12-20 Thread Matt Goss
:) no problem Alex Fernández wrote: Yep, that's right. So it should be: servlet servlet-name backend.servlets.Authorizator /servlet-name servlet-class backend.servlets.Authorizator /servlet-class

RE: InterScan eManager Content Management Notification! (Dirty Wo rds)

2000-12-20 Thread Nasrat, Paul (NOW)
Oliver Kurt wrote: I just extracted the important part of the "anti-dirty-words mail": Received: (qmail 59280 invoked from network); 20 Dec 2000 13:09:19 - Received: from observer.systoc.com (HELO observer) (208.162.101.247) by locus.apache.org with SMTP; 20 Dec 2000 13:09:19 -

servlet mapping

2000-12-20 Thread mayan
Hi, I recently moved from tomcat 3.1 to tomcat 3.2.1. I found the speed of start-up/shutdown is improved dramatically, and I don't have to manually kill my apache and restart it anymore. However, with the upgrade, I found something else strange happened. I defined the following servlet so that

Re: problems running Tomcat 3.2.1 as Service..

2000-12-20 Thread Jacob Kjome
Check the archives of this list. it's been said a thousand times, but here goes once more. This is a known bug in JDK 1.3. You can avoid this by using JDK 1.2 or by using another NT Service manager such as: Logoff bug fixed for next iteration of JDK 1.3

Tomcat 3.2.1 binary standalone + SSL - Reworded

2000-12-20 Thread Dion_Vansevenant
Ok, let's ask this. Has the current binary for Tomcat 3.2.1 been compiled to use JSSE? I've seen posts in the archive that indicate previous binaries were not, but that may have been during beta. I am using the Tomcat 3.2.1 binary which I downloaded on Monday. We want a standalone

Libs and classes are missing in 3.2.1

2000-12-20 Thread Andrew
Hello, I've the following problem. I've set up my context in c:\a\b and place my libs in c:\a\b\WEB-INF\lib dir;classes is in c:\a\b\WEB-INF\classes. So there is the problem not libs not classes not detected in web-app runtime( Root exception: ClassNotFoundException).In case of classes I mean

server.xml dtd

2000-12-20 Thread Stefan Woithe
Hi tomcat users, where can I find a dtd and other discribing information for server.xml? Thanks Stefan

JSP Compile Error

2000-12-20 Thread Matt White
Hey... I've run into a really weird error that seems to be a part of Tomcat itself. Attached are two files, JSPTEST.JSP and JUNK.JAVA. The JSP file is just an example file, this seems to happen with just about any of them. Here's what happens. Whenever I attempt to call the JSP file, the Java

RE: Compile Error in JSP generated servlet

2000-12-20 Thread Moran, David (David)
-Original Message- From: Kitching Simon [mailto:[EMAIL PROTECTED]] Sent: Wednesday, December 20, 2000 10:50 AM To: '[EMAIL PROTECTED]' Subject: RE: Compile Error in JSP generated servlet David, How about posting the original jsp source code? The problem *is* probably somewhere in

how to upgrade to 3.2.1 from 3.1beta

2000-12-20 Thread Harding, David
i had tomcat 3.1 beta running with no problems. i downloaded jakarta-tomcat-3.2.1.tar.gz from the tomcat website and gunzip'd and untar'd it. i copied my original tomcat installation directory to another location and then put the new 3.2.1 contents in its place. what else would have to be done

RE: Netscape displaying the HTML code

2000-12-20 Thread Guntupalli Shanti
Thanks for the reply but I don't think that works. 2 reasons why: 1) As far as I understand when the request comes in for servlet it is passed to tomcat and from there onwards tomcat does the rest of the processing. 2) Also even if I use the ForceType directive it defaults all the files in

Re: Tomcat3.2 final doesn't support user defined MIME type

2000-12-20 Thread Craig R. McClanahan
Jason Zhu wrote: Another prove is: after I delete "TOMCAT_HOME\conf\web.xml" file, the tomecat still starts up without complaining or error. It seems to me that tomcat doesn't read "TOMCAT_HOME\conf\web.xml" file. Nor such messages printed on the dos prompt window. You are correct --

Problem with Tomcat

2000-12-20 Thread Michael Johnson
I've seen everywhere I've looked to just "unpack it" but I can't seem to find anyplace to grab a file that simply requires unpacking. The only thing I've been able to locate on apache's server is a collection of DLLs, etc. Do you perhaps know where I can locate the file I am looking for?The

Re: Libs and classes are missing in 3.2.1

2000-12-20 Thread Mauricio Nuñez
I modified the tomcat.sh to solve this problem. search for unset CLASSPATH, and after this, add CLASSPATH=${TOMCAT_HOME}/lib this solve your problem ! - Original Message - From: "Andrew" [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, December 20, 2000 1:18 PM Subject: Libs

Basic web-app question

2000-12-20 Thread Dave Newton
This may be an utterly stupid question, but since I don't have to impress anybody (much ;) I'll ask it anyway. Normally when I've developed a web application in another environment I can use sub-directories to help keep things clean. It appears that JSP/Servlet applications are delivered in a

Re: Windows Tomcat DOS Console Error View

2000-12-20 Thread Steve Ruby
z z wrote: I get errors and messages on TOMCAT DOS CONSOLE. It's only 25 line max console and can't scroll up. I know I can extend to 50 lines in property but it doesn't work on spot. How can I extend it to 50 lines? Or is there anyway better to see entire scrolled up lines? Please include

How to use Apache and Tomcat combination? [Urgent]

2000-12-20 Thread Bhargava deepesh
Hi there, I am new to this mailing list. I am using Apache 1.3.12 and JServ 1.1.2 combination for more than 6 months. Now I want to remove the JServ and use Tomcat instead. I know tomcat can be used as independent web server but I want Apache and Tomcat combination. What canges do I require in

ClassCastException when receiving RMI stub

2000-12-20 Thread Havanki, Bill (NCI)
I have a servlet which looks up a remote object over RMI. The line of code that does it looks like this: RemoteInterface remoteObject = (RemoteInterface) Naming.lookup ("rmi://localhost:1099/RemoteObjectName"); Under Tomcat 3.2, this triggers a ClassCastException. According to the exception,

RE: WAP Gateway - Chunked HTTP Responses and CRLF

2000-12-20 Thread Steven Newton
I have noticed a "problem" with Tomcat JSP generation on Unix systems. We are currently attempting to generate dynamic WML via JSP which we then send to a WAP Gateway for compilation into bytecode. While testing our JSP pages via the Nokia SDK we noticed no problems. When we started

What can i do with mod_jk?

2000-12-20 Thread Jose Euclides da Silva Junior - DIGR.O
-BEGIN PGP SIGNED MESSAGE- What is the real use of mod_jk? Is it work with Tomcat? What for? Is it for a better performance? Thanks , José Euclides Júnior __ E-mail: [EMAIL PROTECTED] [EMAIL PROTECTED] [EMAIL PROTECTED]

Re: Basic web-app question

2000-12-20 Thread Ted Husted
On 12/20/2000 at 12:03 PM Dave Newton wrote: In the WAR file (or a webapp in general if I deploy non-WAR) contain a directory hierarchy, i.e., I have a site with a home page (main directory) and a few things off of it, then, say, a message base (or whatever) "section" in a subdirectory, etc.?

JSP vs Servlets...

2000-12-20 Thread Rui Oliveira
Hello, can someone tell me which one is best: JSP or Servlets? Is there a reason (beside implementatio reasons) to choose one instead of the other? Thx in advance Rui

Error with using certain methods

2000-12-20 Thread Richey, Ross
Title: Error with using certain methods We have a whole bunch of code which was developed using VisualAge on Windows NT. Now we are attempting to move these pages to a server running RedHat Linux 7.0, Tomcat 3.1.1, Sun Java 2 SDK 1.3, Apache 1.3.14 + mod_ssl. The following code segment

RE: What can i do with mod_jk?

2000-12-20 Thread Dave Newton
What is the real use of mod_jk? Is it work with Tomcat? What for? It is how Tomcat gets hooked up to Apache. (Tomcat is a standalone JSP server; using mod_jk it can be used as a JSP server for another webserver that doesn't serve JSP natively.) -- Dave Newton, [EMAIL PROTECTED]

Re: Windows Tomcat DOS Console Error View

2000-12-20 Thread mayan
you can change the properties of the shortcut that you use to invoke the tomcat. |+--- || "z z"| || zazzex@hotma| || il.com | || | || 12/20/00 | |

Re: JSP vs Servlets...

2000-12-20 Thread Edilmar Alves
I think JSP + Servlet combination is the ideal to really implement a three-tier system like: 1) User interface = HTML+JSP 2) Business logic = Servlet 3) Database = someone I had used only Servlets and my code was strange, with HTML code into Java servlet code, and now I have had migrating all

RE: Windows Tomcat DOS Console Error View

2000-12-20 Thread G.Nagarajan
hi, If you are using windows nt, there is no problem. create a shortcut to startserver.bat in your desktop. For example I have a shortcut with the following properties Target: C:\tomcat\bin\tomcat.bat run Start in c:\tomcat\bin Shortcut key: ctrl+alt+B (to start it from anywhere) Remove the

Re: JSP vs Servlets...

2000-12-20 Thread Steve Ruby
Rui Oliveira wrote: Hello, can someone tell me which one is best: JSP or Servlets? Is there a reason (beside implementatio reasons) to choose one instead of the other? Thx in advance Rui There are many reasons why you would want ot use Servlets for business logic and something JSP

Re: JSP vs Servlets...

2000-12-20 Thread Neal Dawson - personal account
JSP's are easier to write. You can also have your Web nerds design the pages; then you can plug in your jsp tags. pretty cool. N -- Neal Dawson Office of the Legislative Auditor [EMAIL PROTECTED] --

RE: Tomcat Configuration

2000-12-20 Thread G.Nagarajan
It means that tomcat has started :-). Just type http://localhost:8080/ and you should see the tomcat page. Could you tell me what's going on? where should I change to make it startup successful? Maybe a message can be added like "Tomcat web server started successfully.." regards Nagaraj.

RE: JSP vs Servlets...

2000-12-20 Thread Kitching Simon
Hi, If you want to generate lots of HTML, with a little bit of java logic code, then use jsp, and embed your java logic "in-line". If you want to do lots of logic/computation, then generate a small amount of html output, you may wish to use servlets only, and use "print" statements to create

RE: JSP vs Servlets...

2000-12-20 Thread John de la Garza
Ultimately JSP will be compiled to servlets...Use JSP for stuff that requires a lot of text output...formatted output...stuff you would see in a html page. Use servlets to do backend processing to facilitate jsps. Personally I don't ever do any output in my servlets. It's to tedious. Just my

Re: Libs and classes are missing in 3.2.1 continue

2000-12-20 Thread Andrew
This doesn't work I'm talking about libs/classes in web applications but not tomcat lib dir.Tomcat must take these libs/classes from predefined places in .WAR dir structure as Servlet WebApp conformant and 3.1 did it but 3.2- not. Thanks anywhere... P.S. I'm using W2K platform(tomcat.BAT I

Re: Windows Tomcat DOS Console Error View

2000-12-20 Thread RKay
This could be one possible solution. When I encounter situations such as these, I start Tomcat manually and redirect the output using the following command: cd %TOMCAT_HOME%\bin tomcat run tomcat.out 21 Trust this helps. - Original Message - From: "z z" [EMAIL PROTECTED] To: [EMAIL

RE: JSP Compile Error

2000-12-20 Thread Kitching Simon
Matt, I gave your page a spin, and it compiled file. The system I tested with was: OS: HP-UX11 jdk: java version "1.2.2.04" HotSpot VM (1.0.1fcs, mixed mode, PA2.0 build 1.2.2.04-00/04/14-PA_RISC2.0) Tomcat3.2.1 stand-alone I'll try it on a solaris machine sometime, just need to remember my

RE: Error with using certain methods

2000-12-20 Thread David Rees
Title: Error with using certain methods My guess is that sHTMLLocation is invalid. When doing a forward, the sHTMLLocation should be an absolute URL relative to the web app. Can you verify that sHTMLLocation is a valid URL? -Dave -Original Message-From: Richey, Ross

  1   2   >