Re: Tomcat Unix autostart

2000-12-10 Thread AC
Tomcat should start after Apache during reboot. Also remember to set your classpath in the startup script. andrea At 08.44 11/12/2000 +0100, you wrote: >Hi, >I'm trying to start Tomcat whith rebooting a Unix machine. >Tomcat seems to start for a moment and then dissappears. >I have a startup s

Tomcat Unix autostart

2000-12-10 Thread Jan Stevens
Hi, I'm trying to start Tomcat whith rebooting a Unix machine. Tomcat seems to start for a moment and then dissappears. I have a startup script in /sbin/rc3.d I'm using an Alpha1000 with Tru64 unix 4.0D Who can help me. Regards, Jan Stevens Software Developer CMG Maastricht B.V. -Telecom Products

Setting properties outside of the WAR

2000-12-10 Thread Ritchie Young
Hi,   Is there a standard way to set a property for a web-app other than in the WEB-INF/web.xml ?   I would like to copy my web app between several machines each of which requires some unique settings. Previously I've been doing this by setting the TOMCAT_OPTIONS="-Dprops=my.properties" befor

bean apth setting

2000-12-10 Thread nitin mundada
Hi all I am using beans for my application. can any one tell me where shall be they placed. when i put my JSP file alter.jsp which calls a particular bean, in root directory, and bean in WEB-INF/classes of same ROOT directory it works. but if i put my alter.jsp, in subdirectory of ROOT, then my p

Turning off logging?

2000-12-10 Thread Joseph A. Latone
Hi, Is there any way to turn off logging completely? Thanks, Joe

Version 3.1 works and 3.2 doesn't

2000-12-10 Thread David Cittadini
I had Tomcat working well under version 3.1 (except for a memory leak).  However, when I change to version 3.2 with no modifications to the JSPs, directory locations etc, I get the following error "Bad file argument to include".   It seems to generate this error when one JSP calls another J

Building Tomcat on linux

2000-12-10 Thread David Elliot
Hi all, Quick question re: the Tomcat build process on linux. I have pulled down all the components and have populated my classpath and path. However when trying to build the serveletapi component I am stuck with Ant complaining about the fact that it can't find a 'classic' compiler. I have t

in urgent need for help: authenication

2000-12-10 Thread DANNY.SO
Hi all experienced tomcat users it is highly appreciated if someone can give a helping hand to me for my problem l have setup the tomcat and it is run standalone without apache. As l tried out one of it sample about how to do authenication. http://localhost/examples/jsp/security/protected/index

Re: JNI in tomcat 3.1

