RE: tomcat and JMS

2005-09-22 Thread Jason Bell
Stas, The original link gave a 404 error, but there is this article on the OnJava site that may shed a little more light for you. http://www.onjava.com/pub/a/onjava/2001/12/12/openjms.html I hope this helps. Regards Jason -- Jason Bell Lead Architect, SpikeSource Europe e: [EMAIL PROTECTED

RE: tomcat and JMS

2005-09-22 Thread Jason Bell
to do so. Not too sure when that will happen, possibly over the weekend. Kind regards Jason -- Jason Bell Lead Architect, SpikeSource Europe e: [EMAIL PROTECTED] w: http://www.spikesource.com b: http://jasonbell.blog-city.com m: +44 (0)787 529 2693

RE: HTTP 500 Error occurs whith errorPage directive in Tomcat 5.5.9

2005-09-21 Thread Jason Bell
Elisabeth, Could you post a small snippet of your code, then I will try and have a look at what is going on. Regards Jason -- Jason Bell Lead Architect, SpikeSource Europe e: [EMAIL PROTECTED] w: http://www.spikesource.com b: http://jasonbell.blog-city.com m: +44 (0)787 529 2693

RE: tomcat detecting http header

2005-09-20 Thread Jason Bell
?threadID=507098messageID=2404807 getHeader(REMOTE_ADDR); and getting null. I hope this helps in your quest. Kind regards Jason -- Jason Bell Lead Architect, SpikeSource Europe e: [EMAIL PROTECTED] w: http://www.spikesource.com b: http://jasonbell.blog-city.com m: +44 (0)787 529 2693

RE: Error with Error Document defined (really need ideas)

