Can anyone give me an idea of the maximum hit rate for Tomcat on a PC

2002-05-20 Thread Simon Crase
I'm trying to get a feel for the maximum number of pages I can expect Tomcat to serve per second on a "reasonable" PC - say 1G RAM and a 1 processor speed around 1GHz. I know the correct answer is "it depends", but I'd appreciate any feedback on whether I should be looking at tens of hits, hundre

RE: just one edit.

2002-05-20 Thread Micael Padraig Og mac Grene
You might want to check the work of Doug Lee on locks. Great existing functionality, which I understand is being groomed for a later SDK. At 02:38 PM 5/20/02 -0500, you wrote: >Hi, really apreciate your help. but What I mean is a case in web. >It is: > >administrator A login to a site and modif

RE: unable to serve static pages through apache web server (Tomcat 4. 0 - Apache using AJP connector)

2002-05-20 Thread Paresh Deshpande
Hi, It would really be great if someone could tell me whether the static content is at all served by Apache web server :) . Even the directory browsing ends up getting shown by tomcat web server instead of apache Web server. thanks Paresh (I have included necessary configuration files at the end

RE: unable to serve static pages through apache web server (Tomcat 4. 0 - Apache using AJP connector)

2002-05-20 Thread Paresh Deshpande
Hi Scott, Thanks for your suggestion. Definitely a decent workaround. But I am not clear about the usage of this piece of code. I am only using servlets and static files in my application. Should I generate servlet equivalent of this JSP for my usage? Also, where should I place this file? How will

Re: Custom Authentification

2002-05-20 Thread Eric Everman
Perhaps I should be more clear about what I am trying to accomplish (and spell authentication correctly) I had originally created my own login/authenfication application. It allowed users to create profiles with a user name, password, a password hint, and email addr. Logged-in users are mark

Re: web.xml

2002-05-20 Thread Phillip Morelock
On 5/20/02 5:25 PM, "Vladimir" <[EMAIL PROTECTED]> wrote: > Yes but if I map do / then this becomes the > "default" mapping, and anything that it's caught by the other mapping > gets served by this mapping, so it caches my requests for static > content. > > PS > Just in case it's not clear, I am

RE: web.xml

2002-05-20 Thread Vladimir
Yes but if I map do / then this becomes the "default" mapping, and anything that it's caught by the other mapping gets served by this mapping, so it caches my requests for static content. PS Just in case it's not clear, I am using tomcat in standalone more so that it serves both dynamic and stat

Re: web.xml

2002-05-20 Thread Phillip Morelock
that should work without any web.xml involvement. The web.xml maps ONLY what you map, everything else is resolved with your static content if it's not found in the servlet-mappings. On 5/20/02 5:11 PM, "Vladimir" <[EMAIL PROTECTED]> wrote: > Is there any way to make a servlet-mapping that ca

web.xml

2002-05-20 Thread Vladimir
Is there any way to make a servlet-mapping that catches request to www.servername.com/contextname/ but not requests to www.servername.com/contextname/some_other_text where some other text is a request fro static resources that reside in the document root of the webapp.

RE: Doubts on SSL configuration.???

2002-05-20 Thread Rutledge, Aaron
You must be using Apache's modSSL to provide the SSL functionality to your Tomcat Aps. When using Tomcat alone you must configure the SSL connector in server.xml to specify the factory class name within the JSSE and you must specify where your keyfile is located. If you look at your server.xml f

multi-ip host

2002-05-20 Thread Emerson Cargnin - MSA
How do i configure tomcat to be used by many developers (in  a huge single machine) so that each one do not knows of others tomcat instances, using the same port (eg: 8080).   Emerson Cargnin - MSASICREDI - Ramal 3358-4860 -- To unsubscribe, e-mail: For additiona

Re: Localhost-Only Tomcat?

2002-05-20 Thread Steven J. Owens
On Mon, May 20, 2002 at 05:01:51PM -0400, Steven J. Owens wrote: > I'm trying to figure out how to secure a Tomcat installation in > win2k, so it only answers requests from localhost. I've been digging > through the various resources (jguru faqs, tomcat-users archive, > servlet-interest arch

RE: Doubts on SSL configuration.???

2002-05-20 Thread Rutledge, Aaron
I'm not. Maybe Rajesh is. This should be straightforward and I wish to learn what is causing my error. I know I must be missing something simple in my implementation. The Tomcat SSL how-to is very brief and clear but is causing this bizarre java.lang.IllegalStateException--which doesn't make s

Re: Problem in restarting Tomcat

2002-05-20 Thread Mats Nyberg
hi, yourself, Zhongwen Zhu (LMC) wrote: >Hi > >In linux OS, when Tomcat is shut down, the port which is used by Tomcat is > >not released. Hence it is impossible to re-start Tomcat. Do you have any > >solution so that the system is forced to release the port when Tomcat is > >shut down? > yes, d

RE: Doubts on SSL configuration.???

2002-05-20 Thread Mike Jackson
I have this setup at home on my linux box. Didn't have any problems getting it working. If you ask really, really nicely I could send you the binaries I suppose, or the config files. But really the major pain was getting apache to run with ssl, not the tomcat part. --mikej -=- mike jackson

Re: Doubts on SSL configuration.???

2002-05-20 Thread Pae Choi
For $400.00, I will make a custom build for those packages, applciations, configuration you need. That is including Apache/ HTTPd, Tomcat, OpenSSL, mod_ssl, mod_jk, and JSSE on Win32 for you. And I will provide the sample applications and configurations you need for those needs. Interesting? Send

Web server authentication fails with WarpConnector

2002-05-20 Thread Xiaoyu Zhang
Hi, Can I use Apache web server (1.3.24) to do the authentication and use WarpConnector to forward request to Tomcat 4.0.3 ? In my apache(1.3.24) and tomcat (4.0.3) application server configuration, I am using WarpConnector to handle the jsp/servlet pages. I would like to ask Apache web serv

Localhost-Only Tomcat?

2002-05-20 Thread Steven J. Owens
Hi folks, I'm trying to figure out how to secure a Tomcat installation in win2k, so it only answers requests from localhost. I've been digging through the various resources (jguru faqs, tomcat-users archive, servlet-interest archives) but I can't find the answer to this. I found a couple o

Re: Mod WEB_APP

2002-05-20 Thread Adrian
You should check : http://www.pubbitch.org/jboss.html - Original Message - From: Rui Oliveira <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, May 20, 2002 11:30 AM Subject: Mod WEB_APP > Hello, > > Does anyone here has the mod_webapp compiled for Solaris 8, using the > GCC? >

RE: Why ignore sendRedirect() for an include? - solved

2002-05-20 Thread Jay Burgess
This question ended up getting answered back on the JSP list (many thanks to Hans Bergsten!). The spec very clearly calls out the issue in section JSP.4.4: "An included page only has access to the JspWriter object and it cannot set headers. This precludes invoking methods like setCookie(). Att

RE: just one edit.

2002-05-20 Thread Øyvind Vestavik
Just to clear things up a bit: What kind of web resource are we talking about?? Is java in the background?? Øyvind Øyvind Vestavik Øvre Møllenberggt 44b 7014 Trondheim [EMAIL PROTECTED] 41422911 On Mon, 20 May 2002, Emilio Miranda wrote: > Hi, really apreciate your help. but What I mean is a

how do i use session.setAttribute for arrays?

2002-05-20 Thread Richard Diaz
Here's what I'm doing: int iMaxBookmarks = 25; Bookmark[] MyBookmarkArray = new Bookmark[iMaxBookmarks]; while (rs.next()) { MyBookmarkArray[i] = new Bookmark(); session.setAttribute("MyBookmarkArray[" + i + "]", MyBookmarkArray); // set all data for MyBookmarkArray[i] (this works fine)...

Re: JDBCRealm and Oracle Not working

2002-05-20 Thread Chad Perry
Ok, you need to put the classes12_01.jar file in the ~/common/lib dir also. On install, the classes12_01.jar is in the ~/lib, which is NOT enough to get the JDBCRealm working with Oracle. WHY you need that jar in both places: ~/lib and ~/common/lib is still a mystery/issue! Could anyone shed

RE: just one edit.

2002-05-20 Thread Emilio Miranda
yes, there is a jsp. I have a form. It is an web application (Servlets, JSP , etc )to manage users but it could have two or more administrators so, my trouble is when two want to modify the data of one user at the same time- For example in other applications I saw message like "sorry this resource

RE: just one edit.

2002-05-20 Thread Emilio Miranda
Hi, really apreciate your help. but What I mean is a case in web. It is: administrator A login to a site and modify data of some user at the same time administrator B are modifying the data of the same user. I would like some message for administrator A, something like a "sorry you cant change

Is it possible to restart NT-based Tomcat 4.0 remotely?

2002-05-20 Thread Maya Vayner
Hi guys, I am trying to figure out ways to restart Tomcat 4.0 which is running on NT, and to ahich I don't have access locally. Only over the Internet. I've found such things as Manager application and org.apache.catalina.core.StandardServer which allows to run SHUTDOWN command through TCP/IP800

Please have a look at this log

2002-05-20 Thread Mihai Gheorghiu
The following is from localhost_access_log: x.y.z.129 - - [20/May/2002:15:16:31 -0500] "POST /TAN/servlet/tanback/DoGetTrxPosted HTTP/1.1" 200 18375 x.y.z.129 - - [20/May/2002:15:16:31 -0500] "GET /TAN/tan/images/minipage.gif HTTP/1.1" 200 844 x.y.z.129 - - [20/May/2002:15:16:31 -0500] "GET /TAN/t

Re: Re: Connection Pool Configuration

2002-05-20 Thread D Watson
I am testing under Tomcat but I will be deploying the project to WebSphere (as per the client's request). I would like to be able to have the project work under any application server, so I do not want to rely on a 3rd party product for pooling but rather use a built in solution (if available). I

Re: How to specify the webappdeploy for tomcat root context

2002-05-20 Thread Xiaoyu Zhang
This trick here doesn't work. It just gives me the blank pages. By looking at the WebApp Libary Configuration, "WebAppDeploy _ warpConnection / " makes this warp connection inconnected. "WebAppDeploy ROOT warpConnection /" makes apache forward request to Tomcat, but the context information i

RE: AJP13Connector source and javadoc

2002-05-20 Thread Ignacio J. Ortega
> De: Sankaranarayanan (Ganesh) Ganapathy [mailto:[EMAIL PROTECTED]] > Enviado el: lunes 20 de mayo de 2002 20:16 > > I downloaded tomcat and tomcat source as well and I dont see > the AJP13Connector as part of the tomcat source nor can I see > the java docs for the same. > > I am planning to

Custom Authentification

2002-05-20 Thread Eric Everman
I am trying to create a custom login / authentification system with the following requirements: -Tracks more info then just user name, password, and roles (ie email address) -Allow new users to fill in a new user form (with the extra info) and be logged in after successfully completing the form

RE: just one edit.

2002-05-20 Thread Mike Jackson
You'll probably want to synchronize on a static object I think. Something like this: public class WhatEver { protected static Object lock = new Object(); public void doStuff() { sychronized( lock ) {

Re: just one edit.

2002-05-20 Thread Øyvind Vestavik
I'm not sure what you mean, but java has a keyword that makes a method function as a "monitor" (At least lightweight) The keyword is syncronized Øyvind Vestavik Øvre Møllenberggt 44b 7014 Trondheim [EMAIL PROTECTED] 41422911 On Mon, 20 May 2002, Emilio Miranda wrote: > > Hello, I am sorry if t

Re: How to specify the webappdeploy for tomcat root context

2002-05-20 Thread rsequeira
Try this: WebAppDeploy _ warpConnection / RS Xiaoyu Zhang <[EMAIL PROTECTED]> on 05/20/2002 11:31:05 AM Please respond to "Tomcat Users List" <[EMAIL PROTECTED]> To:[EMAIL PROTECTED] cc: Subject:How to specify the webappdeploy for tomcat root context Hi, I am using Tomcat 4.

RE: Tomcat 3.3.1 and additionalJars

2002-05-20 Thread Larry Isaacs
After adding the jdom.jar and making the server.xml changes you describe, I find that I can compile and display the following JSP page: - test.jsp - <% org.jdom.JDOMException jdomExc = new org.jdom.JDOMException(); %> This is a test. This seems to indicate that t

AJP13Connector source and javadoc

2002-05-20 Thread Sankaranarayanan (Ganesh) Ganapathy
Hi All, I downloaded tomcat and tomcat source as well and I dont see the AJP13Connector as part of the tomcat source nor can I see the java docs for the same. I am planning to use the AJP13Connector in my embedded tomcat - so I am looking for the javadoc. Can somebody point me to it? Also ha

just one edit.

2002-05-20 Thread Emilio Miranda
Hello, I am sorry if that is an offtopic. How can I be sure that only one user is changing some data at the time? could Tomcat help me on that? I mean , supouse that one user change a name an another try to change at the same time. Thanks a lot! -- To unsubscribe, e-mail:

Re: Please help with mod_jk

2002-05-20 Thread Peter Choe
At 01:37 PM 5/20/2002, Duane Gran wrote: >Peter, > >I'm no expert, but just a few basic questions/observations: > >1) Do you have mod_so enabled? Check by running httpd -l i think so. i do httpd -l and i see mod_so listed with others things. >2) Do you have mod_jk.so in the libexec directory?

off topic dialog box

2002-05-20 Thread Øyvind Vestavik
I'm developing a prototype of a serverprogram with a servlet front end. halfway through the execution of a servlets doGet() I need to prompt the user for some info. How do i do this?? Pointers to resources would be much appreciated Øyvind Øyvind Vestavik [EMAIL PROTECTED] -- To unsubscribe,

Re: Please help with mod_jk

2002-05-20 Thread Duane Gran
Peter, I'm no expert, but just a few basic questions/observations: 1) Do you have mod_so enabled? Check by running httpd -l 2) Do you have mod_jk.so in the libexec directory? Sorry if these are *very* basic suggestions. If it isn't one of those issues, I'm not sure offhand. Duane On Monday

CATALINA_BASE and ClassLoader

2002-05-20 Thread Marx, Mitchell E (Mitch), ALCNS
OK, I did search the archive for this question, and did find a (albeit short) discussion. 1) What I'd like to have is 1 installation of tomcat running multiple instances (think each instance is a release), each instance running multiple web applications. I'd like to have some non-tomcat cod

RE: ant task to know if a webapp is deployed

2002-05-20 Thread John Niven
-Original Message- > From: Emerson Cargnin - MSA [mailto:[EMAIL PROTECTED]] > Sent: 20 May 2002 17:58 > To: Tomcat Users List > Subject: ant task to know if a webapp is deployed > > Is there any form to make sure an webapp is deployed through ant tasks? > How is the better approach to le

RH6.2 + apache + tomcat, `GLIBC_2.2' not found problem

2002-05-20 Thread Simon
Untitled DocumentDear all, I originally have a RH7.2 system, ran apache+tomcat4.0.1+mod_webapp without problem Now, my system need a migration, and unluckily, the `new` system is RH6.2 My apache (installed by rpms: apache-devel-1.3.12-2 and apache-1.3.14-2.6.2) cannot load the mod_webapp.so and

ant task to know if a webapp is deployed

2002-05-20 Thread Emerson Cargnin - MSA
Is there any form to make sure an webapp is deployed through ant tasks? How is the better approach to let my build file generic, i mean : never giving me an error either the webapp is already deployed or not.     Emerson Cargnin - MSASICREDI - Ramal 3358-4860 -- To unsubscribe, e-mail:

Tomcat 4.0.x bug with POST parameters ?

2002-05-20 Thread Vjeran Marcinko
Hi. Tomcat 4.0.x versions don't acquire POST parameters sent by my applet using java.net.URLConnection class, although Tomcat 3.2.x does everything perfectly. When I want to fetch parameters using request.getParameterNames() (or any other method for acquiring parameters), it provides me with em

Please help with mod_jk

2002-05-20 Thread Peter Choe
i am trying to get mod_jk working on a Solaris 8 intel box. i have installed apache1.3.24 from sources and i have tomcat4.0.x from binaries. i compiled mod_jk using the script provided and everything seemed to work. but when i put: LoadModule jk_modulelibexec/mod_jk.so in to the

Re: JNDI/LDAP/JSP Example?

2002-05-20 Thread Jonathan Eric Miller
I have some Java servlet example applications that do this that I can send you if you want. I don't know JSP, so, I don't know if you can easily translate it to JSP or not. I would assume that you can do all the same things using JSP that you can in servlets, just using different syntax? Jon ---

RE: What methodologies/systems/practices do you use?

2002-05-20 Thread Anthony Eden
Michael, There are a wide range of frameworks available which address some or all of the issues you have listed below. I am currently spearheading a project called Wafer which is an attempt to analyze and compare each of these frameworks. At the very least you can use the list of frameworks a

Re: Calendar in XML/java script

2002-05-20 Thread Paul Kofon
Hi, I've done one using one JSP page with a bean, one Servlet and some JavaScript/DHTML. If you want it, let me know and I'll send it to you, with the source code and necessary how-tos. Cheers, Paul >From: Uma Munugala <[EMAIL PROTECTED]> >Reply-To: "Tomcat Users List" <[EMAIL PROTECTED]> >To

RE: Connection Pool Configuration

2002-05-20 Thread Mike Jackson
Look at "poolman", there's really not a need to re-invent the wheel... --mikej -=- mike jackson [EMAIL PROTECTED] > -Original Message- > From: D Watson [mailto:[EMAIL PROTECTED]] > Sent: Saturday, May 18, 2002 8:58 AM > To: Tomcat Users List > Subject: Connection Pool Configuration

RE: Tomcat 3.3.1 and additionalJars

2002-05-20 Thread Mario Felarca
>From: Larry Isaacs <[EMAIL PROTECTED]> > >That's basically correct. The jar is added to the >web application's classloader classpath. The web >application's classloader is switched in as the context >class during request handling for that context. > >Larry Ok, I just wanted to make sur

How to specify the webappdeploy for tomcat root context

2002-05-20 Thread Xiaoyu Zhang
Hi, I am using Tomcat 4.0.3 and Apache web server 1.3.24(Linux version) and would like to ask apache server to forward request to tomcat's ROOT context. Here is the difficulty I run into. In tomcat server.xml, path "" is specified as the tomcat's ROOT context path. But in my apach

Re: What methodologies/systems/practices do you use?

2002-05-20 Thread Jacob Kjome
Hello Michael, Check out http://barracuda.enhydra.org/cvs_source/Barracuda/index_details.html I am a developer of Barracuda and can tell you that it is a fantastic way to develop servlets based on Model 2. It is actually inspired by the way Swing apps work. It uses Components to deal with the

FW: Calendar in XML/java script

2002-05-20 Thread Christian, Andrew P (Andrew)
Uma, Try this link: http://www.scriptsearch.com/JavaScript/Scripts/Calendars/ Andy Christian Avaya Inc. 732-271-2399 -Original Message- From: Uma Munugala [mailto:[EMAIL PROTECTED]] Sent: Monday, May 20, 2002 1:22 PM To: '[EMAIL PROTECTED]' Subject:Calendar in

Calendar in XML/java script

2002-05-20 Thread Uma Munugala
Hi All I want a help. Iam using Apache, tomcat 4.0.3 and struts on windows NT In my project i need to display a calendar and user can select any date and i need to display that on my web page. Is there any software already existing for this in XML/Java script. If so please any body point

Mod WEB_APP

2002-05-20 Thread Rui Oliveira
Hello, Does anyone here has the mod_webapp compiled for Solaris 8, using the GCC? Can someone help me out? Regards Rui Oliveira -- To unsubscribe, e-mail: For additional commands, e-mail:

What methodologies/systems/practices do you use?

2002-05-20 Thread Michael Teter
Howdy. I'm looking for one or more guide documents for JSP/Servlet/? development for doing web applications. Specifically, I'm hoping to find some best practices for doing modern web application development using production quality (not bleeding edge) technologies. For example, right now I gene

unable to serve static pages through apache web server (Tomcat 4.0 - Apache using AJP connector)

2002-05-20 Thread Paresh Deshpande
Hello, I have installed Apache web server (Apache/1.3.24 (Win32) mod_jk/1.1.0) with Tomcat as servlet engine (Apache Tomcat/4.0.3) to serve my application. I am using AJP connector to integrate tomcat with apache installation. Now regarding my problem, all my requests for static conte

RE: JDBCRealm and Oracle Not working

2002-05-20 Thread John Niven
> -Original Message- > From: Chad Perry [mailto:[EMAIL PROTECTED]] > Sent: 20 May 2002 15:22 > To: [EMAIL PROTECTED] > Subject: Re: JDBCRealm and Oracle Not working > > > By default the drvier (classes12_01.jar) is placed in Apache > Tomcat 4.0\lib. > > I can connect to Oracle just fi

RE: Doubts on SSL configuration.???

2002-05-20 Thread Rutledge, Aaron
http://jakarta.apache.org/tomcat/tomcat-4.0-doc/ssl-howto.html I'm not sure if you've found this article or not. On first run-through it appears to be the "Idiot's Guide to SSL", but I am still having problems. I configured my Tomcat exactly like it is explained and now I get a java.lang.Illeg

Re: Where do I put the oracle jdbc driver?

2002-05-20 Thread Tore Skogly
mandag 20. mai 2002, 03:18, skrev Jack Hermanto: > Put it on > - $TOMCAT_HOME/server/lib if you need the JDBC > available only for tomcat server. > - $TOMCAT_HOME/common/lib if you need JDBC available for both > server and application. > > Notes: Tomcat class loader only recognize .jar file, >

Building Tomcat 4.0.3

2002-05-20 Thread Pablo Schor
Im trying to build Tomcat 4.0.3, and following the instructions I reached a step that says I need to download the JMX 1.1 Maintenance Release Instrumentation and Agent Reference Implementation Binary from Sun, thru the link http://java.sun.com/products/JavaManagement/download.html After log

RE: Tomcat 4 clears login parameters?

2002-05-20 Thread Lawlor, Frank
Craig, Thanks for the response. Yes, I agree that our use of parameters to determine the state of the login page wasn't portable, etc., but it did have the advantage of working reliably (on Tomcat 3.x). Unfortunately the use of the standard browser tags for no-cache, expiration, etc. don't see

Re: JDBCRealm and Oracle Not working

2002-05-20 Thread Chad Perry
By default the drvier (classes12_01.jar) is placed in Apache Tomcat 4.0\lib. I can connect to Oracle just fine in a JSP or servlet! It is the JDBCRealm functionality that is broken. :-( -Late >From: Umberto Nicoletti <[EMAIL PROTECTED]> >Reply-To: "Tomcat Users List" <[EMAIL PROTECTED]> >To:

RE: which version ?

2002-05-20 Thread John Niven
> -Original Message- > From: Paul Balanoiu [mailto:[EMAIL PROTECTED]] > Sent: 17 May 2001 15:32 > To: Tomcat Users List > Subject: Re: which version ? > > > It's not about using Tomcat 4.0.3 or 4.1. > I always preffer to develop with the latest version of the > product (no matter which

Re: redirection from a custom tag

2002-05-20 Thread Håkon Hansen
> Is there something I can do to prevent the jsp from trying to release > the pageContext? Isn't it just fair that it does so? You are, after all, moving out of scope from the first (containing the tag) page's point of view ... Yours, Haakon Hansen Norway -- To unsubscribe, e-mail:

Doubts on SSL configuration.???

2002-05-20 Thread Rajesh Harikrishnan
HI All, I need Apache-ssl+tomcat expert's help on this issue. My problem is, after a lot of search i am still not able to find some useful documentation for Configuring the Apahce+tomcat (on Windows) for HTTPS(SSL). My application needs to handle both HTTP and HTTPS. Few modules in the appli

RE: Tomcat 3.3 as a service

2002-05-20 Thread Larry Isaacs
The C-runtime routine used for processing the individual settings doesn't support quotes. You have to add the appropriate quotes in the wrapper.cmd_line setting. This has already been done in Tomcat 3.3.1. Unfortunately, the handling doesn't deal with substituting empty parameters. As a result

Re: J2EE

2002-05-20 Thread peter . brawley
Sudhir Kumar wrote: > hi, > This quiestion may look very dumb, but still i want to know , What is this > J2EE consists of?? What are the things which this Technology covers?? WHen > can u say that ur application is built on J2EE technology ??? > > Thanks in advance > SKN http://java.sun.

RE: Tomcat 3.3.1 and additionalJars

2002-05-20 Thread Larry Isaacs
That's basically correct. The jar is added to the web application's classloader classpath. The web application's classloader is switched in as the context class during request handling for that context. Larry > -Original Message- > From: Mario Felarca [mailto:[EMAIL PROTECTED]] > Sent

RE: batch file

2002-05-20 Thread Mehdi Rizvi
use some lock for example, if you are using windows, write at the top of batch file if exists lock goto alreadyrunning echo "1" > lock -- do your work here -- del lock goto end :alreadyrunning echo "application is already running" :end -Original Message- From: Sudhir Kumar [ma

Re: init() help?

2002-05-20 Thread Serge A. Redchuk
Hi, Jason. Saturday, May 18, 2002, 1:19:08 PM, you wrote: JE> Hi Serge, JE> I found your discussion re servlet init() and was wondering if JE> you ever found an answer. I have EXACTLY the same problem. JE> what did you do to fix this? I guessed the next thing: If I use catalina *not*

batch file

2002-05-20 Thread Sudhir Kumar
hi, i have a an application which runs when i click on a batch file. But my problem is, once i click on the batch file and the application starts running, the user can come back and click on this batch file again to create another instance of this application. How can i stop this ?? Than

RE: J2EE

2002-05-20 Thread alastair
You might find an answer here: http://www.tuxedo.org/~esr/faqs/smart-questions.html#BEFORE -Original Message- From: Sudhir Kumar [mailto:[EMAIL PROTECTED]] Sent: 20 May 2002 16:47 To: 'Tomcat Users List' Subject: J2EE hi, This quiestion may look very dumb, but still i want to

J2EE

2002-05-20 Thread Sudhir Kumar
hi, This quiestion may look very dumb, but still i want to know , What is this J2EE consists of?? What are the things which this Technology covers?? WHen can u say that ur application is built on J2EE technology ??? Thanks in advance SKN -- To unsubscribe, e-mail:

Re: Where do I put the oracle jdbc driver?

2002-05-20 Thread Gearoid Coughlan
Hi, Drop the driver into $TOMCAT_HOME/common/lib then all apps will be able to use it. --g On Sunday 19 May 2002 18:07, you wrote: > I have problems making Tomcat find the jdbcdriver which i downloaded from > Oracle. > > I have put the driver (classes12.zip) into $JAVA_HOME/lib and renamed i

Re: Hi

2002-05-20 Thread Vishal
Hi . If U'r hitting a servlet then in the actionline u have to specify action="/servlet/filename" i think u'r only giving action="/filename" cos as u have written everything seems right ... the files r in the right directory eg: classes just check if u'r using /servlet/filename **

Re: JDBCRealm and Oracle Not working

2002-05-20 Thread Umberto Nicoletti
Hi, You must put the jdbc driver in a place where tomcat can find it. As of my experience a suitable place is TOMCAT_HOME/lib or common/lib (or something like that). Regards, umberto Chad Perry wrote: > > Trying to get Oracle 8i to work with with the JDBCRealm: > Tomcat 4.0.4b3 > JDK 1.4.0 > OS

Re: IIS 5.0 & Tomcat4.0.3 on different machines?? HowTo??

2002-05-20 Thread Umberto Nicoletti
Elizabeth Barham wrote: > > I was wondering how to go about doing this myself and > found it mentioned on jguru's tomcat faq: > > http://www.jguru.com/faq/home.jsp?topic=Tomcat > > It was a few pages over, though. > > I do not have a IIS machine and have not tried this, > but from my underst

Hi

2002-05-20 Thread siva . prasad
BDY.RTF Description: RTF file