Re: Performance testing

2002-10-02 Thread David Cassidy
Web Performance trainer. It's very good You train it in the actions that you want it to perform and then it replicates it **alot of times ** over. It's easy to use and very good. http://www.webperformanceinc.com/ And I'm saying this as one who has used it to make a big difference ... David

Digital certification installation in Tomcat

2002-10-02 Thread Luca Ventura
Hello everybody! I have the following problem. I have IIS as Web Server and Tomcat 4.x as Servlet/JSP container. I have installed Tomcat 4.x as a plug-in of IIS (using the isapi filter): so all requests directed to servlet/jsp pages or to sites that use these java-technologies are

Re: IIS + Tomcat + NFC Chat Server

2002-10-02 Thread Robert L Sowders
Ok, You will need the full JDK with Tomcat, now way around that I think. My advice is to get a working installation and then cut the fat from Tomcat. I was curious so I downloaded the NFC chat thingy. I installed it here and it worked just fine. Briefly, just put tomcat back the way it was

RE: Digital certification installation in Tomcat

2002-10-02 Thread Miguel Angel Mulero Martinez
Hi Luca, You have raison, the digital certificate must be in IIS, not in Tomcat. IIS will crypt/decrypt the information before sending it to the client. I never have do this, so if someone could give some information more, it will be very interesting. Regards, Miguel -Mensaje

Re: tomcat 4.1.12 JDBC driver class 'null'

2002-10-02 Thread Raj Saini
There is an error in your datasource configureation. The DriveName element is changed to url in 4.1.12 parameter namedriverName/name valuejdbc:oracle:thin:@localhost:1521:ctg/value /parameter should be parameter nameurl/name valuejdbc:oracle:thin:@localhost:1521:ctg/value

Re: tomcat 4.1.12 JDBC driver class 'null'

2002-10-02 Thread Raj Saini
Hi jake, You woll need to define a context under a Tomcat-Apache service. I belive you are using the context defined in the Stand-Alone service. you must have a virtual host and your context under this virtual host. I hope this helps you. Raj Jake Tweer wrote: I'm getting the same error

Tomcat And HTML Frames !

2002-10-02 Thread Sigurur Bjarnason
Hi all I have a website.. witch is in frames, the site is run with Tomcat 4.0.4 and Apache 1.3. The site works fine.. for all parts.. except on frame.. it is a login frame that shows this error.. ( 500 internel Server Error ) although the rest of the site is ok ?! This .. happens.. once in a

Re: IIS + Tomcat + NFC Chat Server

2002-10-02 Thread Robert L Sowders
Oops, forgot It might help to define the uri, I don't know how you would do it with the isapi_redir but with mod_jk2 you would add the example below to your workers2.properties file. [uri:/nfc/*.jsp] info=NFC Chat Thingy [uri:/nfc/servlets/*] info=NFC Chat Thingy I know this doesn't help

Re: Tomcat And HTML Frames !