2000-12-10 Thread John Clark L. Naldoza
yanjun wrote: > > Thanks for your kind. > I am a beginner. :( > And first step, "Adding JNI to Tomcat" , > I also don't know to do it. > Would you please guide me ? > Thanks. > Hello, Have you had some experience with creating Java programs that use the Java Native Interface (JNI)? If so, do

Re: JNI in tomcat 3.1

2000-12-10 Thread yanjun
Thanks for your kind. I am a beginner. :( And first step, "Adding JNI to Tomcat" , I also don't know to do it. Would you please guide me ? Thanks. yan jun "John Clark L. Naldoza" wrote: > > yanjun wrote: > > > > Hello all, > >Where can I get the detail ( step by step) document > > about

Re: JNI in tomcat 3.1

2000-12-10 Thread John Clark L. Naldoza
yanjun wrote: > > Hello all, >Where can I get the detail ( step by step) document > about setting JNI in tomcat (3.1) ? > Thanks in adv. > > yan jun Hello, Adding JNI to Tomcat (Stand-Alone mode) is the same as an ordinary program...;-) You just need to load the native libraries. It w

New user needs help

2000-12-10 Thread Kuba Kabacinski
Hi all, The functionality that I need to implement is as follows: JSP porduces XML output XML output is parsed with an appropriate XSL and the result is passed onto the client. I am using Tomcat 4 milestone build 4. I am aware that this kind of functionality was not possible with previous tomcat

JNI in tomcat 3.1

2000-12-10 Thread yanjun
Hello all, Where can I get the detail ( step by step) document about setting JNI in tomcat (3.1) ? Thanks in adv. yan jun

SSL 3 Client Authentication w/ 3.2 or 4.0 ??

2000-12-10 Thread David Elliot
Hi all, I have a question regarding client authentication over SSL with the Tomcat servers. Firstly, I cannot seem to get Tomcat 3.2 (final) to work with any SSL3 clients with client auth turned on... This includes Netscape>4, IE>4, and the openssl client (all Win32, except openssl client on l

RE: limit threads per servlet in Tomcat (to Simon.Kitching)

2000-12-10 Thread J Y
Hi Simon I have my specific reason on why I need to do this. I call the Oracle 8i JServer EJB instances from my servlet. IF you familiar on how Oracle JVM works. It's run in a session that doesn't support threading. thus all execution in this session is sequential. Say if I want to call my ej

Re: Admin Username/Password, Where do I set it ?

2000-12-10 Thread Jeff Turner
(thanks to Andy on tomcat-dev) On Sun, 10 Dec 2000, VoidHawk wrote: > Hi, > > I just installed Tomcat 3.2 :) > > Where to I set the username/password for the admin web app? > > > Thanks in advance? > -- Forwarded message -- From: Andy <[EMAIL PROTECTED]> To: [EMAIL PROTEC

An error I don't understand

2000-12-10 Thread Charles Sabourdin
Hi, on all my "post" action I have an error message : -- Not Found (404) Original request: application/x-www-form-urlencoded Not found request: application/x-www-form-urlencoded -- the strange thing is that with the "get" action the same JSP works normally. I use : windows 2000 JDK 1.3 tomca

Admin Username/Password, Where do I set it ?

2000-12-10 Thread VoidHawk
Hi, I just installed Tomcat 3.2 :) Where to I set the username/password for the admin web app? Thanks in advance?

jsp spanish

2000-12-10 Thread Landaluze Produktions IS - Carlos
in spanish there is a list for jsp... http://es.egroups.com/group/JUGAnd

RE: security-constraint url-pattern not working

2000-12-10 Thread CPC Livelink Admin
This was discussed earlier. Here is a snippet from the post by Craig McClanahan : In your , you are specifying entries that are not legal according to the servlet specification (such as "*/WCFAdmin.jsp" and "*/wcfsystem"). The legal syntax only allows "*" wildcards at the *end* of the URL, no

security-constraint url-pattern not working

2000-12-10 Thread Christian Sell
Hello, The following url-pattern in a security-constraint in my WEB.XML causes the page WCPAdmin.jsp (which resides in a subdirectory below the context root) to be protceted under Orion and JRun, whereas Tomcat lets me access it without any constraints: */WCFAdmin.jsp If I change the pattern t

Tomcat for TUX

2000-12-10 Thread Jakob Hummes
While I really doubt that already somebody has done the work... - I ask nevertheless: Has somebody already implemented a patch/plugin/whatever which allows the Red Hat TUX Webserver to redirect servlet requests to Tomcat (or JServ)? If yes, I would love to hear from this good soul, Cheers, - Jak

Re: 3.X and 4.X Information

2000-12-10 Thread William Brogden
http://www.orionserver.com/ has benchmarks for JSP showing Tomcat 3.1 to be spectacularly slower than the Orion and Resin servers. You will also appreciate the benchmarks showning how much faster JSP is than ASP as implemented on Microsoft's IIS > Sean wrote: > > Developers or other users ... >

3.X and 4.X Information

2000-12-10 Thread Sean
Developers or other users ...I was wondering if anyone knew of any benchmarks that compare Tomcats performance to other JSP Containers?  I was also wondering if there were any Benchmark goals for each release or is the only goal of Tomcat to create a reference implementation?  I know that Apa

tomcat for iis4.0

2000-12-10 Thread satya narayana
Respected sir, I order to run jsp programs on IIS4.0 i downloaded jakarta-tomcat.zip file. I also downloaded the html in which it explains how to configure things. After doing evertying, still i am not able to run jsp programs. Here along with this mail, i have attached the document which i refere