Re: WEB-INF/web.xml problem

2003-04-03 Thread Bryan Richardson
Thanks Mariusz!! That was the ticket! I appreciate the help...wish I could have figured that one out! Thanks Again!! Bryan Original Message Follows From: Mariusz Wiktorczyk [EMAIL PROTECTED] Reply-To: Tomcat Users List [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED]

Re: WEB-INF/web.xml problem

2003-04-03 Thread Bill Barker
I'm assuming that you haven't enabled the ApacheConfig Listener (or, you haven't restarted Apache after Tomcat was started). Assuming that you are using mod_jk1.x, you need to include the directive: JkMount /mycontext/Submit ajp13 somewhere in your httpd.conf file. Despite it's many

Re: Antwort: RE: Antwort: RE: Antwort: RE: user principal, realm

2003-04-03 Thread Bill Barker
You got it: Authenticator is called before Filter. If you want to get in before the Authenticator is called, then you need to use the (Tomcat-specific, and totally non-portable) Valve. Oliver Wulff [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] I wrote a custom

Xerces version

2003-04-03 Thread Pat McGroin
Is there a way to determine what version of Xerces is being used programatically? I have an older version of Xerces in my webapp/WEB-INF/lib directory but I'm not sure if it is being loaded. I get a VerifyError each time I try to use the setErrorHandler(org.xml.sax.ErrorHandler) method. I am

Using older Xerces JAR

2003-04-03 Thread bahbahbooie
I have an XML parsing application that was working fine using Tomcat 3.2.4 in-process with Apache. The app. consists of a servlet that receives XML data, parses it and then generates an XML response. I had Xerces version 1.4.4 specified in the in-process classpath in workers.properties. I have

Installation problem

2003-04-03 Thread dutta_kaushik
Hi All, I installed tomcat 4.1 on Solaris OS. While running i get an error which is given below: java.util.zip.ZipException: invalid END header (bad central directory offset) at java.util.zip.ZipFile.open(Native Method) at java.util.zip.ZipFile.init(ZipFile.java:112) at

Re: getting browser certificate into servlet

2003-04-03 Thread Bill Barker
Well, the basics are simple: import java.security.cert.X509Certificate; . X509Certificate [] certs = (X509Certificate [])request.getAttribute(javax.servlet.request.X509Certificate); Now comes the hard part :-). certs[0] is always the clients certificate. For the HTTP/1.1

Re: JkMount mapping question

2003-04-03 Thread Bill Barker
Without more info, I'd probably use mod_rewrite for this: RewriteRule ^/servlet/(.*) /$1 Dan Allen [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] Is there anyway to have JkMount map an apache url to a tomcat url with the following jist: apache request - tomcat request

Re: Session Replication/Clustering 4.1.x JDK NIO Bug fixes

2003-04-03 Thread Kwok Peng Tuck
Just curious Filip, but is any of this going to make it's way into a future version of Tomcat as a standard feature (the clustering and session replication, not the bugs.) ? Filip Hanik wrote: hey ya'all, Running today on Solaris I discovered a bug in the way java.nio is implemented on

Re: Tomcat 4.1 slower than Tomcat 3.3

2003-04-03 Thread Bill Barker
Well, the big performance change in TC4.1 over TC3.3 is Jasper2 vs. Jasper1. For heavy JSP sites, my benchmarks say that TC4.1 wins. Since it seems that you aren't using JSP at all, it isn't surprising (to me at least :) that the extra over-head of supporting the 2.3 Servlet spec drags down TC4.1

Re: Tomcat 4.1 slower than Tomcat 3.3

2003-04-03 Thread Endre Stølsvik
On Thu, 3 Apr 2003, Bill Barker wrote: | Since it seems that you aren't using JSP at all, it isn't surprising (to me | at least :) that the extra over-head of supporting the 2.3 Servlet spec | drags down TC4.1 vs. TC3.3. For non-JSP sites that don't require | Servlet-2.3 features, it is very

ASP module

2003-04-03 Thread Lee Chin Khiong
Is there anybody know where to get the asp module for apache ?

RE: ASP module

2003-04-03 Thread graghupathy
http://modules.apache.org/ -Original Message- From: Lee Chin Khiong [mailto:[EMAIL PROTECTED] Sent: 03 April 2003 10:34 To: 'Tomcat Users List' Subject: ASP module Is there anybody know where to get the asp module for apache ?

Re: Cannot load JDBC Driver class com.ibm.db2.jdbc.app.DB2Driver