2002-10-02 Thread Kwok Peng Tuck
Something wrong with your jsp or servlet code. Sigurður Bjarnason wrote: Hi all I have a website.. witch is in frames, the site is run with Tomcat 4.0.4 and Apache 1.3. The site works fine.. for all parts.. except on frame.. it is a login frame that shows this error.. ( 500 internel Server

AW: Tomcat And HTML Frames !

2002-10-02 Thread Ralph Einfeldt
Have a look at the log files that are generated by tomcat and apache. Whithout further information you won't get much help. -Ursprüngliche Nachricht- Von: Sigurður Bjarnason [mailto:[EMAIL PROTECTED]] Gesendet: Mittwoch, 2. Oktober 2002 10:37 An: Tomcat Users List Betreff: Tomcat And

R: Digital certification installation in Tomcat

2002-10-02 Thread Luca Ventura
Thanks Miguel. To know that the digital certificate must be in IIS is a good information: now the problem is to know how to install it in IIS... Does someone how to install digital certificates in both IIS and Tomcat? Thank you very much in advance! Luca P.S: Even in

RE: Digital certification installation in Tomcat

2002-10-02 Thread Miguel Angel Mulero Martinez
I have do it in Tomcat, I have do the SSL Tomcat HOW-TO from jakarta,apache.org. -Mensaje original- De: Luca Ventura [mailto:[EMAIL PROTECTED]] Enviado el: miércoles, 02 de octubre de 2002 11:09 Para: Tomcat Users List Asunto: R: Digital certification installation in Tomcat Thanks

Re: RPM for 4.1.12

2002-10-02 Thread Henri Gomez
I'm working on, should be released today at both www.jpackage.org and on rpms subdir at jakarta. http://jakarta.apache.org/builds/jakarta-tomcat-4.0/release/v4.1.12/rpms/ Stay tuned... -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL

problem using MultipartParser and MultipartRequest together

2002-10-02 Thread hugo
Hi I have a jsp file where I would like download files to a particular directory on the server. I am have form fields, including file upload fields, the content of which is forwarded to a second jsp where I use MultipartRequest from the com.oreilly.servlet.* package to download the uploaded

RE: Problem with mod_jk.so

2002-10-02 Thread Henri Gomez
Just another point on this. I had the same problem, and upon investigation found that the two files on the tomcat site (as of yesterday anyway) are identical, and I think are both the eapi versions. I recompiled manually from the sources and the problem went away. That's a good

RE: problem using MultipartParser and MultipartRequest together

2002-10-02 Thread jon wingfield
Have you seen: http://www.servlets.com/cos/javadoc/com/oreilly/servlet/multipart/FileRename Policy.html http://www.servlets.com/cos/javadoc/com/oreilly/servlet/multipart/DefaultFil eRenamePolicy.html We use an implementation of FileRenamePolicy when instantiating the MultipartRequest. This may

Custom Tags in 4.1.12 -- release() never called ?

2002-10-02 Thread Mike Way
Hi, I hope this is not a stupid post but... I have a fairly complex app that makes extensive use of custom tags and works well with Tomcat 4.0.x and Jetty Under 4.1.12, all sorts of horrors occur and appear to be because the release() method is NEVER called by the Container. I have tried

getClassLoader() returns null

2002-10-02 Thread Volker Leidl
Hi! I just encountered a problem when using the commons-logging package together with Tomcat 4.0.3. When putting commons-loggin.jar (1.0.2) into the $TOMCAT_HOME/common/lib, in order to be available for the server classes as well as for all web apps, a NullPointerException is thrown when

Tomcat 4.1.12: java:comp not bound?

2002-10-02 Thread Sergei Batiuk
Hello, I have just downloaded the 4.1.12 version of Tomcat an trying to run an web-app that was successfully run on Tomcat 4.0.3. However, during datasource and environment entries lookups() from jndi I get the following error: org.apache.jasper.JasperException: Name java:comp is not bound in

Invalid command 'JkAutoAlias'

2002-10-02 Thread Matt Raible
I'm trying to use the JkAutoAlias directive as documented at: http://jakarta.apache.org/tomcat/tomcat-4.1-doc/jk2/jk/aphowto.html#mod_ jk%20Directives Here's is my snippet from httpd.conf: VirtualHost * ServerName customer1.mycompany.com JkAutoAlias /usr/local/customers/tomcat1/webapps JkMount

4.1.12 JSPC question

2002-10-02 Thread peter lin
I'm trying to get JSPC to work correctly and compile my webapp, but I am having a bit of difficulty. jspc with tomcat 4.0.3 worked fine, but 4.1.12 is having trouble resolving the included files and is therefore throwing NPE. I've gone through every tomcat 4 doc on the site and I've read

Apache access log

2002-10-02 Thread Ago Meister
Hello, I have Apache 1.3.26, Tomcat 4.0.5 connected with mod_jk. My problem is, that Apache does not generate access.log file for one virtual host. Strange thing is, that it generates it when accessing site using HTTPS. Apache config is quite usual, containing virtual host definitions, also

RE: Another Problem that annoys the hell out of me

2002-10-02 Thread Turner, John
People who use annoying, uninformative subject lines? ;) John -Original Message- From: Chuck Carson [mailto:[EMAIL PROTECTED]] Sent: Tuesday, October 01, 2002 5:38 PM To: Tomcat Users List Subject: Another Problem that annoys the hell out of me Does anyone run into this

Re: nbsp; appears as ?'s

2002-10-02 Thread Dr A.C. Marshall
If anybody was waiting for the solution the this conundrum with bated breath (!), the solution is that one must have the LC_* environmewnt variables set up. Once this is done nbsp;s are handled correctly: LC_COLLATE=en_UK LC_CTYPE=en_UK LC_MESSAGES=C LC_MONETARY=en_UK LC_NUMERIC=en_UK LC_TIME=C

Re: AW: AW: Graphics on a web server

