Re: How to change the SSL port

2005-09-15 Thread Jason Bainbridge
endpoint java.net.BindException: Permission denied:443 Are you starting Tomcat as root? Doesn't look like it... See http://www.klawitter.de/tomcat80.html for details, just do the same but for 443 not 80. Regards, -- Jason Bainbridge http://kde.org - [EMAIL PROTECTED] Personal Site - http

Re: The process tomcat {pid 1488.0000 } is leaking handles

2005-09-13 Thread Jason Bainbridge
that this is running on Windows so download filemon from http://sysinternals.com, then run it (requires no installation) and it will instantly tell you what files are open and hence where the problem is. Regards, -- Jason Bainbridge http://kde.org - [EMAIL PROTECTED] Personal Site - http://jasonbainbridge.com

Re: Disabling IdentityCheck (port 113)

2005-09-07 Thread Jason Bainbridge
On 9/7/05, Tim Funk [EMAIL PROTECTED] wrote: Odd. Are you sure its not your OS logging all incoming TCP connections? There is no such setting in tomcat which does this. -Tim http://grc.com/port_113.htm Regards, -- Jason Bainbridge http://kde.org - [EMAIL PROTECTED] Personal Site - http

Re: Does Tomcat run better on Linux or Windows?

2005-08-30 Thread Jason Bainbridge
rebooting. Usually closing the Windows Services applet and reopening it does the trick, I've found Windows picks up the environment variables at the time a program is started so usually closing whatever program and reopening it works. Regards, -- Jason Bainbridge http://kde.org - [EMAIL PROTECTED

Re: Use port 443 as non-ssl

2005-08-22 Thread Jason Bainbridge
be a bit of a security risk to say the least... What is your requirement for this anyway? Regards, -- Jason Bainbridge http://kde.org - [EMAIL PROTECTED] Personal Site - http://jasonbainbridge.com - To unsubscribe, e-mail: [EMAIL

Re: Use port 443 as non-ssl

2005-08-22 Thread Jason Bainbridge
On 8/22/05, Markus Schönhaber [EMAIL PROTECTED] wrote: Am Montag, 22. August 2005 17:54 schrieb Jason Bainbridge: On 8/22/05, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Hi, I need to use the tomcat with a non - ssl connector on port 443. Up to now, no success. Is there a way to use

Re: Certificates On 5.5

2005-08-10 Thread Jason Bainbridge
this running by Friday and could use any links, help. It is quite straight forward in the majority of cases: http://jakarta.apache.org/tomcat/tomcat-5.5-doc/ssl-howto.html Regards, -- Jason Bainbridge http://kde.org - [EMAIL PROTECTED] Personal Site - http://jasonbainbridge.com

Re: How to implement Cluster using tomcat5.0

2005-07-21 Thread Jason Bainbridge
and then if you get stumped post your questions to the list. Regards, -- Jason Bainbridge http://kde.org - [EMAIL PROTECTED] Personal Site - http://jasonbainbridge.com - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail

Re: img tag's src not working for image files in a JSP in tomcat 5.5

2005-06-27 Thread Jason Bainbridge
Sounds like a browser caching issue or maybe some referrer checking getting in the way although I don't how that would be setup in Tomcat. Are you using SSL or have any other types of constriants in place? Regards, -- Jason Bainbridge http://kde.org - [EMAIL PROTECTED] Personal Site - http

Re: Better explained of my problem with renaming a file in Tomcat

2005-06-22 Thread Jason Bainbridge
the directories and trying to move the file? Are both servers running the same servlet and doing similar things? -- Jason Bainbridge http://kde.org - [EMAIL PROTECTED] Personal Site - http://jasonbainbridge.com - To unsubscribe, e-mail

Re: Location of backwards compatibility patch

2005-06-21 Thread Jason Bainbridge
for a suffix of -compat on the download page right where you got 5.5 from. I really can't see how many people can't see that along with the admin package, maybe we should make the link blink. :P regards, -- Jason Bainbridge http://kde.org - [EMAIL PROTECTED] Personal Site - http

Re: Can't rename a file using renameTo()

2005-06-21 Thread Jason Bainbridge
exist? -- Jason Bainbridge http://kde.org - [EMAIL PROTECTED] Personal Site - http://jasonbainbridge.com

