Re: Re: tomcat4 context problem

2002-05-06 Thread userlist
Hi, It's still not working after copying to ROOT webapp. I need to do following to get it working - did following settings in httpd.conf, so that /servlet request will be passwed to mailclient webapp WebAppConnection connwarplocalhost:8008 WebAppDeploy

How to pass a global parameter to all servlet of a webapp

2002-05-06 Thread userlist
I have a webapplication which has 20/25 servlets, I have kept all global settings of the webapp in a property file and want to pass these property file path to all servlet . I came to know that for individual servlet I can define init parameters as foo bar

RE: How to pass a global parameter to all servlet of a webapp

2002-05-06 Thread Mark.Nguyen
One way is to define this property in the web.xml as a env-entry and retrieve it using Context.lookup method. check web.xml and jndiservlet.java under the examples directory of your tomcat installation. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent:

R: How to pass a global parameter to all servlet of a webapp

2002-05-06 Thread Alessio Fiore
Hi, you can use context params in web.xml: context-param param-nameConfigFilePath/param-name param-value/foo/bar.properties/param-value /context-param Then you can read this parameter in all your servlets: String strPath =

URL rewriting

2002-05-06 Thread Chris Stephens
Hi folks, Apologies if this is a newbie question but I've looked around a fair bit (inc. the archives of this list) and can't find an answer. I want my users to enter in URLs like http://www.domain.com/products/zips and for this URL to be afront for a completely unrelated URL (e.g.

mod_webapp.dll

2002-05-06 Thread Sven Linckels
Hi, Yes, I need the mod_webapp.dll :) Could someone send me the file or give me the link where to find it? I'm not good at handling compilers, so I prefer getting a compiled version. Thanx a lot! Best regards, Sven Linckels -- To unsubscribe: mailto:[EMAIL PROTECTED] For additional

Re: mod_webapp.dll

2002-05-06 Thread Galbayar
- Original Message - From: Sven Linckels [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Monday, May 06, 2002 17:51 Subject: mod_webapp.dll Hi, Yes, I need the mod_webapp.dll :) Could someone send me the file or give me the link where to find it? I'm not good at handling compilers,

SSL certificate help!

2002-05-06 Thread t . riteshmenon
Hello all, I have got a Trial SSL Server Digital ID from Verisign . I would like to know how to configure it with tomcat(3.2.1) . i'm trying to enable ssl with tomcat. any help in this regard would be most welcome. thanks in advance Ritesh

apache tomcat4 mod_webapp mod_jk

2002-05-06 Thread userlist
Sorry for asking this question if it is already debated. I could set tomcat, apache and mod_webapp very easily. But now I want to know - whether to go for mod_webapp or mod_jk for apache, tomcat4 integration ? - Is mod_webapp is offering any advantages over mod_jk? thanks Amol -- To

Re: apache tomcat4 mod_webapp mod_jk

2002-05-06 Thread Anthony W. Marino
Load balancing is possible with mod_jk but not for mod_webapp. Anthony Sorry for asking this question if it is already debated. I could set tomcat, apache and mod_webapp very easily. But now I want to know - whether to go for mod_webapp or mod_jk for apache, tomcat4 integration ? - Is

Re: Re: apache tomcat4 mod_webapp mod_jk

2002-05-06 Thread userlist
Will you suggest to go for mod_webapp if I don't want load balancing ? ---Original Message- >From : Anthony W. Marino <[EMAIL PROTECTED]> To : Tomcat Users List <[EMAIL PROTECTED]>, [EMAIL PROTECTED] <[EMAIL PROTECTED]> Sent Date : Mon 06 May 2002

Problem while configuring mod_jk for Tomcat 4.0.3

2002-05-06 Thread Raja Sekhar
Hi, Can any one say me how exactly we need to configure mod_jk for Tomcat 4.0.3? I need to do this urgently. Some one who already did this, please let me know the steps. I want to do it on Linux. Thanks Regards, ..Raj Join 18 million Eudora users by signing up for a free Eudora Web-Mail

Re: Problem while configuring mod_jk for Tomcat 4.0.3

2002-05-06 Thread userlist
If you can use mod_webapp then visit : http://www.ajug.org/howto/tomcat4.html and follow steps. It worked for me. But I am also struggling with mod_jk for tomcat4 regards Amol ---Original Message- >From : Raja Sekhar <[EMAIL PROTECTED]> To : [EMAIL