2002-10-02 Thread Dr A.C. Marshall
I have been looking further into this. The reason that I cannot get graphics to work on our web server is becuase we are getting a library error - for some reason the library libmlib.so is not being found despite the fact that it is present and on the LD_LIBRARY_PATH. Most most odd, esp. as java

log4j tomcat

2002-10-02 Thread Maxime Colas des Francs
Hi, I want to use log4j in a tomcat 4.1.10 web application. and I think I don't understand relation between tomcat and log4j. I have a log4j-1.2.6.jar If i don't put it anywhere i have a : java.lang.NoClassDefFoundError: org/apache/log4j/PropertyConfigurator in my 'onload' servlet (so i

Trouble creating JDBC connection (jakarta-tomcat-4.1.12-LE-jdk14, commons-dbcp-1.0, jdk1.4.0)

2002-10-02 Thread Alexey N. Shananin
Hi! I'm trying to connect to MS Sql Server. The problem seems to be in configs. I tried to carefully adopt the MySql example to my needs. The exception is listed below. What's the problem? Is that factory's cause? Any help is appreciated! Thanks, Alexey.

RE: AW: AW: Graphics on a web server

2002-10-02 Thread Collins, Jim
I copy all of my libraries to ${CATALINA_HOME}/common/lib and append this to my LD_LIBRARY_PATH and it works for me with the libraries that I use. -Original Message- From: Dr A.C. Marshall [mailto:[EMAIL PROTECTED]] Sent: 02 October 2002 13:49 To: Tomcat Users List Subject: Re: AW:

resource not available error in tomcat-4.1.12

2002-10-02 Thread Zsolt Koppany
Hi, I try to move from tc-4.0.4 to 4.1.12 but have a problem. I have changed the default docBase (see below) for my application but I get the error attached at the end of the mail when I want to get the http://localhost:8080 displayed. In the index.jsp file the jsp:forward command does not

Re: Invalid command 'JkAutoAlias'

2002-10-02 Thread Glenn Nielsen
JkAutoAlias and JkRequestLogFormat are only implemented in mod_jk 1.2 for Apache 1.3. Matt Raible wrote: I'm trying to use the JkAutoAlias directive as documented at: http://jakarta.apache.org/tomcat/tomcat-4.1-doc/jk2/jk/aphowto.html#mod_ jk%20Directives Here's is my snippet from

RE: log4j tomcat

2002-10-02 Thread Miguel Angel Mulero Martinez
There's a library called common-lib that uses any of log systems you have. Modjk2 uses it, so if you put log4j in common/lib modjk2 will use it. If you put modjk2 it in your webbapps directory, then only your application can reach it. Regards -Mensaje original- De: Maxime Colas des

CLOSED

2002-10-02 Thread Alexey N. Shananin
Thank you everyone! -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

RE: resource not available error in tomcat-4.1.12

2002-10-02 Thread Larry Isaacs
See the last item in the RELEASE-NOTES-4.1.txt file in your Tomcat 4.1.12 installation. Cheers, Larry -Original Message- From: Zsolt Koppany [mailto:[EMAIL PROTECTED]] Sent: Wednesday, October 02, 2002 9:04 AM To: [EMAIL PROTECTED] Subject: resource not available error in

Re: Apache access log

2002-10-02 Thread David Cassidy
how does your apache config differ between the http and https sections ? ie do you have logging turned on for that virtual host ? There are no problems that I know of ... D Ago Meister wrote: Hello, I have Apache 1.3.26, Tomcat 4.0.5 connected with mod_jk. My problem is, that Apache does

Re: Cannot get Tomcat to do reloadable=true

2002-10-02 Thread Lindomar
Adam, if your application name is brooklyn... Try to write docBase=brooklyn or docBase=c:\tomcatpath\webapps\brooklyn Good luck. - Original Message - From: Adam Greene [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Monday, September 30, 2002 4:43 PM Subject: Cannot get

Re: tomcat 4.1.12 JDBC driver class 'null'

2002-10-02 Thread Markus Keller
Hello I am getting the error with postgresql when I try to create a JDBC Connection Pool (tomcat 4.1.12 - mod_webapp and standalone). A JDBC ralm with the same database server and the same database works without problems. I do not now how to solve that problem. Please post to the list, if

Software caused connection abort

2002-10-02 Thread Jindong Li
Hi there, I'm trying out tomcat4.1.12 and noticed that I'm getting exception rather frequently when loading pages, although it doesn't appear to affect the way webserver works - the pages still load properly ... Environment: Windows 2000, Tomcat 4.1.12 standalone, JDK 1.4.0 . Here's the

Re: 4.1.12 JSPC question

2002-10-02 Thread Rick Fincher
Hi Peter, The docs are not very good on this. There is good news and bad news. The bad news is that even using JSPC all you get is a bunch of uncompiled servlets. You still have the slowdown at runtime with the first compile into class files. You can go in and compile the servlets but

Re: Another Problem that annoys the hell out of me

2002-10-02 Thread Chuck Carson
I am using the latest xalan.jar, but I am using the latest 1.x release of xerces. AShould I use the 2.x versions of xerces? I was going with the recommended version the docs say to, which is 1.4.4 I beleive. ?? -Chuck Glenn Nielsen wrote: Check the version of xalan and xerces being used

Re: 4.1.12 JSPC question

2002-10-02 Thread peter lin
Hey Rick, thanks for the response. Yeah, I run into the problem of command line too long. I'll check out the manager app how-to. peter Rick Fincher wrote: Hi Peter, The docs are not very good on this. There is good news and bad news. The bad news is that even using JSPC all you get

Re: Another Problem that annoys the hell out of me

2002-10-02 Thread Jean-Francois Arcand
Xerces 2.0.1 and Xerces 2.0.2 contains differents bug that produce similar type of error. I recommend you move to Xerces 2.2.0 and the lastest Xalan (I don't remember the version). -- Jeanfrancois Chuck Carson wrote: I am using the latest xalan.jar, but I am using the latest 1.x release

Which is the fastest java xsl transformer

2002-10-02 Thread Hauck, Joe
Hello all, I have a servlet intranet application that gets information from the database, converts it to xml, and then sends the xml with an xsl header back to the client. The client (which is Internet Explorer) then does the xsl transformation and displays the html result. I would like to

authorization using tomcat...

2002-10-02 Thread Padhu Vinirs
I am testing web resource form-based authentication. I have created a dummy jsp page Details.jsp and have created the following nodes in web.xml: security-constraint web-resource-collection web-resource-nameSecurePages/web-resource-name

Re: Which is the fastest java xsl transformer

2002-10-02 Thread Jean-Francois Arcand
I don't know if its the fastest, but Xalan is one of the most popular: http://xml.apache.org/xalan-j/index.html -- Jeanfrancois Hauck, Joe wrote: Hello all, I have a servlet intranet application that gets information from the database, converts it to xml, and then sends the xml with an xsl

JAVA SOAP Discussion List

2002-10-02 Thread Alphonsus
Hi all, could anyone please tell where I can find a Java Soap List? Also where can I find the old threads of this list (Tomcat)? TIA, Alphonsus. -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

RE: MBeans?

2002-10-02 Thread da_alchemist
I just wanted to point out that the referenced article is a little dated and that JBoss now has clustering support. http://www.onjava.com/pub/a/onjava/2002/07/10/jboss.html Thanks. --- Shapira, Yoav [EMAIL PROTECTED] wrote: Hi, I am building a custom user system which extends that which

Tomcat 4.1.12 Service problem vs. Tomcat Command Line

2002-10-02 Thread Matt Fury
Forgive me if I am overlooking something stupid but I am having a problem getting ANY classes recognized via the Tomcat service but when I run the command line version everything works fine. I don't recall having this problem in earlier versions of Tomcat (circa 4.0.4) I am running the latest

Re: authorization using tomcat...

2002-10-02 Thread Rick Fincher
Hi Padu, It looks like you have this set up OK. Do you have a memory realm set up in conf/web.xml as is required for this setup? Also, since your transport guarantee is set up as confidential it is going to use SSL so you either have to use an HTTPS:// url or you have to have redirection

503 Servlet Unavailable when migrating from tomcat 4.0.4 to 4.0.5

2002-10-02 Thread Colquhoun, Adrian
Hi, I have recent migrated from tomcat 4.0.4 to tomcat 4.0.5 (Windows 2000, java 1.3.1). My tomcat 4.0.5 installation appears to be working correctly (I can execute the servlet examples etc). I have attempted to migrate an existing web application from the 4.0.4 installation the 4.0.5

Correction RE: 503 Servlet Unavailable when migrating from tomcat 4.0.1 to 4.0.5

2002-10-02 Thread Colquhoun, Adrian
Correction - this is a migration from 4.0.1 to 4.0.5 ! Sorry Adrian -Original Message- From: Colquhoun, Adrian [mailto:[EMAIL PROTECTED]] Sent: 02 October 2002 15:49 To: '[EMAIL PROTECTED]' Subject: 503 Servlet Unavailable when migrating from tomcat 4.0.4 to 4.0.5 Hi, I have recent

RE: Tomcat 4.1.12 Service problem vs. Tomcat Command Line

2002-10-02 Thread Christine . Just
Hi, please check your registry, if the JVM Library key at HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Apache Tomcat 4.1\Parameters points to the correct JVM (the one where you put your jars). Btw, why do you want to put your jars into jre/lib/ext? I think there's a passage in the

Re: 4.1.12 JSPC question

2002-10-02 Thread peter lin
after a lot of digging, I tracked part of the problem down to jakarta string taglib. once I removed that from my file, it correctly compiles the jsp page. I'm working on tracking down the exact cause, but it might be an issue with jsp 1.1 tags. JSTL 1.2 compliant, but string taglib is 1.1. if

RE: Tomcat 4.1.12 Service problem vs. Tomcat Command Line

2002-10-02 Thread Matt Fury
Hi! Thanks for your reply. I've checked the registry and everything looks ok. The only reason I put my jars in the jre/lib/ext was because I couldn't get them to be recognized in the Tomcat classes dir. Why would that be the case? I've set my classpath in Windows 2000 Pro as well. ---

Logging HTTP requests

2002-10-02 Thread petra staub
what is the easiest way to log the http requests on my standalone tomcat server? thx! _ Mit MSN Fotos können Sie kinderleicht Ihre Fotos ausdrucken und Freunden zur Verfügung stellen: http://photos.msn.de -- To unsubscribe,

How to get remote host inof in Tomcat-Apache combination scenario

2002-10-02 Thread haixi liu
When I was using tomcat as standalone server, I just use getRemoteHost() to get client hostname or IP. Now that I am using Tomcat-JK-Apache, this method doesn't work anymore. It returns null for all request. Does anybody know how to get that remote user information again? Thanks a lot Haixi

RE: Logging HTTP requests

2002-10-02 Thread Shapira, Yoav
Hi, Depends what level of logging you want. To enable access logs, enable the AccessLogValve in server.xml. For debugging and a ton more information, also enable the RequestDumperValve. See server.xml for details. Yoav Shapira Millennium ChemInformatics -Original Message- From:

Re: JAVA SOAP Discussion List

2002-10-02 Thread V. Cekvenich
axis on xml.apache.org Alphonsus wrote: Hi all, could anyone please tell where I can find a Java Soap List? Also where can I find the old threads of this list (Tomcat)? TIA, Alphonsus. -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands,

Help with Startup Script

2002-10-02 Thread Chuck Carson
I am unable to get tomcat to start automatically under Solaris 8. I try starting it after several other socket based applications (such as oracle and postgres) I get nothing in the logs, the service merely refuses to start. Here is the startup script: #!/sbin/sh case $1 in start)

RE: Help with Startup Script

2002-10-02 Thread Turner, John
What if you call startup.sh and shutdown.sh instead of catalina.sh directly? John -Original Message- From: Chuck Carson [mailto:[EMAIL PROTECTED]] Sent: Wednesday, October 02, 2002 11:20 AM To: Tomcat Users List Subject: Help with Startup Script I am unable to get tomcat

Too Many files, Socket Problems HELP!!

2002-10-02 Thread Erick Todd
I am having a problem where too many sockets connections are opened and it stops tomcat from serving. So I have a couple of excerpts, from the mod_jk log: [Wed Oct 02 09:11:57 2002] [jk_ajp_common.c (1028)]: Error reading reply [Wed Oct 02 09:11:57 2002] [jk_ajp_common.c (1165)]: In

JSP Source visible with mod_jk

2002-10-02 Thread Holger Klein-Altstedde
Hi, I have an application run on a TC 4.0.5 and Apache 1.3.20 with mod_jk with a ajp13 Connector. Let's say i have an url http://www.mydomain.com/mydir/index.jsp. When i enter http://www.mydomain.com/mydir/index i got the source code of this jsp. If read the security updates on

problem using MultipartParser and MultipartRequest together

2002-10-02 Thread hugo
Hi I have a jsp file where I would like download files to a particular directory on the server. I am have form fields, including file upload fields, the content of which is forwarded to a second jsp where I use MultipartRequest from the com.oreilly.servlet.* package to download the uploaded

allowLinking in 4.1.12

2002-10-02 Thread Matt Raible
I've searched the archives and the only message I found was: http://www.mail-archive.com/tomcat-user@jakarta.apache.org/msg67063.html I'd like to turn allowLinking ON - how? Do I add allowLinking=true to the context? Thanks, Matt -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For

problem using MultipartParser and MultipartRequest together

2002-10-02 Thread hugo
Hi I have a jsp file where I would like download files to a particular directory on the server. I am have form fields, including file upload fields, the content of which is forwarded to a second jsp where I use MultipartRequest from the com.oreilly.servlet.* package to download the uploaded

RE: Error Compiling JSP under 4.1.12

2002-10-02 Thread Sexton, George
Never mind. I found this described in Bug #10036. -Original Message- From: Sexton, George [mailto:[EMAIL PROTECTED]] Sent: 28 September, 2002 9:52 AM To: [EMAIL PROTECTED] Subject: Error Compiling JSP under 4.1.12 I am getting these errors when I try to compile a JSP page under 4.1.12

RE: JAVA SOAP Discussion List - Mailing List Archives

2002-10-02 Thread Cooperstock, Dan
There are very good archives of a lot of mailing lists under: http://marc.theaimsgroup.com This particular one is at: http://marc.theaimsgroup.com/?l=tomcat-userr=1w=2 -- From: Alphonsus[SMTP:[EMAIL PROTECTED]] Reply To: Tomcat Users List Sent: October 2, 2002

Installing tomcat service

2002-10-02 Thread Charles Gardner
I have run the following commands on a Win2K system. I have my wrapper.properties file setup as shown.The service seems to be installed but wont start. There is a mention of a problem with file names which are not of the 8.3 type (as shown where my home for tomcat). I cant seem to

weird problem with tomcat 4.0 Apache mod_proxy -- how to diagnose

2002-10-02 Thread Sundar Narasimhan
Hi, All; First of, thanks much for tomcat (I suspect you here that often). I have a web app that works fine in an intranet and internet setting where tomcat is directly accessible to the browser(s). But I need to deploy it in a configuration that is fronted by mod_proxy on Apache. (i.e. users

RE: tomcat 4.1.12 JDBC driver class 'null'

2002-10-02 Thread Robert Herold
I've tried it as both driverName and url. Neither work. Besides, the docs say that drivername will continue to be supported for backward compatibility - see the end of section 4 in the JDBC Data Sources topic in http://jakarta.apache.org/tomcat/tomcat-4.1-doc/jndi-resources-howto.html -- bob

Re: authorization using tomcat...

2002-10-02 Thread Craig R. McClanahan
On Wed, 2 Oct 2002, Padhu Vinirs wrote: url-patternDetails.jsp/url-pattern URL patterns need to start with a / character. Change this to: url-pattern/Details.jsp/url-pattern and you will have much better luck. Craig -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED]

Re: Documentation

2002-10-02 Thread Kenny G. Dubuisson, Jr.
I would also like to help on the docs. Tomcat is a technology that we are betting our software engineering future on right now so I'll be in it for the long haul. I've already written a step-by-step document on how to get Apache, Tomcat, SSL for Apache, JDBC for Oracle, Oracle 9i client, and

RE: Documentation

2002-10-02 Thread Turner, John
We're looking for a Java charting solution. I'd be very interested in seeing a doc on how to use JFreeChart, I've never heard of it before. John -Original Message- From: Kenny G. Dubuisson, Jr. [mailto:[EMAIL PROTECTED]] Sent: Wednesday, October 02, 2002 12:08 PM To: Tomcat Users

RE: Documentation

2002-10-02 Thread Turner, John
Thanks! John -Original Message- From: Craig R. McClanahan [mailto:[EMAIL PROTECTED]] Sent: Wednesday, October 02, 2002 12:03 PM To: Tomcat Users List Subject: RE: Documentation On Tue, 1 Oct 2002, Robert L Sowders wrote: Date: Tue, 1 Oct 2002 22:18:48 -0700 From:

Re: Documentation

2002-10-02 Thread Kenny G. Dubuisson, Jr.
John: I found JFreeChart from a post on this list and it's pretty darn good from what I can tell. Go to http://www.object-refinery.com/jfreechart/index.html. The library is free but the documentation costs $30. I bought the docs and am going through it right now. My main task is getting

Re: allowLinking in 4.1.12

2002-10-02 Thread Dan Lipofsky
From my server.xml: Context path=/myapp docBase=myapp debug=0 reloadable=true crossContext=true Logger className=org.apache.catalina.logger.FileLogger prefix=localhost_myapp_log. suffix=.txt timestamp=true/ Resources

Re: log4j tomcat

2002-10-02 Thread Dan Lipofsky
Is there a way to control this? Suppose I do want to put log4j.jar in common/lib (because I don't want to wrap it in the war and reinstall it every time). But I want it only to be used by my application. Can I do this? - Dan There's a library called common-lib that uses any of log systems you

Re: Help with Startup Script

2002-10-02 Thread Chuck Carson
Well, your suggestion got me going in the right direction, I needed to reference startup.sh plus add the env variables to the startup script explicitly. Thanks for your help, CC Here is the final working startup script for Solaris 8 (prolly work on Linux as well) #!/sbin/sh #

Re: AW: AW: Graphics on a web server

2002-10-02 Thread David Mossakowski
If you're running jdk 1.4 and are still getting the X error after specifying headless as you are then the only conclusion is that this option is not passed correctly. Our startup options modify the JAVA_OPTS not the CATALINA_OPTS like this: JAVA_OPTS = -server -Djava.awt.headless=true ...

RE: Documentation

2002-10-02 Thread Craig R. McClanahan
On Tue, 1 Oct 2002, Robert L Sowders wrote: Date: Tue, 1 Oct 2002 22:18:48 -0700 From: Robert L Sowders [EMAIL PROTECTED] Reply-To: Tomcat Users List [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Subject: RE: Documentation I feel your pain John, frustration with poor

web.xml conflict with element tags SERVLET and RESOURCE-REF ? help?

2002-10-02 Thread Paul Tomsic
Does anyone know anything about a conflict in the web.xml file when using both the resource-ref tag AND the servlet tag? Apache1.3/Tomcat4.1.12 on Linux. When my web.xml file contains both tags (see below for example) I get the following error in the catalina.out file:

Problem with Tomcat 4.0.2 hanging

2002-10-02 Thread tysonlowery
I'm running Tomcat 4.0.2. A few times a day I try to go to my site and nothing happens, or sometimes I get an Internal Server Error. I'm able to bring up html pages, so Apache is running fine. I restart Tomcat (sometimes more than once) and all is good. I've tried rebooting the server and that

virtual hosts in Apache and Tomcat conf files

2002-10-02 Thread David Mossakowski
What is the difference between specifying VirtualHost in apache conf file vs. Host element in Tomcat server.xml file? Does this depend on the connector used? Would using Host elements in server.xml remove dependency on what connector is used? Thanks, d. -- David Mossakowski

RE: tomcat 4.1.12 JDBC driver class 'null'

2002-10-02 Thread Robert Herold
Thanks for the suggestion. I just tried the example JDBC configuration from the JNDI-howto, and unfortunately it still gets the same error. I am using tomcat standalone. Weird. Guess I'll stick with tomcat 4.0.x for now... -- bob -Original Message- From: [EMAIL PROTECTED]

Re: Doubt about multiple applications

2002-10-02 Thread David Mossakowski
There is no reason for this to be the case. You must be doing something else wrong. There is nothing stopping you from copying application webapps/A into a directory called webapps/Aprime and still have this application working (this requires using links in JSPs that dont hardcode A as in

putting workers2.properties in $CATALINA_HOME/conf

2002-10-02 Thread Thad Humphries
The docs (http://jakarta.apache.org/tomcat/tomcat-4.1-doc/jk2/jk2/configweb.html) says to put workers2.properties in ${serverRoot}/conf/workers2.properties, where ${serverRoot} is something like /opt/apache. And although the Installation section is blank (did someone say documentation?), I

Re: JAVA SOAP Discussion List

2002-10-02 Thread micael
www.servlets.com At 11:29 AM 10/2/2002 -0300, you wrote: Hi all, could anyone please tell where I can find a Java Soap List? Also where can I find the old threads of this list (Tomcat)? TIA, Alphonsus. -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional

RE: Documentation

2002-10-02 Thread Turner, John
Thanks! John -Original Message- From: Kenny G. Dubuisson, Jr. [mailto:[EMAIL PROTECTED]] Sent: Wednesday, October 02, 2002 12:16 PM To: Tomcat Users List Subject: Re: Documentation John: I found JFreeChart from a post on this list and it's pretty darn good from what I

Re: RPM for 4.1.12

2002-10-02 Thread Monte . Gardner
Can you please let us know when and where it is posted. I could sure user one of those rpm dealies also. :) --Monte Glenn Gardner On Wed, 2 Oct 2002, Henri Gomez wrote: I'm working on, should be released today at both www.jpackage.org and on rpms subdir at jakarta.

RE: web.xml conflict with element tags SERVLET and RESOURCE-REF ? help?

2002-10-02 Thread Larry Isaacs
The commas in the DTD declaration for the web-app element (i.e. the commas in (icon?,display-name?,...) dictate that these elements *must* occur in the sequence specified. The sequence of the resource-ref and servlet elements in your web.xml *do not match* the DTD sequence specified for the

Re[2]: log4j tomcat

2002-10-02 Thread Jacob Kjome
Hello Dan, You are going to have to Buy Ceki Gülcü's book and look at the section about Repository Selectors. Since log4j's configuration is static, the first app that configures log4j will have configured it for all contexts which is almost certainly not what you want. You want your config

RE: Doubt about multiple applications

2002-10-02 Thread Cox, Charlie
what error are you getting? did you look in the error logs? Charlie -Original Message- From: David Mossakowski [mailto:[EMAIL PROTECTED]] Sent: Wednesday, October 02, 2002 4:02 PM To: Tomcat Users List Subject: Re: Doubt about multiple applications There is no reason for this

Re: authorization using tomcat...

2002-10-02 Thread Padhu Vinirs
I did make that change and uncommented the MemoryRealm in servers.xml, restarted the server. Now I dont see any error in the logs files, but I get a error The server encountered an internal error (/ExamBuilder/Details.jsp) that prevented it from fulfilling this request. My servers.xml entry

Re: authorization using tomcat...

2002-10-02 Thread Padhu Vinirs
When I commented out the data constraint CONFIDENTIAL the code worked. Thanks everybody, -- padhu Craig R. McClanahan wrote: On Wed, 2 Oct 2002, Padhu Vinirs wrote: url-patternDetails.jsp/url-pattern URL patterns need to start with a / character. Change this to:

Re: authorization using tomcat...

2002-10-02 Thread Padhu Vinirs
Now I am able to access the secure page through the login page. But even if I close the browser ( whcih i assume will close the session ), and restart it, I am able to access the secure page without going through the login page. Is there a place where I need to say that the login info

accessing GlobalNamingResources?

2002-10-02 Thread Jeff Wishnie
The Tomcat documentation is unclear-- I a servlet, in order to access resources defined in the GlobalNamingResources section of my server.xml do I have to explicitly add a ResourceLink to my context? Thanks, jeff -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands,

Re: accessing GlobalNamingResources?

2002-10-02 Thread echambe1
Yes you do Ej Jeff Wishnie [EMAIL PROTECTED] on 10/02/2002 01:35:07 PM Please respond to Tomcat Users List [EMAIL PROTECTED] To:Tomcat Users List [EMAIL PROTECTED] cc: Subject:accessing GlobalNamingResources? The Tomcat documentation is unclear-- I a servlet, in order to

Re: log4j tomcat

2002-10-02 Thread Dan Lipofsky
This solution involves writing more code and puts the burden on log4j. I would prefer the solution of simply telling tomcat not to use log4j for its internal logging. Is this possible? Since tomcat is capable of using different loggers and has some mechanism to choose which one it uses, how

JNDI for JMS configuration question

2002-10-02 Thread Shapira, Yoav
Hi, I'm using tomcat 4.1.12-LE / jdk 1.4.1, and I'd like to send a JMS message to a remote server. I have the parameters for the server, e.g. providerURL, connectionFactory, queue name. I'd like to configure these in my web.xml, not server.xml, and use tomcat's InitialContext implementation

SSL and mod_jk Problems on Tomcat 4.0.5 + Apache 1.3.26 (on LinuxRH 7.3)

2002-10-02 Thread Gustavo Vegas
Hello everyone, Here is my problem; I am trying to make SSL requests to Tomcat through mod_jk, but they do not appear to work. I am even able to see properly through plain HTTP those pages I want served by Tomcat through SSL. When I use the https://hosts/directory/page.jsp, I get the

Re: authorization using tomcat...

2002-10-02 Thread Rick Fincher
Sounds like you are close now. It is working but it is rejecting your username, password or role. The name and role in WEB-INF/web.xml have to match the name and role in conf/tomcat-users.xml. The password is verified at login and must match the password in conf/tomcat-users.xml. You can add

  1   2   >