Re: Is Tomcat is an application server ?

2005-06-21 Thread Jason Bainbridge
that. Regards, -- Jason Bainbridge http://kde.org - [EMAIL PROTECTED] Personal Site - http://jasonbainbridge.com - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Differences between service startup and batch startup

2005-06-20 Thread Jason Bainbridge
jsp threw exception com.borland.dx.dataset.DataSetException: General error May be you need to check the Allow interact with desktop (or whatever it is) option on the Logon details for the Windows Service? Regards, -- Jason Bainbridge http://kde.org - [EMAIL PROTECTED] Personal Site - http

Re: Webdav on Tomcat 5.0.28 fails

2005-06-16 Thread Jason Bainbridge
On 6/16/05, Padmanabhan, Sheeba [EMAIL PROTECTED] wrote: Hi Mark, I couldn't find any webdav servlet entry in the \conf\web.xml. Could you please tell me which tag exactly I should modify? It would be \webapps\webdav\WEB-INF\web.xml -- Jason Bainbridge http://kde.org - [EMAIL PROTECTED

Re: tomcat causes servlet malfunction???

2005-06-08 Thread Jason Bainbridge
and then placed in %TOMCAT_HOME%/webapps/yourwebapp/WEB-INF/classes for it to work properly. Regards, -- Jason Bainbridge http://kde.org - [EMAIL PROTECTED] Personal Site - http://jasonbainbridge.com - To unsubscribe, e-mail

Re: Funny JAR file, WAS: Class.forName() gives NoClassDefFoundError

2005-06-08 Thread Jason Bainbridge
. If I zip the classes manually, it works just fine... Sounds more like a classloader/classpath problem, NoClassDefFoundError means it is finding multiple copies of the class. Are you setting your system classpath as well by any chance? If you are then you shouldn't be. Regards, -- Jason

Re: Using Jacorb through Tomcat

2005-06-07 Thread Jason Bainbridge
even look for an answer first? http://www.jacorb.org/TomcatHowto.html I had no idea what Jacorb was, a google found their site and a click on the documentation link found the above. Regards, -- Jason Bainbridge http://kde.org - [EMAIL PROTECTED] Personal Site - http://jasonbainbridge.com

Re: Tomcat 5.5 in dos window

2005-06-03 Thread Jason Bainbridge
the bat files in the installer... Regards, -- Jason Bainbridge http://kde.org - [EMAIL PROTECTED] Personal Site - http://jasonbainbridge.com - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Tomcat 5.X Cocoon

2005-06-03 Thread Jason Bainbridge
this on the site. Does anyone can help me? First Google result for Tomcat 5.5 cocoon is: http://www.devx.com/opensource/Article/27102/1954?pf=true Regards, -- Jason Bainbridge http://kde.org - [EMAIL PROTECTED] Personal Site - http://jasonbainbridge.com

Re: servlet request time out ?!

2005-06-03 Thread Jason Bainbridge
after the servlet-mapping's and before the mime-mapping's in your web.xml, that is what that error is saying, the DTD expects the elements to be in a certain order and your order isn't correct. Regards, -- Jason Bainbridge http://kde.org - [EMAIL PROTECTED] Personal Site - http

Re: Scalability issue question

2005-06-02 Thread Jason Bainbridge
they are using though. Regards, -- Jason Bainbridge http://kde.org - [EMAIL PROTECTED] Personal Site - http://jasonbainbridge.com - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: IMPORTANT NEED Tomcat Connection advice

2005-05-25 Thread Jason Bainbridge
actually use the HTTP protocol though? I'm by no means an expert but I would have expected them to use their own protocol to handle the streaming? -- Jason Bainbridge http://kde.org - [EMAIL PROTECTED] Personal Site - http://jasonbainbridge.com

Re: Tomcat/Personal Web Server Problem

2005-05-25 Thread Jason Bainbridge
. (Details are below). Is there any reason you need to use that bizarre setup and can't just download the vanilla windows installer for Tomcat? It would save you a lot of grief if you could do that... -- Jason Bainbridge http://kde.org - [EMAIL PROTECTED] Personal Site - http://jasonbainbridge.com

Re: Help with Tomcat 5.5.x on redhat-release-3ES-7.4

