RE: Tomcat Custom Connector

2008-06-14 Thread Martin Gainty
,%20org.apache.tomcat.util.net.JIoEndpoint) ? 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: Blocking Proxy Access

2008-06-25 Thread Martin Gainty
Im confused by your statement is that republicans or democrats? 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

Virtual Hosts and 'Hot' Redeployment

2008-07-03 Thread Martin Harrigan
redeploy myWebApp, http://1.2.3.4/myWebApp works fine but http://www.otherserver.com gives a 404 resource unavailable error. The only way I can fix it is to restart tomcat. Any ideas why a redeployed webapp might work from http://1.2.3.4/myWebApp but not from http://www.otherserver.com? Martin

RE: Graceful shutdown

2008-07-05 Thread Martin Gainty
go to server.xml determine the shutdown port in server.xml Can you confirm the default shutdown TC port of 8005 is listening? so at command line typenetstat -a | grep 8005?Martin_ Disclaimer and confidentiality note Everything in this e-mail and any at

RE: Tomcat got killed after logout

2008-07-26 Thread Martin Gainty
remember ..a System.exit will exit the JVM.. FWIW, 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

RE: Down the rabbit hole with JDBC

2008-07-27 Thread Martin Gainty
download AppServer, Taglibs and MYSQL with Sun App Server(now called Glassfish) in other words everything at http://java.sun.com/javaee/downloads/index.jsp HTH Martin Gainty __ Disclaimer and confidentiality note Everything in this e-mail and any

RE: Creating a new Service

2008-08-03 Thread Martin Gainty
with. To select the ROOT web application, specify "/". I agree with Andre that a fresh install would solve most of these misconfiguration errors you are now seeing HTH Martin __ Disclaimer and confidentiality note Everything in this e-ma

RE: Tomcat Service is stopped automatically???

2008-08-04 Thread Martin Gainty
did you try IBM support? Martin Gainty __ 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: Avast Antivirus and apache-tomcat-6.0.18.exe

2008-08-05 Thread Martin Gainty
Which server has this virus?did you try the american servers ? 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

RE: Monitoring tomcat process

2008-08-05 Thread Martin Gainty
'top' shows the most resource consumptive processeshttp://www.unixtop.org/ HTHMartin __ 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

RE: Permission Denied

2008-08-06 Thread Martin Gainty
download and install tcnative libraries http://tomcat.apache.org/native-doc 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

RE: CHKJ4014W Warning

2008-08-06 Thread Martin Gainty
Hi Geoff- masking out the propietary vits can you supply your web.xml ? 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

RE: CHKJ4014W Warning

2008-08-06 Thread Martin Gainty
each filter and servlet one a time until you can locate the entry which is causing this exception Martin __ Disclaimer and confidentiality note Everything in this e-mail and any attachments relates to the official business of Sender. This transmission

RE: CHKJ4014W Warning

2008-08-06 Thread Martin Gainty
good pointcleaning your work folders! 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

RE: Regarding Service Unavailable

2008-08-07 Thread Martin Gainty
Partha which TC you are implementing? Also how you are starting your TC service which will look something like $TOMCAT_HOME/bin/tomcat5.exe //TS//Tomcat5 http://tomcat.apache.org/tomcat-5.5-doc/windows-service-howto.html check the tomcat logs for any exceptions in $TOMCAT_HOME/logs HTH Martin

RE: Re-opening the browser

2008-08-11 Thread Martin Gainty
..I'll ask the dumb question..what is a drive-by login ?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 doe

RE: tomcat5.5 site configuration.

2008-08-12 Thread Martin Gainty
Good Morning Mr Cohen- for CNAME, ADDR and PTR questions I would consult your sys admin for particulars on mapping those DNS records to specified IP HTH Martin __ Disclaimer and confidentiality note Everything in this e-mail and any attachments

RE: Rational purify with tomcat 5.5 gives an error

2008-08-13 Thread Martin Gainty
build 5716+ DLL's .. http://www-128.ibm.com/developerworks/forums/thread.jspa?messageID=13721259� Warm Regards Martin __ Disclaimer and confidentiality note Everything in this e-mail and any attachments relates to the official business of Sender. Th

