workers2.properties URI config

2005-02-24 Thread Duncan Krebs
Hi, I've been successful in mapping requests from IIS to tomcat5 but am stuck on getting requests mapped to the root context. The config properties below is what I'm trying and I'm not having any luck. I can get to the root context with no problems when making a direct request on the tomcat port.

Re: Meaning of threads

2005-01-24 Thread Sean M. Duncan
What is the impact of having apache httpd allow keep alive requests when using the AJP connector to tomcat? Does this have any impact on tomcat's thread usage? How well does httpd itself deal with keep alive pipelines under a heavy user load? -Sean On Mon, 2005-01-24 at 16:23 -0600, Filip

Re: What is it mean that Java code does not belong in well designed JSP pages?

2005-01-23 Thread Sean M. Duncan
I work in a shop similar to the one you describe where individuals are forced to fill multiple roles. I'm called upon to implement everything from domain models to navigation menus. However, I find that keeping the Java code that appears in JSP to a minimum helps in this situation as well.

shared/lib driving me crazy! RE: shared/lib seems to be ignored

2005-01-20 Thread Duncan, Sean
-Original Message- From: Duncan, Sean [mailto:[EMAIL PROTECTED] Sent: Wednesday, January 19, 2005 4:47 PM To: 'tomcat-user@jakarta.apache.org' Subject: shared/lib seems to be ignored I've been running into this for a few releases now, but I haven't had time to resolve it. I'm developing

RE: shared/lib driving me crazy! RE: shared/lib seems to be ignor ed

2005-01-20 Thread Duncan, Sean
priviliged to false works fine. -Sean -Original Message- From: Duncan, Sean [mailto:[EMAIL PROTECTED] Sent: Thursday, January 20, 2005 10:05 AM To: 'Tomcat Users List' Subject: shared/lib driving me crazy! RE: shared/lib seems to be ignored I've established that no jar files are being

Re: apache2 + mod_jk + tomcat5.5.4 help

2005-01-17 Thread Sean M. Duncan
Try leaving the className parameter off. I new versions of Tomcat use the CoyoteConnector for AJP communication. The minProcessor and maxProcessor attributes have been deprecated. Use maxThreads, minSpareThreads and maxSpareThreads instead. On Mon, 2005-01-17 at 14:16 -0500, Trung Nguyen

Re: Tomcat 4 doesn't start http service on Linux?

2005-01-17 Thread Sean M. Duncan
My first suggestion would be to set up Apache httpd as the load balancer using mod_jk. This will give you much more accurate node availability detection. This solution also provides much more flexibility when it comes to using the session tracking API (session affinity, session replication or

Re: Java VM Monitor-Debug

2005-01-17 Thread Sean M. Duncan
You need a profiler. I would suggest JProfiler for development monitoring. It's far too intrusive to use on a production system though. On Mon, 2005-01-17 at 19:37 -0500, K. Mike Bradley wrote: I have a need to look inside a running Java VM for a Tomcat app. We are having problems with an app

Re: Help: Context.xml Resource difference between 5.0.x and 5.5.x ?

2005-01-17 Thread Sean M. Duncan
On Mon, 2005-01-17 at 16:57 -0800, TomK wrote: I'm having trouble moving my webapp from Tomcat 5.0 to 5.5. The dataSource in Context.xml seems to be the issue. According to the 'JNDI how-to' documentation for 5.0 and 5.5, it looks like the 'ResourceParams' tag has been removed from the

Re: index.jsp: why don't modifications to it show up?

2005-01-17 Thread Sean M. Duncan
I ran into the same issue a while back and found that there is a compiled version of the index.jsp in catalina-root.jar file in the /WEB- INF/lib folder of the root web application. Hope that helps. -Sean On Mon, 2005-01-17 at 20:58 -0800, Kai Utility wrote: Thanks for your excellent

Tomcat 5.5 - path attrubute ignored in context fragments

2005-01-13 Thread Duncan, Sean
I'm migrating a suite of applications from 5.0.x to 5.5.x. The path attribute no longer has any effect on the web applications context path. I understand from the documentation that this is by design, but I think it may have been a mistake. Since we deploy a suite of applications to Tomcat our

Re: Installing a webmail client such as squirrelmail (PHP) on tomcat?

2004-11-19 Thread Duncan Krebs
Yoav, just curious how do your pronounce your name. Mine is easy because it goes with Donuts but yours I can not find any restaurants or shops sharing the same. Being that are you an active participant to this forum I deem this email relevent. - Duncan - Original Message - From: Shapira

Getting filepath of webapp without using Reqeust or Response

2004-11-09 Thread Duncan Krebs
if this is possible? Thanks - Duncan

Re: improved

2004-10-28 Thread duncan
Your document. Attachment: No Virus found Norton AntiVirus - www.symantec.de - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Tomcat 5 pause (free gmail account for fix :-)

2004-10-14 Thread Stephen Duncan Jr
effect of the root cause, but it may be worth thinking about that it could be the ajp/connector piece. -Stephen Duncan Jr - Everyone, Thanks in advance for any help. Also I have a gmail invite for the person who has a fix for this if they are interested. My company

RE: Tomcat and Apache by Proxy http connections slow but https fast

2004-08-18 Thread Duncan Houston
: 18 August 2004 01:13 To: Tomcat Users List Subject: Re: Tomcat and Apache by Proxy http connections slow but https fast AFAIK - mod_proxy does not cache DNS lookups. It is looked up on every request. So a slow lookup could be your problem. -Tim Duncan Houston wrote: Sorry folks, more

Tomcat and Apache by Proxy http connections slow but https fast

2004-08-17 Thread Duncan Houston
) the data gets transferred quickly. But, interestingly, connecting via https is fast. My test server, when hit on a test intranet, is very quick to respond. Any ideas? I have set enableLookups=false, for what that is worth. Help would be much appreciated. Thanks Duncan

RE: Tomcat and Apache by Proxy http connections slow but https fast

2004-08-17 Thread Duncan Houston
, and let's say each has an image folder. Accessing an image from inside A's folder is fast, but accessing an image from B's folder is slow. Proxy setup appears to be the same for both apps. -Original Message- From: Duncan Houston [mailto:[EMAIL PROTECTED] Sent: 17 August 2004 17:19

RE: Tomcat and Apache by Proxy http connections slow but https fast

2004-08-17 Thread Duncan Houston
(HTTP) version not? -Original Message- From: Duncan Houston [mailto:[EMAIL PROTECTED] Sent: 17 August 2004 18:03 To: Tomcat Users List Subject: RE: Tomcat and Apache by Proxy http connections slow but https fast Some more info. The problem does not seem to be with HTTP vs HTTPS

RE: Tomcat and Apache by Proxy http connections slow but https fast

2004-08-17 Thread Duncan Houston
: Duncan Houston [mailto:[EMAIL PROTECTED] Sent: 17 August 2004 23:28 To: Tomcat Users List Subject: RE: Tomcat and Apache by Proxy http connections slow but https fast OK, I made a mistake there (sorry). The issue does still seem to be that connecting to a webapp over SSL is faster than

Tomcat4x Development Process

2004-04-19 Thread Duncan Krebs
Hi, Since I have started developing with Tomcat4x I have noticed some annoying trends in my development process and am convinced there has to be a better way. I am finding that I always have to restart tomcat so updated java classes getting compiled into the web-inf folder get loaded. I have

Configuration Tomcat To Check For newer .class in web-inf

2004-04-19 Thread Duncan Krebs
Hi, Does anyone know how I can configure tomcat to check for updated .class files in the WEB-INF folder on every request and then load a new .class if it finds an updated version? Thanks

Re: Tomcat License

2004-04-08 Thread Duncan Krebs
on this list :). Trusting my opinion shouldn't be a substitute for grabbing a copy of the license (http://www.apache.org/licenses/LICENSE-2.0) and getting a professional opinion. Duncan Krebs [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] I understand that tomcat lives under the apache

Tomcat License

2004-04-06 Thread Duncan Krebs
it? Or is it not that simple? - Duncan

Figuring out why tomcat won't start

2004-04-02 Thread Duncan Krebs
Hey, Could anyone give me some pointers on how to find an error that is causing tomcat not to start. I'm using 4x on Windows, when I got to a prompt in the bin folder and type 'startup' the new DOS window opens for a split second and then closes right away. Most likely some error in my

Re: Figuring out why tomcat won't start

2004-04-02 Thread Duncan Krebs
Yoav, Thanks for the info. I was able to see the error message in the window and figured out I had another service running on the same port tomcat was trying to run on. - Duncan - Original Message - From: Shapira, Yoav [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Friday

Re: Tomcat4 performance issue when manually removing compiled jspsin work folder

2004-03-30 Thread Duncan Krebs
subsequent requests continue to take longer and the CPU continues to hit 100%. I wonder if there is a way to analyze the request and see what code is taking so long to execute. - Duncan - Original Message - From: Peter Johnson [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Tuesday

Re: Tomcat4 performance issue when manually removing compiledjsps in work folder

2004-03-30 Thread Duncan Krebs
request. Do you have any ideas why Tomcat would be doing this? Thanks again for your help, - Duncan - Original Message - From: Peter Johnson [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Tuesday, March 30, 2004 2:35 AM Subject: Re: Tomcat4 performance issue when

Re: restarting tomcat

2004-03-30 Thread Duncan Krebs
I also know that there are different types of debugging modes that you can run Tomcat it that do not require a restart for a .class file change. - Duncan - Original Message - From: Karl Coleman [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Tuesday, March 30, 2004 10:43

Re: restarting tomcat

2004-03-30 Thread Duncan Krebs
see why this would not carry over to Tomcat5. - Duncan - Original Message - From: Rob Ross [EMAIL PROTECTED] To: 'Tomcat Users List' [EMAIL PROTECTED] Sent: Tuesday, March 30, 2004 10:55 PM Subject: RE: restarting tomcat -Original Message- From: Duncan Krebs [mailto:[EMAIL

Tomcat4 performance issue when manually removing compiled jsps in work folder

2004-03-29 Thread Duncan Krebs
Hi, I have had this snag for some time now and its starting to get the best of me. I'm running tomcat 4.1 and when I manually remove the .java and .class files in the /work/standalone folder even after the initial request of recompiling the jsp's tomcat hits 100% on my CPU and the overall

javax.mail

2004-02-11 Thread Duncan Smith
else had this problem at all, or am I just doing something wrong? -Duncan - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Tomcat 4.1.29 and J2SDK1.4.2

2004-02-02 Thread Duncan Smith
. Duncan Smith www.pennymail.com Maarten van Heiningen wrote: Hi, I´m using Tomcat 4.1.29 on a windows 2000 machine in combination with j2sdk1.4.2_03 s.e. I used to run this tomcat version under jdk1.3.1_02 and all worked well. Because of better results under Ant I wanted to upgrade the sdk

Re: comercial license

2004-01-30 Thread Duncan Smith
Yeah, the local pizza delivery shop will go out of business otherwise. (Only joking guys :-) ) Michael Mangeng wrote: Hi Stop thinking you do somthing bad - simply use the software provided. If you think the programmers from the apache project have done good work - feel free to donate

test

2004-01-28 Thread duncan
The message cannot be represented in 7-bit ASCII encoding and has been sent as a binary attachment. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Login page only via SSL

2003-12-29 Thread Duncan Smith
/security-constraint login-config auth-methodBASIC/auth-method realm-nameSSL/realm-name /login-config Hope this helps -Duncan Smith www.pennymail.com Pranas wrote: Hello all gurus, Could somebody explain me how to force Tomcat 4.1 using SSL for strictly only for login page? Thanks

Re: Realms question

2003-12-19 Thread Duncan Smith
conventions for the servlets. - Duncan www.pennymail.com Riaan Oberholzer wrote: Hi, I have a web-app that defines different roles, so a user do not have access to all jsp/servlets in the web-app. Depending on his role. An admin user e.g. can see pages to edit data, while a 'normal' user can only

Re: CSS in War file

2003-12-15 Thread Duncan Smith
Sorry. Was a error in my server.xml that I had made. The server was in fact only serving the home page and nothing else, but seems to be working now. Thanks for the suggestions -Duncan www.pennymail.com Duncan Smith wrote: I've just started deploying a web app as a war file instead

Re: Problems using Files from a central machine

2003-12-12 Thread Duncan Smith
The problem is, tomcat is running as a service and as such does not have access to the drives that are mapped when you are logged on. The way arround it is the use the full path of the server. eg: //hostname/sharename/sites\biteme Hope this helps - Duncan www.pennymail.com [EMAIL PROTECTED

Re: javax.mail.SendFailedException: Sending failed

2003-12-12 Thread Duncan Smith
The 'Relaying Denied' indicates that it is your SMTP server rejecting the request. If you haven't tried it already, it may be worth trying the send a mail from a standard mail client on the machine to test this? -Duncan www.pennymail.com Ashwin Kutty wrote: Was wondering if someone could

Re: javax.mail.SendFailedException: Sending failed

2003-12-12 Thread Duncan Smith
Still may be worth trying to send a mail from a differant application on the same machine, such as trying to send create a mail message through telnet. That way you can be sure whether it is your app or the mail setup. -Duncan www.pennymail.com Ashwin Kutty wrote: The SMTP host is the same

Re: javax.mail.SendFailedException: Sending failed

2003-12-12 Thread Duncan Smith
OK. Are you able to publis the source for the file thats generating the error? -Duncan www.pennymail.com Ashwin Kutty wrote: Tested and it worked fine. I telnetted in from another box that was added in the relay list and sent a message with no problems. I also set my smtp server add in my

CSS in War file

2003-12-12 Thread Duncan Smith
error. Any suggestions anyone? - Duncan www.pennymail.com - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: CSS in War file

2003-12-12 Thread Duncan Smith
When I request a page which should have the styles applied, they are not. If I try to request the css file on it's own from a browser, I get the NPE (ie. www.pennymail.com/pennymail.css) -Duncan www.pennymail.com Wendy Smoak wrote: From: Duncan Smith [mailto:[EMAIL PROTECTED

Re: Global Variables

2003-12-05 Thread Duncan
Cool. Thanks for the replies all. Cheers - Duncan Ilari Kontinen wrote: -Original Message- From: Duncan [mailto:[EMAIL PROTECTED] Sent: Wednesday, December 03, 2003 11:50 AM To: Tomcat Users List Subject: Re: Global Variables Thanks for the replies, but what do I define

File Writing

2003-12-05 Thread Duncan
I am trying to write a list into a file, but when I read the file after it has been written it is always missing the first one or two lines. When writing the file, I also output to the screen, and all the lines appear on the screen. Any ideas? , code is listed below. Cheers, Duncan. FileWriter

Re: File Writing

2003-12-05 Thread Duncan Smith
Solved it. Needed \r\n to terminate line instead of just \n -Duncan Duncan wrote: I am trying to write a list into a file, but when I read the file after it has been written it is always missing the first one or two lines. When writing the file, I also output to the screen, and all

Include Files

2003-12-03 Thread Duncan
. Is this a security fix, or should this still be possible? Many thanks Duncan Smith Decker Telecom Ltd - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: JSP Editors

2003-12-03 Thread Duncan
Thanks guys Seems to be big differances in opinion, but I'll try a few of them out - Duncan Duncan wrote: Sorry if off topic but... What do people use to edit JSPs? I'm after an editor, free if possible, to run on windows, with syntax colouring and possibly auto complete for java. Have

Re: Include Files

2003-12-03 Thread Duncan
So how does one get around this issue ie, how do you have an include file that is not accessable by a user, do people set up a secure folder for these? Any suggestions? - Duncan Tim Funk wrote: I would think this is a security fix. (Or a bug fix) I am surprised this was allowed in 4.0

Re: Include Files

2003-12-03 Thread Duncan
Good plan. Thanks Tim, didn't think of that one. Tim Funk wrote: Place it in WEB-INF (or a subdirectory in WEB-INF) -Tim Duncan wrote: So how does one get around this issue ie, how do you have an include file that is not accessable by a user, do people set up a secure folder

Global Variables

2003-12-03 Thread Duncan
Is there a way to set global variables in the web.xml which can be read by any JSP page? Cheers, -Duncan - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Global Variables

2003-12-03 Thread Duncan
Thanks for the replies, but what do I define servletContext as? Many thanks Duncan Jardin Xavier wrote: use context-param param-nameparam/param-name param-valuevalue/param-value /context-param in the web.xml and String param = servletContext.getInitParameter(param); in the JSP

JSP Editors

2003-11-28 Thread Duncan
Duncan Smith Decker Telecom Ltd - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Sessions - SSL

2003-11-12 Thread Duncan
Would one loose their session when switching from non-ssl to ssl (ie. changing connectors)? Thanks in advance Duncan Smith Decker Telecom Ltd - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL

response.sendRedirect()

2003-11-07 Thread Duncan
Is it normal to loose your session when using the response.sendRedirect() command? If so is there a way to redirect without loosing the session? Cheers, Duncan. Decker Telecom Ltd - To unsubscribe, e-mail: [EMAIL PROTECTED

Re: response.sendRedirect()

2003-11-07 Thread Duncan
Oops. Just realised that my app was switching between contexts on my server, which is why I was loosing session info. Thanks for the replies thought. - Duncan. Jean-Francois Arcand wrote: Duncan wrote: Is it normal to loose your session when using the response.sendRedirect() command

Re: Content Type

2003-11-04 Thread Duncan
Cheers guys - Duncan :-) Shapira, Yoav wrote: Howdy, Add the content-disposition:attachment header. Yoav Shapira Millennium ChemInformatics -Original Message- From: Duncan [mailto:[EMAIL PROTECTED] Sent: Monday, November 03, 2003 9:48 AM To: [EMAIL PROTECTED] Subject: Content

Re: Virtual Files

2003-11-03 Thread Duncan
page called from /some/dir/you/would/like/to/use/ Ie /some/dir/you/would/like/to/use/itworks.jsp Would go to the MyPage.jsp -Original Message- From: Duncan [mailto:[EMAIL PROTECTED] Sent: Friday, October 31, 2003 11:02 AM To: Tomcat Users List Subject: Virtual Files Don't

Content Type

2003-11-03 Thread Duncan
some of the time. Anyone any ideas? Duncan Smith Decker Telecom Ltd - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Error Page

2003-10-31 Thread Duncan
? Duncan Smith Decker Telecom Ltd - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Virtual Files

2003-10-31 Thread Duncan
anyone can give. Duncan Smith Decker Telecom Ltd - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

UserDatabase

2003-10-08 Thread Duncan Smith
Is there an easy way to administer the tomcat-users.xml file? I need to give a superuser access to add/delete users, but don't want to give access to the admin application. Any suggestions? Cheers, Duncan, Decker Telecom Ltd

Serving other files as JSPs

2003-09-26 Thread Duncan Smith
Is it possible to serve other files extentions as JSPs? ie. if I had a file hello.bob, would I be able to run JSP code in it. I have tried adding and extra servlet entry in the web.xml identical to the JSP one but with a differant name and have also tried ading an extra servlet-mapping for both

Re: Serving other files as JSPs

2003-09-26 Thread Duncan Smith
thanks. I was sure that I had tried that before, but I just tried it again and it worked. Probably made a spelling mistake before. Cheers, Duncan. Shapira, Yoav wrote: Howdy, All you should add is another servlet-mapping tag for the JSP servlet with the extension of the files you want (e.g

Re: Error Finding config file: workers2.properties

2003-09-26 Thread Duncan Smith
I had same problem. I found that if the workers2.properties file was supposed to be in {apache-home}/conf/ Good luck :-) Duncan Smith Decker Telecom Ltd Rhugga wrote: I get this error during tomcat 4.2.27 startup: INFO: Starting Coyote HTTP/1.1 on port 8443 [Fri Sep 26 07:54:52 2003] (error

Tomcat+SSL 404 error

2003-09-25 Thread Duncan Smith
description The requested resource (/page.jsp) is not available. Apache Tomcat/4.1.27-LE-jdk14 Without this entry, i can connect via ssl (port 443) but I need these pages restricted to only ssl. Anyone any idea why? Cheers, Duncan

JSP Compilation - saving compiled JSPs to disk howto?

2003-09-09 Thread Duncan Frostick
, then it would need to recompile, but otherwise I'd like it to use a disk copy of the compiled JSP, saving the server recompiling upon a restart, thus saving our users a long time of waiting for the server to become responsive again. Any help much appreciated, Duncan Frostick

JSP compilation - how to get them saved to disk?

2003-09-09 Thread Duncan Frostick
like it to use a disk copy of the compiled JSP, saving the server recompiling upon restart, thus saving our users a long time of waiting for the server to become responsive again. Any help much appreciated, Duncan Frostick

Re: JSP Compilation - saving compiled JSPs to disk howto?

2003-09-09 Thread Duncan Frostick
Cheers for the reply, we'll give this a go and see what happens. Duncan Frostick Krause Karin wrote: Hello, I use the following ant target to compile / and generate jsp definitions in the web.xml file !-- compile.jsp

RE: How to cache the user's input in a jsp page?

2003-09-04 Thread Duncan Strang
) but this is globally visible so shouldn't be use to store session type variables (IMHO) Or you could write your own cache :) Cheers Duncan -Original Message- From: engp0510 [mailto:[EMAIL PROTECTED] Sent: 04 September 2003 09:00 To: [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject: How to cache

RE: How to cache the user's input in a jsp page?

2003-09-04 Thread Duncan Strang
What EXACTLY do you mean by 're-loaded' Where do you get the data that is used to populate the table with the number of required rows ? Cheers Duncan -Original Message- From: engp0510 [mailto:[EMAIL PROTECTED] Sent: 04 September 2003 09:43 To: Tomcat Users List Subject: Re: How

RE: Apache Tomcat Performance Handbook

2003-09-04 Thread Duncan Strang
Jeez, the stuff you learn on this list... -Original Message- From: John Turner [mailto:[EMAIL PROTECTED] Sent: 04 September 2003 15:02 To: Tomcat Users List Subject: Re: Apache Tomcat Performance Handbook Well, I guess we have to be more clear. Wrox did not go out of business. Peer

RE: Webdav and security

2003-08-28 Thread Duncan Strang
Thanks for your help. As to your offer of further help...yes, that would certainly be good. I have things (sort of) working now but I'm bogged down in other stuff. I'll be back :) Cheers duncan -Original Message- From: Pike [mailto:[EMAIL PROTECTED] Sent: 27 August 2003 00:37

RE: Tomcat 4.0.3: security-constraint error in web.xml

2003-08-28 Thread Duncan Strang
It could be that the secuirity-constraint element is in the wrong place in the web.xml file. Elements need to be listed in a particular order. They can't just be placed anywhere. The parser error tells you the order in which elements are allowed. Does your web.xml comply with this ? Check out

RE: Tomcat 4.0.3: security-constraint error in web.xml

2003-08-28 Thread Duncan Strang
Here's another good resource http://edocs.bea.com/wls/docs61/webapp/webappdeployment.html#1012209 Cheers -Original Message- From: tito santini [mailto:[EMAIL PROTECTED] Sent: 28 August 2003 15:24 To: Tomcat Users List Subject: Tomcat 4.0.3: security-constraint error in web.xml Dear

RE: Webdav and security

2003-08-27 Thread Duncan Strang
Hi Thanks for that. I actually tried this and it works in a way. However it still lets anyone get a listing of all editable files by virtue of the fact that GET and POST methods have no constraints applied to them. Still, it solves the immediate problem which is what I needed. Cheers Duncan

Webdav and security

2003-08-26 Thread Duncan Strang
Hi I have included the org.apache.catalina.servlets.WebdavServlet in the web.xml descriptor for my application servlet servlet-nameWebdavServlet/servlet-name servlet-classorg.apache.catalina.servlets.WebdavServlet/servlet-class ... reading the minimal documentation I have

Is this the correct place to ask questions about WebDAV

2003-08-26 Thread Duncan Strang
Hi Is this the correct place to ask questions about getting the WebDAV functionality working the way I would like on Tomcat 4.1. Many Thanks D.Strang

Tomcat, WebDAV and Dreamweaver

2003-08-22 Thread Duncan Strang
me a line if you do. Cheers Duncan Duncan Strang JAVA Consultant UK eUniversities Worldwide Limited Direct:+44 (0)207 932 4495 Fax: +44 (0)207 932 4445 Mobile: +44 (0) E-mail: [EMAIL PROTECTED] www.ukeu.com http://www.ukeu.com/ Switchboard: +44 (0)207 932 This e

Setting the root application

2003-08-21 Thread Duncan Strang
, /images/, /.nbattrs, /getCountry.jsp, /WEB-INF/] Yes, the images are available in the images directory. However, no matter what I do I cannot get the images to display. I have tried every conceivable path expression without luck. Any halp much appreciated. Cheers Duncan L.Srang

RE: Setting the root application

2003-08-21 Thread Duncan Strang
OK, thanks, actually this was my first idea...I've done it like this before. I was hoping to avoid doing it like this but until I figure out what is going on and how to deal with it I will do as you suggest Thanks for the advice Cheers Duncan L.Strang -Original Message- From: Tim Funk

Tomcat running as a service...

2002-09-11 Thread Joseph Duncan Shaw
Hi there... I have installed Tomcat on my Win2000 server and it's running perfectly!! One question I have though...How do I get Tomcat to start automatically on my server as it boots (so that I don't have to logon). I have tried installing Tomcat as a service, but it doesn't work (seems that

Re: Questionnaire

2002-08-12 Thread aaron . duncan
Marcos Manosso [EMAIL PROTECTED] 08/08/2002 11:05 Please respond to Tomcat Users List To: Marcos Manosso [EMAIL PROTECTED] cc: Marcos Manosso [EMAIL PROTECTED] Subject:Questionnaire Is this part of a business decision process?: Dear Sir/Madam We are

Re: IE problem, new session created for new browser instance

2002-01-21 Thread Duncan Smith
make. Duncan korimilli vijay wrote: Hi, I am stuck in my project because of the session creation problem in IE. I am using IE browser 6.0 and tomcat 4.0.1. When i open two browser instances of IE, they are creating two http sessions. I am expecting, that the new browser instance should

Re: error using jsse: cannot recover key

2002-01-18 Thread Duncan Smith
You haven't said what OS you are using, but I had the same problem with Win2K. I found that after generating the key I had to then move it from my user directory under c:\docs and setts\(user) and move it to c:\docs and setts\defaut user\. Just a suggestion. Duncan. Mehul S Dave wrote

Session timeouts

2002-01-15 Thread Duncan Smith
Hello all. I want to set the session timeout for a web app. In the example web.xml it says that the the value is is seconds, but in book I have about Tomcat 4 it says that it's in minutes. Does anyone know which one is right? Many thanks Duncan. -- To unsubscribe: mailto:[EMAIL PROTECTED

Re: JSSE 1.0.2

2001-12-31 Thread Duncan Smith
Sorry. I was configuring JRE right, but I was configuring the wrong JRE. I'm new to java and didn't know that JRE came with the JDK, so I installed it seperatly. Many thanks for your help Duncan -- To unsubscribe: mailto:[EMAIL PROTECTED] For additional commands: mailto:[EMAIL PROTECTED

Re: JSSE 1.0.2

2001-12-24 Thread Duncan Smith
) in the log. Any other suggestions? Many thanks, Duncan. Renato wrote: You need to include the security provider in your java.security file: security.provider.3=com.sun.net.ssl.internal.ssl.Provider Also, are you running tomcat with a security manager ? if so, make sure you have jre\lib\ext

JSSE 1.0.2

2001-12-21 Thread Duncan Smith
: java.lang.NoClassDefFoundError: javax/net/ServerSocketFactory Can anybody help? Many thanks in advance, Duncan. -- To unsubscribe: mailto:[EMAIL PROTECTED] For additional commands: mailto:[EMAIL PROTECTED] Troubles with the list: mailto:[EMAIL PROTECTED]

Directory browsing

2001-12-13 Thread Duncan Smith
Hi all. How does one disable directory browsing for a Context (or even a Service)? Many thanks Duncan -- To unsubscribe: mailto:[EMAIL PROTECTED] For additional commands: mailto:[EMAIL PROTECTED] Troubles with the list: mailto:[EMAIL PROTECTED]

Web Apps

2001-12-12 Thread Duncan Smith
Can anybody please point me in the direction for a good help/tutorial file for editing and adding Web Apps in Tomcat 4? Cheers Duncan -- To unsubscribe: mailto:[EMAIL PROTECTED] For additional commands: mailto:[EMAIL PROTECTED] Troubles with the list: mailto:[EMAIL PROTECTED]

Re: can't have multiple occurrences of language

2001-12-11 Thread Duncan Smith
'. Can anybody help? Duncan, also known as Andy, Have you checked that you don't have multiple occurrences of the language directive?! It looks like this: %@ page language=java Cheers, apols for the sarcasm, I'm in a funny mood. Well, I think so ;-) J. -- You're only jealous cos

What is it with people sending worms to this list ...

2001-05-15 Thread Duncan, Mike
this makes 2 today ... incase some do not know ... the message (subject: HOMEPAGE) is a well known .vbs type worm. Much like that of the I-LOVE-YOU. Please do not open the attached file in that message, you will just end up sending this list more of this. Mike Duncan

RE: Apache + SSL

2001-05-14 Thread Duncan, Mike
modules such as mod_ssl. Mike Duncan Web Master/Developer Sonopress, LLC (Weaverville) (828)658-6082 [EMAIL PROTECTED] -Original Message- From: Martin Mauri [mailto:[EMAIL PROTECTED]] Sent: Monday, May 14, 2001 10:04 AM To: [EMAIL

RE: Tomcat will not start on Windows 2000 Server.

2001-05-11 Thread Duncan, Mike
Isn't port 8080 used for IIS-Admin service? try going to http://localhost:8080 and see if you get a login dialog. If so, then that port is already in use. Mike Duncan Web Master/Developer Sonopress, LLC (Weaverville) (828)658-6082 [EMAIL PROTECTED

RE: Tomcat, IIS and virtual hosts

2001-05-03 Thread Duncan Irvine
real web-servers! The rest of the information you need is in the docs, and you should be able to work it out yourself. There may be a better way to do it, but I didn't have the time to find it. Hope this helps, Duncan. P.S. I can probably dig the old config files out if you need them

RE: Why Use apache

2001-05-02 Thread Duncan Irvine
I would suggest that Apache is also more secure - it's been around longer, and has had more development, thus has had longer to mature. If you hide Tomcat behind Apache, then any bugs that may appear in Tomcat's URL parsing (for example) are less of a worry. Duncan. -Original Message

RE: Cache problem with IE

2001-03-13 Thread Duncan Irvine
are there to stop intermediate caches from falsely reporting a page as not having changed. Duncan. -Original Message- From: Zsolt Koppany [mailto:[EMAIL PROTECTED]] Sent: 13 March 2001 16:13 To: [EMAIL PROTECTED] Subject: Cache problem with IE Hi, with the code below I can get

WebdavServlet

2001-02-12 Thread Duncan McGregor
ionContext, this implies that WebdavServlet will only run within Catalina. Is this the case? If so, does anybody know of a bare-bones generic DAV servlet which I can start with. Thanks in advance Duncan Mc^Gregor "The na

  1   2   >