Performance Problems with Tomcat

2002-03-13 Thread Mohr James
Greetings! I have some extreme performance problems with Tomcat Version 3.2.1, JRE 1.3.1 on Win2000 with MIIS 4. Tomcat was provided with HP's OpenView Service Desk to provide JSPs to the web interface to the service calls. When we access certain pages that submit queries to the database the

[j-t-c] tc4.0.3 mod_jk only routing, no loadbalancing

2002-03-13 Thread Bernd Koecke
Hi all, is it possible to use only the routing functionality of mod_jk without loadbalancing? I have a cluster with a running apache and tomcat on any node. I would like to route requests without a session to the local tomcat on the same node. And the requests with a session to the node

Tomcat4.0.2 with Apache SSL problem

2002-03-13 Thread Gabriel López Millán
Hi again. I want to know if it's posible to recover a client certificate in a servlet when is running Apache-2.0 with tomcat-4.0.2 and mod_webapp. I need to obtain this and I don't know how. There's any information in Jakarta Home Page. Cheers, Gabi. --

RE: How to Unsubscribe?

2002-03-13 Thread Peter Cimring
I have exactly the same problem...!? -Original Message- From: Paul Brown [mailto:[EMAIL PROTECTED]] Sent: 07 March 2002 04:49 To: Tomcat Users List Subject: How to Unsubscribe? I keep trying to unsubscribe without luck ... Anyone know a reliable way of doing it? thanks Paul -- To

RE: How to Unsubscribe?

2002-03-13 Thread Cyber Sagar
just send a blank mail to To unsubscribe: mailto:[EMAIL PROTECTED] Thank you very much -Original Message- From: Peter Cimring [mailto:[EMAIL PROTECTED]] Sent: 13 March 2002 19:49 To: Tomcat Users List Subject: RE: How to Unsubscribe? I have exactly the same problem...!?

Re: XML output, I need help.

2002-03-13 Thread Xiao Juguang
yes, my code is correct. Richard's comment works. :) Just remind someone that clearing your cache or restarting Tomcat still does great. - Original Message - From: Neo Gigs [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Wednesday, March 13, 2002 11:38 AM Subject: Re:

Re: XML output, I need help.

2002-03-13 Thread Neo Gigs
Any error messages? - Original Message - From: Xiao Juguang [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Wednesday, March 13, 2002 7:00 PM Subject: Re: XML output, I need help. yes, my code is correct. Richard's comment works. :) Just remind someone that

[Fwd: Tomcat4.0.2 with Apache SSL problem]

2002-03-13 Thread Gabriel López Millán
I have read several email with the same problem. Please. Can I obtain SSL client certificate in my servlet with mod_webapp? Thank, Gabi. Original Message Subject: Tomcat4.0.2 with Apache SSL problem Date: Wed, 13 Mar 2002 10:52:30 +0100 From: Gabriel López

RE: Tomcat shutdown

2002-03-13 Thread Larry Isaacs
The conf/ajp12.id file is written by the Ajp12Connector in your server.xml. It stores the port, host, and optional password to be used for shutdown. The shutdown process tries to read this file to get this information to you don't have to supply it on the command line. Thus, you can change the

RE: Apache serve index.jsp not index.php

2002-03-13 Thread Edward Haynes
I am not using an alias because I want the apache root to be redirected to Tomcat for jsp/servlet calls but still have apache serve up the other request (images..etc). DocumentRoot is setup to the Apache root, which is different then the Tomcat root. Directory/ : I have not setup any special

Multiple SSL ports

2002-03-13 Thread Michael Welsh
Greetings, I have a server running Apache 1.3.22 and Tomcat 3.3 on Solaris 8. Up until now my Tomcat configuration included just one webapp and it used the standard port 443 for SSL (through Apache). That all works really well. Now I am trying to integrate a second webapp, and therefore a

RE: Multiple instancess of Tomcat on the same machine.

2002-03-13 Thread John Niven
-Original Message- From: Venkatesh Sangam [mailto:[EMAIL PROTECTED]] Sent: 12 March 2002 19:55 To: Tomcat Users List Subject: Multiple instancess of Tomcat on the same machine. Venkatesh - hi, I am running an experimental setup for Load balaning on the webservers. I am

Tomcat 4.0.1 on omvs under os390

2002-03-13 Thread Brown Bay
I am in the process of porting our servlet based application running under Linux to omvs under Os390. After extensive searches on the web, I have not been able to find any kind of documentation/pages that suggest that this configuaration is possible. I believe that it can be done since I can run

Re: Is a keystoreType other than jks possible?

2002-03-13 Thread Olaf Jahn
Krijn van der Raadt [EMAIL PROTECTED] hat geschrieben: The tomcat documentation tells me that the default keystoreType is 'JSK'. Is this also the *only* keystoreType? I need to use a server key made with openssl and not with the keytool. Is this possible? Jupp. According to the comment on

Re: Multiple SSL ports

2002-03-13 Thread Anders Rundgren
Michael, I'm up to my eyeballs in SSL-problems using TC but maybe I can help. You have: https://host:443/ https://host:444/ This indicates that you have two _different_ applications and they do not share session content. To let them share session requires authentication mechanisms that is not

Re: XML output, I need help.

2002-03-13 Thread David Smith
This sounds like IE's old ignore the mime type issue. Does the requested URL end in .xml? If not, IE may not recognize it as an xml file even with correct mime typing. Just a thought. --David On Tuesday 12 March 2002 09:35 pm, you wrote: Hi, guys, I tried to write a XML format output

Tomcat Cryptix security NoSuchProviderException

2002-03-13 Thread Martin Fuljahn - USP
Hi, there! I'm trying to migrate a web application which currently WORKS from Tomcat 3.2 to Tomcat 4. This application uses a class, which uses the Cryptix cryptography provider, and there was no problem with Tomcat 3.2. But now, with Tomcat 4, using exactly the same configuration, JSPs and

Apache Tomcat/4.0.3 - HTTP Status 404 - /servlet/SnoopServlet is not available.

2002-03-13 Thread Hostmaster of the day
Here they are : a) httpd.conf got the following entries : LoadModule webapp_module modules/mod_webapp.so AddModule mod_webapp.c IfModule mod_webapp.c WebAppConnection warpConnection warp localhost:8008 WebAppDeploy ROOT warpConnection /tomcat/ WebAppDeploy examples

