Server-Side Includes (was Re: JSP and embedded servlet call)

2000-11-20 Thread Kurt Bernhard Pruenner
"Craig R. McClanahan" wrote: Boszormenyi Laszlo wrote: How should I implement something like .!--#exec cgi="..."-- in a jsp page? Tomcat does not support server-side includes via "#exec cgi". You can use such commands in HTML pages if you run Tomcat behind a web server, but not in a

RE: Server-Side Includes (was Re: JSP and embedded servlet call)

2000-11-20 Thread Lacerda, Wellington (AFIS)
Why don't you use the plain jsp:include ? jsp:include page="/sswstyle/header.jsp" flush="true"/ (assuming sswstyle is a subdirectory in your context). If it is not, then you can try: % RequestDispatcher rd = application.getContext("/sswstyle").getRequestDispatcher("/header.jsp");

Re: Server-Side Includes (was Re: JSP and embedded servlet call)

2000-11-20 Thread GCS
Hello! On H, NOV 20, 2000 at 09:45:18 +0100, Kurt Bernhard Pruenner wrote: !--#include virtual="/sswstyle/header.jsp" -- If it's a jsp, then you should use %@include file="..."%, which works at compile time. The jsp:include page="..." compiles the included page as a separate file, thus can

tomcat vs orion vs weblogic testing results (Load Runner)

2000-11-20 Thread Manne Anliot
Hi all.. I'm doing work load testing on a webapplication built on javascript, .JSP:s and EJB:s. We've load tested on many different setups and are getting some interesting results: Simulated number of users: 25 Computer setup: NT4 sp6, 1 GB RAM, Pentium III ~600 MHz Tomcat setup: 1

Tomcat + JNI -- Help!