2005-09-20 Thread Jason Bell
'/' headers and data 2005-09-19 17:28:37 StandardContext[/Servlets]default: DefaultServlet.serveResource: Serving resource '/srv/www/tomcat/base/errorpages/NotFound.html' headers and data == -- Jason Bell Lead Architect, SpikeSource Europe e: [EMAIL

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: What's better, having one large servlet or many small ones?

2005-09-06 Thread Jason Bell
and they understand what is going on with the minimum of comments. Regards Jason Bell Should I have one handler with many methods or more handlers with less methods (1-2)? -- Jason Bell Lead Architect, SpikeSource Europe e: [EMAIL PROTECTED] w: http://www.spikesource.com b: http://jasonbell.blog

RE: Source code for naming-factory-dbcp.jar ?

2005-09-06 Thread Jason Bell
naming-factory-dbcp.jar Have a look at Commons DBCP. http://jakarta.apache.org/commons/dbcp/ Hope this helps. Regards Jason -- Jason Bell Lead Architect, SpikeSource Europe e: [EMAIL PROTECTED] w: http://www.spikesource.com b: http://jasonbell.blog-city.com m: +44 (0)787 529 2693

RE: Showing maintenance page while app is down

2005-09-02 Thread Jason Bell
. This means I can work on the live war and then redeploy it on top of the maintenance one. Users are informed and you get the work done. A win win situation. There are probably other ways of doing this but this one works for me. Hope this helps. Jason -- Jason Bell Lead Architect, SpikeSource Europe e

RE: Downloading files.

2005-09-01 Thread 'Jason Bell'
Hi there, The WEB-INF folder is not publicly accessable from the web application. This is because you wouldn't want the public to be able to access your class files, your lib folder or any of the xml configuration files. I hope this helps. Kind regards Jason Bell -- Jason Bell Lead

RE: Multiple IP addresses

2005-09-01 Thread 'Jason Bell'
. Kind regards Jason Bell Is there a way to do this with Tomcat stand alone or is Apache Web Server or IIS required? -- Jason Bell Lead Architect, SpikeSource Europe e: [EMAIL PROTECTED] w: http://www.spikesource.com b: http://jasonbell.blog-city.com m: +44 (0)787 529 2693

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

W3C log format in Tomcat 4?

2005-08-01 Thread Jason
I'm new to Tomcat 4 and am trying to figure out how to configure my logs so that Deepmetrix's LiveStats 7 can import them. Does Tomcat 4 support logging to the W3C Extended logging format? If so, could you provide me with a link to a resource that tells how to configure this? Thanks, Jason

Re: W3C log format in Tomcat 4?

2005-08-01 Thread Jason
Tim, This looks like it is what I was looking for. Since I'm very new to Tomcat, I'm struggling to figure out how to implement this valve. Do you have an example of a standard implementation that you could send me that I could paste into my server.xml file? Thanks a bunch for your help! Jason

Re: W3C log format in Tomcat 4?

2005-08-01 Thread Jason
Tim, Perfect, that worked exactly like I needed it to. Thank you VERY much! Is there a searcable archive of all these mailing list questions and responses? Thanks, Jason --- Tim Funk [EMAIL PROTECTED] wrote: I think this will work ... Valve className

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

tomcat 4.x classpath

2005-07-21 Thread Bergthorson, Jason
How do you add directories to tomcat's classpath? Jason Bergthorson GIS Programmer/Applications Developer Phone: 204.983.4035 Fax: 204.983.2178 200-303 Main Street Winnipeg MB R3C 3G7 [EMAIL PROTECTED]

RE: tomcat 4.x classpath

2005-07-21 Thread Bergthorson, Jason
, but because this code is in development it is not yet in a jar file. jason -Original Message- From: Alon Belman [mailto:[EMAIL PROTECTED] Sent: Thursday, July 21, 2005 4:35 PM To: Tomcat Users List Subject: Re: tomcat 4.x classpath You almost certainly don't need to set it directly

Tomcat and your classpath

2005-07-18 Thread Bergthorson, Jason
! jason - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: Tomcat 5.5.9: SAXParser error

2005-07-18 Thread Bergthorson, Jason
Here is the link to the JAXP (Java API for XML Processing) that is included with the Java 1.5.x sdk. There are specifications, documentation, FAQ's, etc available here. http://java.sun.com/xml/jaxp/index.jsp Sorry I couldn't help more than that :( jason -Original Message- From: Craig

Controlling Tomcat Service From Ant

2005-07-10 Thread Jason W. Solinsky
Is there anyway to effectively start or stop the Tomcat 5.5 windows service from within Ant? I tried exec dir=${tomcat.bin} executable=tomcat5.exe arg line=//SS//Tomcat5/ /exec but it produces an error message (although it works) and I don't know what the corresponding

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: how do i restrict servlet access? / blocking URLs

2005-06-24 Thread Jason Novotny
that A can invoke servlet B in web app B but not a user navigating directly... any ideas are greatly appreciated. Actually one question would be how to create a filter that allows incoming requests from that same machine but not IP's outside of it I guess? Thanks, Jason Jim Henderson wrote

Re: Does JavaFaces cause Tomcat webapp deployment Issues?

2005-06-24 Thread Jason Novotny
What do you see in any of the $CATALINA_HOME/logs files? Jason Rob Goh wrote: Hi, I've have a tomcat problem that has defeated me for weeks and weeks (you know what there like!), and would be greatful for any help on this list. 1. Basically, I've deployed and using my Tomcat

how do i restrict servlet access?

2005-06-23 Thread Jason Novotny
. Is there something I can set in the web.xml of B or would I need to modify server.xml as a site wide configuration? Thanks, Jason - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

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
On 5/4/05, NanFei Wang [EMAIL PROTECTED] wrote: Dear Jason: You are right : - Uhm you don't want to do that, running any service as Administrator is just asking for trouble. You want a dedicated service account for tomcat, there were some posts about

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

detecting tomcat 5.5

2005-05-03 Thread Jason Novotny
? Thanks, Jason - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: detecting tomcat 5.5

2005-05-03 Thread Jason Bainbridge
On 5/3/05, Jason Novotny [EMAIL PROTECTED] wrote: Hi, I'm trying to update my build script to do some conditional checking to see if I'm deploying my code to Tomcat 5.5 or using an older version. Is there something (like a particular file or directory) I can check reliably that would

Re: detecting tomcat 5.5

2005-05-03 Thread Jason Novotny
, Jason Jason Bainbridge wrote: On 5/3/05, Jason Novotny [EMAIL PROTECTED] wrote: Hi, I'm trying to update my build script to do some conditional checking to see if I'm deploying my code to Tomcat 5.5 or using an older version. Is there something (like a particular file or directory) I can

Re: detecting tomcat 5.5

2005-05-03 Thread Jason Novotny
dependent class org/apache/catalina/valves/ValveBase for class org.apache.catalina.valves.FastCommonAccessLogValve [available] Unable to load class org.apache.catalina.valves.FastCommonAccessLogValve I can't see any flags that would tell it to not check for dependencies.. Jason Tim Funk

Re: detecting tomcat 5.5

2005-05-03 Thread Jason Novotny
Yeah-- it was even lamer than that. I also had to add jmx.jar from bin/ to classpath since that was involved in the Valve dependency from catalina.jar Thanks, Jason Tim Funk wrote: It looks like the available task tries to load the class in a new classloader. Of course - doing so

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]

  1   2   3   4   5   6   7   8   9   10   >