Re: Loadbalancing....please Help!

2002-05-06 Thread Christophe Furmaniak
Tomcat 4 does know about loadbalancing, since 4.0.2 or something like that. Just have a look at http://www.ubeans.com/tomcat/index.html where everything is clearly explained...and don't forgot to use archives of the mailing list (http://nagoya.apache.org/eyebrowse/SummarizeList?listId=88) :)

RE: SSL certificate help!

2002-05-06 Thread Dave North
Here is what worked for me: STEP A - generate your private key Pre-req: JDK must be installed 1) cd to $JAVA_HOME/jre/bin 2) run ./keytool -genkey -alias tomcat -keyalg RSA -keystore FULL PATH TO KEYSTORE 3) You will be prompted for a password for the keystore 3) at the prompts, enter:

OT: where javax.sql.*

2002-05-06 Thread rainer jünger
Hi, I don't know where I can get teh javax.sql.* package from. It is not part of servlet.jar. But where is it?? thanks, rainer

Re: xerces version

2002-05-06 Thread PChaganti
Yes. If you place the new jar in your webapps lib, your webapp will use the new Xerces2. Keep in mind though that Tomcat itself will use the jar it is shipped with and not the new one in your webapp lib. -prabhakar Whats the version of Xerces that is shipped with Tomcat 4.0.3. I want to

Re: SSL certificate help!

2002-05-06 Thread Raja Sekhar
Hi, Follow these steps to configure your digital id 1. generate a local certificate: keytool -genkey -alias tomcat -keyalg RSA -keystore myfile where myfile is the name of the desired keystore-file 2. generate the CSR (you need it to request your (demo)certificate) keytool -certreq

Re: where javax.sql.*

2002-05-06 Thread Richard Sobota
AFAIK, package javax.sql is part of JDK 1.4. HTH Richard -- To unsubscribe: mailto:[EMAIL PROTECTED] For additional commands: mailto:[EMAIL PROTECTED] Troubles with the list: mailto:[EMAIL PROTECTED]

Force download through a jsp

2002-05-06 Thread RAYMOND Romain
Hello, I try to download a text file through a jsp mapped to the correct url. my problem is that the content file is shown and not downloaded. I use %@page contentType=text/plain% . Thanks. -- To unsubscribe: mailto:[EMAIL PROTECTED] For additional commands: mailto:[EMAIL PROTECTED]

R: where javax.sql.*

2002-05-06 Thread Alessio Fiore
A javax.sql.* implementation is commonly included in a JDBC driver package (i.e. classes12.zip, Oracle JDBC driver). -Messaggio originale- Da: rainer jünger [mailto:[EMAIL PROTECTED]] Inviato: lunedì 6 maggio 2002 14.01 A: Tomcat Users List Oggetto: OT: where javax.sql.* Hi, I don't

Re: Re: apache tomcat4 mod_webapp mod_jk

2002-05-06 Thread Anthony W. Marino
On Monday 06 May 2002 07:42 am, [EMAIL PROTECTED] wrote: Will you suggest to go for mod_webapp if I don't want load balancing ? Isn't there still a potential performance issue using mod_webapp since static pagesmust first go through TC before Apache can serve a page? Anthony

Running 3.2 and 4.0 instances on same machine

