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

Antwort: Re: Antwort: RE: tomcat vs orion vs weblogic testing results (LoadRunner)

2000-11-20 Thread thomas . maesing
Yes, it would be very nice to get the complete architecture for these results. Thomas "Miles Daffin" <[EMAIL PROTECTED]> am 21.11.2000 00:46:37 Bitte antworten an [EMAIL PROTECTED] An:<[EMAIL PROTECTED]> Kopie: Thema: Re: Antwort: RE: tomcat vs orion vs weblogic testing results (Load

SnoopServlet - passing params through web.xml

2000-11-20 Thread Mala Ramakrishnan
Hi, I wanted to learn how to pass init parameters through web.xml, so I uncommented the following from jakarta-tomcat-3.1/webapps/examples/WEB-INF/web.xml: foo bar Yet, when I call SnoopServlet on my browser as follows: http://www.blahblah.com:8080/examples/servlet/SnoopServlet I get e

Re: Questions re: Tomcat and IBM VAJ

2000-11-20 Thread Olivier Baillard
Hello, http://www7.software.ibm.com/vad.nsf/Data/Document2390?OpenDocument&p=1&BCT=3&Footer=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 togethe

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

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: Tuesd

"Bug"

2000-11-20 Thread Vinayak Infotech
Hello,   We are 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 c

RE: One user -> 2 parallel threads

2000-11-20 Thread Aaron Knauf
Well, that's not entirely true. 'isSingleThreaded'  sets the generated servlet to implement SingleThreadModel.  This does not actually cause subsequent requests to be queued.  It causes another instance of the servlet to be instantiated for each simultaneous request. This is generally considered

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

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 (but this does not work right now ) instead of the <% %> tags Is the Xml format going to be a standard or some thing? can somebody exaplain this I wo

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

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

[ANNOUNCEMENT] Tomcat 3.2 Beta 8

2000-11-20 Thread Craig R. McClanahan
Thanks to everyone for the bug reports (and patches)! You can now download "beta 8" of the Tomcat 3.2 servlet container from: http://jakarta.apache.org/builds/tomcat/release/v3.2-beta-8 Relative to "beta 7", a number of critical bugs have been fixed, and several configuration options availa

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

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: Portability & other issues of the minute.

2000-11-20 Thread Craig R. McClanahan
See intermixed. Miles Daffin wrote: > 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. > > > > >

Jasper

2000-11-20 Thread Miles Daffin
Hi,   I have managed to invoke Jasper from a batch file.   Either I get a list of options because the JSP file is not found or Japser is mysteriously quiet - no news, no apparent compilation.   What am I doing wrong?   Miles

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

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 weba

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] S

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 0

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

2000-11-20 Thread Miles Daffin
> Oops. Tomcat twice the speed of WebSphere. Which versions/builds of WebSphere and TomCat would these be exactly? Can you say anything else - some settings, stats etc. Miles

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 tag what is the unit ? > secondes, minutes? This a classic "read the API docs and find out" answer

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 sup

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 s

Re: Session timeout

2000-11-20 Thread Craig R. McClanahan
Charles Sabourdin wrote: > --- "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

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 stat

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

2000-11-20 Thread Craig R. McClanahan
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 Tomcat) is welcome to propose su

Tomcat StartUp Problem

2000-11-20 Thread Kumar Shailendra
Hi, Can somebody please help me solve the error I am getting I try to start Tomcat on my machine. "Java.lang.ClassNot FoundException: org/apache/tomcat/service/http/HttpConnectionHandler" . In short I get Class not found exception for HttpConnectionHandler. I have set the TOMCAT_HOME and JAVA_H

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 Ap

Re: System properties

2000-11-20 Thread Miles Daffin
> > > > 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 > allowed, it would s

message in mod_jk log file.

2000-11-20 Thread Tony Mueller
Hello, My webapp seems to run fine on apache - mod_jk - tomcat 3.1 except that I occasionally get the following message in my mod_jk log file? [jk_ajp12_worker.c (596)]: ajpv12_handle_response, error writing back to server Has anyone else got the same message and knows how to resolve it? Than

Would you please post your config files

2000-11-20 Thread Debbie Cao
Hi, Larry, I am configuring Apache, Tomcat on NT 4.0 Workstation. The configuration is really a pain. Your message helped a lot. There are still a few questions not very clear to me: 1. The port numbers. Where should I say 8080, where to say 80, 8007, 8040, localhost, ... 2. How didyou configure

Questions re: Tomcat and IBM VAJ

2000-11-20 Thread Lhohmann
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 just yet, and would greatly appreciate your help in resolving what is probably a very simple problem. Environment - MS-Windows 'NT 4.0 - IBM VAJ version

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 ? > > > > 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: System properties