2003-04-03 Thread gilad . buzi
try using the com.ibm.db2.jdbc.net.DB2Driver . (instead of the ...app.DB2Driver.) it's a thin client that doesn't require finding libraries locally... url would be something like: jdbc:db2//localhost/db_name or if you use a non-standard port and use an ip address instead of a hostname:

Re: Tomcat with LDAP

2003-04-03 Thread Gabriel Santonja
On Wed, 2 Apr 2003 15:33:42 -0600 Jonathan Eric Miller [EMAIL PROTECTED] wrote: JNDIRealm is broken and unusable. really? on what version?. Because it's working not so bad in 4.1.18. realm documentation is good for this. exemple of conf in server.xml: Valve

RE: ASP module

2003-04-03 Thread Lee Chin Khiong
Thanks. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: 03 April 2003 17:39 To: [EMAIL PROTECTED] Subject: RE: ASP module http://modules.apache.org/ -Original Message- From: Lee Chin Khiong [mailto:[EMAIL PROTECTED] Sent: 03 April 2003 10:34 To:

session expired

2003-04-03 Thread J.
Hi, Can anyone explain in details how do I set the session timeout? I tried changing the web.xml in C:\jakarta-tomcat-4.1.8\webapps\ROOT\WEB-INF and also the web.xml in C:\jakarta-tomcat-4.1.8\conf and nothing happened (it times out after 30 min ). Belowyou can find the web.xml under the

Re: mod_webapp to connect Apache-Tomcat

2003-04-03 Thread James Williamson
John, Hugo We've written a patch that introduces two new Directives, WebAppIgnore and WebAppMatch which allows you to do this. We've been using this for many months now for our clients who want to run php and .jsp's on the same account. If anyone's interested in it, please drop me an email.

RE: Problems deploying webapps on tomcat and apache

2003-04-03 Thread Woude, Alexander van der
Hello John, You are right. I tried configuring apache with tomcat 4.1.12 with jk and jk2. I used your site as a guideline. I couldn't get it to work. Then I stumbled upon a site that claimed that most of the configuration would be done by 4.1.18, and that it needed a lot less manual adjusting.

Re: session expired

2003-04-03 Thread Mariusz Wiktorczyk
Session timeout is set in Tomcat\conf\web.xml !-- Default Session Configuration = -- !-- You can set the default session timeout (in minutes) for all newly -- !-- created sessions by modifying the value below. -- session-config

Tomcat with Open ldap : Guide please

2003-04-03 Thread graghupathy
Dear All, Can any one post me a document of a easy step by step guide to configure OpenLdap with Tocmat. I have the following Suse 8.1 proffesional Linux Tomcat 4.1.18 OpenLdap ( configured ) but does not have any entries All running fine. If you need any other help let me know ...

RE: Tomcat with LDAP

2003-04-03 Thread Robert Biernat
We had problems with the JNDIRealm using Netscape Directory Server (iPlanet/SUN One). It was related to digests and the encoding of passwords, so we simply subclassed to fix it. That was a while ago (4.0.6), and I havent tried the last version. One thing that I wondering is how you implement

Re: override catalina logging in web.xml

2003-04-03 Thread James Williamson
If you want to modify tomcat's logging, you or someone who has access has to modify server.xml AFAIK. Even if you tried to do it dynamically via the API, whatever classes you write will have to be deployed higher in the classloader hierarchy than your webapp's classloader, so it wouldn't

Re: Tomcat with LDAP

2003-04-03 Thread Gabriel Santonja
Sorry i've made an error : to bind with encrypted password in ldap you must delete this line too : userPassword=userPassword so the result is Realm className=org.apache.catalina.realm.JNDIRealm debug=99 connectionURL=ldap://XX.XX.XX.XX:389;

RE: Antwort: RE: Antwort: RE: Antwort: RE: user principal, realm