2002-05-06 Thread Steve Howie
Subject line says it all - are there any issues apart from port number stopping me from running Tomcat 3.2.4 and 4.0 on the same machine ?? Thanks Scotty -- To unsubscribe: mailto:[EMAIL PROTECTED] For additional commands: mailto:[EMAIL PROTECTED] Troubles with the list: mailto:[EMAIL

jsp:param value?

2002-05-06 Thread Jay Burgess
I tried this question on the JSP list, but haven't received any replies. I don't honestly know whether this is a Tomcat issue, or my error in reading the spec. Very simply, shouldn't the percent sign be valid in the following jsp:param element? jsp:include page=myservlet flush=true

Re: URL rewriting

2002-05-06 Thread Jeffrey Bonevich
You can use mod_rewrite and mod_proxy to do just this (at least if you are using apache). See http://www.engelschall.com/pw/apache/rewriteguide/ jeff Chris Stephens wrote: Hi folks, Apologies if this is a newbie question but I've looked around a fair bit (inc. the archives of this

Re: Force download through a jsp

2002-05-06 Thread Mohan rao A / Care Computer Solutions Pvt Ltd
hi, the problem you mentioned is actually not with jsp. i think you might be using some filters to parse jsp files. the file is not parsed. that is why the entire file is download without being parsed. -- Original message -- Date: Mon, 06 May 2002 14:35:26 +0200 From: RAYMOND

server.xml DTD - where can I find it ?

2002-05-06 Thread João Luiz de Brito Macaíba
Hi, does anyone know where I can find the DTD for server.xml ? TIA, Macaíba. -- From The Practice Programming by Brian W Kernighan Rob Pike: Another effective [debugging] technique is to explain your code to someone else. This will often cause you to explain the bug to yourself.

Re: where javax.sql.*

2002-05-06 Thread rainer jünger
AFAIK, package javax.sql is part of JDK 1.4. Yes, you are right! JDK 1.4 but not JDK 1.3 thanks, rainer -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

Re: where javax.sql.*

2002-05-06 Thread rainer jünger
Hi, A javax.sql.* implementation is commonly included in a JDBC driver package (i.e. classes12.zip, Oracle JDBC driver). not with my MySQL JDBC Driver 2.0.12 : ( R. -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

help plz urgent

2002-05-06 Thread # Lalit Nagpal #
i use the MultipartRequest class getParameter function to receive html form data apart from the files which are uploaded too. i do not know why i get the error saying posted content type is not multi part form data. when i upload files with this servlet without any input type=text type data

Re: help plz urgent

2002-05-06 Thread David Rault
you _have_ to set the encoding on your form : form method=POST action=/some_url enctype=multipart/form-data [some_form_inputs] /form bye David - Original Message - From: # Lalit Nagpal # [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Monday, May 06, 2002 4:12 PM Subject: help plz

Re: help plz urgent

2002-05-06 Thread # Lalit Nagpal #
P I HAVE ALREADY DONE THAT Pnbsp; BIDavid Rault lt;[EMAIL PROTECTED]gt;/I/B wrote: BLOCKQUOTE style=BORDER-LEFT: #1010ff 2px solid; MARGIN-LEFT: 5px; PADDING-LEFT: 5pxyou _have_ to set the encoding on your form :BR FORM action=/some_url encType=multipart/form-data

R: where javax.sql.*

2002-05-06 Thread Gianluca Gravina
not with my MySQL JDBC Driver 2.0.12 : ( R. .sql classes are classes to get data from a JDBC driver, If U're searching a jdbc driver for mysql U have to download from www.mysql.org, there are some stable, once downloaded put then in your jre/lib/ext (hope it's the right path ...) and U

HELP PLZ URGENT

2002-05-06 Thread # Lalit Nagpal #
i use the MultipartRequest class getParameter function to receive html form data apart from the files which are uploaded too. i do not know why i get the error saying posted content type is not multi part form data. when i upload files with this servlet without any INPUT type=text data upload

Re: where javax.sql.*

2002-05-06 Thread rainer jünger
Hi, well, I am using the MySQL JDBC driver since a while But it does not include the packages javax.sql.* course I need the javax.sql.DataSource class. thanks, R. not with my MySQL JDBC Driver 2.0.12 : ( R. .sql classes are classes to get data from a JDBC driver, If U're

RE: where javax.sql.*

2002-05-06 Thread Jeff Macomber
in JDK 1.4 it is included with the jdk. In Jdk1.3 it is a separate download for the jdbc extensions. Here is the link: http://java.sun.com/products/jdbc/download.html#spec Jeff -Original Message- From: Gianluca Gravina [mailto:[EMAIL PROTECTED]] Sent: Monday, May 06, 2002 10:22 AM

Re: help plz urgent

2002-05-06 Thread David Rault
well, first of all, YOU DON'T HAVE TO CAPITALIZE YOUR TEXT IT'S ANNOYING TO READ i'm trying to _help_ here try to send some of your html code (the multi part form) and the code of the server component in which you initialize the wrapper/read the parameters by the way, some extra info might help

Re: help plz urgent

2002-05-06 Thread # Lalit Nagpal #
so sorry ... so sorry for capitalising ... i know u were trying to help ... just that things r urgent ... so sorry anyway html code a bit, form, type=text and type=file tags body form name=commonform action=/servlet/TotalUpload ENCTYPE=multipart/form-data input type=text size=10

.NoClassDefFoundError: java/util/ArrayList

2002-05-06 Thread kn Nair
Hi , I hope this is the way to ask,I'm new to apache and tomcat OS HP-UX-11.0 jdk j HP-UX Java C.01.18.05 02/06/2001 15:50:29 jind03 in /opt/java/bin Apache is running trouble free on localhost: Tomcat is under /opt/tomcat the catalina.sh script runs and throws this error This is the

JDom in java-xml-pack for Sun??

2002-05-06 Thread staginfo-ar
Does anybody know when JDom API will be add to The Java-Xml-pack for SUN ?? Thanks. Jc -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

Re: help plz urgent

2002-05-06 Thread greyson . smith
How are you reading the data in the servlet? # Lalit Nagpal #

Re: where javax.sql.*

2002-05-06 Thread rainer jünger
In Jdk1.3 it is a separate download for the jdbc extensions. Here is the link: thats the best solution! thanks rainer -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

RE: .NoClassDefFoundError: java/util/ArrayList

2002-05-06 Thread Greg Trasuk
Hi there: I'm not current on HP-UX systems (at least not since 1993), but from the command line you give, it looks like you're using a JDK 1.1.x system. If that is correct, it won't contain java.util.ArrayList, since the collections framework was added in Java 2 (i.e. JDK1.2.2 or

RE: JDom in java-xml-pack for Sun??

2002-05-06 Thread Lance Smith
Thought it was in the 1.4.0 SDK -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Monday, May 06, 2002 9:40 AM To: [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject: JDom in java-xml-pack for Sun?? Does anybody know when JDom API will be add to The Java-Xml-pack

is not a servlet

2002-05-06 Thread Tevfik Aytekin
Tomcat 4.0.3 insists that my servlet is not a servlet. But the same servlet works under tomcat 4.0.1. When I use the servlet.jar that comes with tomcat 4.0.1, tomcat 4.0.3 again gives the same error. So I think the problem have to be with the other parts of tomcat 4.0.3 software. Tomcat 4.0.3

import javax.servlet.http.* problems

2002-05-06 Thread Helferty, Richard (FUSA)
Tomcat 4.0.3 JDK 1.4 Attempt to compile following Servlet results in error. Question. Is ServletUtilities renamed or unavailable in tomcat-4.0.3 or javax.servlet.http.* renamed. Or is it something else. Thanks for the help Code: package moreservlets; import java.io.*; import javax.servlet.*;

mod_webapp and Windows 95?

2002-05-06 Thread Sven Linckels
Hi again! I succeded in installing Tomcat 4.0.3 with the mod_webapp and Apache 1.3.20 on a Windows XP machine. Is it possible to run the same installation on a Windows 95 machine? Thanx Best regards, Sven Linckels -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands,

Re: server.xml DTD - where can I find it ?

2002-05-06 Thread Craig R. McClanahan
On Mon, 6 May 2002, João Luiz de Brito Macaíba wrote: Date: Mon, 6 May 2002 11:03:55 -0300 (EST) From: João Luiz de Brito Macaíba [EMAIL PROTECTED] Reply-To: Tomcat Users List [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: server.xml DTD - where can I find it ? Hi, does anyone

Re: JDom in java-xml-pack for Sun??

2002-05-06 Thread Craig R. McClanahan
On Mon, 6 May 2002 [EMAIL PROTECTED] wrote: Date: Mon, 6 May 2002 16:40:01 +0200 From: [EMAIL PROTECTED] Reply-To: Tomcat Users List [EMAIL PROTECTED] To: [EMAIL PROTECTED], [EMAIL PROTECTED] Subject: JDom in java-xml-pack for Sun?? Does anybody know when JDom API will be add to The

manager reload not processing new security constraints

2002-05-06 Thread Lawlor, Frank
Tomcat 4.0.3: If I add a security constraint to the web.xml of my application and do a manager/reload of the app, it claims to have restarted the app OK, but the new constraint is not effected. If I restart Tomcat, the new constraint does take effect. Is this a bug in the manger reload?

file path problem

2002-05-06 Thread Mani, Bharanidharan
Hi all, I have my login servlet under webapp/jetspeed/web-inf/classes/myservlets/login.class. I invoke a loggedin.html from this servlet. loggedin.html is located under webapps/jetspeed/myhtml/loggedin.html. so in my servlet, i gave window.open(../../../myhtml/loggedin.html);.

Re: [ANNOUCEMENT] Apache Tomcat 4.1.0 Alpha

2002-05-06 Thread Jonathan Eric Miller
Does anyone know if this release contains the new JNDI Realm code that allows you to authenticate users using LDAP binds instead of querying the directory for the password and comparing? Jon - Original Message - From: Remy Maucherat [EMAIL PROTECTED] To: Tomcat Developers List [EMAIL

Servlet not updated till tomcat stop/start

2002-05-06 Thread Helferty, Richard (FUSA)
Quick Question. I updated serlevts while running Tomcat 403, but the updated code didn't take effect till I stop/start Tomcat. Is this the normal behavior of Tomcat or can I change a setting in which the update is seamless without stop/start Tomcat.

Re: RE: .NoClassDefFoundError: java/util/ArrayList

2002-05-06 Thread kn Nair
Thanks Gred.I will try that. K N Greg Trasuk [EMAIL PROTECTED] 05/06 10:06 AM Hi there: I'm not current on HP-UX systems (at least not since 1993), but from the command line you give, it looks like you're using a JDK 1.1.x system. If that is correct, it won't contain

RE: manager reload not processing new security constraints

2002-05-06 Thread Cox, Charlie
I don't think that manager reads server.xml on reload. You can use the manager's stop/start instead. Charlie -Original Message- From: Lawlor, Frank [mailto:[EMAIL PROTECTED]] Sent: Monday, May 06, 2002 12:09 PM To: 'Tomcat (E-mail)' Subject: manager reload not processing new

Re: file path problem

2002-05-06 Thread Jacob Kjome
Hello Bharanidharan, Don't confuse the system file path with the URL path. What URL is in your browser on the page that contains the window.open()? window.open will try to find the page relative to your domain root. If you are at: http://www.myserver.com/mywebapp/servlet/myservlets.login

implicit object servlet

2002-05-06 Thread rainer jünger
Hi, what is the equivalent object to servlet within a Taglib-class? I want to use the methode: servlet.findDataSource(null) in a Taglib-class thanks Rainer

Directory access control?

2002-05-06 Thread Golan
Greetings: I am wondering/hoping that it is possible to control HTTP directory access for Tomcat via either the server's root web.xml or server.xml. Is this possible? For example... The system knows, automatically, to deny access to the ./WEB-INF/ directory. How does it know this and is it

Priviledged Access Scenario

2002-05-06 Thread Eddie Bush
Is it possible to have Tomcat, rather than displaying the typical username/password dialog, forward a user to a certain path for them to login? Thanks so much! Eddie

Ejb vs jsp

2002-05-06 Thread Vincent Stoessel
Hello, Because I am curious about how these technologies are used in the real world. I would like to know how do you professionals use as your rule of thumb wether or not you are going build web based application using Enterprise Javabeans or a standalone jsp applications. Thanks in advance.

Changing the IP Address that Tomcat Binds To

2002-05-06 Thread Brad Lisoweski
Hello, I've been working with some developers and they want to test multiple versions of Apache/Tomcat on the same machine. Is it possible to bind different instances of Tomcat to different IP addresses? I've looked through the documentation, and the FAQs, and the only way I've seen to do it

Access to the source code from the begining

2002-05-06 Thread Emilio Miranda
Hello!! I am developing a little site : http://myhost:8080/mkg/ In mkg I have mi site, well if I put this link it appears the list of all my files like this : Directory Listing For / Filename Size Last Modified cfg/Sat, 04 May 2002 00:19:27 GMT images/ Thu, 02 May 2002 21:52:59

Re: Access to the source code from the begining

2002-05-06 Thread rsequeira
You could either turn off directory listings or add a welcome file or do both. See the web.xml for more information. To turn off directory listings, look for the following tags: param-namelistings/param-name param-valuefalse/param-value Add a welcome file entry in the application's

RE: Access to the source code from the beginning

2002-05-06 Thread Golan
Emilio: Check out the web.xml file located at ./TOMCAT_HOME/conf/web.xml. You will notice, probably in the first servlet/ mapping, the following... init-param param-namelistings/param-name param-valuetrue/param-value /init-param change this to... init-param

RE: Servlet not updated till tomcat stop/start

2002-05-06 Thread Dobson, Dave
Have a look in the Tomcat-docs folder under config and look for the reloadable attribute on the Context xml tag. You can find a sample in the tomcat/conf/server.xml file. ---Original Message- From: Helferty, Richard (FUSA) [mailto:[EMAIL PROTECTED]] Sent: Monday, May 06, 2002 12:29 PM To:

Re: apache tomcat4 mod_webapp mod_jk

2002-05-06 Thread Alan
I remember reading on Jakarta's website that mod_webapp is the preferred for tomcat 4 and above. Is this really so? Besides the shortocomings just mentioned here, with mod_webapp we can't configure Apache to handle .jsp globally (even outside your contexts). And this is possible with mod_jk.

RE: Access to the source code from the beginning

2002-05-06 Thread Emilio Miranda
So sorry, but apparently it doesn`t work , I made the changes and it still show the directories even with the examples directory of the tomcat I have the problem. http://myhost:8080/examples/ Directory Listing For /Filename Size Last Modified images/ Tue, 09 Apr 2002 18:05:14 GMT jsp/

RE: Access to the source code from the beginning

2002-05-06 Thread Golan
Did you restart Tomcat? T -Original Message- From: Emilio Miranda [mailto:[EMAIL PROTECTED]] Sent: Monday, May 06, 2002 10:52 AM To: Tomcat Users List Subject: RE: Access to the source code from the beginning So sorry, but apparently it doesn`t work , I made the changes and it still

Re[2]: Access to the source code from the beginning

2002-05-06 Thread Jacob Kjome
Hello Emilio, Are you using Apache and mod_jk to front requests to Tomcat? If so, you need to protect the static files or directories using Apache directives. Only if you forward *all* requests to Tomcat or just go directly to Tomcat on port 8080 will the previously mentioned solutions work.

R: Access to the source code from the beginning

2002-05-06 Thread Gianluca Gravina
So sorry, but apparently it doesn`t work , I made the changes and it still show the directories even with the examples directory of the tomcat I have the problem. http://myhost:8080/examples/ Directory Listing For /Filename Size Last Modified images/ Tue, 09 Apr 2002 18:05:14

RE: file path problem

2002-05-06 Thread Mani, Bharanidharan
jack, you are right.. i wasnt using url path.. it works fine now.. i appreciate your help.. thanks bharani -Original Message- From: Jacob Kjome [mailto:[EMAIL PROTECTED]] Sent: Monday, May 06, 2002 1:08 PM To: Tomcat Users List Subject: Re: file path problem Hello

RE: Access to the source code from the beginning

2002-05-06 Thread Emilio Miranda
ok, that is! I am using just Tomcat 4.0.3, without apache. It works now, well it is right, I modified the web.xml that is in the TOMCAT_HOME/conf/web.xml in listing I put false, but what I for got was put and index.html (welcome page) in my directory. Now it works I have

Re: [ANNOUCEMENT] Apache Tomcat 4.1.0 Alpha

2002-05-06 Thread Rick Fincher
Hi Jon, I have not used it, so I can't say how well it works but the 4.1 server.xml and example webapps have examples showing how use JNDI for that. The admin webapp (kind of confusing terminology, manager now refers mostly to persistence management and the admin webapp is the administration

Re: How to create dynamic graphs on web pages?

2002-05-06 Thread PChaganti
Try the JFreeChart from http://www.object-refinery.com/jfreechart/index.html. I have used it on one of my projects and really liked it. It is Open source too... -prabhakar We need to display graphs on our web pages based on our data reports. We guess we need a set of API to create the

RE: How to create dynamic graphs on web pages?

2002-05-06 Thread Jim Urban
Check out: http://jcharts.sourceforge.net/ it's a pure Java packaged designed for use with servlets and JSPs. Jim Jim Urban - [EMAIL PROTECTED] Park City Solutions Inc. Clinical Connectivity Suite Product Manager Suite 295 500 Park Blvd. Itasca, IL 60143 Voice: (630) 250-3045 x106 Fax:

RE: How to create dynamic graphs on web pages?

2002-05-06 Thread Helferty, Richard (FUSA)
SVG Scalable Vector Graphics http://www.adobe.com/svg/demos/main.html http://wwws.sun.com/software/xml/developers/svg/jsp/ -Original Message- From: Alvin Wang [mailto:[EMAIL PROTECTED]] Sent: Monday, May 06, 2002 2:24 PM To: SERVLET-INTEREST Cc: Tomcat Users List Subject: How to create

RE: How to create dynamic graphs on web pages?

2002-05-06 Thread Jason Wood
http://www.singleton-labs.com -Original Message- From: Alvin Wang [mailto:[EMAIL PROTECTED]] Sent: Monday, May 06, 2002 1:24 PM To: SERVLET-INTEREST Cc: Tomcat Users List Subject: How to create dynamic graphs on web pages? We need to display graphs on our web pages based on our data

Re: import javax.servlet.http.* problems

2002-05-06 Thread PChaganti
I don't think there is a ServletUtilities class in the servlet API (javax.servlet.*). -prabhakar chaganti Tomcat 4.0.3 JDK 1.4 Attempt to compile following Servlet results in error. Question. Is ServletUtilities renamed or unavailable in tomcat-4.0.3 or javax.servlet.http.* renamed. Or is

How to create dynamic graphs on web pages?

2002-05-06 Thread Alvin Wang
We need to display graphs on our web pages based on our data reports. We guess we need a set of API to create the GIF/JPEG files dynamically in servlets. I read http://www.javaworld.com/javaworld/jw-05-2000/jw-0505-servlets.html already. But I feel it is not sophisticate enough. Does anyone know

Custom Login Procedure

2002-05-06 Thread Eddie Bush
Hello everyone. I'd like to use Tomcat's built-in authentication, but have Tomcat redirect to a custom login page instead of displaying a dialog. Can this be done? Thanks loads! Eddie

solaris netscape

2002-05-06 Thread Wei Li
Hi, there, I installed tomcat 4.0.3 binary in my Solaris 8 box. I can see the http://myhost:8080/index.jsp in another windows box. When I tried to show the index.jsp on this local Solaris machine using netscape, after type http://localhost:8080, there will be a prompt Downloading index.jsp,

the ups and downs of JNDI connection pooling

2002-05-06 Thread Cindy Ballreich
After reading every message I could find in the archives (and marveling at the blood, sweat, and tears shed over this subject) I believe that I've finally got JNDI connection pooling working with the Tyrex software!!! My joy was boundless until I started having problems with Tyrex itself.

Starting How to..Use jsp in tomcat

2002-05-06 Thread puneet sachar
hi friends Listen .. what if i want to change the default directory..i mean i don't want to keep my html and servlets in the default folder.../webapps/and..all...stuff A different folder say d: drive for application 1 and e:..application 2 or if not possible in same tomcat ..3 folders showing

RE: file path problem

2002-05-06 Thread Mani, Bharanidharan
jack, I have a quick question. in your example below, i.e. http://www.myserver.com/mywebapp/servlet/myservlets.login you mean to say servlet in the URL is mapped to Web-inf directory under jetspeed??.. i am still unable to comprehend the url path. thanks bharani -Original

implicit object servlet

2002-05-06 Thread rainer jünger
Hi, what is the equivalent implicit object to servlet within a Taglib-class? I want to use the methode: servlet.findDataSource(null) in a Taglib-class thanks Rainer

Re: Ejb vs jsp

2002-05-06 Thread Daniel Hinojosa
Vincent Stoessel wrote: Hello, Because I am curious about how these technologies are used in the real world. I would like to know how do you professionals use as your rule of thumb wether or not you are going build web based application using Enterprise Javabeans or a standalone jsp

Does mod_webapp support name-based virtual TOMCAT hosts?

2002-05-06 Thread Jeff
I'm having a bit of a problem getting mod_webapp to work with Tomcat 4.0.3 and Apache 1.3.19. What I'm trying to achieve: multiple independent name-based virtual hosts (say, tomcat.i300.net and notjeff.i300.net) for both Apache and Tomcat, each with their own independent Tomcat webapp

Re: Custom Login Procedure

2002-05-06 Thread Rick Fincher
auth-constraint Hi Eddie, Put something like the following in your web.xml and set up a realm in server.xml. The transport-guaranteeCONFIDENTIAL tag causes SSL to be used, drop it if you don't want SSL. Your login form has to have a form with action=j_security_check and that form must

turn off directory listing

2002-05-06 Thread David Gladstone
is there a way in the server.xml file to turn off directory listing? -dave --- David Gladstone Data Center Manager Automated Financial Systems (212) 771-1927 cell: (718) 930-3708 -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands,

RE: Ejb vs jsp

2002-05-06 Thread Kim Albee
We use JSP with our Java-based content management and collaboration engine, which is RMI based, not EJB based. The design of the java beans in our persistent and manager layer could all be modified to run inside of an EJB container, however, then there is the added expense of an Application

data-sources configuration

2002-05-06 Thread rainer jünger
Hi, we are using the pooling of Struts. I know there are better ones. But we think it should do before the new release(1.1) is out. I am having a question on two attributes within the data-source tag of the struts-config.xml file 1) There are two values to be set: maxCount=40

Re: solaris netscape

2002-05-06 Thread Rick Fincher
Hi Wei, I have used Netscape (4.7) with Tomcat 4.0.3 and had no trouble doing that, so Netscape 6 should work. Any browser that does HTML should work. I suspect it is a Netscape configuration problem since it works OK on a Windows box. I've had a lot of problems with Netscape 6 on Solaris, so

Memory Leak of JDBC Drive

2002-05-06 Thread Jack Li
Hi all, I am using JSQLConnect Drive from NetDirect for SQL server connection. I loose a lot of memory on the system. The memory does get recovered unless I restart SQL Server. I am using Tomcat 3.12 and SQL Server 2000 on windows 2000. Any ideas? Thanks, Jack Li

Re[2]: file path problem

2002-05-06 Thread Jacob Kjome
Hello Bharanidharan, /servlet/ is a mapping provided for you by Tomcat. In fact, take a look in the web.xml in $TOMCAT_HOME/conf and look for that mapping: !-- The mapping for the invoker servlet -- servlet-mapping servlet-nameinvoker/servlet-name url-pattern/servlet/*/url-pattern

Re: Memory Leak of JDBC Drive

2002-05-06 Thread Rick Fincher
Hi Jack, What JVM are you using? Java 1.4 has a memory leak in the javac compiler that causes a problem under Tomcat. Are you sure it's SQL Server and not Tomcat with the memory leak? Rick - Original Message - Hi all, I am using JSQLConnect Drive from NetDirect for SQL server

Re: Custom Login Procedure

2002-05-06 Thread Eddie Bush
Thanks Rick. I got it going just fine. I feel _really_ stupid because I have both the O'Reilly JSP and Servlet books. When I got it working I had a desire to learn more ... and it then hit me I shouldn't have had to ask at all. D'oh! Thank you for your patience =) Eddie - Original

Should i use J2re instead of jdk in my Tomcat server ?

2002-05-06 Thread Jose Euclides da Silva Junior - DIGR.O
Its a simple doubt. I ve downloaded the j2re1.4 version to mount my TomCat Jsp/Servlet environment. But, tomcat still asking for Java home, whenever i try to start it up. So, it always returns me an error. Otherwise, i guess that if i install j2sdk (instead of jre), i will get success! Am i

IIS crashing

2002-05-06 Thread Michael Reardon
Does anyone have any insight as to what it going on here? I'm getting an unhanded native exception that is bringing down IIS. The exception is apparently thrown from isapi_redirect.dll. I can't find a pattern for what triggers it either. Sometimes usage is very low, other times it's very high.

RE: Re[2]: file path problem

2002-05-06 Thread Mani, Bharanidharan
Jack.. i am sorry its very complicated for me and i didnt understand anything you said.. I am new to tomcat environment. I have a servlet under /webapps/jetspeed/Web-inf/classes/myservlet/NewLogin.class. In that servlet i have to call a html file that is kept under

RE: Memory Leak of JDBC Drive

2002-05-06 Thread Jack Li
I am using JDK1.31. Thanks, Jack -Original Message- From: Rick Fincher [mailto:[EMAIL PROTECTED]] Sent: Monday, May 06, 2002 3:59 PM To: Tomcat Users List Subject: Re: Memory Leak of JDBC Drive Hi Jack, What JVM are you using? Java 1.4 has a memory leak in the javac compiler that

  1   2   >