2005-05-24 Thread Jason Bainbridge
if [ -d $OSXHACK ]; then for i in $OSXHACK/*.jar; do JIKESPATH=$JIKESPATH:$i done fi fi Hopefully that will make it happy. :) Regards, -- Jason Bainbridge http://kde.org - [EMAIL PROTECTED] Personal Site - http://jasonbainbridge.com

Re: Error on Running Perl CGI on Tomcat

2005-05-20 Thread Jason Bainbridge
running the Tomcat service as yourself and if that works create a special Tomcat service account. Regards. -- Jason Bainbridge http://kde.org - [EMAIL PROTECTED] Personal Site - http://jasonbainbridge.com - To unsubscribe, e-mail

Re: Tomcat vs Apache

2005-05-18 Thread Jason Bainbridge
images. I would recommend at least doing some testing by serving your applet under Apache. Just out of curiosity what does your large applet do? From the sound of it it was like 60mb, which is quite a large applet to say the least... -- Jason Bainbridge http://kde.org - [EMAIL PROTECTED] Personal

Re: website hosting

2005-05-16 Thread Jason Bainbridge
but with the Coyote connector Tomcat can keep pace with Tomcat fairly well and even outpace it in some areas. The added configuration and maintenace it introduces isn't worth it unless you need it and if you do need it then you're going to know it before asking. REgards, -- Jason Bainbridge http://kde.org

Re: Tomcat banner

2005-05-16 Thread Jason Bainbridge
a filter would be able to change it? Regards, -- Jason Bainbridge http://kde.org - [EMAIL PROTECTED] Personal Site - http://jasonbainbridge.com - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL

Re: How get www.site.com homepage requests to forward to Tomcat without a redirect?

2005-05-12 Thread Jason Bainbridge
/welcome-file-list in your web.xml or the same thing in Apache? -- Jason Bainbridge http://kde.org - [EMAIL PROTECTED] Personal Site - http://jasonbainbridge.com - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands

Re: not installing properly

2005-05-11 Thread Jason Bainbridge
You need to install it as a Windows Service to be able to run it in the background so checkout the service.bat file in the same directory as startup.bat. Regards, -- Jason Bainbridge http://kde.org - [EMAIL PROTECTED] Personal Site - http://jasonbainbridge.com On 5/11/05, Owen Corpening [EMAIL

Re: Apache+Tomcat

2005-05-10 Thread Jason Bainbridge
Webserver front end. Regards, -- Jason Bainbridge http://kde.org - [EMAIL PROTECTED] Personal Site - http://jasonbainbridge.com - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Network Disk Not Exist Under Tomcat-5.5.9

2005-05-05 Thread Jason Bainbridge
in user and the other as windows service. Regards, -- Jason Bainbridge http://kde.org - [EMAIL PROTECTED] Personal Site - http://jasonbainbridge.com - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail

Re: Tomcat v5.0.28 has memory leaking?

2005-05-04 Thread Jason Bainbridge
leaking Problem ? How to handle it ? Problem is more than likely with your web application and not Tomcat, use a profiler such as jProfiler - http://www.ej-technologies.com/products/jprofiler/overview.html to find the leak. Regards, -- Jason Bainbridge http://kde.org - [EMAIL PROTECTED] Personal

Re: Network Disk Not Exist Under Tomcat-5.5.9

2005-05-04 Thread Jason Bainbridge
is just asking for trouble. You want a dedicated service account for tomcat, there were some posts about the pernissions and privileges required for such an account a while back. Regards, -- Jason Bainbridge http://kde.org - [EMAIL PROTECTED] Personal Site - http://jasonbainbridge.com

Re: Tomcat5.5.9 + jdk1.5 HTTPS

2005-05-04 Thread Jason Bainbridge
=/ Try specifying an absolute path for the keystoreFile, I'm not sure what that is relative to and shouldn't that be .keystore anyway? Regards, -- Jason Bainbridge http://kde.org - [EMAIL PROTECTED] Personal Site - http://jasonbainbridge.com

Re: Network Disk Not Exist Under Tomcat-5.5.9

2005-05-04 Thread Jason Bainbridge
Regards, -- Jason Bainbridge http://kde.org - [EMAIL PROTECTED] Personal Site - http://jasonbainbridge.com - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: symlink not being completely followed

2005-05-04 Thread Jason Bainbridge
Servlet to completely follow the symlink. Do you have allowLinking set to true? -- Jason Bainbridge http://kde.org - [EMAIL PROTECTED] Personal Site - http://jasonbainbridge.com - To unsubscribe, e-mail: [EMAIL PROTECTED

Re: servlet/jps: servlet is Ok but jsp NoClassDefFoundError

2005-05-03 Thread Jason Bainbridge
that more than one matching class is found in the classpath so your servlet's jar must contain a class that your JSP's jar does or something related to that. Regards, -- Jason Bainbridge http://kde.org - [EMAIL PROTECTED] Personal Site - http://jasonbainbridge.com

Re: Permissioning?

2005-05-03 Thread Jason Bainbridge
It isn't even reaching tomcat, the 403 is coming from a Proxy: squid/2.5.STABLE4, you will need to either authenticate with the proxy or bypass it somehow in your voice gateway. Regards, -- Jason Bainbridge http://kde.org - [EMAIL PROTECTED] Personal Site - http://jasonbainbridge.com On 5/3/05

Re: detecting tomcat 5.5

2005-05-03 Thread Jason Bainbridge
, -- Jason Bainbridge http://kde.org - [EMAIL PROTECTED] Personal Site - http://jasonbainbridge.com - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: How to run tomcat without specifying a JDK location?

2005-04-29 Thread Jason Bainbridge
remember exactly what needed to be edited and I'm not in front of one of the servers right now. Regards, -- Jason Bainbridge http://kde.org - [EMAIL PROTECTED] Personal Site - http://jasonbainbridge.com - To unsubscribe, e-mail

Re: Starting Version 5.5.7

2005-04-27 Thread Jason Bainbridge
to start Tomcat now? the Windows Installet no longer provides the manual startup/shutdown scripts for some reason and instead installs it as a Windows Service if you want the scripts back you need to download the Zip. Regards, -- Jason Bainbridge http://kde.org - [EMAIL PROTECTED] Personal Site - http

Re: SSL

2005-04-27 Thread Jason Bainbridge
that .keystore or do another .CSR from this or another new .keystore and import the trusted cert you receive from that CSR. The all important part is the .CSR needs to match with the trusted cert you get back. -jrj Jason Bainbridge wrote: On 4/26/05, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote

Re: SSL

2005-04-27 Thread Jason Bainbridge
that it is trusted by an authority that users trust ike Verisign as they have the ROOT verisign ceritificate in their browser. Regards, -- Jason Bainbridge http://kde.org - [EMAIL PROTECTED] Personal Site - http://jasonbainbridge.com

Re: Why 8080 and 8443 ..?

2005-04-26 Thread Jason Bainbridge
, acceptCount. They are just a few off the top of my head, it's no different to deploying the Apache webserver in Production you don't just take teh default settings. Regards, -- Jason Bainbridge http://kde.org - [EMAIL PROTECTED] Personal Site - http://jasonbainbridge.com

Re: SSL

2005-04-26 Thread Jason Bainbridge
. Regards, -- Jason Bainbridge http://kde.org - [EMAIL PROTECTED] Personal Site - http://jasonbainbridge.com - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: AW: All threads (250) are currently busy

2005-04-26 Thread Jason Bainbridge
standalone, also what does your HTTPS connector look like? Are you using HTTPS? If not try removing the redirectPort parameter from your HTTP connector but I don't think that is affecting your current problem. Regards, -- Jason Bainbridge http://kde.org - [EMAIL PROTECTED] Personal Site - http

Re: SSL

2005-04-26 Thread Jason Bainbridge
, then restart Tomcat. With it lower case like that it will still look in the default location and would expain the behaviour you are seeing. However if that isn't the case then we have some more digging to do. Regards, -- Jason Bainbridge http://kde.org - [EMAIL PROTECTED] Personal Site - http

Re: SSL

2005-04-26 Thread Jason Bainbridge
. -- Jason Bainbridge http://kde.org - [EMAIL PROTECTED] Personal Site - http://jasonbainbridge.com - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: SSL

2005-04-26 Thread Jason Bainbridge
On 4/26/05, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Is there a way to look at the contents of the keystore file? -jrj keytool -list -v -keystore /path/to/.keystore allcerts.txt Should do it if I got the syntax right... -- Jason Bainbridge http://kde.org - [EMAIL PROTECTED] Personal

Re: remote restart of tomcat 5.5.x

2005-04-26 Thread Jason Bainbridge
, -- Jason Bainbridge http://kde.org - [EMAIL PROTECTED] Personal Site - http://jasonbainbridge.com - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: OutOfMemoryError - 100 thread limit?

2005-04-20 Thread Jason Bainbridge
different instances of the web application, watch the Active thread count go up to 100 and tip over the tomcat. This isn't related to the minProcessors, maxProcessors acceptCount settings for your connector in your server.xml by any chance? Regards, -- Jason Bainbridge http://kde.org - [EMAIL

Re: OutOfMemoryError - 100 thread limit?

2005-04-20 Thread Jason Bainbridge
the OutOfMemory error when the first tried to load the page of their site. The first user would then start getting exceptions once the OutOfMemory error happened. Okay silly question time... How are you setting -Xms and -Xmx ? Are you sure they are being picked up by Tomcat? Regards, -- Jason Bainbridge

Re: can't see a tomcat installation on home network

2005-04-19 Thread Jason Bainbridge
returns that the connection was refused. So are you trying http://192.168.2.188:8080 including the http:// part in Internet Explorer? Although if telnet isn't working that would seem to indicate another problem most likely with a firewall setting somewhere. Regards, -- Jason Bainbridge http

Re: Single Sign On Help

2005-04-18 Thread Jason Bainbridge
to help you get a response, if you have more info to add then reply to your own post and keep it within the same thread that way you're much more likely to get a response. Regards, -- Jason Bainbridge http://kde.org - [EMAIL PROTECTED] Personal Site - http://jasonbainbridge.com

Re: ssl-forwarding filter not working in IE 6

2005-04-15 Thread Jason Bainbridge
/view.jsp?EID=748030 Regards, -- Jason Bainbridge http://kde.org - [EMAIL PROTECTED] Personal Site - http://jasonbainbridge.com - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Re[9]: Tomcat/4.1.31 - SSL Troubles

2005-04-15 Thread Jason Bainbridge
for MSIE. Plus what URL are you requesting to begin with and what does your connector in your server.xml (minus any passwords) look like? Regards, -- Jason Bainbridge http://kde.org - [EMAIL PROTECTED] Personal Site - http://jasonbainbridge.com

Re: Tomcat/4.1.31 - SSL Troubles

2005-04-13 Thread Jason Bainbridge
testing that is one of the first things you should do: Tools / Internet Options, Advanced tab, then it is under the Browsing subheading. Then you can see the real error. Regards, -- Jason Bainbridge http://kde.org - [EMAIL PROTECTED] Personal Site - http://jasonbainbridge.com

Re: Re[2]: Tomcat/4.1.31 - SSL Troubles

2005-04-13 Thread Jason Bainbridge
confused when you access say IIS on https://mymachine and then access Tomcat on http://mymachine:8443 and produces the behaviour you describe. Try installing iehttpheaders and monitor the requests and responses: http://www.blunck.info/iehttpheaders.html Regards, -- Jason Bainbridge http://kde.org

Re: Re[6]: Tomcat/4.1.31 - SSL Troubles

2005-04-13 Thread Jason Bainbridge
... Tools / Internet Options, Advanced, HTTP/1.1 Settings: enable both of those for some reason the Proxy one still seems to effect things even when you tell IE to not use the proxy for the site you are accessing. Regards, -- Jason Bainbridge http://kde.org - [EMAIL PROTECTED] Personal Site - http

Re: How do I restrict access to webapps applications from browser users?

2005-04-13 Thread Jason Bainbridge
to protect static content you might be best off using Apache and utilising .htaccess files but it all depends what you are trying to do... Regards, -- Jason Bainbridge http://kde.org - [EMAIL PROTECTED] Personal Site - http://jasonbainbridge.com

Re: class path

2005-04-12 Thread Jason Bainbridge
:\javacode had the source code. Have you explicityly set CATALINA_HOME as well? Does it have spaces in it? If so surround it with double quotes or move it to a path with no spaces. I don't think having servlet.jar and j2ee.jar in the same classpath is a good idea either. Regards, -- Jason Bainbridge

Re: How can I access a web app only from 443 in Tomcat 5

2005-04-12 Thread Jason Bainbridge
, -- Jason Bainbridge http://kde.org - [EMAIL PROTECTED] Personal Site - http://jasonbainbridge.com - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Any comments on the reliability of Tomcat 5.5's HTTPS implementation?

2005-04-08 Thread Jason Bainbridge
problems due to some DC's switching to 2003 forcing us to setup pre-authentication but other than that it continuously performs quite well. Regards, -- Jason Bainbridge http://kde.org - [EMAIL PROTECTED] Personal Site - http://jasonbainbridge.com

Re: Commenting out the WarpConnector part in server.xml

2005-04-08 Thread Jason Bainbridge
instead or remove the nested comments. Regards, -- Jason Bainbridge http://kde.org - [EMAIL PROTECTED] Personal Site - http://jasonbainbridge.com - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL

Re: tomcat as Windows service - access to resources

2005-04-07 Thread Jason Bainbridge
On Apr 7, 2005 10:59 AM, Jiang, Peiyun [EMAIL PROTECTED] wrote: I did a test using \\computer\dir\mydir instead of a mapping G:. I still have the same behavior. Silly question but did you escape your backslashes? What errors are you getting? More details would help. Regards, -- Jason

Re: tomcat as Windows service - access to resources

2005-04-07 Thread Jason Bainbridge
(Note the four back slashes at the beginning)? And this is while the service is running under the user account? IS the User Account a domain account? Again posting details will help a lot, posting a snippet of code isn't that hard. Regards, -- Jason Bainbridge http://kde.org - [EMAIL PROTECTED

Re: Can you use Tomcat when you are not on line?

2005-04-07 Thread Jason Bainbridge
though. -- Jason Bainbridge http://kde.org - [EMAIL PROTECTED] Personal Site - http://jasonbainbridge.com - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: error-page in web.xml and cache-control

2005-04-06 Thread Jason Bainbridge
do anything about that, I don't think a request even hits the server for it, install ieHttpHeaders (google it) and monitor the request/response headers to see what is going on but I'm fairly sure you won't see anything hitting the server from that back button press. Regards, -- Jason Bainbridge

Re: Tomcat + Apache Web Server

2005-04-06 Thread Jason Bainbridge
content nicely, even dynamic content. I'm not sure of the specifics of the caching mechanisms used internally to Tomcat but it achieves caching nicely giving 304 not modified responses where applicable and often the browser will cache the static content so a request isn't even made. Regards, -- Jason

Re: java.library.path - DLL - Domino

2005-04-06 Thread Jason Bainbridge
to work. Try manually registering the DLL: regsvr32 D:\Lotus\Domino\nlsxbe.dll REgards, -- Jason Bainbridge http://kde.org - [EMAIL PROTECTED] Personal Site - http://jasonbainbridge.com - To unsubscribe, e-mail: [EMAIL PROTECTED

Re: java.library.path - DLL - Domino

2005-04-06 Thread Jason Bainbridge
PATH, the problem is likely down further in the stack trace and not related to the Java side of things. Regards, -- Jason Bainbridge http://kde.org - [EMAIL PROTECTED] Personal Site - http://jasonbainbridge.com - To unsubscribe, e

Re: Tomcat taking 125 seconds to launch

2005-04-04 Thread Jason Bainbridge
/etc/hosts file you should have something like: 127.0.0.1 http://127.0.0.1 www.yourdomain.com http://www.yourdomain.comlocalhost I've also heard of smilar problems related to IPv6 but can't recall what they were. Regards, -- Jason Bainbridge http://kde.org - [EMAIL PROTECTED] Personal Site - http

Ampersand in an init-praram in web.xml

2005-03-30 Thread Jason Bainbridge
, -- Jason Bainbridge http://kde.org - [EMAIL PROTECTED] Personal Site - http://jasonbainbridge.com - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Where to download the Compatibility Package for running Tomcat 5.5 with 1.4 jdk?

2005-03-29 Thread Jason Bainbridge
idea where to find such package? http://jakarta.apache.org/site/downloads/downloads_tomcat-5.cgi Is it really that hard to see the -compat download there? Regards, -- Jason Bainbridge http://kde.org - [EMAIL PROTECTED] Personal Site - http://jasonbainbridge.com

Re: Applyihg patch to Jakarta-tomcat-5.5.8

2005-03-28 Thread Jason Bainbridge
-tomcat-5.5.8.tar.gz) Does anybody know how to do it. Patch isn't quite the right term, just untar jakarta-tomcat-5.5.8-compat.tar the same as you did jakarta-tomcat-5.5.8.tar.gz except you don't need to decompress it so just use: tar -xvf jakarta-tomcat-5.5.8-compat.tar Regards, -- Jason

Pragma: No-cache being added on one server but not another

2005-03-25 Thread Jason Bainbridge
-Control: no-cache Expires: Wed, 31 Dec 1969 18:00:00 CST Any insight would be much appreciated! Cheers, -- Jason Bainbridge http://kde.org - [EMAIL PROTECTED] Personal Site - http://jasonbainbridge.com - To unsubscribe, e-mail

Re: Problem with Tomcat Upgrade 4.0 to 5.5

2005-03-25 Thread Jason Bainbridge
. Regards, -- Jason Bainbridge http://kde.org - [EMAIL PROTECTED] Personal Site - http://jasonbainbridge.com - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Redirect from one SSL port to another

2005-03-25 Thread Jason Bainbridge
already set that up fine for the port 80 to 443 redirect, I was just trying to see if there was a way to do something similar to redirect from one https port (8443) to the one on 443 but it doesn't look like there is a way to do that easily in Tomcat. Regards, -- Jason Bainbridge http://kde.org

Re: Pragma: No-cache being added on one server but not another

2005-03-25 Thread Jason Bainbridge
-collection user-data-constraint transport-guaranteeCONFIDENTIAL/transport-guarantee /user-data-constraint /security-constraint Now is there anyway to disable the adding of the no-cache headers in this situation? On Fri, 25 Mar 2005 09:04:10 -0600, Jason Bainbridge [EMAIL PROTECTED] wrote

Re: How to prioritize WEB-INF\lib jar files loading order

2005-03-25 Thread Jason Bainbridge
to be rewritten (i.e. Calendar serializer and deserializer). Wouldn't it be a lot easier just to replace the calsses in axis.jar that were rewritten? Afterall a .jar is just an archive. Regards, -- Jason Bainbridge http://kde.org - [EMAIL PROTECTED] Personal Site - http://jasonbainbridge.com

Re: Pragma: No-cache being added on one server but not another

2005-03-25 Thread Jason Bainbridge
On Fri, 25 Mar 2005 10:24:25 -0600, Jason Bainbridge [EMAIL PROTECTED] wrote: Got a little bit further to this after discovering Tomcat adds those Headers whenever the resources are within a Security constriant, which they are in this case to force SSL with the below: security-constraint

Re: launching windowed program with Runtime#exec() under Tomcat 5.0

2005-03-25 Thread Jason Bainbridge
- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Jason Bainbridge http://kde.org - [EMAIL PROTECTED] Personal Site - http://jasonbainbridge.com - To unsubscribe

Re: launching windowed program with Runtime#exec() under Tomcat 5.0

2005-03-25 Thread Jason Bainbridge
running it simply using start.bat. Would help if I learned to read... Just for curiosity try downloading filemon from sysinternals.com to see if you do have some weird sort of pernisions problem. -- Jason Bainbridge http://kde.org - [EMAIL PROTECTED] Personal Site - http://jasonbainbridge.com

Re: launching windowed program with Runtime#exec() under Tomcat 5.0

2005-03-25 Thread Jason Bainbridge
(); Regards, -- Jason Bainbridge http://kde.org - [EMAIL PROTECTED] Personal Site - http://jasonbainbridge.com - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Installing Tomcat service: Unable to manually insert values for JvmMx and JvmMs in registry

2005-03-25 Thread Jason Bainbridge
set them via regedit? I'm not in front of any of my wrk boxes right now and I can't be bothered remoting in to get the entries you need to edit but it is pretty straight forward. -- Jason Bainbridge http://kde.org - [EMAIL PROTECTED] Personal Site - http://jasonbainbridge.com

Re: jsp imports

2005-03-24 Thread Jason Bainbridge
exactly difficult and could probably be quite easily done by a search and replace of the source files, plus it would be more standards compliant and make it easier for someone else to maintain if they need to. -- Jason Bainbridge http://kde.org - [EMAIL PROTECTED] Personal Site - http

Redirect from one SSL port to another

2005-03-24 Thread Jason Bainbridge
something obvious. Cheers, -- Jason Bainbridge http://kde.org - [EMAIL PROTECTED] Personal Site - http://jasonbainbridge.com - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: ugly urls

2005-03-23 Thread Jason Bainbridge
be to put Apache (Webserver) in front of tomcat and then use mod_rewrite rules. Regards, -- Jason Bainbridge http://kde.org - [EMAIL PROTECTED] Personal Site - http://jasonbainbridge.com - To unsubscribe, e-mail: [EMAIL PROTECTED

Re: configure loggers

2005-03-23 Thread Jason Bainbridge
=org.apache.catalina.valves.AccessLogValve directory=logs prefix=localhost_access_log. suffix=.txt pattern=common resolveHosts=false/ In your server.xml. Regards, -- Jason Bainbridge http://kde.org - [EMAIL PROTECTED] Personal Site - http://jasonbainbridge.com

Re: How does Tomcat interact with filesystem file permissions

2005-03-23 Thread Jason Bainbridge
JAAS though but that does sound like something that would be worthwhile looking into. Regards, -- Jason Bainbridge http://kde.org - [EMAIL PROTECTED] Personal Site - http://jasonbainbridge.com - To unsubscribe, e-mail: [EMAIL

Best way to monitor new version announcements?

2005-03-22 Thread Jason Bainbridge
that did that and monitored for new versions but that seems a little extreme to do something simple. Regards, -- Jason Bainbridge http://kde.org - [EMAIL PROTECTED] Personal Site - http://jasonbainbridge.com - To unsubscribe, e

Re: Problem with Tomcat caching old pages that it shouldn't

2005-03-16 Thread Jason Bainbridge
working again... Regards, -- Jason Bainbridge http://kde.org - [EMAIL PROTECTED] Personal Site - http://jasonbainbridge.com - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

{OT] Re: Jumping in and out of JSP

2005-03-15 Thread Jason Bainbridge
it is and one of the reaons using JSP's instead of just Servlets is attractive. Regards, -- Jason Bainbridge http://kde.org - [EMAIL PROTECTED] Personal Site - http://jasonbainbridge.com - To unsubscribe, e-mail: [EMAIL PROTECTED

Re: {OT] Re: Jumping in and out of JSP

2005-03-15 Thread Jason Bainbridge
inspection your code doesn't look right and I can't exatly see what you are trying to do so try reading through some tutorials like http://java.sun.com/products/jsp/html/jspbasics.fm3.html first and then come back with some more pointed questions. Cheers, -- Jason Bainbridge http://kde.org - [EMAIL

Re: Configuration Problem in Tomcat for HTTPS

2005-03-14 Thread Jason Bainbridge
. Following those tutorials has always worked first go for me so carefully step through what is written there and see if you forgot something. Regards, -- Jason Bainbridge http://kde.org - [EMAIL PROTECTED] Personal Site - http://jasonbainbridge.com

Re: Usint getRemoteUser() method

2005-03-09 Thread Jason Bainbridge
request.getRemoteUser() method to get the user name it returns null. when i looked into its help, it says that this method returns null if the user is not authenticated. How can i authenticate this user? http://jcifs.samba.org Regards, -- Jason Bainbridge http://kde.org - [EMAIL PROTECTED] Personal Site

Re: Usint getRemoteUser() method

2005-03-09 Thread Jason Bainbridge
dealing with Tomcat aren't going to have IIS experience to begin with and then you have to get the connector working between IIS Jrun. A lot more work than just dropping in a .jar file and adding a few parameters to your web.xml. Regards, -- Jason Bainbridge http://kde.org - [EMAIL PROTECTED

Re: 5.5.7 service.bat popup: Overlapped I/O Operation is in progress; NonAlpha 46

2005-03-09 Thread Jason Bainbridge
recommended running: gpupdate /force to refresh the loal groups and policies from the Active Directory but it would be strange if that was your problem. Possibly the installation of services has changed in Tomcat to effect the credentials used to install the service somehow? Regards, -- Jason

  1   2   3   4   >