2000-11-20 Thread Craig R. McClanahan
Miles Daffin wrote: > 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: > > > > > > > > > myproperty > > > 42 > > > > > > > > > Anyone think this

Problems Installing Apache,tomcat,cocoon and php4

2000-11-20 Thread Stamaths Karvounarakhs
I have tried to install apache1.3.12, tomcat3.1, cocoon1.7 and php4.0.1pl2 in a Solaris2.8.Those who have tried to install cocoon in Solaris must know that it's not easy at all, but at last guided by the install.case.solaris in the docs/ directory of cocoon1.8 I made it.What I can't make work is

~user request Error: 404 Location: /~bryan File Not Found /~bryan

2000-11-20 Thread bryan
How do I get a standalone Tomcat 3.1 server to resolve ~user requests? The Apache 1.3.11 server handles ~user requests fine (UserDir public_html). Is there something that needs to be added to jakarta-tomcat/conf/server.xml or a command line argument that lets Tomcat know what '~' expand to? '~

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 ? > > 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 b

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 ar

Re: Session timeout

2000-11-20 Thread Craig R. McClanahan
"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 > and could find no indicator as to what that duration was.

Re: Serving welcome page v. issuing HTTP redirect

2000-11-20 Thread Phil Radden
On Mon, 20 Nov 2000, Craig R. McClanahan wrote: > The redirect should be setting an absolute URL in the "Location:" header -- if > it's not, that is a Tomcat bug, because the container is required to create an > absolute URL even if the program specifies a relative one. I will look into it. Many

Re: Future deveploment of Tomcat

2000-11-20 Thread Craig R. McClanahan
Christian Mallwitz wrote: > 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) a

Re: Serving welcome page v. issuing HTTP redirect

2000-11-20 Thread Craig R. McClanahan
Phil Radden wrote: > There appears to be a change of behaviour between Tomcat 3.1 and 3.2bX > regarding the handling of the top page for a servlet. > > I have a servlet in ROOT context, and wish a particular file, say index.jsp, > to be used for requests for 'GET / HTTP/1.0'. In 3.1, this is wha

Opinions on Websphere?

2000-11-20 Thread Daniel A. Theobald
I posted this on the webspheres newsgroup, but only got one opinion.. wondering if there are more opinions out there I have some general questions I am hoping I can get some opinions on...see the bottom of my message for info on making an easy $4000... Background: Vecna Technologies was cho

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

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 java.lang.Throw

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 java.lang.Throw

RE: One user -> 2 parallel threads

2000-11-20 Thread Steve Toth
You could also make the jsp singlethreaded. <%@ page isSingleThreaded="false" %> This will tell tomcat that the jsp should only be in one thread, multiple requests will be queued up. thus the jsp should be FAST (no IO/DB access). Same as implementing the servlet Interface SingltThreadModel. --

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

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

2000-11-20 Thread Derek DeMoro
Just set up a URL to point to the url where the jsp lies and save the results.   ex.   Just write out the string returned to a file. /** *  HttpPing.  Used to ping specified urls. *  * @author Derek DeMoro */package jsp.beans; import java.net.URL;import java.io.InputStreamReader;import java

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 ? 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, all our html

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

2000-11-20 Thread David Oxley
Oops. Tomcat twice the speed of WebSphere. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: 20 November 2000 15:42 To: [EMAIL PROTECTED] Subject: Antwort: RE: tomcat vs orion vs weblogic testing results (Load Runner) Hi, which one is faster, Tomcat or Websphe

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 build

Requirement of Apache to integrate with Tomcat

2000-11-20 Thread Joseph Wong
Hi all, I want to ask what is the version of Apache to which Tomcat 3.1 can be integrated? thanks. _ Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com. Share information about yourself, create your o

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 ben

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 mod_jk'e

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