RE: CGIServlet in Tomcat 6

2008-08-13 Thread Martin Gainty
grant tomcat access to CGIServlet.jar edit $TOMCAT_HOME/conf/catalina.policy grant codeBase "file:${catalina.home}/webapps/YourWebApp/WEB-INF/lib/CGIServlet.jar" { permission java.security.AllPermission; }; HTH Martin __ Disc

RE: Mail could not be delivered

2008-08-13 Thread Martin Gainty
As mark mentioned in previous posting please read the instructions located at bottom of each posting Regards Martin __ Disclaimer and confidentiality note Everything in this e-mail and any attachments relates to the official business of Sender

RE: How to set jvmRoute outside of server.xml

2008-08-13 Thread Martin Gainty
Bill- jvmRoute is an Engine Config parameter Are you running more than 1 tomcat? http://raibledesigns.com/tomcat/ Martin __ Disclaimer and confidentiality note Everything in this e-mail and any attachments relates to the official business of

RE: Reading environment variable from Tomcat

2008-08-13 Thread Martin Gainty
Authenticate to JDBC *using Database to divine a password which will hash to the same option as supplied username* to more advanced SSL options http://www.caucho.com/resin-3.0/security/authentication.xtp Good Stuff Martin __ Disclaimer and confidentiality

RE: database application

2008-08-13 Thread Martin Gainty
nt to MySQL DB available at http://tomcat.apache.org/tomcat-4.1-doc/jndi-datasource-examples-howto.html HTH Martin __ Disclaimer and confidentiality note Everything in this e-mail and any attachments relates to the official business of Sender. This transmiss

RE: Hot redeploying a WAR - HTML is not refreshed

2008-08-14 Thread Martin Gainty
quiesce the container *look for shutdown* clean off everything under %TOMCAT_HOME%/work clean off everything under %TOMCAT_HOME%/logs clean off everything under %TEMP% start tc Martin - __ Disclaimer and confidentiality note Everything in this e

RE: Using tabbed browsers causes session sharing

2008-08-15 Thread Martin Gainty
I would suggest assigning each logged-in user the capabilities of individual roles which have a specified capability http://tomcat.apache.org/tomcat-4.0-doc/manager-howto.html start with xml basic MemoryRealm and work your way into JDBCRealm or JNDIRealm Martin

RE: Using tabbed browsers causes session sharing

2008-08-15 Thread Martin Gainty
loads/ie/getitnow.mspx"">http://www.microsoft.com/windows/downloads/ie/getitnow.mspx"</a>;); // --> ? Martin Gainty __ Disclaimer and confidentiality note Everything in this e-mail and any attachments relates to the official business

RE: Tomcat 6.0.18 & JavaEE 5/EJB3.0

2008-08-17 Thread Martin Gainty
doc from JBOSS 4.2.2.GA Tomcat 6 is now bundled as part of JBoss Web. deploy/jbossweb-tomcat55.sar has been replaced by deploy/jboss-web.deployer. (much easier to configure in TC than resin) Martin __ Disclaimer and confidentiality note Everything

RE: I WANT Tomcat to die when a given servlet fails to initialize

2008-08-22 Thread Martin Gainty
this exits tomcat (which i dont think you want) try return; instead.. 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

RE: Tomcat does not unpack WAR file (Tomcat 5.5.20)

2008-08-23 Thread Martin Gainty
check your unpackWARS and autoDeploy parameters are both set to 'true' e.g. $TOMCAT_HOME/conf/server.xml Date: Sat, 23 Aug 2008 23:40:06 +0300 > From: [EMAIL PROTECTED] > To: users@tomcat.apache.org > Subject: Re: Tomcat does not unpack WAR file (Tomcat 5.5.20) > > Thanks Johnny > > On the pro

RE: File not found exception

2008-08-23 Thread Martin Gainty
put cmbicemenv.ini on classpath ibm's content management has some good tutorials located at http://publib.boulder.ibm.com/infocenter/cmgmt/v8r3m0/index.jsp?topic=/com.ibm.installingcm.doc/icmpgmst494.htm Martin __ Disclaimer and confidentiality