mod_webapp configuration question

2002-03-13 Thread Kevin HaleBoyes
In my httpd.conf file I've got: ServerName 192.168.0.147 LoadModule webapp_module modules/mod_webapp.so WebAppConnection warpConnection warp 192.168.0.147:8008 NameVirtualHost * VirtualHost * ServerName 192.168.0.147

log analysis tools

2002-03-13 Thread Lauren Commons
I'm looking for suggestions of access log analysis tools, such as webalyzer or logjack. But I'd like a servlet so that my client (who I'm building the site for) can view and update the stats on demand from a JSP/servlet based administration site I'm also building for him. at a minimum, I'd like

RE: Problems using own XML parser

2002-03-13 Thread John Wadkin
Rick, Simple question, here comes the complex answer :) I'm a student who's working for my Uni for a year. I'm working on a small project to look at how best to implement a new Government recommendation - that all Higher Education institutions in the UK have some sort of Personal Development

RE: Apache Tomcat/4.0.3 - HTTP Status 404 - /servlet/SnoopServlet is not available.

2002-03-13 Thread PELOQUIN,JEFFREY (Non-HP-Boise,ex1)
Have you tried mapping the ROOT as WebAppDeploy ROOT warpConnection / within your virtual host or as part of the main httpd.comf file? When I add it to my httpd.conf I get the root context of Tomcat in place of my default Apache htdocs directory -Original Message- From:

Ports used???

2002-03-13 Thread Øyvind Vestavik
I am running Tomcat on a unix testserver (solaris 6.2) which several people have access to and use for their own applications. There is no authority administrating the ports used, and I would like to scan the ports of the machine to see wich ones are in use. Is there a unix utility i can use for

Re: Problems using own XML parser

2002-03-13 Thread Yoav Shapira
Hi, JAXP is just a set of interfaces to isolate you from the parser implementation class. We use JAXP and have switched from Xerces to Crimson and back at runtime without restarting the server and without any problems. As to the performance of various parsers: you may find that what matters

Re: Apache Tomcat/4.0.3 - HTTP Status 404 - /servlet/SnoopServlet is notavailable.

2002-03-13 Thread rsequeira
I just checked your server.xml that you attached. The Host.../ tags are present within the Service name=Tomcat-Standalone. You need to put them within the Service name=Tomcat-Apache tag since you have associated the Connector className =org.apache.catalina.connector.warp.WarpConnector.../ with

Redeployment Problem under Tomcat 4.0.2

2002-03-13 Thread Lawlor, Frank
I've run into some problems with 4.0.2. - I do NOT have persistent sessions enabled in server.xml I can initially deploy a web app by placing the .war file in webapps dir. However, if I try to redeploy I run into problems. To re-deploy I ususally stop Tomcat, delete the current app

RE: log analysis tools