2003-04-03 Thread Ralph Einfeldt
From the code in catalina/src/share/org/apache/catalina/authenticator/BasicAuthenticator.java Principal principal = ((HttpServletRequest) request.getRequest()).getUserPrincipal(); if (principal != null) { if (debug = 1) log(Already

partially updating a WAR file using manager app??

2003-04-03 Thread johannes . fiala
hi there, I'm using a bunch of JSPs for each form and view inside a web application. Currently I compile them using ANT and JSPC and then package them into a WAR file. This WAR-file gets deployed using ANT at the tomcat server. However, if I only change one JSP, it would be desirable to update

RE: Problems deploying webapps on tomcat and apache

2003-04-03 Thread Woude, Alexander van der
.properties files: jk2.properties contains 2 working lines: handler.list=apr,channelSocket,channelUnix,request channelSocket.port=8009 {apache_home}\conf\workers2.properties: #--- workers2.properties # Shared memory handling [shm]

Taglib on tomcat 4.1.24

2003-04-03 Thread [EMAIL PROTECTED]
Thanks for the help, my tag works now but I have another problem (probably dues to the same bug). I use a tag for printing table, so one for the table declaration called table some nested ones for the columns properties called column. When a column one is running, it is added to a list of

RE: ASP module

2003-04-03 Thread Lee Chin Khiong
But can't find the Bin module ? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: 03 April 2003 17:39 To: [EMAIL PROTECTED] Subject: RE: ASP module http://modules.apache.org/ -Original Message- From: Lee Chin Khiong [mailto:[EMAIL PROTECTED] Sent: 03

Re: Using older Xerces JAR

2003-04-03 Thread xyber
tomcat version 4.1 has his own xerces.jar (and xercesImpl), which is xerces 2. your app is maybe use a xerces1-only function. replace tomcat's xerces.jar with own old xyb [EMAIL PROTECTED] wrote: I have an XML parsing application that was working fine using Tomcat 3.2.4 in-process with

includes

2003-04-03 Thread Hans Wichman
Hi, in my webapps directory I have two distinct subtrees, say a/ and b/ of which a/ is protected through tomcat's authorisation mechanism. Only now I can't seem to include any files from subtree a in b, so for example in b/test.jsp I have a line stating : @% include

Tomcat stopping when logging out..

2003-04-03 Thread Jan Behrens
Hi List, I do connect via SSH to a remote server where I have Tomcat 4.1.24 installed and running. I only have user rights on the machine and therefore can not start Tomcat as su. Now, whenever I start the server by running: $ nohup $CATALINA_HOME/bin/startup.sh $HOME/tomcat.log OR $ nohup

tomcat ssl

2003-04-03 Thread Jeff Ong
Hi, I have installed verisign SSL with tomcat. Everything worked fine but until I test the SSL using browser and view the certificate. Supposingly the Issued By field is Verisign since I obtain my CA cert from verisign. But the Issued By field now is the host name/ address of my server, which

SingleSignOn Problem

2003-04-03 Thread shanmugampl
Hi All, I am running Tomcat 4.1.18 with SingleSignOn enabled. I have two applications, A and B running. The first application that I will be logging in will be A and from there I will be moving to application B. Suppose if the session timeout period is set to 20 minutes, then if I login to A

not serving jsps without query string

2003-04-03 Thread Warren Sweetman
runing tomcat 4.1.18 isapi_redirector2.dll IIS 5.x (IP address is only visible locally) when at the server the following will serve the JSP http://127.0.0.1/index.jsp http://localhost/index.jsp this url works from any location (internally) http://10.20.2.190/index.jsp? but when

ContextConfig[/ipcs]: No Realm has been configured to authenticate against...

2003-04-03 Thread Uros Kotnik
Implemented my own Realm(ASFramework.jar), put it in TC_home\server\lib (Tomcat 4.1.18) When I start TC I get this : HttpConnector Opening server socket on all host IP addresses Starting service Tomcat-Standalone Apache Tomcat/4.1.18 ProxyServer Start HostConfig[localhost]: Deploying web

Re: mod_webapp to connect Apache-Tomcat

2003-04-03 Thread John Turner
How about posting it to the CVS tree? Sounds like it is something that a lot of people would want. John On Thu, 3 Apr 2003 10:46:40 +0100, James Williamson [EMAIL PROTECTED] wrote: John, Hugo We've written a patch that introduces two new Directives, WebAppIgnore and WebAppMatch which

Re: Help on mod_jk for tomcat 4.0.x + httpd 2.0.40 on RedHat 8.0

2003-04-03 Thread Prasanth S
Bill, Thanks for the reply. So, what do u suggest, shall i try removin the '--enable-EAPI' option. but then the 'no-apche given' will not be rectified... --- Bill Barker [EMAIL PROTECTED] wrote: The no apache given warning is a red-herring. It is simply saying that it can't build mod_jk

Re: Help on mod_jk for tomcat 4.0.x + httpd 2.0.40 on RedHat 8.0

2003-04-03 Thread John Turner
My advice? Delete that Apache install using RPM, and install your own from the source package. On a RH 8 server, installing Apache from source takes about 5 minutes and is about as painless as drinking a glass of water. The RH Apache is a modded Apache install. Anytime I've ever used their

Re: getting browser certificate into servlet

2003-04-03 Thread Mark W. Webb
I have the code that you specified working. The problem is that the request.getAttribute(javax.servlet.request.X509Certificate) call is returning null. This leads me to believe that apache is only performing server authentication. But netscape asks me for the password for the key

RE: How to use this mail list

2003-04-03 Thread Shapira, Yoav
Howdy, As you may find these archives useful: http://marc.theaimsgroup.com/?l=tomcat-userr=1w=2 Yoav Shapira Millennium ChemInformatics -Original Message- From: HAMILTON, DALE K (SBCSI) [mailto:[EMAIL PROTECTED] Sent: Wednesday, April 02, 2003 5:27 PM To: '[EMAIL PROTECTED]' Subject:

RE: Session Replication/Clustering 4.1.x JDK NIO Bug fixes

2003-04-03 Thread Filip Hanik
yes, tomcat 5 will be shipping with clustering :) -Original Message- From: Kwok Peng Tuck [mailto:[EMAIL PROTECTED] Sent: Thursday, April 03, 2003 1:25 AM To: Tomcat Users List Subject: Re: Session Replication/Clustering 4.1.x JDK NIO Bug fixes Just curious Filip, but is any of

RE: override catalina logging in web.xml

2003-04-03 Thread Shapira, Yoav
Howdy, That's only for the specific webapp, not the whole server, and he said he can only modify things under WEB-INF, not one level higher in the webapps directory ;( Yoav Shapira Millennium ChemInformatics -Original Message- From: James Williamson [mailto:[EMAIL PROTECTED] Sent:

RE: partially updating a WAR file using manager app??

2003-04-03 Thread Shapira, Yoav
Howdy, By definition, a war file is a complete application. Even if you could get around this limitation by somehow finding a way to deploy one JSP outside the war file, your solution wouldn't be portable. Just repackage and redeploy the war. Both of these tasks should be quick and easy as

Re: Problems deploying webapps on tomcat and apache

2003-04-03 Thread John Turner
/admin and /manager are dynamically deployed Contexts via the admin.xml and manager.xml files in your webapps directory, you won't see anything in server.xml for them. Right now things are working because you: 1) installed mod_jk2 2) setup a .properties file that has a mapping for /examples

RE: Tomcat 4.1 slower than Tomcat 3.3

2003-04-03 Thread Shapira, Yoav
Howdy, I would add Coyote as another big change from the older HttpConnector. Yoav Shapira Millennium ChemInformatics -Original Message- From: Bill Barker [mailto:[EMAIL PROTECTED] Sent: Thursday, April 03, 2003 4:30 AM To: [EMAIL PROTECTED] Subject: Re: Tomcat 4.1 slower than Tomcat

RE: Using the ServerFactory

2003-04-03 Thread Shapira, Yoav
Howdy, Do you have any interest at all in your webapp being portable to other containers? Yoav Shapira Millennium ChemInformatics -Original Message- From: Balaji [mailto:[EMAIL PROTECTED] Sent: Thursday, April 03, 2003 1:51 AM To: Tomcat Users List Subject: RE: Using the ServerFactory

Re: Problems deploying webapps on tomcat and apache

2003-04-03 Thread John Turner
The key part of your setup is below: #uri mappings #[uri:/examples/*] #worker=ajp13:localhost:8009   [uri:/archief/*] worker=ajp13:localhost:8009 What you have there is no mapping for /examples, and a new mapping for /archief. All that does is tell Apache, via mod_jk2, to send URLs ending in

Re: getting browser certificate into servlet

2003-04-03 Thread Ramsay Domloge
SSLVerifyClient require in httpd.conf Also, you will have to specify the SSLCACertificate which must have signed the user cert, and you probably want to specify the SSLVerifyDepth as 1. If you need any further help just ask - I am getting quite familiar with the fun and games of setting up

Ajp restart or reset connection message

2003-04-03 Thread Boon Seong
Hi, I am using Apache with Tomcat with AJP connector. But at the Tomcat side, it keeps on displaying the below messages once there are connections. It is normal ? Apr 4, 2003 9:11:30 AM org.apache.jk.common.ChannelSocket processConnection INFO: server has been restarted or reset this connection

Re: Seperate tomcats - one apache

2003-04-03 Thread John Turner
I gave up. I ended up just using one instance of Tomcat, and then creating two web applications. The only problem now is that both web apps are available for both virtual hosts via the manager. Thus: http://www.host1.com - can stop and start host1 webapp and host2 webapp http://www.host2.com

Re: getting browser certificate into servlet

2003-04-03 Thread Mark W. Webb
any help you could give me would be greatly appreciated. I have tried the changes you specify below, and am getting the same errors. I think I am close, everything seems to work, except for getting the browser cert into my servlet. Thank you for all of your help!! Ramsay Domloge wrote:

RE: Tomcat stopping when logging out..

2003-04-03 Thread Jan Behrens
Answering my own thread, it seems like I found the prob. apparently the admin installed the Debian Tomcat as well as 4.1.24 and forgot to tell me, thus heaps of problems with the setup as well as the service itself. Thanks anyway. -Original Message- From: Jan Behrens [mailto:[EMAIL

Tomcat 4 as a service in Windows and Classpath Question

2003-04-03 Thread Ernesto Echeverria
I've recently installed Tomcat 4.1 as a service in a Windows 2000 environment. In Linux, if I ever need to extend the CLASSPATH variable, I can do that easily in the scripts provided. However, I'm not clear how to do this in Windows when Tomcat was installed as a service. What is the correct

Moving/Reading files from DB Server to App Server

2003-04-03 Thread Manu Kits
Hello, I have 2 different Servers - App Server and DB Server. I have script.sql file on my DB Server and so how can I move this file to App Server using Servlets/JSP I know we have to use FileInputStream...but not sure it will solve this problem. Any information on this is appreciated.

Re: Moving/Reading files from DB Server to App Server

2003-04-03 Thread John Turner
- FTP - SCP (SSH) - HTTP - NFS/samba John On Thu, 03 Apr 2003 14:43:00 +, Manu Kits [EMAIL PROTECTED] wrote: Hello, I have 2 different Servers - App Server and DB Server. I have script.sql file on my DB Server and so how can I move this file to App Server using Servlets/JSP I know we

Anyone used jtds??

2003-04-03 Thread Victor Gonzalez
Hi all, I need a example to use a jtds, the explanation for me (I'm very newbie!), the files confifuration, jsp and a class, well, If is is possible. Regards, Victor González *** - To unsubscribe, e-mail:

Authentication with Apache and Tomcat

2003-04-03 Thread Rich Paredes
We have a mixed JSP / cgi-bin / perl environment. Currently we have Apache doing authentication to get into the main web site and then from there, we need additional authentication to get into JSP pages. Currently there is no security for JSP pages so if someone browses to a jsp page, it will

RE: Moving/Reading files from DB Server to App Server

2003-04-03 Thread Jan Behrens
-Original Message- From: Manu Kits [mailto:[EMAIL PROTECTED] Sent: Thursday, April 03, 2003 4:43 PM To: [EMAIL PROTECTED] Subject: Moving/Reading files from DB Server to App Server Hello, I have 2 different Servers - App Server and DB Server. I have script.sql file on my DB

Custom Policy file

2003-04-03 Thread Maksimenko Alexander
Hi! I want to use JAAS for authorization in a web-application that runs under Tomcat4.1. I don't want to put my policy file neither in java_home/jre/security neither in user.home directories (because I think it's not correct). So I am forced to create my own implementation of java.security.Policy,

RE: Moving/Reading files from DB Server to App Server

2003-04-03 Thread Manu Kits
Hi Jan, Thanks for your reply. I want to write the code in JavaServlet/sJSP to move the .sql file from DB Server to APp Server for people to download it... Thanks again! From: Jan Behrens [EMAIL PROTECTED] Reply-To: Tomcat Users List [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED]

RE: Custom Policy file

2003-04-03 Thread Shapira, Yoav
Howdy, I want to use JAAS for authorization in a web-application that runs under Tomcat4.1. I don't want to put my policy file neither in java_home/jre/security neither in user.home directories (because I think it's not correct). Unfortunately, I'm hearing other people with the same (valid)

Debian, Apache 2.0.44, Tomcat 4.1.24, IBM JDK 1.4, JNI inprocess

2003-04-03 Thread Peter H.
Hello, Does someone use IBM JDK 1.4 with tomcat 4.1.24 and apache 2.0.44 Can't startup JVM exit -1 message... Compiled jni*.so and maybe its the problem because the ././classic/jvm*.so is used? I thought jdk1.4 stops supporting classic jvm... Greetings and thanks Peter

RE: partially updating a WAR file using manager app??

2003-04-03 Thread johannes . fiala
Hi Yoav, I understand this definition, but am not a 100% satisfied with it. Hmm. Maybe here the J2EE specification of Sun is not sufficient. Shouldn't there be some way to add templates or graphics or JSPs on the fly (which are more layout information = view part of the MVC model)? I'm a bit

RE: partially updating a WAR file using manager app??

2003-04-03 Thread Shapira, Yoav
Howdy, I understand this definition, but am not a 100% satisfied with it. Hmm. Maybe here the J2EE specification of Sun is not sufficient. Perhaps. If you keep pushing on this, with an organized proposal, then people will listen eventually ;) It is an open standard after all. Shouldn't there

RE: partially updating a WAR file using manager app??

2003-04-03 Thread johannes . fiala
Hi Yoav, BTW - Let's say portability here is not my primary goal here. What about extending the manager task so that if there are differences in the /web/ folder (i.e. static web content) to allow to access the /work/ directory directly and put the JSP or graphic or whatever directly there.

Re: Moving/Reading files from DB Server to App Server

2003-04-03 Thread Manu Kits
Hi John, Thanks for your email. I want to write the code in Java on App Server to move the file from DB Server (both on different machines) Thanks! From: John Turner [EMAIL PROTECTED] Reply-To: Tomcat Users List [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Subject: Re:

Re: Debian, Apache 2.0.44, Tomcat 4.1.24, IBM JDK 1.4, JNI inprocess

2003-04-03 Thread Richard Dunn
On Thursday 03 April 2003 08:08, Peter H. wrote: Hello, Does someone use IBM JDK 1.4 with tomcat 4.1.24 and apache 2.0.44 Can't startup JVM exit -1 message... I tried this setup a couple days ago (on Redhat 8.0) and it worked fine, but I am using the mod_jk.so connector. I have not tried the

RE: Tomcat 4 as a service in Windows and Classpath Question

2003-04-03 Thread Longley, Andrew
What I've figured out is that you can hack the registry and modify the java.class.path parameter. Alternatively, there is a syntax for installing the service where you can specify the classpath when you install the service (or you could uninstall and re-install). How to hack the registry: use

RE: partially updating a WAR file using manager app??

2003-04-03 Thread Shapira, Yoav
Howdy, BTW - Let's say portability here is not my primary goal here. That's pretty much a conversation stopper for me ;) I'm not interested in container-specific solutions. Especially ones that are unlikely to work even in the next major release of this container (i.e. tomcat 5.x). What

Re: Tomcat 4 as a service in Windows and Classpath Question

2003-04-03 Thread Mark Pease
Here is some information on the program that creates the tomcat service in Windows... http://www.alexandriasc.com/software/JavaService/documentation.html Mark - Original Message - From: Longley, Andrew [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Thursday, April 03,

Re: Moving/Reading files from DB Server to App Server

2003-04-03 Thread John Turner
- FTP = use a FTP client API on the app server to request the file from a FTP daemon on the DB server, parse results as needed OR - SCP (SSH) = use scp in a script to copy the file from the DB server to the App server at a predetermined time, then use java.io.* to read the file on the App

4.1.24 Tag Lib problem

2003-04-03 Thread paul . johnson
Hello, I have looked over the archives, and I looked at my code. I am having an issue with only one thing. I am sending a url back to the client, but it only makes it to the first entry. The others are blank. (The url is dynamic) If I refresh the page all the links are gone. The code works

Going Live

2003-04-03 Thread Sandra Patricia Hunter
Right now I am just working on development on a stand alone (more or less) machine. Eventually my app will be moved to a corporate web server. Is it appropriate to keep Tomcat as my JSP and servlet container? Because we are using Oracle we have in place the Oracle Apache server already. How

RE: Going Live

2003-04-03 Thread mike jackson
Personally I've not been happy with the Oracle version of Apache / Java Servlet / JSP server. We run Apache w/Tomcat on all web servers, including those that use Oracle for the backend database. However all that said, I'd look at making a WAR file and deploying it that way. It puts all the

RE: Going Live

2003-04-03 Thread Shapira, Yoav
Howdy, to keep Tomcat as my JSP and servlet container? Because we are using Oracle we have in place the Oracle Apache server already. How horrific would it be to move files to it? You mean the Oracle Application Server? Do do you mean an Apache web server talking to an Oracle database? You

RE: Going Live

2003-04-03 Thread Shapira, Yoav
Howdy, one file. The container will extract that and build the file system structures required. There's much less chance for error. Just one note: the container is not required to do this and may keep your war file packed. This is one reasons why you should use ServletContext's

Re: Debian, Apache 2.0.44, Tomcat 4.1.24, IBM JDK 1.4, JNI inprocess

2003-04-03 Thread Peter H.
Would be nice hint if sun's jvm runs under debian...heard it doesn't You know about this rumor? Thanks From: Richard Dunn [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Subject: Re: Debian, Apache 2.0.44, Tomcat 4.1.24, IBM JDK 1.4, JNI inprocess Date:

RE: Going Live

2003-04-03 Thread mike jackson
That's true, I had forgotten that. Too used to tomcat I guess. Btw, as an FYI, Oracle's web server is a Apache 1.3.x w/a modified version of JSERV. It supports jsp's via a Servlet (I think, not sure), but it's still using the JSERV level of the APJ protocol. The biggest problem is with that

RE: Jasper Error wrong version of Object.class (48.0 , should be 47.0)

2003-04-03 Thread Robert Priest
I did have copies of tools.jar in the server\lib and common\lib dirs. I think that they shipped with tomcat (I am using 4.1.7). But replacing those jars with the one from my jdk1.4.1_01 installation did not help. But I do have another copy of 4.1.7 (without all the apps I have running in the

Authentication with Apache and Tomcat

2003-04-03 Thread Rich Paredes
We have a mixed JSP / cgi-bin / perl environment. Currently we have Apache doing authentication to get into the main web site and then from there, we need additional authentication to get into JSP pages. Currently there is no security for JSP pages so if someone browses to a jsp page, it will

RE: partially updating a WAR file using manager app??

2003-04-03 Thread Craig R. McClanahan
On Thu, 3 Apr 2003 [EMAIL PROTECTED] wrote: Date: Thu, 3 Apr 2003 17:33:06 +0200 From: [EMAIL PROTECTED] Reply-To: Tomcat Users List [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Subject: RE: partially updating a WAR file using manager app?? Hi Yoav, I understand this

Tomcat unstable - Dr. Watson. Why?

2003-04-03 Thread Iain Sanderson
Hello, Tomcat is crashing on my application server when my database server is busy with a running backup, which is every night from 12am to 7am ( 80 Gb). I'm running Tomcat 4.22 on Windows NT sp6 using the Java 1.41 VM as a service with the -Xxms256m -Xxmx256m switches set in the registry

Re: Debian, Apache 2.0.44, Tomcat 4.1.24, IBM JDK 1.4, JNI inprocess

2003-04-03 Thread Richard Dunn
On Thursday 03 April 2003 10:00, Peter H. wrote: Would be nice hint if sun's jvm runs under debian...heard it doesn't You know about this rumor? It has been 1 year since I last used Debian, so I am not aware of this rumor. I hope it is not the case. I have been using the above configuration

Re: override catalina logging in web.xml

2003-04-03 Thread James Williamson
Howdy, That's only for the specific webapp, not the whole server, and he said he can only modify things under WEB-INF, not one level higher in the webapps directory ;( It all depends on where the appBase is set, isps don't necessary make webapps the default area for client's applications.

RE: Debian, Apache 2.0.44, Tomcat 4.1.24, IBM JDK 1.4, JNI inprocess

2003-04-03 Thread Januski, Ken
I've always used the Blackdown JVM on Debian. But I use it sporadically so I can't say I'm up to date on it or any other JVMs for Debian. But I know I chose it for a reason, probably because the Debian Users List recommended it. I'm sure you'd get a quick answer on the Debian User list.

RE: Cannot load JDBC Driver class com.ibm.db2.jdbc.app.DB2Driver

2003-04-03 Thread Darian Shimy
I never had too much success with the net driver. But I think your problem is with the class name. The name of the class is COM.ibm.db2.jdbc.net.DB2Driver. Note the COM in all caps. -- Darian Shimy -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent:

Re: Debian, Apache 2.0.44, Tomcat 4.1.24, IBM JDK 1.4, JNI inprocess

2003-04-03 Thread Richard Dunn
On Thursday 03 April 2003 10:46, Richard Dunn wrote: On Thursday 03 April 2003 10:00, Peter H. wrote: Would be nice hint if sun's jvm runs under debian...heard it doesn't You know about this rumor? It has been 1 year since I last used Debian, so I am not aware of this rumor. I hope it is

Apache 2.0.45 + Tomcat 4.1.24 + mod_jk(2)

2003-04-03 Thread Trevor Baker
Hi guys, So I updated my Apache 2.0.43 + Tomcat 4.1.18 to Apache 2.0.45 + Tomcat 4.1.24 and now my mod_jk2 bridge is broken (just get Apache's standard 500 exception error page whenever I access my JSPs). Don't really know which one is the culprit here: Apache or Tomcat or both?? Has anyone got

RE: Cannot load JDBC Driver class com.ibm.db2.jdbc.app.DB2Driver

2003-04-03 Thread paul . johnson
I have it running with the net driver. I could not get eh JNDI lookup to run with the app dirver. Are you connecting to a remote db?? Paul R. Johnson

RE: Tomcat unstable - Dr. Watson. Why?

2003-04-03 Thread Shapira, Yoav
Howdy, Does your app server need to be available when your DB server is doing backups? If not, you could always restart the app server at 7am. Is DBCP or something else doing keep-alive / sanity checks on the DB connections? Or other keep-alive / ping type activity to the DB server? If so,

Re: Debian, Apache 2.0.44, Tomcat 4.1.24, IBM JDK 1.4, JNI inprocess

2003-04-03 Thread Michael Crozier
And you should upgrade to apache 2.0.45 anyways, since there is apparently a un-announced security problem that was fixed. On Thursday 03 April 2003 07:45 am, Richard Dunn wrote: On Thursday 03 April 2003 08:08, Peter H. wrote: Hello, Does someone use IBM JDK 1.4 with tomcat 4.1.24 and

Re: Debian, Apache 2.0.44, Tomcat 4.1.24, IBM JDK 1.4, JNI inprocess

2003-04-03 Thread Michael Crozier
I use Sun's JDK 1.4.01 on Debian without any problems (so far). On Thursday 03 April 2003 09:00 am, Peter H. wrote: Would be nice hint if sun's jvm runs under debian...heard it doesn't You know about this rumor? Thanks From: Richard Dunn [EMAIL PROTECTED] Reply-To: [EMAIL

RE: includes

2003-04-03 Thread Turoff, Steve
First, note that your syntax was incorrect - you put the @ in front of the %. Second, try this: %@ include file=/a/myinclude.jsp % Note that this is a static include, ie, if you change /a/myinclude.jsp the change will not show up in the file including it, unless that file is recompiled.

DriverManager.getConnection(jdbc:jtds:sqlserver://127.0.0.1:1443/Services..... Failured... Please, help me!

2003-04-03 Thread Victor Gonzalez
The message is... java.sql.SQLException: Connection refused: connect at net.sourceforge.jtds.jdbc.TdsConnection.allocateTds(Unknown Source) at net.sourceforge.jtds.jdbc.TdsConnection.init(Unknown Source) at net.sourceforge.jtds.jdbc.Driver.connect(Unknown Source)

RE: Tomcat unstable - Dr. Watson. Why?

2003-04-03 Thread Iain Sanderson
Thanks, Is DBCP or something else doing keep-alive / sanity checks on the DB connections? Or other keep-alive / ping type activity to the DB server? If so, these checks could be hanging, or just spinning in a deadlock, if the DB server is too busy to respond. There are no other keep-alive

Re: Apache 2.0.45 + Tomcat 4.1.24 + mod_jk(2)

2003-04-03 Thread Mark Eggers
Trev, I don't know about Apache 2.0.45, since the mod_jk2 binaries say for use with 2.0.43 only (at least the Windows ones do). I do have 2.0.43 and Tomcat 4.1.24 working via mod_jk2 on my Windows/2000 Pro machine though. I'm thinking it's most likely an Apache/mod_jk2.{dll|so} issue. What do

RE: Tomcat unstable - Dr. Watson. Why?

2003-04-03 Thread Iain Sanderson
Hi, regarding hs_err_..etc I couldn't find a file named anything like this on my server. I do have stout.log and sterr.log , set in the registry for the JVM for Tomcat service startup. Is this what you mean? Iain Shapira, Yoav [EMAIL PROTECTED] 04/03/2003 01:16 PM Please respond to

RE: Tomcat unstable - Dr. Watson. Why?

2003-04-03 Thread Shapira, Yoav
Howdy, No. I meant the hs_err_[pid] file, which is created by the HotSpot JVM automatically when it crashes. It's not the same as the stdout/stderr logs. If the file is not there, that's a good thing, it means your JVM did not crash. Yoav Shapira Millennium ChemInformatics -Original

How to compare tc4.1 and tc3.3. Was: Tomcat 4.1 slower than Tomcat 3.3

2003-04-03 Thread Reinhard Moosauer
Hi, Am Mittwoch, 2. April 2003 18:30 schrieb Chris Agmen-Smith: Is Tomcat 4 slower than Tomcat 3? For me, it is faster, see below. I've recently tried to port my Tomcat 3.3 webapp to Tomcat 4.1. It's the same webapp, the config files are as similar as I can make them, we're using the same

  1   2   >