Problems with error handling framework in Tomcat 5.5 (includes workaround)

2005-10-11 Thread Robert Graf-Waczenski
? - Robert Graf-Waczenski LISTSERV Maestro Core Development Team L-Soft Germany GmbH Knowledge is just a click away: http://www.lsoft.com/optin.html - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

RE: Rep. : Executing custom action on deploy

2005-10-11 Thread Robert Graf-Waczenski
of your web application. Robert -Original Message- From: Antony GUILLOTEAU [mailto:[EMAIL PROTECTED] Sent: Tuesday, October 11, 2005 11:38 AM To: tomcat-user@jakarta.apache.org Subject: Rep. : Executing custom action on deploy In your web.xml file, declare a servlet like

Re: XInclude in faces-config file

2005-09-22 Thread Robert Koberg
Stephen Faustino wrote: I'm attempting to modularize one of the xml files by using XInclude under Tomcat 5.5.9. The application starts, but at the point in time when the beans should get instantiated I get a NullPointerException in the ManagedBeanFactory. In the example below, I'm trying to

Re: Registering my own protocol in Tomcat

2005-09-22 Thread Robert Koberg
Martin Peter wrote: Hi, Is there a possibility to get tomcat working with my own ASCII based protocol (instead of HTTP). Is there a possibility to register a protocol-handler or something similar to handle the requests of my protocol with a servlet? Hi, Check out:

RE: Any procrun gurus here?

2005-09-16 Thread Longson, Robert
Jeff, There's no XML interface, but you can put the options in environment variables individually or use the procrun manager to enter them instead. Source code to procrun is in the jakarta commons-daemon project. Best regards Robert Longson -Original Message- From: [EMAIL PROTECTED

RE: Order of WebApp Loading

2005-09-15 Thread Robert Harper
will probably end up being more scaleable as well. Robert S. Harper Information Access Technology, Inc. -Original Message- From: Jilles van Gurp [mailto:[EMAIL PROTECTED] Sent: Thursday, September 15, 2005 11:52 AM To: Tomcat Users List Subject: Re: Order of WebApp Loading If you define

Re: SSL 8443

2005-09-15 Thread Robert F Hall
Caldarale, Charles R wrote: From: Lalit Batra [mailto:[EMAIL PROTECTED] Subject: SSL 8443 Is there any way I can have to do without enetering 8443 port number. Change the port attribute of the SSL connector in your server.xml file. - Chuck And use port number 443. - Robert

Re: Disabling empty-element tag generation in jsp (pre)compilation

2005-09-10 Thread Robert Koberg
Hi, You could do: script ...///script So the parser won't see an empty element. (and you will see your XHTML rendered in the browser) best, -Rob Taimo Peelo wrote: Hi, i am using Jasper coming with tomcat 4.1.31 for precompilation of some jsps. It generates empty-element tags where

Re: Desperate: trying to get Tomcat working through IIS

2005-09-09 Thread Robert Koberg
Hi, If you define: /*=tomcat then *everything* goes to tomcat even if you define: !/*.asp=tomcat This seems to be a bug. -Rob - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: Windows and Tomcat

2005-09-08 Thread Robert Harper
with the rights you want and set the service to start with that account and the password to use. You can also set how Tomcat is to start as well. Robert S. Harper Information Access Technology, Inc. -Original Message- From: Lalit Batra [mailto:[EMAIL PROTECTED] Sent: Thursday, September 08

RE: Windows and Tomcat

2005-09-08 Thread Robert Harper
to run, I would guess that this would fix your problem. Logs of the error might help more but if Tomcat cannot write to the directories, logs will not be able to be created. Not knowing more detail, this would be my guess. Robert S. Harper Information Access Technology, Inc. -Original

Httpfilterproc and overflowing event logs

2005-09-08 Thread Keddie, Robert
??? It appears that even .htm pages created in frontpage 2003 are going through the redirection process. HELP Robert Keddie Web Development/MIS Phone: (352)671-8802 Marion County BCC Florida

httpfilterproc overflowing event logs help

2005-09-08 Thread Keddie, Robert
??? It appears that even .htm pages created in frontpage 2003 are going through the redirection process. HELP Robert Keddie Web Development/MIS Phone: (352)671-8802 Marion County BCC Florida

Re: Tomcat 5.5 where is a hard-copy dtd reference?

2005-09-01 Thread Robert Koberg
David Smith wrote: 2.4 doesn't use a DTD -- it uses a schema so order doesn't matter anymore. Using the schema does not necessarily mean order is not important. It is just the way it was designed. One thing that is strange is that the key/keyref constraints for servlet/filter names for

RE: Users Can See root files

2005-08-31 Thread Robert Harper
not be able to navigate. Robert S. Harper Information Access Technology, Inc. -Original Message- From: Scott Purcell [mailto:[EMAIL PROTECTED] Sent: Wednesday, August 31, 2005 9:24 AM To: tomcat-user@jakarta.apache.org Subject: Users Can See root files Hello, I was showing someone my website

RE: Servlet lush problems via JK-1.2.14 and TC_5.0.28

2005-08-30 Thread Longson, Robert
Check out http://www.unix.org.ua/orelly/java-ent/servlet/ch06_03.htm Best regards Robert -Original Message- From: Zsolt [mailto:[EMAIL PROTECTED] Sent: 30 August 2005 15:46 To: Tomcat Users List Subject: Servlet lush problems via JK-1.2.14 and TC_5.0.28 Hi, When I start a long

Re: Getting LOGON_USER from the header

2005-08-30 Thread Robert Jose
ignores the REMOTE_USER header from Apache or IIS in favor if it's own authentication. To get tomcat to accept the IIS authentication info, add this attribute to the Connector/ element in server.xml: tomcatAuthentication=false --David Robert Jose wrote: Thanks for the response Gurumoorthy

Re: Getting LOGON_USER from the header

2005-08-30 Thread Robert Jose
Message - From: Robert Jose [EMAIL PROTECTED] To: Tomcat Users List tomcat-user@jakarta.apache.org Sent: Tuesday, August 30, 2005 7:53 AM Subject: Re: Getting LOGON_USER from the header Thanks David, that worked perfectly. I appreciate your help. Rob - Original Message - From: David

Re: instructions for setting up jaas over db in tomcat

2005-08-29 Thread Robert Taylor
I used the following link: http://jakarta.apache.org/tomcat/tomcat-5.5-doc/realm-howto.html#JAASRealm It tooks some research, but I finally got it to work. /robert Ittay Dror wrote: Hi, I haven't found anywhere a step-by-step instructions or reference code on how to set up jaas. Please

Re: instructions for setting up jaas over db in tomcat

2005-08-29 Thread Robert Taylor
Have you read anything here? http://java.sun.com/j2se/1.4.2/docs/guide/security/jaas/tutorials/GeneralAcnOnly.html /robert Ittay Dror wrote: Robert Taylor wrote: I used the following link: http://jakarta.apache.org/tomcat/tomcat-5.5-doc/realm-howto.html#JAASRealm doesn't contain

Getting LOGON_USER from the header

2005-08-29 Thread Robert Jose
Hello I have configured IIS 5.1 to redirect all jsp files to Tomcat 5.5 using the isapi redirect dll. This seems to be working well and configured correctly. Now I am trying to get the LOGON_USER from the header. I want the windows id of the user that is hitting my web page. I am

Re: Getting LOGON_USER from the header

2005-08-29 Thread Robert Jose
request.getRemoteUser() - Original Message - From: Robert Jose [EMAIL PROTECTED] To: Tomcat User tomcat-user@jakarta.apache.org Sent: Monday, August 29, 2005 10:44 PM Subject: Getting LOGON_USER from the header Hello I have configured IIS 5.1 to redirect all jsp files to Tomcat 5.5 using the isapi

Re: Getting LOGON_USER from the header

2005-08-29 Thread Robert Jose
header from Apache or IIS in favor if it's own authentication. To get tomcat to accept the IIS authentication info, add this attribute to the Connector/ element in server.xml: tomcatAuthentication=false --David Robert Jose wrote: Thanks for the response Gurumoorthy, but I get null

RE: newbie with a short question

2005-08-26 Thread Robert Harper
would go nuts with this. You may want to find some other way to accomplish what you are trying to do. Robert S. Harper Information Access Technology, Inc. -Original Message- From: Brian Cook [mailto:[EMAIL PROTECTED] Sent: Friday, August 26, 2005 10:28 AM To: Tomcat Users List Subject

Re: Undeploy leaves residual files

2005-08-26 Thread Robert Taylor
app reload). I checked the Hibernate forum and found some postings but none that seemed to resolved this issue. Please let me know if you figure a way to leave ehcache under WEB-INF/lib. It really rubs me the wrong way to have to treat it special during deployment. HTH /robert Allistair

RE: Tomcat compileted for 64-bit Xeon machines

2005-08-25 Thread Longson, Robert
Philip, tomcat.exe is actually prunsrv.exe renamed from the commons-daemon project. You could try getting the source and compiling that with a 64 bit MS compiler. I don't know whether anyone has ever done so before. Best regards Robert. -Original Message- From: Philip Widan [mailto

IIS TC 5.5.9 - welcome files (index.html) not found

2005-08-23 Thread Robert Koberg
Hi, I am using IIS and tomcat together for the first time and have one little problem... Even though I have a /web-app/welcome-file-list/welcome-file='index.html' in my web.xml and the IIS server has index.html set as a default index page in the IIS manager, it seems that IIS does not

Re: IIS TC 5.5.9 - welcome files (index.html) not found

2005-08-23 Thread Robert Koberg
Mikolaj Rydzewski wrote: Robert Koberg wrote: it seems that IIS does not recognize index.html as an index page. In other words, I get an IIS 404 when trying to hit something like: 'http://server.com/some/folder/'. The uriworkermap.properties has *.html set to be served from tomcat. Has

Re: IIS TC 5.5.9 - welcome files (index.html) not found

2005-08-23 Thread Robert Koberg
Mikolaj Rydzewski wrote: Robert Koberg wrote: it seems that IIS does not recognize index.html as an index page. In other words, I get an IIS 404 when trying to hit something like: 'http://server.com/some/folder/'. The uriworkermap.properties has *.html set to be served from tomcat. Has

validation stricter at tomcat startup than XML Schema

2005-08-23 Thread Robert Koberg
Hi, I just noticed that the schema: http://java.sun.com/xml/ns/j2ee/web-app_2_4.xsd allows //filter-mapping/filter-name's that have not been defined in a //filter/filter-name At tomcat startup however, there is a validation error (of course). I would say the SUN schema is wrong. best,

ehacache prevents web app reload

2005-08-23 Thread Robert Taylor
? /robert - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Tomcat can't find the web.xml file in its own directory

2005-08-23 Thread Robert Greene
directory? -Robert Greene Start your day with Yahoo! - make it your home page http://www.yahoo.com/r/hs - To unsubscribe, e-mail: [EMAIL PROTECTED

RE: Tomcat 5.5.7+JRockit = windows service won't start

2005-08-22 Thread Longson, Robert
You need to build prunsrv.exe, then rename it to replace tomcat5.exe. Robert -Original Message- From: Brad Baynes [mailto:[EMAIL PROTECTED] Sent: 19 August 2005 18:05 To: 'Tomcat Users List' Subject: RE: Tomcat 5.5.7+JRockit = windows service won't start I'm a little fuzzy

RE: Deploying ROOT.war indicates missing application web.xml

2005-08-22 Thread Longson, Robert
Haveyou seen this article? http://ant.apache.org/faq.html#winzip-lies Best regards Robert -Original Message- From: Allistair Crossley [mailto:[EMAIL PROTECTED] Sent: 22 August 2005 11:59 To: Tomcat Users List Subject: RE: Deploying ROOT.war indicates missing application web.xml Hi

RE: Long refresh delay with apache connector

2005-08-22 Thread Longson, Robert
Like this perhaps? http://www.unix.org.ua/orelly/java-ent/servlet/ch06_03.htm Best regards Robert -Original Message- From: Zsolt [mailto:[EMAIL PROTECTED] Sent: 22 August 2005 13:22 To: Tomcat Users List Subject: Long refresh delay with apache connector Long refresh delay with apache

RE: Tomcat 5.5.7+JRockit = windows service won't start

2005-08-19 Thread Longson, Robert
The current CVS version of commons-daemon works for me with the jvm.dll from BEA Weblogic 8.1. I ran a test java service rather than tomcat but I expect the result would be the same with tomcat. The current CVS commons-daemon has had the -Xrs code removed by revision 190890. Robert

RE: startup parameters in tomcat on windows 2000 server

2005-08-19 Thread Longson, Robert
Tomcat uses commons daemon to run as a service. tomcat5w.exe is really prunmgr.exe and tomcat5.exe is prunsrv.exe Instructions for configuring prunmgr.exe and prunsrv.exe are here: http://jakarta.apache.org/commons/daemon/procrun.html Robert

Re: Security Questions Regarding Tomcat

2005-08-15 Thread Robert V. Coward/CTR/OSAGWI
service or you've modified your server.xml somehow. --David Robert V. Coward/CTR/OSAGWI wrote: Having a similar issue to this with Tomcat 5. Apparently T5 comes with a port 80 proxy server a special servlet container or something. Basically I have ipfilter running and only allow access to port

Re: Security Questions Regarding Tomcat

2005-08-15 Thread Robert V. Coward/CTR/OSAGWI
tomcat-user@jakarta.apache.org cc Subject Re: Security Questions Regarding Tomcat But it's also commented out and not active. It's there as an example of a proxied port if you happen to be using Apache and mod_rewrite as a front end to tomcat. --David Robert V. Coward/CTR/OSAGWI wrote: Hmmm

Re: Security Questions Regarding Tomcat

2005-08-15 Thread Robert V. Coward/CTR/OSAGWI
Users List tomcat-user@jakarta.apache.org cc Subject Re: Security Questions Regarding Tomcat Robert V. Coward/CTR/OSAGWI wrote: Hmmm. Well take a look at this entry from the server.xml file: !-- Define a Proxied HTTP/1.1 Connector on port 8082 -- !-- See proxy documentation

Re: Security Questions Regarding Tomcat

2005-08-15 Thread Robert V. Coward/CTR/OSAGWI
To Tomcat Users List tomcat-user@jakarta.apache.org cc Subject Re: Security Questions Regarding Tomcat Robert V. Coward/CTR/OSAGWI wrote: Understood. But I do not want to use Tomcat proxying services. I just want to host 8080 locally and let my ipfilter firewall block and proxy for me

Re: Security Questions Regarding Tomcat

2005-08-15 Thread Robert V. Coward/CTR/OSAGWI
do this setup myself on some stuff when I'm using mod_rewrite to map servlet material into an Apache site. --David Robert V. Coward/CTR/OSAGWI wrote: Got it. I've done that, and i figured out that i can not use ipfilter as a reflector. That is it is not very easy to use rdr to map packets from

Re: A web based e-mail client

2005-08-14 Thread Robert F Hall
Evgeny, Can't help you on the experience side. But asking the right question will help you get the right answers. You are looking for folks to share their experiences/opinions of java mail *servers*, right? - Robert Evgeny Gesin wrote: Robert, I wanted to hear what others recommend based

Re: A web based e-mail client

2005-08-14 Thread Robert F Hall
Evgeny, Thanks for the clarification. I've written several java apps that run in Tomcat, with browser based front ends and never thought of them as java client apps... You may have already done this, but if not, I suggest you google 'java web mail'. -Robert Evgeny Gesin wrote: I need

Re: A web based e-mail client

2005-08-13 Thread Robert F Hall
Evgeny, Google 'java mail server', I'm guessing yuou will find what you need. - Robert Evgeny Gesin wrote: Hi Litty Preeth. CraftMail looks like a standalone application. I need a web based client, like Yahoo/Hotmail, which runs on the server. I will access that web client using a regular

Re: Security Questions Regarding Tomcat

2005-08-12 Thread Robert V. Coward/CTR/OSAGWI
Having a similar issue to this with Tomcat 5. Apparently T5 comes with a port 80 proxy server a special servlet container or something. Basically I have ipfilter running and only allow access to port 8080, but if you send a request to 80 tTomcat picks up and does some sort of internal redirect

Tomcat 5.5 upgrade + logging problems

2005-08-11 Thread Robert Abbate
Hi. I have searched through archives and online for such solutions for the depreciated Logger element. We have a virtual host setup and requires separate logs for each host. We have followed the instructions such as this: jakarta.apache.org/tomcat/tomcat-5.5-doc/logging.html we've put

Win32: tomcat is there, how to make it a service?

2005-08-08 Thread Robert Koberg
Hi, I have installed tomcat (by copying it) to a windows server. Is there some way to make it a serevice so that on restarts it resstarts (and as a particular user)? Should tomcat be installed from the .exe for windows to get the service installed? thanks, -Rob

Re: Win32: tomcat is there, how to make it a service?

2005-08-08 Thread Robert Koberg
Marius Hanganu wrote: Hi, You can use the service.bat script provided in the bin directory. Executing service install from the command line will install Tomcat as a service (you will find it under the name Apache Tomcat in the list of Windows services). Thanks! Will try asap. -Rob

Re: Oracle function problem in using tomcat 5.5.9

2005-08-07 Thread Robert F Hall
Geraldine, Is the same DB login being used in all cases? If not, then the problem may be due to the DB user not having execute privileges on the procedure in question. Another possibility is that the DB's are different and procedure actually does not exist. - Robert [EMAIL PROTECTED

invalid web.xml - mime-mappng is not facet-valid with regard to the '+' char

2005-08-01 Thread Robert Koberg
I don't think I have tried to ever validate the $CATALINA_HOME/conf/web.xml before, but I am trying to track down a bug and found the web.xml to be invalid (according to XML Schema validation). For example it fails on: ... mime-mapping extensionmathml/extension

Re: file download

2005-07-30 Thread Robert Parsons
If you serve the java file through a servlet you can set the 'Content-disposition' header on the response to 'attachment'. dumbQuestionsAsker _ wrote: hi everybody, I want to provide the ability to my webapp's users to download a .java file clicking on a html link. My problem is that I have

RE: restarting tomcat in production

2005-07-25 Thread Robert Harper
, then the problem will resurface and you will have to start the discovery process all over again. Robert S. Harper Information Access Technology, Inc. -Original Message- From: Ron Heeb [mailto:[EMAIL PROTECTED] Sent: Monday, July 25, 2005 2:16 PM To: tomcat-user@jakarta.apache.org Subject

forwarding (and adding to) a request to another server

2005-07-21 Thread Robert Koberg
Hi, I have a secure webapp (main portal) in Tomcat that calls webservices for authentication. There are other *existing* apps on different servers. All users log in to all apps through my app (single sign on). When a user clicks a link in my app that is to go to another secure app, I need to

Re: forwarding (and adding to) a request to another server

2005-07-21 Thread Robert Koberg
Warren Taylor wrote: Please take me off your mailing list. I don't know what the hell you are talking about. I got on this mailing list by error and it is way beyond my comprehension. Can you read the bottom of the post to this mail list?

Re: Tomcat vs Jboss-Tomcat

2005-07-19 Thread Gal Robert
I think, this is not realy about Tomcat nor Jboss-tomcat. You should consider about clustering (run more instances of your web server to handle requests simultaneously). You can achieve this quite easily with multiple tomcats+some hardware load balancer Sridhar wrote: Hi, Tomcat is better

Tomcat 5.5 changes in Log format

2005-07-18 Thread Robert Abbate
? We looked at log4j but it doesn't seem like the same thing. Kind Regards, Robert - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Apache2/Tomcat55/mod_jk and Sticky Sessions

2005-07-16 Thread Robert F Hall
Dave, Try a Google search for: Apache httpd sticky sessions. One result that looks particularly useful: http://raibledesigns.com/tomcat/ -Robert Dave Morrow wrote: Hi all. I am attempting to setup a loadbalanced set of Tomcat5.5 servers behind an Apache2 server using mod_jk

Do I need 2 clusters for upgrades with fail-over?

2005-07-11 Thread Gal Robert
any recommendations/ideas for a simpler setup with upgrade/fail-over futures? Any ideas, points to articles is welcomme! --robert - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Silent runtime replace of a class

2005-07-08 Thread Gal Robert
Thanky you very much, for your long answer. It seems, your theory is absolutely correct, I even found an article with detailed information about setting up a high availability Tomcat; here it is: http://www.javaworld.com/javaworld/jw-12-2004/jw-1220-tomcat.html --robert Peter Crowther wrote

Re: Problem with development cycle (5.5.9)

2005-07-08 Thread Robert Parsons
That seems to make tomcat load the application from the build folder rather than copying it into its own folder. I hope that helps, - Robert. Carlos A. Carnero Delgado wrote: Hello, I've been developing on the 4.x series and the 5.0.x series for a while, using more or less the Jakarta

Silent runtime replace of a class

2005-07-05 Thread Gal Robert
is welcome thanks. robert - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Silent runtime replace of a class

2005-07-05 Thread Gal Robert
interesting. I think, this would satisfy the above requirement. Can you give me some more information about your idea? Does it require a deep know-how? thank you and others Peter Crowther wrote: From: Sriram N [mailto:[EMAIL PROTECTED] --- Gal Robert [EMAIL PROTECTED] wrote: we have a new

Tomcat 5.5.9: [JSTL] The absolute uri: http://java.sun.com/jstl/c cannot be resolved in either web.xml or the jar files deployed with this application

2005-07-03 Thread Robert Taylor
that it may have been fixed, but it doesn't appear so. Is this still an issue in 5.5.9, or do I have to configure something else. Have I missed any documentation notes about this problem? /robert - To unsubscribe, e-mail: [EMAIL

Re: Tomcat 5.5.9: [JSTL] The absolute uri: http://java.sun.com/jstl/c cannot be resolved in either web.xml or the jar files deployed with this application

2005-07-03 Thread Robert Taylor
Digby, thanks. That was it. Next time I'll think instead of cutting and pasting. /robert Digby wrote: I think this is what you need now: %@ taglib prefix=c uri=http://java.sun.com/jsp/jstl/core; % Note the extra /jsp/ Digby Robert Taylor wrote: Greetings, I'm running Tomcat 5.5.9

RE: Problems serving files to download

2005-06-28 Thread Robert Harper
in the browser window. The user may then save the file from the browser. Robert S. Harper Information Access Technology, Inc. -Original Message- From: Roberto Rios [mailto:[EMAIL PROTECTED] Sent: Tuesday, June 28, 2005 7:49 AM To: 'Tomcat Users List' Subject: Problems serving files to download Hi

RE: Stored Procedures problem

2005-06-28 Thread Robert Harper
If this is an update, you will almost always get this exception. What is the query you are attempting to run? Robert S. Harper Information Access Technology, Inc. -Original Message- From: Carlos Bracho [mailto:[EMAIL PROTECTED] Sent: Tuesday, June 28, 2005 12:54 PM To: tomcat-user

Tomcat5.5.7 and Log4j

2005-06-28 Thread Robert Taylor
=A+%22org.apache.log4j.xml.DOMConfigurator%22+object+is+not+assignable+to+a+%22org.apache.log4j.spi.Configurator%22+variable.btnG=Google+Search Any hints (even if its RTFM with a link) would be great. /robert - To unsubscribe, e

RE: threads in tomcat

2005-06-16 Thread Robert Harper
cleanup methods. Thread.stop() is deprecated because it does not clean up well either. Robert S. Harper Information Access Technology, Inc. -Original Message- From: Daniel Molina (Inter-Media) [mailto:[EMAIL PROTECTED] Sent: Thursday, June 16, 2005 10:29 AM To: Tomcat Users Subject

Removing the default server error pages

2005-06-13 Thread Robert Clarkson
Hi there, I am using tomcat 5.5 as an RTSP server, and I need to send response codes back, but I do not need to send any HTML response back. I know that I can change the response page that is returned by editing web.xml and adding the following error-page error-code404/error-code

Removing the default server error pages

2005-06-13 Thread Robert Clarkson
Hi there, I am using tomcat 5.5 as an RTSP server, and I need to send response codes back, but I do not need to send any HTML response back. I know that I can change the response page that is returned by editing web.xml and adding the following error-page error-code404/error-code

problem

2005-06-13 Thread Keddie, Robert
You are not authorized to view this page. You do not have permission to view this directory or page using the credentials you supplied. Would there be anything in Tomcat to cause this to occur? Using IIS 6 with Tomcat via ISAPI Robert Keddie Web Development/MIS Phone: (352)671

RE: Problem with security?

2005-06-10 Thread Robert Harper
user. I don't know how you can call it secure if you don't require a key to open the door. You may be encrypted in your transfer over SSL but if you don't have the user log in, you are not secure. Robert S. Harper Information Access Technology, Inc. -Original Message- From: Gagnon, Joseph

RE: Problem with security?

2005-06-10 Thread Robert Harper
for the user with a single login and then they can go wherever you allow them and not have to login again until they close the browser. Robert S. Harper Information Access Technology, Inc. -Original Message- From: Gagnon, Joseph M (US SSA) [mailto:[EMAIL PROTECTED] Sent: Friday, June 10, 2005

Re: Problem with security?

2005-06-10 Thread Robert r. Sanders
I'm new at this), please let me know. -Original Message- From: Robert Harper [mailto:[EMAIL PROTECTED] Sent: Friday, June 10, 2005 10:59 AM To: 'Tomcat Users List' Subject: RE: Problem with security? -- Robert r. Sanders Chief Technologist iPOV (334) 821-5412

RE: tomcat windows / mysql linux

2005-06-08 Thread Robert Harper
engineers get paid so well. Robert S. Harper Information Access Technology, Inc. -Original Message- From: daniel steel [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 08, 2005 10:36 AM To: tomcat-user@jakarta.apache.org Subject: tomcat windows / mysql linux hi all, i have

Reload on Tomcat 5.5

2005-05-22 Thread Robert Parsons
perfectly. I have searched high and low on the internet and cannot find anything about any difference or problems with reload. An I doing somthing wrong here or does reload just not work? Thanks, Robert. - To unsubscribe, e

Re: Reload on Tomcat 5.5

2005-05-22 Thread Robert Parsons
to reload. Say i make a change in what a particular servlet prints out to the browser, i want to see that change. Nothing complex. At the moment i've just gone back to 5.0 and all is working ok. From time to time i'll download 5.5 and see if it works :p Thanks, Robert. Parsons Technical Services

Re: Reload on Tomcat 5.5

2005-05-22 Thread Robert Parsons
Remy Maucherat wrote: On 5/22/05, Robert Parsons [EMAIL PROTECTED] wrote: Hi, Thanks for the quick reply. I have the latest stable version i think (5.5.9). I have tried this on older version too in the past and just given up and gone back to 5.0. I just decided this time to see

Re: Reload on Tomcat 5.5

2005-05-22 Thread Robert Parsons
Remy Maucherat wrote: On 5/22/05, Robert Parsons [EMAIL PROTECTED] wrote: I don't imagine stuff, and I am not currently running tomcat under windows. I have used various versions of tomcat 5.0 and 5.5 on many different Operating systems (such as redhat, fedora core, ubuntu linux and windows

Re: Reload on Tomcat 5.5

2005-05-22 Thread Robert Parsons
Parsons Technical Services wrote: Robert, I would like to apologize for allowing myself to get into a flame war on your thread. My original intent was to point out an area that I had noticed had gotten a lot of postings and sounded similar to yours. Most of the posts made reference

Error on Running Perl CGI on Tomcat

2005-05-20 Thread Robert Kerry
maillist and see finally if anybody could give correct answers to it. Thanks Regards, Robert. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: server options

2005-05-20 Thread Robert r. Sanders
Running java -h from Windows XP w/ JRE 1.5.0_02 claims that it supports the -server flag. Try creating an environment variable JAVA_OPTS and setting it to be -server -Xmx256m. -- Robert r. Sanders Chief Technologist iPOV (334) 821-5412 www.ipov.net

Re: What happened to the searchable list archive?

2005-05-20 Thread Robert r. Sanders
: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Robert r. Sanders Chief Technologist iPOV (334) 821-5412 www.ipov.net

Re: Accessing images through FrontController Servlet

2005-05-20 Thread Robert r. Sanders
- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Robert r. Sanders Chief Technologist iPOV (334) 821-5412 www.ipov.net

RE: Can a servlet receive its own request?

2005-05-18 Thread Robert Harper
I don't think so. You will have to have something start the request. Servlets are loaded by the container and are run in response to a request. Once the servlet is running, there is no reason why it could not make an http request for data from another server/servlet and parse the response. Robert

Re: Can a servlet receive its own request?

2005-05-18 Thread Robert r. Sanders
the response to its own request, and it appears that HTTPClient might enable the servlet to do this. Michael -- Robert r. Sanders Chief Technologist iPOV (334) 821-5412 www.ipov.net - To unsubscribe, e-mail: [EMAIL

Tomcat -Ant Deploy task not found problem

2005-05-17 Thread Robert Sinner
I am trying to install tomcat on red hat enterprise server 8 with ant and apache. However when trying to run ant (to compile a simple servlet I get the following error). …/build.xml:146: taskdef class org.apache.catalina.ant.DeployTask cannot be found Using the simple build file I get the

DeployTask Not Found - Configuration Problem with Ant and Tomcat

2005-05-17 Thread Robert Sinner
I am sending this message as it was bounced back to me I apologize if for some reason you receive it twice. I am trying to install tomcat on red hat enterprise server 8 with ant and apache. However when trying to run ant (to compile a simple servlet I get the following error). Using the simple

RE: Deny directory listing in Tomcat 4.1.x

2005-05-17 Thread Robert Harper
Add init-param param-namelistings/param-name param-valuefalse/param-value /init-param to the %CATALINA_HOME%/conf/web.xml file. Robert S. Harper Senior Engineer   Information Access Technology, Inc. 1100 East 6600 South Suite 300 Salt Lake City, Utah USA

RE: What are those No such list! s and Illegal IMail List Server Command! ?

2005-05-17 Thread Robert Harper
I recommend shooting, hanging, flogging, castrating, and beheading of the list server manager. Some monkey got hold of a keyboard and messed the whole thing up. Robert S. Harper Senior Engineer -Original Message- From: Mandar Vaidya [mailto:[EMAIL PROTECTED] Sent: Tuesday, May 17, 2005

RE: Tomcat problem

2005-05-13 Thread Robert Harper
instead of using breakpoints. Robert S. Harper Senior Engineer   Information Access Technology, Inc. 1100 East 6600 South Suite 300 Salt Lake City, Utah USA 84121-7411 (801)265-8800 Ext. 255 FAX (801)265-8880   This e-mail is intended only for the addressee and may contain confidential

Re: Turbine? DBCP?

2005-05-03 Thread Robert r. Sanders
? Is there a good tutorial available? I'm working my way through some examples that were written in previous version of Tomcat. Can anyone provide a little direction? Thanks, List. Geoff [EMAIL PROTECTED] www.orcastech.com -- Robert r. Sanders Chief Technologist iPOV (334) 821-5412

Re: 2 nd Try : help need for hosting the website

2005-04-29 Thread Robert r. Sanders
- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Robert r. Sanders Chief Technologist iPOV (334) 821-5412 www.ipov.net - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

RE: 2 nd Try : help need for hosting the website

2005-04-29 Thread Robert Harper
of the name like: http://216.109.112.135:8080/anishanumandla Tomcat does not broadcast your name to the whole world. Robert S. Harper Senior Engineer   Information Access Technology, Inc. 1100 East 6600 South Suite 300 Salt Lake City, Utah USA 84121-7411 (801)265-8800 Ext. 255 FAX (801)265-8880

Re: How to use servlet filters without modifying webapp

2005-04-28 Thread Robert r. Sanders
, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Robert r. Sanders Chief Technologist

Re: set header in all responses

2005-04-27 Thread Robert r. Sanders
- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Robert r. Sanders Chief Technologist iPOV (334) 821-5412 www.ipov.net - To unsubscribe, e-mail: [EMAIL PROTECTED

Tomcat Deployed Applications

2005-04-25 Thread Robert Bateman
Under Tomcat 4.1.27 and 4.1.30, if I deploy an application via a .WAR file to the server (via ANT and the manager) Tomcat knows about my deployed application. IF the server restarts for some reason, Tomcat *still* know about the deployed application. However, I've noticed that if I deploy the

need help

2005-04-25 Thread Robert U. Chan
Good day! Hope somebody can help me with my current problem in tomcat. I have been seeing an 'error in getDescSql in StaticMethod' in the console of tomcat. Can somebody help me know the cause and solution to this problem. Thanks... ROBERT U. CHAN Terasystem Incorporated (632)895-6955 ext

Re: snmp and Nagios

2005-04-24 Thread Robert r. Sanders
] -- Robert r. Sanders Chief Technologist iPOV (334) 821-5412 www.ipov.net - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

  1   2   3   4   5   6   7   8   9   10   >