2002-03-13 Thread Kemp Randy-W18971
If you go through Apache, and can skip the JSP update, then three good free or cheap tools are: http://www.mrunix.net/webalizer/ http://www.analog.cx/ http://www.boutell.com/wusage/ -Original Message- From: Lauren Commons [mailto:[EMAIL PROTECTED]] Sent: Wednesday, March 13, 2002 9:03

RE: How to run tomcat as service program in Win2k

2002-03-13 Thread John Niven
-Original Message- From: Xiao Juguang [mailto:[EMAIL PROTECTED]] Sent: 13 March 2002 07:25 To: Tomcat Users List Subject: Re: How to run tomcat as service program in Win2k I think you are careless when installing. There is an option to make Tomcat as Windows NT Service.

Re: RES: Free KAWA?

2002-03-13 Thread Steve
Kawa got ate by Allaire which got ate by Macromedia. I maintain a list of *FREE*, multiplatform, multipurpose, programmer's editors that I consider to be worth the time of day: Steves Tech Links http://www.geocities.com/beforewisdom/Tech/index.html You should find something suitable there.

Basic Authentication on JSPs with Win2K/MIIS 4

2002-03-13 Thread Mohr James
Hi All! I'm confused here. I cannot figure out if my problem is MIIS or Tomcat. In the internet services manager I set the authentication on a directory to be Basic and disable anonymous and NT access. When I look at the properties of the files in the directory it seems that this authentication

Re: apache tomcat integration syntax error in httpd.conf

2002-03-13 Thread rsequeira
Do you have the following lines within a VirtualHost tag? snip IfModule mod_webapp.c WebAppConnection conn warp localhost:8008 WebAppDeploy examplesconn /examples WebAppInfo /webapp-info /IfModule /snip I guess it would help if you attach the relevant parts of the

Re: Ports used???

2002-03-13 Thread Paul Caton
I just had some port problems with getting Tomcat up and running, so this is in my head right now! You can see a list of assigned ports in /etc/services. If you want to check that a port not listed there is in use or not, use the command: netstat -an | grep [number] If you get no result, the

RE: XML output, I need help.

2002-03-13 Thread Jim Urban
Are you displaying raw XML, or does your XML reference a XSL stylesheet? IE is not current on XSL support and has problems processing XSL commands. Jim -Original Message- From: David Smith [mailto:[EMAIL PROTECTED]] Sent: Wednesday, March 13, 2002 8:22 AM To: Tomcat Users List

Re: log analysis tools

2002-03-13 Thread Kevin HaleBoyes
Date: Wed, 13 Mar 2002 07:03:13 -0800 (PST) From: Lauren Commons [EMAIL PROTECTED] Subject: log analysis tools To: [EMAIL PROTECTED] I'm looking for suggestions of access log analysis tools, such as webalyzer or logjack. I've just installed awstats from http://awstats.sourceforge.net/

Re: Apache Tomcat/4.0.3 - HTTP Status 404 - /servlet/SnoopServlet is not available.

2002-03-13 Thread Hostmaster of the day
My fault ;-( Thank you ! I changed the server.xml and placed the host tags correctly within the Tomcat-Apache part : Then tomcat4 stop tomcat4 start apache stop apache start and ... the problem still persists. Unbelievable but true. The same 404 status. I'm so sorry, --Mark - Original

pache Tomcat/4.0.3 - HTTP Status 404 - /servlet/SnoopServlet is not available.

2002-03-13 Thread Hostmaster of the day
It is part of the main httpd.conf file and is working great as long as I use http://localhost:8080 But no virtual host is running. Status 404 all the time. That's the problem. --Mark - Original Message - From: PELOQUIN,JEFFREY (Non-HP-Boise,ex1) [EMAIL PROTECTED] To: 'Tomcat Users

reloadable=true not working in 4.0.3?

2002-03-13 Thread Neil Aggarwal
Hello: Is reloadable=true working in 4.0.3? Tomcat does not seem to be reloading my classes when I upload a newer version to the server. Here is what I put in my /usr/local/jakarta-tomcat-4.0.3/conf/server.xml file: !-- BurnRateDiet Context -- Context path=/burnratediet

RE: pache Tomcat/4.0.3 - HTTP Status 404 - /servlet/SnoopServlet is not available.

2002-03-13 Thread PELOQUIN,JEFFREY (Non-HP-Boise,ex1)
but your main has WebAppDeploy ROOT warpConnection /tomcat/ wouldn't that map /tomcat/ to the ROOT context path as opposed to mapping / -Original Message- From: Hostmaster of the day [mailto:[EMAIL PROTECTED]] Sent: Wednesday, March 13, 2002 9:40 AM To: [EMAIL PROTECTED] Subject:

Re: Multiple SSL ports

2002-03-13 Thread Michael Welsh
Anders, Thanks for getting back to this. Here is a better way of looking at what is going on: I already have an app that uses https on port 443 and uses it's own SSL certificate. Since it is on the standard 443 port I don't need to tack it on to the server name when I need to activate SSL.

RE: Tomcat 4.0.1 on omvs under os390

2002-03-13 Thread Justin Rowles
I am in the process of porting our servlet based application running under Linux to omvs under Os390. I'm afraid I can't help, but I just wanted to say how nice it is to hear phrases like 'os390' and 'ebcdic' again. Takes me back to my first programming job ;-) J. -- You're only jealous

