RE: JK and IIS - troubles?

2008-10-04 Thread Martin Gainty
as mt mentioned in his article http://people.apache.org/~mturk/docs/article/ftwai.html non server window products has an upper limit of 10 connections read the article..and tune the connection_pool_size parameters according to the parameters your product supports.. Martin

RE: adding servlet definition to context on the fly :Tomcat 5.5

2008-10-05 Thread Martin Gainty
link for DeploymentDescriptor thanks, Martin __ Disclaimer and confidentiality note Everything in this e-mail and any attachments relates to the official business of Sender. This transmission is of a confidential nature and Sender does not endorse

RE: adding servlet definition to context on the fly :Tomcat 5.5

2008-10-05 Thread Martin Gainty
hello ram- i could'nt locate javadoc for either the WebAppConfiguration or DeploymentDescriptor classes thanks for the explanation Martin __ Disclaimer and confidentiality note Everything in this e-mail and any attachments relates to the off

RE: Regd....ASF Bugzilla - Bug 45015 (Quoting in attributes)

2008-10-05 Thread Martin Gainty
the referenced example was fixed 3 months ago and commited to trunk which problem are you experiencing? Martin Gainty __ Disclaimer and confidentiality note Everything in this e-mail and any attachments relates to the official business of Sender

RE: useSendFile=true skips compression

2008-10-05 Thread Martin Gainty
if you're implementing with xml you *may* want to consider result-set data format which utilises less bandwidth such as json..start here http://gwt-rest.googlecode.com/svn/trunk/README Martin __ Disclaimer and confidentiality note Everythi

RE: how to avoid multiple requests from the same client

2008-10-06 Thread Martin Gainty
you can implement single sign on access with SingleSignOn Valve ... ... http://tomcat.apache.org/tomcat-5.5-doc/config/host.html is this what you're looking for? Martin __ Disclaimer and confidentiality note Everything in this e-mai

RE: Heap dump of servlet

2008-10-06 Thread Martin Gainty
i would use either jmap, jhat or jconsole..instructions located at http://www.rtidemo.org/drupal/node/122 Martin __ Disclaimer and confidentiality note Everything in this e-mail and any attachments relates to the official business of Sender. This

RE: Cannot load JDBC driver class in WebApp-specific lib

2008-10-06 Thread Martin Gainty
remembering every lookup is a complete roundtrip which can be slow during peak periods try to maintain as direct a path as possible to the DB with as few lookups as possible to ensure best performance thanks, Martin __ Disclaimer and

RE: Reloading Tomcat Server

2008-10-06 Thread Martin Gainty
appropriate solution Martin __ Disclaimer and confidentiality note Everything in this e-mail and any attachments relates to the official business of Sender. This transmission is of a confidential nature and Sender does not endorse distribution to any party

RE: Using tomcat to hold many open connections.

2008-10-06 Thread Martin Gainty
Jan- BB software has the potential to cause a considerable amount of havoc and heartache you could be damaging the disks if you dont quiesce all of your DB,mail,ftp, tc servers first I can see the utility to either turn on or turn off smart appliances though.. Martin

RE: Tomcat and apache and jk_mod HowTo

2008-10-10 Thread Martin Gainty
the way you have it configured.. test.jsp would only render if implemented in the 'ROOT' webapp of TC I would suggest implementing a test webapp where the exact physical location of test.jsp would be $CATALINA_HOME/webapps/test/test.jsp Regar

RE: Non-secure HTTP connector with secure="true" requires a keystore?

2008-10-11 Thread Martin Gainty
I found documentation the http://tomcat.apache.org/tomcat-6.0-doc/printer/ssl-howto.html states that situation accurately Congratulations chris on finding a bonafide bug on Tomcat 5.5.26 doc Martin Gainty __ Disclaimer and confidentiality note

RE: Why can NOT run Tomcat on my Laptop

2008-10-11 Thread Martin Gainty
~1.0_0 HTH Martin __ Disclaimer and confidentiality note Everything in this e-mail and any attachments relates to the official business of Sender. This transmission is of a confidential nature and Sender does not endorse distribution to any party other

RE: ip lab