2000-11-20 Thread David Oxley
Are there any benchmarks between Tomcat and WebSphere because at our site we are seeing Tomcat is twice the speed of Tomcat and I'm sure this can't be right!! Dave [EMAIL PROTECTED] -Original Message- From: Amrhein, Thomas [mailto:[EMAIL PROTECTED]] Sent: 20 November 2000 11:38 To: [EMAIL

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 : > > 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 Lacerda, Wellington (AFIS)
Default is 30 minutes and you can configure it per context : will make it 1 minute in the test context. Wellington Silva UN/FAO -Original Message- From: Ivan E. Markovic [mailto:[EMAIL PROTECTED]] Sent: 20 November 2000 15:58

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 ha

mod_jk and Incomplete Read error

2000-11-20 Thread brent . johnson
I'm getting the following error when Apache attempts to send a servlet request to Tomcat (running 3.2b): sendorder Incomplete read, deal with it 8188 2048 2000-11-20 11:07:21 - Ctx( ): Exception in: R( + /servlet/HPMain + null) - java.lang.NullPointerException at HPMain.doPost(HPMain.ja

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 Lis

Session timeout

2000-11-20 Thread Ivan E. Markovic
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 and could find no indicator as to what that duration was. Anyone able to enlighten me? T

RE: Strange behaviour of Tomcat/Apache and session management

2000-11-20 Thread Stubenrauch,Andreas
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 Regards, Andreas > -Original Message- > From: Wolfgang Trexler [mailto:[EMAIL PROTECTED]] > Sent: Monday, November 20, 2000 3:46 PM > To: [EMAIL PROTECTED] > Su

Re: Tomcat 3.1 : Servlet URl without "/servlet/"

2000-11-20 Thread Miles Daffin
Hi Scal, > 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 Try doing this in your apps web.xml (in the etc dir??). myServlet No descr

Serving welcome page v. issuing HTTP redirect

2000-11-20 Thread Phil Radden
There appears to be a change of behaviour between Tomcat 3.1 and 3.2bX regarding the handling of the top page for a servlet. I have a servlet in ROOT context, and wish a particular file, say index.jsp, to be used for requests for 'GET / HTTP/1.0'. In 3.1, this is what happens. In 3.2, an HTTP re

Strange behaviour of Tomcat/Apache and session management

2000-11-20 Thread Wolfgang Trexler
Hi, while debugging a WAP project with URL encoded Tomcat Sessions (JSESSIONID) we encountered the following strange behavior: WAP devices are (normally) not capable of using cookies, the session management of Tomcat (if called standalone on port 8080) recognized this and the method HttpServletR

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: tomcat vs orion vs weblogic testing results (Load Runner)

2000-11-20 Thread John Bateman
Hi Would you be willling to post the results of your tests here so we can see what, and where, the bottlenecks are? Thanks > -Original Message- > From: Manne Anliot [mailto:[EMAIL PROTECTED]] > Sent: Monday, November 20, 2000 5:15 AM > To: '[EMAIL PROTECTED]' > Subject: tomcat vs orion

Re: please help me (Apache + modssl + openssl + tomcat)

2000-11-20 Thread Jan Labanowski
Try: http://www.ccl.net/cca/software/UNIX/apache/ On Mon, 20 Nov 2000, [euc-kr] ¿¬±¸¼Ò ¿£Áø°³¹ßºÎ ¹Ú½ÃÇö wrote: > hi > I want to use Apache + modssl + openssl + tomcat. > I found next memo during searching intenet . > === > > >>If yo

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

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: > > > > > > myproperty > > 42 > > > > > > Anyone think this is a good idea, or am I talking rubbish? > > It

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 webapplication

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 PROTEC

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:

Re: help me..

2000-11-20 Thread Miles Daffin
Hi Thilan,   There is good documentation provided with the Tomcat download.   %TOMCAT_HOME%\doc   Just read it and follow the steps.   Miles   - Original Message - From: Thilan Silva To: [EMAIL PROTECTED] Sent: Monday, November 20, 2000 5:44 AM Subject: help me..

RE: System properties

2000-11-20 Thread Stuart Farnan
I agree that global properties are not ideal, it would be much better to be able to localise them for each web-application, I thought I would start by not asking for too much! From the replies that I have seen so far I will give the element a go. Basically setting a parameter for a particular

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

2000-11-20 Thread Jarek Skreta
Hi there, What you've got may be consistent with some other benchmarks. Here is the link to the Orion web site where they publish some of their results. http://www.orionserver.com/benchmarks/benchmark.html They put lot of caveats on their test but the trend is similar to yours. Regds, Jarek S

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: > > className="org.apache.tomcat.

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, t

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

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: > If it's a jsp, then you should use <%@include file="..."%>, which works at compile time. The compiles the included page as a separate file, thus can be changed after the compilation. The include syntax you specifie

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 ? (assuming sswstyle is a subdirectory in your context). If it is not, then you can try: <% RequestDispatcher rd = application.getContext("/sswstyle").getRequestDispatcher("/header.jsp"); rd.include(request,response); %> Wellington Silva -

RE: help me..

2000-11-20 Thread Lacerda, Wellington (AFIS)
Hi Thilan, I'm Wellington from Brazil. I work with Tomcat and IIS. Did you follow the IIS-HowTo deployed with Tomcat ? What were the results ? Wellington Silva UN/FAO -Original Message- From: Thilan Silva [mailto:[EMAIL PROTECTED]] Sent: 20 November 2000 05:44 To: [EMAIL PROTECTED]

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 no