Re: reloadable=true not working in 4.0.3?

2002-03-13 Thread Jean-Luc BEAUDET
Neil Aggarwal a écrit : Hello: Is reloadable=true working in 4.0.3? Tomcat does not seem to be reloading my classes when I upload a newer version to the server. Here is what I put in my /usr/local/jakarta-tomcat-4.0.3/conf/server.xml file: !-- BurnRateDiet Context --

Re: Apache Tomcat/4.0.3 - HTTP Status 404 - /servlet/SnoopServlet is notavailable.

2002-03-13 Thread rsequeira
tough luck, huh? Attach your httpd.conf, server.xml, and the web.xml (for the /var/www/host2/html webapp) in an email and post it here. Hopefully someone can figure out a solution :-) RS Hostmaster of the day [EMAIL PROTECTED] on 03/13/2002 10:39:19 AM Please respond to Tomcat Users List

RE: Apache Tomcat/4.0.3 - HTTP Status 404 - /servlet/SnoopServlet is not available.

2002-03-13 Thread PELOQUIN,JEFFREY (Non-HP-Boise,ex1)
Could you provide the error page. Do you know if it was generate by Apache or Tomcat? Does the access log for Tomcat show that the request is being forwarded to Tomcat? -Original Message- From: Hostmaster of the day [mailto:[EMAIL PROTECTED]] Sent: Wednesday, March 13, 2002 9:39 AM To:

RE: How to run tomcat as service program in Win2k

2002-03-13 Thread John Niven
-Original Message- From: John Niven [mailto:[EMAIL PROTECTED]] Sent: 13 March 2002 15:43 To: 'Tomcat Users List' Subject: RE: How to run tomcat as service program in Win2k Oops. A bit of investigation and I answer my own question - ain't it always the way... There's a problem

RE: reloadable=true not working in 4.0.3?

2002-03-13 Thread Neil Aggarwal
Jean-Luc: That worked. Thanks! Neil. -- Neil Aggarwal JAMM Consulting, Inc.(972) 612-6056, http://www.JAMMConsulting.com Custom Internet DevelopmentWebsites, Ecommerce, Java, databases -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf

Re: Tomcat 4.0.1 on omvs under os390

2002-03-13 Thread jean-frederic clere
Brown Bay wrote: I am in the process of porting our servlet based application running under Linux to omvs under Os390. After extensive searches on the web, I have not been able to find any kind of documentation/pages that suggest that this configuaration is possible. I believe that it can

Re: Multiple SSL ports

2002-03-13 Thread Anders Rundgren
Michaeal, So your client is stepping up from http://host/ to https://host:444/ after first getting a session in the http mode? I tried this on my own setup and at least from http://host/app to https://host:443/app I kept the session going. Note that I deleted the c**p in httpd.conf about

Re: apache tomcat integration syntax error in httpd.conf

2002-03-13 Thread August Detlefsen
For virtual hosts, you have to create the webapp connection AFTER you specify the NameVirtualHost, like this: NameVirtualHost 12.34.56.78 # create the webapp connection WebAppConnection conn warp localhost:8008 WebAppInfo /webapp-info Then actually deploy the webapps within your

RPM version of tomcat 4.0.3 won't start

2002-03-13 Thread Jason Edgecombe
hi all, I had the rpm version of tomcat 4.0.2 working and then downloaded the rpm version of tomcat 4.0.3 and installed that. Tomcat won't start. the contents of catalina.out are attached. Thank you for your help, Jason Edgecombe Exception during startup processing

Re: RPM version of tomcat 4.0.3 won't start

2002-03-13 Thread rsequeira
Looks like it cannot seem to find servlet.jar. snip Caused by: java.lang.NoClassDefFoundError: javax/servlet/ServletResponse at java.lang.ClassLoader.defineClass0(Native Method) /snip Double-check your installation. RS Jason Edgecombe [EMAIL PROTECTED] on 03/13/2002 01:10:29 PM

Re: RPM version of tomcat 4.0.3 won't start