2008-10-12 Thread Martin Gainty
www.allfreelogo.com/stock/thumb-general-motors-gm.gif";> Chryslerhttp://www.chrysler.com";>http://upload.wikimedia.org/wikipedia/en/f/f5/Chrysler_logo.svg";> Teslahttp://www.teslamotors.com";>http://www.teslamotors.com/images/nav2/nav_logo.jpg";> Martin

RE: Max connections

2008-10-12 Thread Martin Gainty
in $TOMCAT_HOME/conf/server.xml http://tomcat.apache.org/tomcat-4.1-doc/config/coyote.html Martin __ Disclaimer and confidentiality note Everything in this e-mail and any attachments relates to the official business of Sender. This transmission is

RE: question : encounter java.net.SocketTimeoutException: Read timed out occasionally

2008-10-13 Thread Martin Gainty
agreed there is a framework setup to handle Ajax calls based on pageLoad, timers, listen topics http://struts.apache.org/2.x/docs/ajax-and-javascript-recipes.html ping me offline for details Martin Gainty __ Disclaimer and confidentiality note

RE: Using S/MIME encryption in Tomcat5.5 fails

2008-10-13 Thread Martin Gainty
I dont believe the default BC jars have S/MIME capability I would download bcmail.jar and place in your /lib folder from http://www.bouncycastle.org/latest_releases.html let me know if this helps.. Martin __ Disclaimer and confidentiality note

RE: SSL Accelerator - Front ending Tomcat

2008-10-13 Thread Martin Gainty
pay attention to redirectPort of the NON-ssl connector *usually 8443* a very simple primer located here http://techtracer.com/2007/09/12/setting-up-ssl-on-tomcat-in-3-easy-steps/ Martin __ Disclaimer and confidentiality note Everything in this e-mail

RE: Tomcat Shutdown Port as Variable

2008-10-15 Thread Martin Gainty
a shame that you cant specify that attribute via %JAVA_OPTS% maybe look at writing a set_8005 script which writes that to %TOMCAT_HOME%/conf/server.xml should be fine as long as you execute the script before starting TC .. any other suggestions? Martin Gainty

RE: AW: Using S/MIME encryption in Tomcat5.5 fails

2008-10-15 Thread Martin Gainty
beta status so if it works great..if it doesnt contact the projects comitters.. Martin __ Disclaimer and confidentiality note Everything in this e-mail and any attachments relates to the official business of Sender. This transmission is of a confide

RE: [ANN] Apache Tomcat Connectors 1.2.27-dev-704800 available for testing.

2008-10-16 Thread Martin Gainty
Good Morning James- Do you see the same behaviour with the headers or do you see this behaviour with just the body? With regards to the body what happens if you post a content-type to something other than html http://myuminfo.umanitoba.ca/help.asp?eve=2&fid=254 Thanks, Ma

RE: Transaction manager

2008-10-16 Thread Martin Gainty
http://forum.springframework.org/showthread.php?t=38266 let me know.. Martin __ Disclaimer and confidentiality note Everything in this e-mail and any attachments relates to the official business of Sender. This transmission is of a confidential nature

RE: common jars for all applications in tomcat

2008-10-16 Thread Martin Gainty
://www.wmusers.com/forum/showthread.php?t=13403 ? Martin __ Disclaimer and confidentiality note Everything in this e-mail and any attachments relates to the official business of Sender. This transmission is of a confidential nature and Sender does not endorse

RE: Appeal to Tomcat developers

2008-10-16 Thread Martin Gainty
logging is as easy with SimpleLog http://commons.apache.org/logging/commons-logging-1.1.1/guide.html#A%20Quick%20Guide%20To%20Simple%20Log or as complex http://tomcat.apache.org/tomcat-6.0-doc/logging.html as you configure Martin __ Disclaimer and

Re: IOException writing to /usr/share/tomcat5/conf/tomcat-users.xml.new