SingleSignOn and session inactivity

2008-08-25 Thread Martin Dubuc
cation will time out. If the user accesses the first application after the session becomes inactive, Tomcat returns a 403 error. I am wondering if there is anything I could do to ensure that neither of the application sessions would expire if a user accesses either of the applications. Martin

RE: Can't generate class file from Interface

2008-08-26 Thread Martin Gainty
you need to use Eclipse import to import the package right click on project click Import click File System Martin __ Disclaimer and confidentiality note Everything in this e-mail and any attachments relates to the official business of Sender. This

RE: Another question about CGI on Tomcat 6 - access

2008-08-26 Thread Martin Gainty
please supply array2d.pl 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: Can't execute servlet project

2008-08-27 Thread Martin Gainty
Beans.instantiate. The value of type can be the same as beanName, a superclass of beanName, or an interface implemented by beanName. useful when your class implements many interfaces and you will be using only one interface Martin __ Disclaimer and

RE: HOW TO install/setup 2 instances of tomcat on same server

2008-08-27 Thread Martin Gainty
echo statements. http://tldp.org/LDP/Bash-Beginners-Guide/html/sect_02_03.html 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

RE: Issue in connecting to tomcat via Apache

2008-08-28 Thread Martin Gainty
dont forget jsp mapping in httpd.conf JkMount /*.jsp worker1 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

RE: Why GlassFish

2008-08-29 Thread Martin Gainty
In the present TC implementation i've seen integration of modules into axis an intelligent and articulate response without necessarily going line item by line item is/are there specific JSRs or modularity the developer can benefit from ? M

RE: APR & SSL not working

2008-08-29 Thread Martin Gainty
gregor- i assume your implementation includes configuring AprLifecycleListener listener in server.xml ? Martin __ Disclaimer and confidentiality note Everything in this e-mail and any attachments relates to the official business of Sender. This

RE: ClassNotFoundException when moving from Java 1.5 to 1.6

2008-08-29 Thread Martin Gainty
uilds new (bean) classes but the Factory doesnt have the correct template (usually XSL template) for the target JDK/JVM/JRE maybe the TC developers want to weigh in Martin __ Disclaimer and confidentiality note Everything in this e-mail and any atta

RE: Servlet Memory Leak

2008-08-29 Thread Martin Gainty
FYI you'll need to run JDK 6 for jmap 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 en

RE: servlet works, jsp does not

2008-08-31 Thread Martin Gainty
I've used 3.1 driver with no problemshttp://dev.mysql.com/downloads/connector/j/3.1.html *if your app requires or implements any of the following capabilities*JDBC-4.0 NCHAR NVARCHAR and NCLOB types then stay with 5.1 driverhttp://dev.mysql.com/downloads/connector/j/5.1.htmlfor jsp cache issu

RE: Tomcat 6 and images

2008-09-01 Thread Martin Gainty
static images,css and flash are normally served by apache http://httpd.apache.org/could you explain specifically what you want to serve inside TC and why you prefer to serve resources in a container vs Apache http webserver?Martin __ Disclaimer and

RE: adding a virtual host with jmx

2008-09-01 Thread Martin Gainty
javax/management/package-summary.htmlthanks/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 en

RE: Tomcat Native library for Windows

2008-09-02 Thread Martin Gainty
AprLifecycleListener reads java.library.path so either start Java with -Djava.library.path java -Djava.library.path=LocationOfBinary bootstrap.jar (easier to place -Djava.library.path into JAVA_OPTS) OR set LD_LIBRARY_PATH=LocationOfBinary YMMV/ Martin

RE: Problem with JNDI environment entry resources

2008-09-02 Thread Martin Gainty
com/xml/ns/j2ee http://java.sun.com/xml/ns/j2ee/web-app_2_4.xsd"; version="2.4"> MySQL Test App DB Connection teststring javax.sql.DataSource Container the lookup to teststring will get you a connection to the DB HTH Martin

RE: Trying to build tomcat 6.0.18

2008-09-03 Thread Martin Gainty
Jack- did you take chucks advice and build with JDK 1.5 ? 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

RE: Problem with JNDI environment entry resources

2008-09-03 Thread Martin Gainty
i havent used JNDI to obtain string values i use ResourceBundle to obtain the locale specific string value e.g. myResources.getString("CancelKey"); http://java.sun.com/j2se/1.4.2/docs/api/java/util/ResourceBundle.html anyone Martin __ Disc

RE: Doubt with the tomcat configuration

2008-09-03 Thread Martin Gainty
would need to see the mappings.. please display web.xml 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

RE: Remote RSS Feeds

2008-09-03 Thread Martin Gainty
take a look at this fairly intuitive tutorial at http://java.sun.com/developer/technicalArticles/javaserverpages/rss_utilities/ /WEB-INF/rssutils.tld WEB-INF/lib/rssutils.jar ? Martin __ Disclaimer and confidentiality note Everything in this e-mail

RE: Tomcat 6 (Unable to find servlet or load servlet jar from a client jar)

2008-09-03 Thread Martin Gainty
/WEB-INF/struts-bean.tld 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 a

RE: How do I know if my server is setup to accept SSL connections?

2008-09-03 Thread Martin Gainty
take a look at the SSL documentation at http://tomcat.apache.org/tomcat-6.0-doc/ssl-howto.html check to see if the SSL port is listening e.g. netstat -a | grep 8443 Martin __ Disclaimer and confidentiality note Everything in this e-mail and any

RE: jsvc creates pid file owned by root

2008-09-06 Thread Martin Gainty
if you're in Ubuntu and want to exec a process with elevated privileges try Coggshall's (sp?) sudo utility http://en.wikipedia.org/wiki/Sudo Martin __ Disclaimer and confidentiality note Everything in this e-mail and any attachments rela

RE: Tomcat vs Weblogic JNDI Lookup

2008-09-06 Thread Martin Gainty
h can then reference a specific jdbc resource supplying provided jndi-name of jpetstore-order such as I dont know what specific resource you are trying to locate with wildcard nulls we might be able to help out better if you could explain your specific testcase

RE: Newbies, becareful of pure cookie based magic... theres a few gotcha's

2008-09-06 Thread Martin Gainty
if you want to leave the cookies behind you'll have to request the filter to rewrite your URLs with the params http://tuckey.org/urlrewrite/ you should be able to implement your filter with netbeans or Jdeveloper or eclipse with no impact to your work.. M

RE: Piggybacking HTTP with binary protocol

2008-09-08 Thread Martin Gainty
Darryl- you're encountering a content-length restriction one workaround is to transmit as a MTOM binary attachment I believe the current hard-limit is 1GB for attachment size http://wso2.org/library/264 complete guide is available at http://ws.apache.org/axis2/1_0/mtom-guide.html HTH M

RE: SSL https clientAuth debugging assistance

2008-09-08 Thread Martin Gainty
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 than int

RE: Intermitant DB Problem in tomcat:java.sql.SQLException: Io exception: Connection reset by peer: JVM_recv in socket input stream read

2008-09-08 Thread Martin Gainty
iables to automatically map to DB columns I would suggest Hibernate http://www.ibm.com/developerworks/websphere/techjournal/0409_patil/0409_patil.html HTH Martin __ Disclaimer and confidentiality note Everything in this e-mail and any attachments relates to the

RE: The requested resource (/manager/) is not available.

2008-09-09 Thread Martin Gainty
yes .. specifically Date: Tue, 9 Sep 2008 08:08:02 -0400 > From: [EMAIL PROTECTED] > To: users@tomcat.apache.org > Subject: Re: The requested resource (/manager/) is not available. > > Check to see if your webapps directory contains the /manager and > /tomcat-docs folders. Also make sure your

RE: Running Tomcat with JRE?

2008-09-09 Thread Martin Gainty
Hi Baishen the container needs a jasper compiler to compile the jsps would'nt it be great if ALL webapps had precompiled jsps??? Martin __ Disclaimer and confidentiality note Everything in this e-mail and any attachments relates to the off

RE: JVM per Context

2008-09-10 Thread Martin Gainty
Mike If your goal is to run TC with different JVMs have you looked at using each JBM to run embedded Tomcat http://www.onjava.com/pub/a/onjava/2002/04/03/tomcat.html?page=1 ? Martin __ Disclaimer and confidentiality note Everything in this e-mail

RE: Preventing File Access

2008-09-10 Thread Martin Gainty
agreed spring folks also suggest placing your jsps under web-inf 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: application to windows -> linux

2008-09-13 Thread Martin Gainty
did you verify your classes are located in WEB-INF/classes folder e.g. WEB-INF/classes/projet/Testuser.class ? Martin __ Disclaimer and confidentiality note Everything in this e-mail and any attachments relates to the official business of Sender

RE: Disable java code execution <%blabla%> in jsp, but permits tags

2008-09-13 Thread Martin Gainty
use ths struts if tag to conditionally disable the code <%@ taglib prefix="s" uri="/struts-tags"%> Will Not Be Executed http://struts.apache.org/2.0.11.2/docs/if.html datorită struts Martin __ Disclaimer and confident

RE: JNDI configuration in webapp/META-INF/context.xml

2008-09-13 Thread Martin Gainty
Walter: check your META-INF/context.xml attribute useNaming="true" http://tomcat.apache.org/tomcat-5.5-doc/config/context.html HTH Martin __ Disclaimer and confidentiality note Everything in this e-mail and any attachments relates to th

RE: Question is answered. See Bill Barker-2 answer

2008-09-13 Thread Martin Gainty
and or content-management system i would start here http://portals.apache.org/jetspeed-1/fusion.html Martin __ Disclaimer and confidentiality note Everything in this e-mail and any attachments relates to the official business of Sender. This

RE: Unable to start tomacat....

2008-09-14 Thread Martin Gainty
determine the port your connector is binding to in $TOMCAT_HOME/conf/server.xml e.g. From: [EMAIL PROTECTED] > To: users@tomcat.apache.org > Subject: Re: Unable to start tomacat > Date: Sun, 14 Sep 2008 10:43:28 +0200 > > > - Original Message - > From: "Pankaj Jain" <[EMAIL

Re: Balance and sync data

2008-09-16 Thread Martin Spinassi
On Tue, 2008-09-16 at 07:37 -0700, Hassan Schroeder wrote: > On Tue, Sep 16, 2008 at 6:38 AM, Martin Spinassi > <[EMAIL PROTECTED]> wrote: > > > I don't know yet, I didn't try it yet, I was waiting to see if there is > > a better solution than rsync them

Re: Balance and sync data

2008-09-16 Thread Martin Spinassi
On Tue, 2008-09-16 at 08:56 -0700, Hassan Schroeder wrote: > On Tue, Sep 16, 2008 at 8:17 AM, Martin Spinassi > <[EMAIL PROTECTED]> wrote: > > >> Why not have your upload servlet invoke rsync when a new file has > >> been stored? > > > Can you give me s

Re: Balance and sync data

2008-09-16 Thread Martin Spinassi
On Tue, 2008-09-16 at 22:20 +0200, André Warnier wrote: [...] > The question I've been holding back since your initial post, is why > exactly you do want to load-balance similar requests to 2 Tomcats ? > > Just an idea : > > If it is because you have a) "image stuff" and b) "non-image stuff", a

RE: Balance and sync data

2008-09-17 Thread Martin Spinassi
On Tue, 2008-09-16 at 17:59 -0400, Paul McGurn wrote: > If you're expecting the size of your image store to grow, or better yet, grow > rapidly, you'd be best served to consider a strategy either with > mod_proxy/mod_rewrite, or better yet, looking into a CDN (content delivery > network) to host

RE: [a little OT] Can I get Millisecond precision in Access Logs?

2008-09-17 Thread Martin Gainty
valves are configured for the container as seen here for RequestDumperValve just below top-level Catalina info available at http://tomcat.apache.org/tomcat-5.5-doc/config/valve.html HTH Martin __ Disclaimer and confidentiality note

RE: URLEncoding of "\" Character

2008-09-17 Thread Martin Gainty
U+0244 http://en.wikipedia.org/wiki/List_of_XML_and_HTML_character_entity_references Martin Gainty __ Disclaimer and confidentiality note Everything in this e-mail and any attachments relates to the official business of Sender. This transmission

RE: Problem with JSP Compilation

2008-09-17 Thread Martin Gainty
is your struts-tag.tld in \WEB-INF\classes is your struts2-dojo-plugin-2.1.2.jar in \WEB-INF\lib ? Martin __ Disclaimer and confidentiality note Everything in this e-mail and any attachments relates to the official business of Sender. This

RE: Deploying a Java Web Application on / folder

2008-09-17 Thread Martin Gainty
deploy your application as root.war http://tomcat.apache.org/tomcat-5.5-doc/virtual-hosting-howto.html Martin __ Disclaimer and confidentiality note Everything in this e-mail and any attachments relates to the official business of Sender. This

RE: Server Maintenance Across Timezones (global)

2008-09-18 Thread Martin Gainty
d crash the other layers does anyone remember Structured Exception Handling? 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 confident

RE: Tomcat/apache - JDBC errors w/ jt400.jar?

2008-09-18 Thread Martin Gainty
ck to your working environment GL 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 en

Re: Balance and sync data

2008-09-18 Thread Martin Spinassi
On Thu, 2008-09-18 at 08:34 -0700, Hassan Schroeder wrote: > On Thu, Sep 18, 2008 at 7:47 AM, Christopher Schultz > <[EMAIL PROTECTED]> wrote: > > > I suppose it depends on the frequency of image uploads. 100 images a day > > wouldn't be too bad. 100 images per minute would seriously suck. > > Tr

RE: hello world

2008-09-19 Thread Martin Gainty
once the real tomcat is installed..start logging.. http://tomcat.apache.org/tomcat-5.5-doc/logging.html Martin __ Disclaimer and confidentiality note Everything in this e-mail and any attachments relates to the official business of Sender. This

Re: Balance and sync data

2008-09-19 Thread Martin Spinassi
On Thu, 2008-09-18 at 23:31 +0200, André Warnier wrote: > Martin Spinassi wrote: > [...] > > Martin, > > I re-read the thread from the beginning, and as I understand it you have > - clients that upload files, most of then images > - clients that download these same image

RE: jstack and Tomcat 6 on Windows

2008-09-19 Thread Martin Gainty
bootstrap.jar works on every platform 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: Dual SSL configuration on tomcat

2008-09-21 Thread Martin Gainty
agreed..man in the middle attacks are a growing problem Tivoli has 2 way SSL connector http://publib.boulder.ibm.com/infocenter/tivihelp/v5r1/index.jsp?topic=/com.ibm.itim.infocenter.doc/cpt/cpt_ic_security_ssl_authent2way.html HTH Martin

RE: JVM config for tomcat5.5

2008-09-21 Thread Martin Gainty
Hi Jon- you'll definitely need the JDK in $JAVA_HOME and $JDK_HOME/bin to compile the JSPs.. Martin __ Disclaimer and confidentiality note Everything in this e-mail and any attachments relates to the official business of Sender. This transmi

RE: Problems upgrading from 6.0.14 to 6.0.18

2008-09-22 Thread Martin Gainty
NIOConnector run lsof on problematic webapp and engage with problematic webapp and test as well Takk Martin __ Disclaimer and confidentiality note Everything in this e-mail and any attachments relates to the official business of Sender. This

Redirection after Tomcat restart

2008-09-22 Thread Martin Dubuc
container before restarting. Any advice on how to best handle this? Martin

RE: Tomcat Is not starting

2008-09-23 Thread Martin Gainty
hi partha check out http://forums.sun.com/thread.jspa?threadID=5121172&start=0&tstart=0 take a working copy of mscvr71.dll from http://www.dll-files.com/dllindex/dll-files.shtml?msvcr71 and copy to /windows/system32 With Warm Regard

RE: Problem with mod_jk installation

2008-09-23 Thread Martin Gainty
Ken- this is a known bug in Apache 2.2.4+ distro modules https://issues.apache.org/bugzilla/show_bug.cgi?id=43095 can you work around the error by either rollback to 2.2.0 or roll forward to 2.4 ? Martin __ Disclaimer and confidentiality note

RE: Some Prilim questions

2008-09-24 Thread Martin Gainty
read this http://tomcat.apache.org/tomcat-5.5-doc/jndi-datasource-examples-howto.html 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

RE: Some Prilim questions

2008-09-24 Thread Martin Gainty
the referenced jndi lookup in the webapp context is located in India and the DB is in Ithaca NY the Indian JNDI lookup is considerably slower than 'ordinary JDBC connection' from NY With Warm Regards Martin __ Disclaimer and confidenti

RE: Some Prilim questions

2008-09-25 Thread Martin Gainty
t you have something/anything thats more constructive with your time Dumbkopf! 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

RE: [OT obviously] Re: Some Prilim questions

2008-09-26 Thread Martin Gainty
.NET.. 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: Accessing server directory from applet

2008-09-26 Thread Martin Gainty
ad.macromedia.com/get/flashplayer/current/swflash.cab";> then I would start thinking about flex plugin ping me offline as this is O/T for this forum Waiting for Gegenwirkung Politische Martin __ Disclaimer and confidentiality note

RE: How can Servlet detect lost of connection to client?

2008-09-27 Thread Martin Gainty
g the most work on this Processor so i would ping them for more information.. Dziekuje Martin __ Disclaimer and confidentiality note Everything in this e-mail and any attachments relates to the official business of Sender. This transmission is

RE: XP/Vista/Office 2007/IE Compatibility Question

2008-09-29 Thread Martin Gainty
> > Good afternoon. My company, Centocor, is in the process of upgrading > its operating System from Windows 2000 to XP/Vista and its Office 2000 > to Office 2007. They have installed on, I'm not sure how many, some > computers Apache Tomcat, version 5.5. Please answer the following > questio

RE: Another confused person trying to get jconsole to monitor tomcat.

2008-10-02 Thread Martin Gainty
.management.MBeanServerPermission "*"; permission javax.management.MBeanPermission "*", "*"; permission javax.management.MBeanTrustPermission "register"; ... }; Martin __ Disclaimer and confidentiality no

RE: Tomcat Servlet & Bouncy Castle Problem

2008-10-02 Thread Martin Gainty
you'll want to make sure bcprov-ext-jdk15-140.jar is in WEB-INF=lib from http://www.bouncycastle.org/latest_releases.html feel free to ping me offline for implementation specific issues cheers, Martin __ Disclaimer and confidentiality

RE: Support

2008-10-02 Thread Martin Gainty
> > Good afternoon, my question is this: > > > > That version of JDK should I use for the Tomcat 6? > > > > Thank you very much. > > > > Angélica Ardila > > > Whichever one you like, dear. ;-) i'll wait for christopher schultz response to this answer >

RE: Support

2008-10-03 Thread Martin Gainty
java jar bootstrap.jar works fine for me.. is there ANY possible workaround to this daemon bug? Thanks, Martin Gainty __ Disclaimer and confidentiality note Everything in this e-mail and any attachments relates to the official business of Sender

RE: CPU utilization and Tomcat 5.5.20

2008-10-03 Thread Martin Gainty
p for discarded blocks HTH Martin Gainty __ 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 dist

RE: restricted use JSP impl

2008-10-04 Thread Martin Gainty
4.xsd"; version="2.4"> *.jsp true let me know if is this is not what you're looking for.. Martin __ Disclaimer and confidentiality note Everything in this e-mail and any attachments

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

2008-10-04 Thread Martin Gainty
doctor john to followup with the addChild method and if an exception is thrown and you determine your container doesnt support child containers..what then? your diagnosis doctor.. Martin __ Disclaimer and confidentiality note Everything in this e

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