2002-03-13 Thread Jason Edgecombe
hi, thanks! a quick rpm -Uvh --replacepkgs fixed it. Sincerely, Jason Edgecombe [EMAIL PROTECTED] wrote: Looks like it cannot seem to find servlet.jar. snip Caused by: java.lang.NoClassDefFoundError: javax/servlet/ServletResponse at java.lang.ClassLoader.defineClass0(Native

UltraDev-Tomcat-Oracle: Newbie blues

2002-03-13 Thread Andy Hammer
I am trying to connect my UltraDev application to an Oracle DB via a Tomcat app server. When I test my connection in Dreameaver UltraDev 4.01 I get an exclamation prompt. The only message is oracle.jdbc.driver.OracleDriver I think this means TomCat can't find the oracle driver. When I attempt

Stopping tomcat error

2002-03-13 Thread Chris Woods
I have no problem starting tomcat but when I try to stop tomcat using shutdown.sh command I get this output: [jakarta@linux lib]$ /var/jakarta/jakarta-tomcat/build/tomcat/bin/shutdown.sh Using classpath: /var/jakarta/jakarta-tomcat/build/tomcat/bin/../lib/tomcat.jar Using JAVA_HOME:

Re: Stopping tomcat error

2002-03-13 Thread rsequeira
Larry answered this question. Check the morning archives. According to him, you could shutdown like this: [jakarta@linux lib]$ /var/jakarta/jakarta-tomcat/build/tomcat/bin/shutdown.sh port=8007 RS Chris Woods [EMAIL PROTECTED] on 03/13/2002 01:56:26 PM Please respond to Tomcat Users

WARP Connector for Free BSD

2002-03-13 Thread Mike Millson
Is there a binary for the WARP connector for Free BSD? I looked in the release builds and didn't see one. Will the Linux version work on Free BSD? Or is a binary not available for Free BSD and the only solution is to compile one from the source code? Thank you, Mike -- To unsubscribe:

Manager App in 4.0

2002-03-13 Thread John Regan
I have been running an application in 4.0 for several months and want to use the manager application. I can't seem to get to the manager application. When i try a simple command like: http://localhost:8100/manager/list I get 404 page not found. Does anybody have any suggestions? Under the

load-on-startup

2002-03-13 Thread Mark Mackenzie
Greetings. Tomcat 4.0.2 load-on-startup in web.xml I have two servlets, the first one I gave a value of 0 to the load-on-startup element and the second servlet I gave a value of 5. The Servlet 2.3 API Deployment Descriptor(web.xml) DTD talks about load-on-startup.

java.lang.NoClassDefFoundError: org/apache/naming/JndiPermission

2002-03-13 Thread Scott Shorter
All, I'm working on migrating an app from one Solaris machine to another. Using Java 1.4.0, Tomcat 4.0.3 I've copied $JAVA_HOME/jre/lib/ext/*.jar and $CATALINA_HOME/common/lib/*.jar from the old machine to the new, but when we first try to view a JSP page, we get the following stack trace:

RE: Apache Tomcat/4.0.3 - HTTP Status 404 - /servlet/SnoopServlet is not available.

2002-03-13 Thread Hostmaster of the day
/var/log/httpd/error_log got no information regarding Tomcat errors. All Tomcat-Apache logs are generated by Tomcat /var/tomcat4/logs/... I'll provide you with new logs dated March 14, 2002 tomorrow. Something changed since I moved the server.xml host tags to the right place within the

Re: Manager App in 4.0

2002-03-13 Thread Ashutosh Aman
go to $CATALINE_HOME/conf.tomcat-users.xml file where CATALINA_HOME is the directory where you have installed Tomcat. Add one line user name=Me myself password=and Tomcat roles=manager / or you can insert the role manager in one of the existing role. shutdown and start Tomcat and then

RE: Apache Tomcat/4.0.3 - HTTP Status 503 - Servlet SendMailServlet is currently unavailable

2002-03-13 Thread Hellaenergy
Hi, I can confirm the SendMailServlet.class is MISSING from the examples application :p To compile it you need servlet.jar in your classpath along with the (JavaMail API) mail.jar (Java Activation Framework) activation. jar. There may be more but I think that is what did it for me. Nick

SSL client authentication

2002-03-13 Thread Greg Bailey
Is there a way to configure Tomcat to allow/disallow access to a web application based on the common name (CN) in an SSL client certificate? I can set clientAuth=true in the server.xml, which works fine, and I know I can read the certificate once I'm in the web application, but I'm looking

RE: Manager App in 4.0

2002-03-13 Thread John Regan
thank you for the quick response. yes, i did change the default port to 8100. I made the change and restarted but i still get same thing: 404 Page Not Found Any other suggestions? My file is called tomcat-users.xml should it be conf.tomcat-users.xml? thanks again. -Original Message-

RE: Manager App in 4.0

2002-03-13 Thread Scott Shorter
I would speculate that that was a typo for $CATALINA_HOME/conf/tomcat-users.xml - Scott -Original Message- From: John Regan [mailto:[EMAIL PROTECTED]] Sent: Wednesday, March 13, 2002 6:00 PM To: 'Tomcat Users List' Subject: RE: Manager App in 4.0 thank you for the quick

updaterow in jdbc

2002-03-13 Thread Mehmet Ugur Kuzu (LinkPlus)
Hi, Is anybody have an example of using resultset.updateRow(),resultset.deleteRow() when you are navigating in a resultset by next() and previous() methods and when resultset is come from a select statement.This connection and resultset must created only once when http session begins.

REQUEST: Need latest mod_webapp.so binary for Win32

2002-03-13 Thread Dave Makower
I do not have the necessary tools to compile mod_webapp.so for Win32, but I have done a diff on the sources for webapp.c which indicate that a change that was committed since the most recent downloadable binary (from the Tomcat 4.0.1 binary directory) may address an issue we've been having.

version recommendation for apache+tomcat via jni?

2002-03-13 Thread Adam Megacz
Hi. I'm trying to set up Tomcat and apache using the jni connector, but so far I've been unsuccessful. I've read that only Apache 2.x can do JNI since earlier versions are not thread-aware. Unfortunately, Tomcat 3.x doesn't have an Apache-2.x mod_jk. Tomcat 4.x also doesn't have an Apache-2.x

JDBC, tomcat setup question

2002-03-13 Thread Leila Lappin
Hi all, I'm trying to set up tomcat and port an application that I developed and tested using Jrun, being new to the environment and I have two questions. My first question is adding additional jar files like jdbc jar files. I've been reading through a lot of material trying to figure out how

http://localhost:8080 on IE does not work, but does on Netscape?

2002-03-13 Thread Leon Vermaak
I have Windows2000 platform. I have checked HOSTS file and it is in order. I have Tomcat running as a service. I at first had only tomcat Internet Explorer installed and tried testing it with http://localhost:8080 and it was not working so after a lot of head scratching I tried Netscape and it

Re: http://localhost:8080 on IE does not work, but does on Netscape?

2002-03-13 Thread James
Have you checked. IE Tools Internet Options Connections Tab Lan Settings Option Check the Proxy Server Setting is it Check or not? Also Click on Advance and make sure nothing is set in there. Give that a try and see if that helps, At 06:57 PM

Re: Large pages not completely displayed with IE 5.x and Tomcat 4 .0.x

2002-03-13 Thread Michael Gerdau
Thanks to all who responded ! Once I knew what to look for I finally solved my problem: indeed it turned out to be an exception raised on the server close to the very end of producing the HTML which didn't appear on the Tomcat screen but only in one of the logfiles in the log dir. After fixing

How often do I need to restart Apache

2002-03-13 Thread August Detlefsen
I am using Apache 1.3 and TC 4. Do I need to restart Apache every time I restart Tomcat, or only when the Apache-Tomcat configuration changes? For example, if I only make changes to the classes in $TOMCAT_HOME/classes or $TOMCAT_HOME/lib I know I need to restart Tomcat, but do I need to

Re: JDBC, tomcat setup question

2002-03-13 Thread August Detlefsen
This is definately a RTFM issue, buuut: Put your .jar files in: /path/to/tomcat/lib There is no need to change the classpath, TC picks it up automatically when it is started. --- Leila Lappin [EMAIL PROTECTED] wrote: Hi all, I'm trying to set up tomcat and port an application that I

Re: JDBC, tomcat setup question

2002-03-13 Thread Leila Lappin
thanks for the response, what is RTFM? - Original Message - From: August Detlefsen [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Wednesday, March 13, 2002 6:08 PM Subject: Re: JDBC, tomcat setup question This is definately a RTFM issue, buuut: Put your .jar

Re: Tomcat shutdown

2002-03-13 Thread Neo Gigs
thanks alot Larry, i cook my problem b4 read ur email by restarting the Solaris box. Another thing is i dun c any Tomcat 3.3.1 at Jakarta-Tomcat website. Another issue is i was trying to untar the tomcat 4.x but yet my Sun box does not have GNOME compatible Tar, so i was unable to use the latest

Re: JDBC, tomcat setup question

2002-03-13 Thread Dave Whitla
- Original Message - From: Leila Lappin [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED]; [EMAIL PROTECTED] Sent: Thursday, March 14, 2002 3:36 PM Subject: Re: JDBC, tomcat setup question thanks for the response, what is RTFM? Read The ..um ..er lovely Manuals -- To

Re: JDBC, tomcat setup question

2002-03-13 Thread Leila Lappin
I have been reading the documentation but IMHO they are written for people who already know the environment and are pretty comfortable with jakarta family of products. I'm new to both linux and tomcat. Anyway I found a forum where I may find some answers. thanks again. - Original Message

Re: JDBC, tomcat setup question

2002-03-13 Thread August Detlefsen
Sorry, Leila, my comment was not meant to offend, but yours is the #1 question asked on this list (Where do I put my jar files?). Hmmm... There really should be a FAQ for all this stuff... --- Leila Lappin [EMAIL PROTECTED] wrote: I have been reading the documentation but IMHO they are

Re: JDBC, tomcat setup question

2002-03-13 Thread Emir Alikadic
On 3/13/2002 9:57 PM, August Detlefsen wrote: Sorry, Leila, my comment was not meant to offend, but yours is the #1 question asked on this list (Where do I put my jar files?). Hmmm... There really should be a FAQ for all this stuff... How about a HOWTO, as in Class Loader HOWTO:

replacing /servlet/ with /xxx/ in tomcat 4.0

2002-03-13 Thread Paul, Debra, 4 Kids Mendelson
I recently switched from tomcat 3.2 to 4.0. I like to set up several servlet containers to sit behing one apache server. In tomcat 3.2 I could map /servlet/ to /somethingelse/ by adding the following the following to server.xml RequestInterceptor

Re: JDBC, tomcat setup question

2002-03-13 Thread August Detlefsen
Not the same... How many people even know what a class loader is when they start using Tomcat..? --- Emir Alikadic [EMAIL PROTECTED] wrote: On 3/13/2002 9:57 PM, August Detlefsen wrote: Sorry, Leila, my comment was not meant to offend, but yours is the #1 question asked on this list

Re: replacing /servlet/ with /xxx/ in tomcat 4.0

2002-03-13 Thread Christopher K . St . John
Paul, Debra, 4 Kids Mendelson wrote: In tomcat 3.2 I could map /servlet/ to /somethingelse/ ... How do I do the equivalent in Tomcat 4.0? In conf/web.xml: !-- The mapping for the invoker servlet -- servlet-mapping servlet-nameinvoker/servlet-name

Re: JDBC, tomcat setup question

2002-03-13 Thread Leila Lappin
I read the suggested how to document and it's pretty clear what needs to be done. But the problem I'm trying to resolve is how I may avoid placing jar files under tomcat's directory structure in order to have them picked up. I found a topic External Dependencies that seems to address this issue

RE: replacing /servlet/ with /xxx/ in tomcat 4.0

2002-03-13 Thread Paul, Debra, 4 Kids Mendelson
Thanks for the tip. Unfortunately I am a bit dense. What do I need to put arround the servlet-mapping.../servlet-mapping construct to make it fit within the default tomcat web.xml? -Original Message- From: Christopher K.St.John [mailto:[EMAIL PROTECTED]] Sent: Wednesday, March 13, 2002

Regarding Tomcat 4.01 in WindowsXP

2002-03-13 Thread Wiwi Wiwi
dear all, hi there, folks. Here I have a question regarding Tomcat 4.01 deployment on WindowsXP. Can Tomcat 4.01 able to install in WindowXP Professional? Also, can Tomcat 4.02 able to install in WindowXP and is this 4.02 version support jdk1.4? Currently, is Tomcat 4.03 a full released and

Re: updaterow in jdbc

2002-03-13 Thread Evguenia Krylova
Check otn.oracle.com for code samples. Ev On Thu, 14 Mar 2002 01:02:52 +0200 Mehmet Ugur Kuzu (LinkPlus) [EMAIL PROTECTED] wrote: Hi, Is anybody have an example of using resultset.updateRow(),resultset.deleteRow() when you are navigating in a resultset by next() and previous() methods and

Re: replacing /servlet/ with /xxx/ in tomcat 4.0

2002-03-13 Thread Christopher K . St . John
What do I need to put around the servlet-mapping.../servlet-mapping construct to make it fit within the default tomcat web.xml? There's already an entry. It's the first one under the comment: !-- == Built In Servlet Definitions -- Just search for it

Re: JDBC, tomcat setup question

2002-03-13 Thread Christopher K . St . John
Leila Lappin wrote: the problem I'm trying to resolve is how I may avoid placing jar files under tomcat's directory structure in order to have them picked up. I might be misunderstanding your question, but does putting them in WEB-INF/lib not do what you want? -- Christopher St. John

Does tomcat do this?

2002-03-13 Thread JavaJosh
Servlet 2.3 spec p.63: Web containers are recommended to have a mechanism by which web applications can learn what JAR files containing resources and code are available, and for making them available to the application. Containers should provide a convenient procedure for editing and configuring

RE: replacing /servlet/ with /xxx/ in tomcat 4.0

2002-03-13 Thread Craig R. McClanahan
On Wed, 13 Mar 2002, Paul, Debra, 4 Kids Mendelson wrote: Date: Wed, 13 Mar 2002 23:58:19 -0500 From: Paul, Debra, 4 Kids Mendelson [EMAIL PROTECTED] Reply-To: Tomcat Users List [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Subject: RE: replacing /servlet/ with /xxx/ in

jndi versus database connection pooling

2002-03-13 Thread Soefara Redzuan
I am getting very confused. Is JDNI Tomcat's own builtin database pool manager or must I still use a database conncetion pool manager such as the one at www.javaexchange.com ? Really I would love to have the database connection URL and username/password outside of my JSPs and in one place so

Re: jndi versus database connection pooling

2002-03-13 Thread Dave Whitla
You will need to write a PooledDataSource implementation if your JDBC driver does not ship with one. AFAIK mm.mysql does not. But some one somewhere would have to have done it by now for their own project. - Original Message - From: Soefara Redzuan [EMAIL PROTECTED] To: [EMAIL

RE: replacing /servlet/ with /xxx/ in tomcat 4.0

2002-03-13 Thread JavaJosh
web-app /web-app See servlet spec p.116 for an example. -Original Message- From: Craig R. McClanahan [mailto:[EMAIL PROTECTED]] Sent: Wednesday, March 13, 2002 10:12 PM To: Tomcat Users List Subject: RE: replacing /servlet/ with /xxx/ in tomcat 4.0 On Wed, 13 Mar 2002,

a better way to deploy servlets on tomcat ?

2002-03-13 Thread Soefara Redzuan
Sorry for another question but is there an easier way to load servlets into Tomcat than the following process which I'm using now. First, I write my servlet .java file for example in webapps/myapp/WEB-INF/classes/myservlet.java Second, I compile it. Third, I add the servlet and servlet

Re: jndi versus database connection pooling

2002-03-13 Thread Craig R. McClanahan
On Thu, 14 Mar 2002, Dave Whitla wrote: Date: Thu, 14 Mar 2002 16:22:01 +1000 From: Dave Whitla [EMAIL PROTECTED] Reply-To: Tomcat Users List [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Subject: Re: jndi versus database connection pooling You will need to write a

AW: Multiple SSL ports

2002-03-13 Thread Ralph Einfeldt
Can you be more specific about that ? We use named virtual hosts with a thawte certificate without problems. IfModule mod_ssl.c VirtualHost 123.123.123.123:443 ServerName site SSLEngine on SSLCertificateFile ssl/certs/site-cert.pem SSLCertificateKeyFile

Working with JSP's

2002-03-13 Thread help
Hi, I wanted to use jspsmart for uploading files into the database ( SQL Server ). I do not know how to use this type of tag, as I am new to JSP. % page language=java import=com.jspsmart.upload.*% jsp:useBean id=mySmartUpload scope=page class=com.jspsmart.upload.SmartUpload / I do not want

mod_jk for windows

2002-03-13 Thread Peter Wieland
Hi, I'm using Apache 1.3.20 with Tomcat 3.3a on a Windows 2000 machine. Starting Apache I get the following message: modules/mod_jk.dll uses plain Apache 1.3 API, this module might crash under EAPI! (please recompile it with -DEAPI) Can anybody help me how to get this fixed? I have no idea how

Problem with run Tomcat 4.0.3 as a service on windows 2000

2002-03-13 Thread Lev Zak
Hello, My %JAVA_HOME% is D:\jdk1.3.1_01. I unzip jakarta-tomcat-4.0.3.zip into d:\tomcat of my Windows2000 machine. I unzip jk_nt_service.zip into D:\tomcat\jakarta-tomcat-4.0.3\bin. I copied wrapper.properties from tomcat 3.3a to D:\tomcat\jakarta-tomcat-4.0.3\conf\jk. I update the

Re: How often do I need to restart Apache

2002-03-13 Thread timothy
Hi experts, i want to use castor with tomcat but i know nothing from castor, where can i find some resource it is better to have working example with settings. even it is not related to tomcat, it is not a problem (the main point is to understand castor) thx for all expert - Original

  1   2   >