2007-02-17 Thread Martin Gainty
if you're not writing within the $CATALINA_HOME folder you'll need to assign write permissions for TOMCAT webapps to access the folder e.g. grant { permission java.io.FilePermission "/opt/jdk1.5.0_06/jre/lib/wsdl.properties", "read,write,execut

Re: [OT] Weird Exception thrown on startup (how to resolve?)

2007-02-17 Thread Martin Gainty
rrupt will reconstruct..") foo = new Foo(); result = foo.getNewMethod(); } Viel Gluck Martin-- --- This e-mail message (including attachments, if any) is intended for the use of the individual or entity to w

Re: URL Redirect Question

2007-02-17 Thread Martin Gainty
If apache is front ending I would use mod_rewrite else use Tomcat filter and valves as earlier suggested M- --- This e-mail message (including attachments, if any) is intended for the use of the individual or entity to which

Re: Can't find classes in jar files in WEB-INF

2007-02-18 Thread Martin Gainty
can we see your and entries in your web.xml M- --- This e-mail message (including attachments, if any) is intended for the use of the individual or entity to which it is addressed and may contain information that is privil

Re: Tomcat Support for J2SE 6.0

2007-02-24 Thread Martin Gainty
All-- Currently iteratively running Tomcat and encounter permgen space heap allocation exhausted errors I have heard of J2SE 6's support for faster recovery of permgen space Is this true? Thanks M- --- This e-mail message (in

Re: Tomcat Smart Card (CAC card) problem

2007-02-28 Thread Martin Gainty
Good Evening Fred It appears your connector in server.xml does not have CertificatePath and or RequestPath defined keep in mind that all of the paths unless otherwise specified are relative to $CATALINA+BASE Here is an example of connector parameters to get you started http://tomcat.apache.or

Re: how to setup multiple CATALINA_BASE

2007-03-01 Thread Martin Gainty
so if your DNS name is www.fubar.com go to command line nslookup www.fubar.com will attempt to locate the CNAME records by authoritative DNS servers then non-authoritative DNS servers M-- --- This e-mail message (including

valid keystore formats?

2007-03-04 Thread Martin Gainty
Hello All- Attempting to get a self-signed certificate CACERT operational and cannot determine which valid storetype format using the keytool command I have tried storetype=JCEKS but this always displays "invalid keysotre format" Than

Re: WEB-INF/lib ignored in Tomcat 6

2007-03-04 Thread Martin Gainty
Hi Ron-- .\META-INF\context.xml has a reloadable attribute which must be set to true to tell tomcat to monitor jars in .\WEB-INF\lib http://tomcat.apache.org/tomcat-5.5-doc/config/loader.html also take a look at the delegate attribute to specifically load classes via parent class loader before

Re: valid keystore formats?

2007-03-04 Thread Martin Gainty
yes I surmised there was a dependency on the provider (in my case I was using BC as some of my Axis Projects were using BC) In the case of the default Sun provider I'll use the default keystore of JKS Thanks Chuck, M

Re: TomCat 6 on Fedora Core 6

2007-03-09 Thread Martin Dubuc
Gotta install Java obviously! Martin ;-) On 3/9/07, Adam Lipscombe <[EMAIL PROTECTED]> wrote: OK thanks. So installation is simply a question of un-tarring the binaries in suitable place? Anything else? TIA - Adam Leon Rosenberg wrote: > just download the binaries from tomcat.a

Re: Deployment problem on tomcat

2007-03-09 Thread Martin Gainty
verify your .tlds (more specifically the ftm.tld) is located in /WEB-INF M-- --- This e-mail message (including attachments, if any) is intended for the use of the individual or entity to which it is addressed and may contain

Re: apache-tomcat-6.0.10 OutOfMemoryError

2007-03-12 Thread Martin Gainty
in the meanwhile you can use jhat to analyze your heap results ..this comes with a nice browser interface to allow you to see heap usage by each class http://java.sun.com/developer/technicalArticles/J2SE/monitoring/ you can also use JConsole to monitor the number of objects pending finalisation

Re: The requested resource (/) is not available.

2007-03-12 Thread Martin Gainty
Prasad- If you can get Tomcat to resolve any of the hundreds of OS specific binary or construct (such as symlink).. you can always exit the VM to the OS thru Runtime.exec() ..but then again that would spawn a process Anyone else? M- -

Tomcat https

2007-03-13 Thread daniel martin
Hi, I'm trying to get my tomcat instance to connect over https to an external server. I have written a test servlet to do this String httpsURL = "*https*://*example*.microsoft.com"; URL myurl = new URL(httpsURL); HttpsURLConnection con = (HttpsURLConnection)myurl.openConnection(); InputS

Re: Max number of contexts

2007-03-14 Thread Martin Gainty
Diego-- This comes straight from the doc Each definition must have a unique context path, which is defined by the path attribute. The possible attributes for the element are described below. If you want to look at how one servlet can service multiple entities such as modules take a look at mo

Re: How to increate memory resonably with Tomcat6, java 1.6..system: winxp , help appreciated.

2007-03-18 Thread Martin Gainty
Yes..You must be encountering the dreaded "PermGen Memory Space exhausted error" Go to admin Configurations / JVM Settings / JVM Options screen in the admin console change config Permanent size to 128M log to /tmp/gcoutput.log enable Bright Map for Garbage Collection of Permanently alloc'ed objec

Re: Importing an existing SSL cert into a newer JDK version

2007-03-20 Thread Martin Gainty
Hi Will- Generate private key $JAVA_HOME/bin/keytool -genkey -alias tomcat -keyalg RSA -keystore /path/to/domainname.kdb then Generate the CSR $JAVA_HOME/bin/keytool -certreq -alias tomcat -keystore /path/to/keystore.kdb -file filename.csr so if you change $JAVA_HOME say from JDK 1.3 to JDK

Re: Unable to compile class for JSP

2007-03-20 Thread Martin Gainty
{ // Precompiled JSPs need access to this package. permission java.lang.RuntimePermission "accessClassInPackage.org.apache.jasper.runtime"; permission java.lang.RuntimePermission "accessClassInPackage.org.apache.jasper.runtime.*&qu

Tomcat (on AS400)

2007-03-20 Thread Martin Gainty
no joke (or pun intended) Anyone know how to install/configure and deploy any version Tomcat on an AS400? Thanks, --- This e-mail message (including attachments, if any) is intended for the use of the individual or entity to

Re: Tomcat (on AS400)

2007-03-20 Thread Martin Gainty
ist" Sent: Tuesday, March 20, 2007 6:32 PM Subject: RE: Tomcat (on AS400) > From: Martin Gainty [mailto:[EMAIL PROTECTED] > Subject: Tomcat (on AS400) > > Anyone know how to install/configure and deploy any version > Tomcat on an AS400? It's been done - search the archiv

Re: Tomcat (on AS400)

2007-03-20 Thread Martin Gainty
de le diffuser, de le distribuer ou de le reproduire. - Original Message - From: "Caldarale, Charles R" <[EMAIL PROTECTED]> To: "Tomcat Users List" Intere Sent: Tuesday, March 20, 2007 6:53 PM Subject: RE: Tomcat (on AS400) > From: Martin Gainty [mailto:[

Re: Who do I have to pay (and how much) to...

2007-03-21 Thread Martin Gainty
use Apache VirtualHosts ..a fairly lightweight HTTP server OR but if you want to use only tomcat if your URLs will always map to TomcatServer:TomcatPort and if you configure the default catalina connector port for 80 you will only need the TomcatServer then map your webapp relative path for tomca

Re: request hangs

2007-03-21 Thread Martin Gainty
writing it to a temp file. go start of loop to write to temp file Im guessing the UDP packet accept logic *may possibly* be blocking as it waits for the socket to read (and hanging the thread) Martin -- --- This e-mail

Re: Can I get your 2 cents?

2007-03-22 Thread Martin Gainty
1C78F.aspx HTH, Martin-- --- This e-mail message (including attachments, if any) is intended for the use of the individual or entity to which it is addressed and may contain information that is privileged, proprietary , confid

Re: request hangs

2007-03-22 Thread Martin Gainty
mple comes from IBM site located at http://www-128.ibm.com/developerworks/java/library/j-threads3.html Does this make sense? HTH, Martin-- --- This e-mail message (including attachments, if any) is intended for the use of

Re: How to run a .exe file from a web application in tomcat

2007-03-22 Thread Martin Gainty
Hi Tim- client -> streams to ->Servlet you can stream the information from the Request via HttpServletRequest.getInputStream() http://tomcat.apache.org/tomcat-5.5-doc/servletapi/index.html Servlet -> streams to -> client you can output to a Stream by using HttpServletResponse.getOutputStream()

Re: tomcat as service with VM arguments

2007-03-22 Thread Martin Gainty
$TOMCAT_HOME/bin/java [Put All Java Options Here] -jar bootstrap.jar M- --- This e-mail message (including attachments, if any) is intended for the use of the individual or entity to which it is addressed and may contain inf

Re: high CPU usage

2007-03-23 Thread Martin Gainty
You're requesting a TLS Secure connection http://java.sun.com/products/jndi/tutorial/ldap/ext/starttls.html HTH, Martin --- This e-mail message (including attachments, if any) is intended for the use of the individu

Re: Application resources, where ??

2007-03-23 Thread Martin Gainty
you will have to set either in server.policy (to make applicable for all containers) or catalina.policy (specific for catalina container) grant { permission java.io.FilePermission "<>", "read,write.delete"; } HTH, M- --- Thi

Re: Tomcat mod_proxy_ajp and jk exceptions

2007-03-23 Thread Martin Gainty
Chris- broken pipe means that at one end (more than likely the DB listener you're connecting to somehow dropped) A quick fix is to bump the connectionTimeout up by 5 sec If not bump the mod_proxy.proxytimeout up by 5 secs http://httpd.apache.org/docs/2.2/mod/mod_proxy.html#proxytimeout M

Re: tomcat as service with VM arguments

2007-03-23 Thread Martin Gainty
Hi Ven- (easier than I thought) %TOMCAT_HOME%\bin\tomcat5w.exe go to Java Tab (4th Tab from left) 3rd paragraph down you should see 'Java Options' place all of your Java Options in that textfield cmd net stop Tomcat5 net start Tomcat5 H

Re: deploying problem

2007-03-24 Thread Martin Gainty
Hi Dean- The war that netbeans creates is specific to the configuration parameters in netbeans project (most notably project.xml) Can you display or send us the catalina.out or stderr* or stdout* logs from $CATALINA_HOME/logs? Thanks, Martin

Re: Marking servlet [] as unavailable, again...

2007-03-24 Thread Martin Gainty
Simon- something is happening to interfere with the successful completion of init() method of your Servlet such as cannot find classes such as 'uk.co.weft.exceptionhandler.BugzillaExceptionHandler' or one of the init-param in web.xml could be incorrectly spelled or not there put in log.debug or S

Re: Question about lib folder of Webapps

2007-03-25 Thread Martin Gainty
jar in more than one classloader path) HTH, Martin-- --- This e-mail message (including attachments, if any) is intended for the use of the individual or entity to which it is addressed and may contain information that is

Re: tomcat as service with VM arguments

2007-03-25 Thread Martin Gainty
// Now add the appender to the Category .. c_Category.addAppender( hospitalFileAppender ); HTH, Martin- --- This e-mail message (including attachments, if any) is intended for the use of the individual or entity to which i

Re: where is "\common\endorsed" in Tomcat 6.0? build.xml error

2007-03-25 Thread Martin Gainty
Anil- If you follow the ClassLoader how to from TC6 located at http://tomcat.apache.org/tomcat-6.0-doc/class-loader-howto.html For TC6 I would'nt config 'shared' in your build.xml but instead configure for '

Re: Launching Tomcat at boot

2007-03-25 Thread Martin Gainty
Good information! Thanks David, Martin-- --- This e-mail message (including attachments, if any) is intended for the use of the individual or entity to which it is addressed and may contain information that is privileged

Re: HttpRequest in a LoginModule

2007-03-26 Thread Martin Gainty
Hello Juan- On the client side An Ajax control has a Javascript callback function which allows the HTTPServlet to post information back to client (Javascript function) when ready to xmit completed XML Is this what you're looking for? M

Re: Sharing compiled JSPs

2007-03-27 Thread Martin Gainty
Steve- jsps get pre-compiled to $CATALINA_HOME/work/Catalina/localhost generally in the form JSPName_jsp.java Does this answer your question? Martin-- --- This e-mail message (including attachments, if any) is intended

send access log to remote server

2007-03-28 Thread Martin Strand
e else has already done this? Thanks, Martin - To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: send access log to remote server

2007-03-28 Thread Martin Strand
That sounds interesting, could you share the code? :) Martin On Wed, 28 Mar 2007 18:09:36 +0200, Brantley Hobbs <[EMAIL PROTECTED]> wrote: Martin, I have a filter that logs to a database table. It could easily be modified to make log4j entries, which can then be tied to any valid

Tomcat HTTPS Help needed

2007-03-28 Thread Martin Cavanagh
pp.balancer.rules.RequestParameterRule: Target param name: paramName / Target param value: paramValue / Redirect URL: http://www.yahoo.com], [org.apache.webapp.balancer.rules.AcceptEverythingRule: Redirect URL: http://jakarta.apache.org]] All other logs are empty. Can anyone te

Re: Tomcat HTTPS Help needed

2007-03-28 Thread Martin Cavanagh
as? b.t.w. Thanks Martin Zhan, Jimmy wrote: Hi, If you connect to http://localhost while https://localhost:8443, what happen? Make sure http://localhost works first. Jimmy Cash America -Original Message----- From: Martin Cavanagh [mailto:[EMAIL PROTECTED] Sent: Wednesday, March 28, 2007 4

Re: Tomcat HTTPS Help needed

2007-03-28 Thread Martin Gainty
did you enable SSL on Port 8443 in server.xml??? e.g. Martin-- --- This e-mail message (including attachments, if any) is intended for the use of the individual or entity to which it is addressed and may contain

Re: Tomcat manager console not appearing

2007-03-28 Thread Martin Gainty
Fabian- in $TOMCAT_HOME/conf/tomcat-users.xml check your username you are using to access the manager has these roles defined roles="admin,manager" M-- --- This e-mail message (including attachments, if any) is intended fo

Re: Tomcat HTTPS Help needed

2007-03-28 Thread Martin Cavanagh
port via thatno luck that way either. Thanks Martin Martin Gainty wrote: did you enable SSL on Port 8443 in server.xml??? e.g. maxThreads="150" minSpareThreads="25" maxSpareThreads="75" enableLo

Re: Tomcat HTTPS Help needed

2007-03-29 Thread Martin Cavanagh
Removing the tcnative-1.dll library worked! But doesn't that have the disadvantage of decreased performance for Tomcat? Is there a way to install OpenSSL without compiling it? Thanks Martin Mladen Turk wrote: Martin Cavanagh wrote: Hi everyone. I'm quite embarrassed - b

Re: Tomcat HTTPS Help needed

2007-03-29 Thread Martin Gainty
arch 29, 2007 7:55 AM Subject: Re: Tomcat HTTPS Help needed > Martin Cavanagh wrote: >> Removing the tcnative-1.dll library worked! >> >> But doesn't that have the disadvantage of decreased performance for Tomcat? >> > > Yes, APR connector with OpenSSL is 4 tim

Re: Tomcat manager console not appearing

2007-03-29 Thread Martin Gainty
u'il est strictement interdit de le diffuser, de le distribuer ou de le reproduire. - Original Message - From: "Fabian Arocena" <[EMAIL PROTECTED]> To: "Martin Gainty" <[EMAIL PROTECTED]> Cc: "Tomcat Users List" Sent: Thursday, March 29, 2007 8:53 A

Re: Tomcat 5.5: Jre or Jdk?

2007-03-29 Thread Martin Gainty
http://tomcat.apache.org/faq/misc.html#fullJdk Can I run tomcat with the JRE, or do I need the full JDK? Tomcat officially requires the full JDK, because it needs javac in order to compile JSPs. If you pre-compile all your JSPs, you can get away with running tomcat on a JRE only, but you do so a

Re: How do I get the response status code?

2007-03-29 Thread Martin Gainty
Brantley- as the ServletResponse.getOutputStream() returning a javax.servlet.ServletOutputStream is not RLE (RunLengthEncoded) unless of course you implement some form of Tokenizer such as http://forum.java.sun.com/thread.jspa?threadID=734167&tstart=420 Quickest would be to call HttpServletReque

Re: Tomcat manager console not appearing

2007-03-29 Thread Martin Gainty
eproduire. - Original Message - From: "Fabian Arocena" <[EMAIL PROTECTED]> To: "Martin Gainty" <[EMAIL PROTECTED]> Cc: "Tomcat Users List" Sent: Thursday, March 29, 2007 11:38 AM Subject: Re: Tomcat manager console not appearing why? The "standar

Re: classnotfoundexception with tomcat 6.0

2007-03-29 Thread Martin Gainty
Matt/Rashmi make sure you have a non-empty password specified for username supplied to DB (The Tomcat 6 Configuration for MySQL is available here) http://tomcat.apache.org/tomcat-6.0-doc/jndi-datasource-examples-howto.html Bon Chance! Martin

Client Authenification problem in Tomcat

2007-03-30 Thread Martin Cavanagh
ificates out of Firefox / internet explorer? Thanks alot Martin - To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Problems with clientAuth

2007-03-30 Thread Martin Cavanagh
n turned on? What does the setting secure="true" actually do? Good luck - let me know how you go. Martin Luis Villa wrote: Hello all, I' a newbie un the list, so first of all I'd like to say hello to everyone :) After this, I'd like to ask for help with a proble

Re: Tomcat HTTPS Help needed

2007-03-30 Thread Martin Cavanagh
where would I find any sort of performance tests of OpenSSL vs Java JSSE? is it possible to implement client authenification in both OpenSSL and Java JSSE? Thanks Martin Mladen Turk wrote: Martin Cavanagh wrote: Removing the tcnative-1.dll library worked! But doesn't that hav

Re: is tomcat a competitor of ruby on rails? Or why did davidson praise it so highly - can you compare them?

2007-04-03 Thread Martin Gainty
details and how they address each of the Model View Controller layers* HTH, Martin-- - Original Message - From: "Anil Philip" <[EMAIL PROTECTED]> To: "Tomcat Users List" Sent: Monday, April 02, 2007 10:18 AM Subject: is tomcat a competitor of ruby on rails?

Re: Euro symbol

2007-04-03 Thread Martin Gainty
Tremal-- A quick follow-up on david's comment tomcat default encoding is UTF-8 unless of course you use an alternative jsp compiler (such as jikes) doc available at http://tomcat.apache.org/tomcat-5.0-doc/jasper-howto.html Are you using an alternate jasper compiler? - Original Message

Re: connection pool

2007-04-03 Thread Martin Gainty
MG-- You want to make sure your abandoned connections are properly re-cycled e.g. To configure a DBCP DataSource so that abandoned dB connections are removed and recycled add the following paramater to the ResourceParams configuration for your DBCP DataSource Resource:

Re: Configuring Single Sign On

2007-04-03 Thread Martin Gainty
Petar- can you go to psql -h localhost -p 5432 (login to Postgres and do a describe on the table) \d mvnforummember so we can verify the existence of those columns? then to verify the data select * from mvnforummember M- - Original Message - From: "Petar Tahchiev" <[EMAIL PROTECTED]> T

Re: accessing files/dirs.....

2007-04-03 Thread Martin Gainty
asses-" { permission java.security.AllPermission; }; HTH Martin -- - Original Message - From: "maya" <[EMAIL PROTECTED]> To: Sent: Tuesday, April 03, 2007 4:42 PM Subject: Re: accessing files/dirs. thank you.. someone in another forum said the same thing.. prob

Re: iis nd tomcat in one machine

2007-04-03 Thread Martin Gainty
you might want to consider Apache VirtualHost via (to IIS) (tomcat) http://httpd.apache.org/docs/2.0/vhosts/examples.html M-- - Original Message - From: "Rashmi Rubdi" <[EMAIL PROTECTED]> To: "Tomcat Users List" Sent: Tuesday, April 03, 2007 6:11 PM Subject: Re: iis nd tomcat in one

Re: Different aliases have different sessions in Tomcat, why?

2007-04-03 Thread Martin Gainty
Burak- nslookup www.mydomain.com qill display a IP address then put the IP entry in your hosts file e.g. 127.0.0.1 mydomain.com M- - Original Message - From: "Burak Yýlmaz" <[EMAIL PROTECTED]> To: Sent: Tuesday, April 03, 2007 6:44 PM Subject: Different aliases have different session

Re: Share Bean between two webapps

2007-04-04 Thread Martin Gainty
://www.springframework.org/docs/reference/beans.html HTH, Martin -- This email message and any files transmitted with it contain confidential information intended only for the person(s) to whom this email message is addressed. If you have received this email message in error, please notify the sender immediately

Re: Need help with authentication

2007-04-04 Thread Martin Gainty
to disable Proxy Caching by FormAuthenticator $TOMCAT_HOME/conf/server.xml Is this what you're looking for??? M- This email message and any files transmitted with it contain confidential information intended only for the person(s) to whom this email message is addressed. If you have receive

Re: Version of Java being used by Tomcat

2007-04-04 Thread Martin Gainty
better make sure thats what Tomcat is using.. This email message and any files transmitted with it contain confidential information intended only for the person(s) to whom this email message is addressed. If you have received this email message in error, please notify the sender immediately by te

Re: Version of Java being used by Tomcat

2007-04-04 Thread Martin Gainty
sorry.. http://TomcatHost:8080/manager/html (look at JVM Version at bottom of screen) Martin-- This email message and any files transmitted with it contain confidential information intended only for the person(s) to whom this email message is addressed. If you have received this email message

Re: Tomcat hiding director

2007-04-04 Thread Martin Gainty
Hi Doan- The easist way is to configure .htaccess for the folder and configure access according to which referer or what type of page they want http://www.javascriptkit.com/howto/htaccess13.shtml Martin -- This email message and any files transmitted with it contain confidential information

Re: Tomcat 6 User Connected

2007-04-05 Thread Martin Gainty
Fairly certain the datasource and connection information you're looking for is implemented in Lambda http://www.lambdaprobe.org/d/index.htm M-- This email message and any files transmitted with it contain confidential information intended only for the person(s) to whom this email message is addr

Re: Tomcat hiding director

2007-04-05 Thread Martin Gainty
If you're on Windows box write the filter But then again if you're on a Unix box I would try .htaccess Martin-- This email message and any files transmitted with it contain confidential information intended only for the person(s) to whom this email message is addressed. If you hav

Re: [OT] GET-then-redirect 'reload' behavior

2007-04-06 Thread Martin Gainty
Hi Len-- Netbeans has a HTTPMonitor that comes pre-packaged If you look at messageID generation from Servlet doPost() I would have Servlet DoGet() method implement the same MessageID generation to uniquely identify each and every HTTP GET request Documentation is available at http://www.prescod.

Re: Urgent: The Tomcat 5.5 Monitor could not work properly

2007-04-06 Thread Martin Gainty
Zhang- If your monitor a webapplication which you had built previously then use Manager (http://localhost:8080/manager/html) to re-deploy? M-- This email message and any files transmitted with it contain confidential information intended only for the person(s) to whom this email message is add

Re: Tech support

2007-04-10 Thread Martin Gainty
Good Morning David- Before proceeding any further The first thing I would do is print and read this tutorial on installing IIS with Tomcat http://www.iis-resources.com/modules/AMS/article.php?storyid=485 Feel free to Ping me offline or the list for any questions Martin-- This email message

Re: Tech support

2007-04-10 Thread Martin Gainty
nd enable the WebService redirector Make suggested mods to workers2.properties for Tomcat examples Execute sample code http://localhost/jsp-examples Comprends? Martin-- This email message and any files transmitted with it contain confidential information intended only for the person(s) to whom this

Re: How to hide Tomcat serverversion information?

2007-04-10 Thread Martin Gainty
Good Afternoon Nishant in server.xml set maxHttpHeaderSize to 0 should accomplish the objective ymmärtää? Martin- This email message and any files transmitted with it contain confidential information intended only for the person(s) to whom this email message is addressed. If you have

<    5   6   7   8   9   10   11   12   13   14   >