2000-11-20 Thread Michael Cohen (ETL)
Hi, I have just installed Apache1.3.14 + modssl + tomcat 3.2b5 on Solaris 2.6 and am trying to call a native method from my servlet (this worked fine under JavaWebServer2.0). The shared library is definitely being loaded (ie no exception is thrown when I tried to load it separately,

Re: Servlet invoker woes - servlet-mapping /servlets/* to invoker fails on 3.2

2000-11-20 Thread Rachel Greenham
On Saturday 18 November 2000 00:29, you wrote: As of Tomcat 3.2-b8 (to be created on Monday), you will be able to set a parameter in the server.xml file to override the prefix used by the invoker servlet. There is an entry that looks like this: RequestInterceptor

Re: tomcat vs orion vs weblogic testing results (Load Runner)

2000-11-20 Thread Miles Daffin
Hi all.. I'm doing work load testing on a webapplication built on javascript, .JSP:s and EJB:s. We've load tested on many different setups and are getting some interesting results: Simulated number of users: 25 Computer setup: NT4 sp6, 1 GB RAM, Pentium III ~600 MHz Tomcat setup: 1

RE: tomcat vs orion vs weblogic testing results (Load Runner)

2000-11-20 Thread GOMEZ Henri
Could we espect too see this benchmark running TOMCAT on Unix boxes (Solaris Sun JDK / Linux IBM JDK) Regards "La maîtrise des autres n'est que la force. La maîtrise de vous-même est le véritable pouvoir" -- Lao Tzu -Original Message- From: Miles Daffin [mailto:[EMAIL

AW: tomcat vs orion vs weblogic testing results (Load Runner)

2000-11-20 Thread Amrhein, Thomas
Which JVM did you use? -Ursprüngliche Nachricht- Von: Manne Anliot [mailto:[EMAIL PROTECTED]] Gesendet am: Montag, 20. November 2000 11:15 An: '[EMAIL PROTECTED]' Betreff: tomcat vs orion vs weblogic testing results (Load Runner) Hi all.. I'm doing work load testing on a

Re: System properties

2000-11-20 Thread Miles Daffin
Hi guys, From the looks of things, it is just the way it is, although I was hoping the there would be some way to put stuff in the web.xml file, maybe in the servlet tag like: system-property namemyproperty/name value42/value /system-property Anyone think this is a good idea,

unable to start the server

2000-11-20 Thread ravichandran.B
Dear Sir, I have installed the tomcat server for standalone system. But i am unable to start. It gives "Invalid ConnectionHandler" Exception when i tried to start the server. My operating system is windows NT workstation. Please do suggest me in this. regards Ravichandran

Tomcat 3.1 : Servlet URl without /servlet/

2000-11-20 Thread Pascal Bourachot
I have a servlet called "myServlet" and i have defined a context "foo" How i can access to this servlet whitout "servlet" in the url - http://locahost/foo/servlet/myServlet I will prefer to access it with http://localhost/foo/myServlet. I saw that with Tomcat 3.2b-8, we can use

Re: Strange behaviour of Tomcat/Apache and session management

2000-11-20 Thread Wolfgang Trexler
"Stubenrauch,Andreas" wrote: This is a known bug in Tomcat 3.1 URL-encoded session work in Tomcat3.2beta5 and should work again in Tomcat 3.2 beta8 upwards Hmmm, are you sure that it's the same bug? If it's a problem with Tomcat alone, why does the behaviour change if I change the

Anyway to render JSP to static HTML? -- What happens with Cocoon XSP servlet examples?

2000-11-20 Thread cH3rN0b|L
Hi all! I was wondering if we can retake the topic I read sometime ago in the list talking about saving JSP results to static HTML. I'm hard behind that, but I have no luck with the answers. I'm using Apache 1.3.12, Tomcat 3.2b5 and Cocoon 1.8 on RedHat 7.0, working toghether, after some

RE: Session timeout

2000-11-20 Thread Lacerda, Wellington (AFIS)
Default is 30 minutes and you can configure it per context : context path="/test" defaultSessionTimeOut="1" / will make it 1 minute in the test context. Wellington Silva UN/FAO -Original Message- From: Ivan E. Markovic [mailto:[EMAIL PROTECTED]]

RE: Session timeout

2000-11-20 Thread Ivan E. Markovic
Thank you very much. I v a n ... Default is 30 minutes and you can configure it per context : context path="/test" defaultSessionTimeOut="1" / will make it 1 minute in the test context. Wellington Silva UN/FAO -Original Message- From: Ivan E.

Servlet context

2000-11-20 Thread David Oxley
We have written a servlet that is being used in a virtual host setup. I need to retrieve the virtual host that the servlet has been setup up to work against. I can retrieve the server name but not the virtual host name. Also I would like to retrieve the context. We are using Apache 1.3.14

Antwort: RE: tomcat vs orion vs weblogic testing results (Load Runner)

2000-11-20 Thread thomas . maesing
Hi, which one is faster, Tomcat or Websphere? Thomas David Oxley [EMAIL PROTECTED] am 20.11.2000 15:15:02 Bitte antworten an [EMAIL PROTECTED] An:"'[EMAIL PROTECTED]'" [EMAIL PROTECTED] Kopie: Thema: RE: tomcat vs orion vs weblogic testing results (Load Runner) Are there any

Future deveploment of Tomcat

2000-11-20 Thread Christian Mallwitz
Hi, Knowing that Tomcat is an onging public effort and that most the people working on it are volunteers I would like know if there is something like a "release schedule". I've seen discussion about Tomcat 3.3 but 3.2 is still beta (working great although) and 4.0 is available as milestone

Re: Server-Side Includes (was Re: JSP and embedded servlet call)

2000-11-20 Thread Kurt Bernhard Pruenner
"Lacerda, Wellington (AFIS)" wrote: Why don't you use the plain jsp:include ? Because the page is an shtml page that's handled by Apache, and since it's possible to include JSP-pages that are handled by mod_jserv with the old JServ I'm curious why this shouldn't be possible with Tomcat. Also,

problem with applet and JDBC

2000-11-20 Thread Harding, David
tomcat 3.1, mysql 3.23.21, mm.mysql 2.02, freebsd 4.0-RELEASE we have an applet that tries to connect our database (applet and database hosted on same machine) using a connection pooling class (a la Core Servlets and JavaServer Pages by Marty Hall)problem is that we get a "Connection failure

UnsupportedEncodingException Starting Tomcat

2000-11-20 Thread barreiro
Hi, I've problems starting Tomcat in a Linux Box with: RedHat 6.2 apache-1.3.12 JDK118_v3 jakarta-tomcat-3.2-b7 startup.sh script dead with the following messages: - java.io.UnsupportedEncodingException: UTF8 at

Re: Servlet invoker woes - servlet-mapping /servlets/* to invoker fails on 3.2

2000-11-20 Thread Craig R. McClanahan
Rachel Greenham wrote: On Saturday 18 November 2000 00:29, you wrote: As of Tomcat 3.2-b8 (to be created on Monday), you will be able to set a parameter in the server.xml file to override the prefix used by the invoker servlet. There is an entry that looks like this:

Re: Servlet context

2000-11-20 Thread Craig R. McClanahan
David Oxley wrote: We have written a servlet that is being used in a virtual host setup. I need to retrieve the virtual host that the servlet has been setup up to work against. I can retrieve the server name but not the virtual host name. Also I would like to retrieve the context. We are

Re: Server-Side Includes (was Re: JSP and embedded servlet call)

2000-11-20 Thread Craig R. McClanahan
Kurt Bernhard Pruenner wrote: "Lacerda, Wellington (AFIS)" wrote: Why don't you use the plain jsp:include ? Because the page is an shtml page that's handled by Apache, and since it's possible to include JSP-pages that are handled by mod_jserv with the old JServ I'm curious why this

Re: Server-Side Includes (was Re: JSP and embedded servlet call)

2000-11-20 Thread Kurt Bernhard Pruenner
"Craig R. McClanahan" wrote: Kurt Bernhard Pruenner wrote: "Lacerda, Wellington (AFIS)" wrote: Why don't you use the plain jsp:include ? Because the page is an shtml page that's handled by Apache, and since it's possible to include JSP-pages that are handled by mod_jserv with the old

Re: Session timeout

2000-11-20 Thread Charles Sabourdin
--- "Craig R. McClanahan" [EMAIL PROTECTED] wrote: "Ivan E. Markovic" wrote: Quick question. How long are sessions inside Apache/Tomcat valid for? In all the Servlet documentation I have it is stated that session duration is server specific. So I checked the Tomcat and Apache docs

Re: System properties

2000-11-20 Thread Craig R. McClanahan
Miles Daffin wrote: As long as this property value is never broadcast i.e. System.setProperty("myProperty", "42"); System properties, in the sense that we are talking about the java.lang.System class, are global to the entire JVM. Therefore, even if the statement above was

iis5 plugin and tc3.2.b7

2000-11-20 Thread Milton
Hi there! I have been testing the TC3.2.b7 and the accompanied isapi_redirect.dll with w2k server (sp1). TC has been running real smooth as a standalone. With iis5 and the plugin, static stuff is real fast. Great job on new virutal host using host names or ips. Have not run into any problems

Re: Server-Side Includes (was Re: JSP and embedded servlet call)

2000-11-20 Thread Kurt Bernhard Pruenner
"Craig R. McClanahan" wrote: Kurt Bernhard Pruenner wrote: No no no no no... I _don't_ want to add SHTML/SSI support to Tomcat - I want mod_jserv fixed so that, using the SSI facility in Apache, Anyone who wishes to make this change (instead of or in addition to adding SHTML support to

Re: Session timeout

2000-11-20 Thread Miles Daffin
Note that you can also change the timeout on a session dynamically, by calling the session.setMaxInactiveInterval() method. I v a n ... Craig McClanahan but in that session-config tag what is the unit ? secondes, minutes? This a classic "read the API docs and find out" answer.

Fw: Returned mail: User unknown

2000-11-20 Thread Miles Daffin
Do you all keep getting these? Why? Can we stop em? - Original Message - From: "Mail Delivery Subsystem" [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, November 21, 2000 2:00 AM Subject: Returned mail: User unknown The original message was received at Tue, 21 Nov 2000

RE: Returned mail: User unknown

2000-11-20 Thread Mark Franz
Yeah... the goofball slempine used the wrong email address when he/she registered... So, unless we create a filter they will keep showing up. Mark G. Franz -Original Message- From: Miles Daffin [mailto:[EMAIL PROTECTED]] Sent: Monday, November 20, 2000 4:03 PM To: [EMAIL PROTECTED]

Portability other issues of the minute.

2000-11-20 Thread Miles Daffin
Hello to all those treading the Tomcat user trail, 1: Fully encapsulated webapps... Because we're trying to write nice well-behaved webapps, we don't want to have to change a global setting, only a local-to-webapp setting. Is it possible to set the access control stuff on a webapp

Re: Returned mail: User unknown

2000-11-20 Thread Miles Daffin
Yeah... the goofball slempine used the wrong email address when he/she registered... So, unless we create a filter they will keep showing up. That mesage was so garbled - which address do I filter out? Miles

JSP 1.1 XML format tags

2000-11-20 Thread Anne and Bill Moore
Does Tomcat support JSPs where the tags are coded in XML format as specified in the JSP1.1 spec? I have tried Tomcat V3.1 and 3.2 beta 7 and they do not seem to recognize XML format tags. -- Thanks and Regards Anne and Bill Moore [EMAIL PROTECTED] Remember: Life is too short to drink bad wine!!!

Re: JSP 1.1 XML format tags

2000-11-20 Thread Craig R. McClanahan
Anne and Bill Moore wrote: Does Tomcat support JSPs where the tags are coded in XML format as specified in the JSP1.1 spec? I have tried Tomcat V3.1 and 3.2 beta 7 and they do not seem to recognize XML format tags. For Tomcat 3.x (JSP 1.1), the answer is no. For Tomcat 4.0 (JSP 1.2), the

Re: JSP 1.1 XML format tags

2000-11-20 Thread Anne and Bill Moore
"Craig R. McClanahan" wrote: Anne and Bill Moore wrote: Does Tomcat support JSPs where the tags are coded in XML format as specified in the JSP1.1 spec? I have tried Tomcat V3.1 and 3.2 beta 7 and they do not seem to recognize XML format tags. For Tomcat 3.x (JSP 1.1), the answer is

Tomcat and UltraDev

2000-11-20 Thread Andrea Bertone
Is anyone out there using UltraDev to develop jsp pages. I am trying to set the run-time connection to no avail.. I have Tomcat installed on my Linux server and have a database built with MySQL. Please, can someone help... I wanna cry. Andrea Bertone www.bertoneadvertising.com ph.

Help Needed

2000-11-20 Thread Ramesh Kumar . T
Hi , I had previously seen some xml tags in earlier versions of tomcat (I do not remember the version) something like jsp:scriptlet /jsp:scriptlet (but this does not work right now ) instead of the % % tags Is the Xml format going to be a standard or some thing? can

Re: Tomcat StartUp Problem

2000-11-20 Thread Jim Rudnicki
Can somebody please help me solve the error I am getting I try to start "Java.lang.ClassNot FoundException: ... snip ... Try this Tomcat loader. Works 99.44% of the time. Take a look: http://www.geocities.com/jdrudnicki/ Jim

Bug

2000-11-20 Thread Vinayak Infotech
Hello, Weare developing an application in JSP and Servlets and SQL 6.5 as back end using Tomcat 3.1 as the servlet engine in IIS 4.0(Service Pack6.0).We have developed the application with JDK 1.2.2. and connecting with SQL using JDBCODBC driver. The application is used to generate a chart

RE: Would you please post your config files

2000-11-20 Thread YUTUNG93
Title: RE: Would you please post your config files Hi, If you got the answers to the following questions, could you kindly send me a copy? 'cause I have the same questions. Thanks. Regards, Tony -Original Message- From: Debbie Cao [mailto:[EMAIL PROTECTED]] Sent:

Re: Questions re: Tomcat and IBM VAJ

2000-11-20 Thread Olivier Baillard
Hello, http://www7.software.ibm.com/vad.nsf/Data/Document2390?OpenDocumentp=1BCT=3Footer=1 Bye! Olivier Baillard At 16:58 20.11.00 -0500, you wrote: Hello. I'm trying to get Tomcat running under Windows 'NT with IBM VAJ. Unfortunately, I haven't been able to make everything work together

Re: Java.exe Application Error

2000-11-20 Thread GCS
Hi! On H, NOV 20, 2000 at 11:27:30 -0700, Sam T.Stanley wrote: Application Error and the tomcat console is closed on clicking "ok" I used the same jdk and tomcat version under Linux. I got the same problem, and I reported it to SUN. Unfortunately it was a too quick report, without getting

Java.exe Application Error

2000-11-20 Thread Sam T . Stanley
Hi, I am using IIS with Tomcat in NT Server.Everthing works fine(?) except it results in "java.exe" Application Error and the tomcat console is closed on clicking "ok" please suggest me a solution I am using html,jsp,servlet in this web application. Also using sql server 6.5 with odbc