Re: 503 under load

2008-05-07 Thread Martin
The response can request retry-after # seconds via response.setHeader response.setHeader(Retry-After, 5); M- - Original Message - From: [EMAIL PROTECTED] To: Tomcat Users List users@tomcat.apache.org Sent: Wednesday, May 07, 2008 2:43 PM Subject: 503 under load Hi, We've started

Re: retrieving two different objects from session (should be thesame)

2008-05-08 Thread Martin
are you proposing synchronized access to facade object ? M- - Original Message - From: Christopher Schultz [EMAIL PROTECTED] To: Tomcat Users List users@tomcat.apache.org Sent: Thursday, May 08, 2008 10:33 AM Subject: Re: retrieving two different objects from session (should be

Re: error 1067

2008-05-09 Thread Martin
Jim- Can you start at command line %CATALINA_HOME%\bin\startup.bat ? M- - Original Message - From: jim murray [EMAIL PROTECTED] To: users@tomcat.apache.org Sent: Friday, May 09, 2008 2:37 PM Subject: error 1067 I just had to restore my OS (windows XP) and re-install Apache 6. When

Re: Vista tomcat6.exe Access denied

2008-05-13 Thread Martin
permission errors caused by not ensuring the binary has assigned rights such as execute,read and write My guess is you installed the binary as Admin and are attempting to run the binary under another permission setting perhaps another user with lesser permission Anyone else? M- - Original

Re: Moving a site

2008-05-22 Thread Martin
Turn on god permissions on that folder.. Martin - Original Message - From: David Smith [EMAIL PROTECTED] To: Tomcat Users List users@tomcat.apache.org Sent: Thursday, May 22, 2008 3:01 PM Subject: Re: Moving a site SEVERE: Error starting static Resources

Re: Many web applications

2008-05-27 Thread Martin
taglibs interceptors DBProcedures as webapp1? http://struts.apache.org/ Martin - Original Message - From: Jakob Hemicke Greve [EMAIL PROTECTED] To: users@tomcat.apache.org Sent: Monday, May 26, 2008 2:53 AM Subject: Many web applications Hi All, We are having a architectural

Re: jsp run on tomcat at godaddy.com

2008-05-28 Thread Martin
Nope.. Nothing to do with godaddy being bad (whatever thats supposed to mean..?) do is a struts webapp you need to supply ./WEB-INF/struts-config.xml to diagnose send support emails to [EMAIL PROTECTED] Martin - Original Message - From: tamnle123 [EMAIL PROTECTED] To: users

Re: Code Injection Tomcat 6

2008-05-29 Thread Martin
which security breach does your algorithm seek to detect or prevent.. HTML/JavaScript code injection? http://aranea.zuavra.net/index.php/66/#ig-4 ? Martin- - Original Message - From: Peter Stavrinides [EMAIL PROTECTED] To: Tomcat Users List users@tomcat.apache.org Sent: Thursday, May

Re: Missing jar in 5.5.26 - Looking for the easiest way out

2008-05-29 Thread Martin
Hi Mark- the error seems to come from commons-fileupload package.. I would ping the maintainers and build manager for commons-fileupload at http://commons.apache.org/fileupload/mail-lists.html Thanks! - Original Message - From: Mark Smits [EMAIL PROTECTED] To: users@tomcat.apache.org

Re: Tomcat 5.5 and Connection Pooling

2008-05-29 Thread Martin
Looks like your container is attempting to serialize/deserialize Do those classes implement Serializable? (also..keep in mind A no-arg constructor must be accessible to any subclass that is serializable.) Martin - Original Message - From: Mike [EMAIL PROTECTED] To: users

Re: Tomcat 5.5 and Database Connection Pooling

2008-05-29 Thread Martin
them out and I could'nt find JDBC-ODBC drivers anywhere from DataDirect.com http://www.datadirect.com/developer/jdbc/basics/index.ssp Will your DB allow you to go in with a straight JDBC driver? Anyone else? Martin - Original Message - From: Mike [EMAIL PROTECTED] To: users

Re: log4j problem

2008-05-31 Thread Martin
The OFF has the highest possible rank and is intended to turn off logging. http://www.jdocs.com/log4j/1.2.13/api-index.html?m=classp=org.apache.log4jc=PropertyConfiguratorrender=classic HTH Martin - Original Message - From: John Pedersen [EMAIL PROTECTED] To: Tomcat Users

Re: How to run own java application within Tomcat

2008-06-03 Thread Martin
Slobodanka- if you want to dynamically create and access TC entities (engines,connectors etc) from outside TC environment you would need to implement TC embedded server http://www.vsj.co.uk/articles/display.asp?id=319 HTH Martin - Original Message - From: Slobodanka Dimitrijevic

Re: Does HTTPRequest.getParameter() return encoded or decoded?

2008-06-04 Thread Martin
; } HTH Martin-- - Original Message - From: Mark H. Wood [EMAIL PROTECTED] To: users@tomcat.apache.org Sent: Wednesday, June 04, 2008 4:09 PM Subject: Does HTTPRequest.getParameter() return encoded or decoded? - To start

Re: Moving from a very old Tomcat to a new Tomcat.

2008-06-05 Thread Martin
if your client doesnt want to write cookies URL-rewrite is the answer http://tuckey.org/urlrewrite/ Apache analog is mod_rewrite HTH Martin - Original Message - From: André Warnier [EMAIL PROTECTED] To: Tomcat Users List users@tomcat.apache.org Sent: Thursday, June 05, 2008 7:56 PM

Re: Configuring Apache with Tomcat using mod_jk connector

2008-06-07 Thread Martin
do you have the JKMount directive in your %APACHE_HOME%/conf/httpd.conf ? # send all requests ending in .jsp to ajp13 JkMount /*.jsp ajp13 http://tomcat.apache.org/connectors-doc/webserver_howto/apache.html HTH Martin- - Original Message - From: Thanuja Danda [EMAIL PROTECTED

Re: Problem in starting tomcat

2008-06-09 Thread Martin
for webapps only CATALINA_HOME=/usr/share/tomcat5 JASPER_HOME=/usr/share/tomcat5 CATALINA_TMPDIR=/usr/share/tomcat5/temp /* Be aware that TC may only execute under elevated privs under sudo as in this example */ sudo - tomcat -c $CATALINA_HOME/bin/startup.sh HTH Martin - Original Message

Re: Session lost when switching from https to http after upgrade to Tomcat 6

2008-06-09 Thread Martin
If you're in a secure location that disallows cookies..you can always try url-rewrite Tomcat http://tuckey.org/urlrewrite/ Caucho http://www.caucho.com/resin/doc/rewrite-tags.xtp Apache mod_rewrite http://httpd.apache.org/docs/1.3/mod/mod_rewrite.html HTH Martin - Original Message

Re: Using PHP4 with Tomcat5.5

2008-06-17 Thread Martin
where php5srvlt.dll is located in the folder which java_opts environment variable specifies thru java.library.path e.g. SET JAVA_OPTS=-Djava.library.path=F:\PHP export JAVA_OPTS HTH Martin - Original Message - From: André Warnier [EMAIL PROTECTED] To: Tomcat Users List users

Re: Running on Mac OS 10.4

2008-06-21 Thread Martin
Walter- org/apache/catalina/startup/Bootstrap is located in $TOMCAT_HOME/bin/bootstrap.jar FWIW Martin - Original Message - From: Walter Thompson [EMAIL PROTECTED] To: users@tomcat.apache.org Sent: Saturday, June 21, 2008 5:08 PM Subject: Running on Mac OS 10.4 We are trying

Re: Tomcat Connection Pooling - wait_timeout

2008-06-21 Thread Martin
); props.setProperty(autoReconnect, true); I dont see autoreconnect supported in mysql-connector-java-3.0.15-ga-bin.jar $MYSQL_HOME/mysql-connector-3.0.15-GAgrep -S -l autoreconnect *.* http://drc-dev.ohiolink.edu/browser/fedora-core/trunk/lib/mysql-connector-java-3.0.15-ga-bin.jar?rev=56 FWIW Martin

Re: Running on Mac OS 10.4

2008-06-21 Thread Martin
please confirm this entry in $TOMCAT_HOME/bin/catalina.sh CLASSPATH=$CLASSPATH:$CATALINA_HOME/bin/bootstrap.jar: pls confirm $CATALINA_HOME/bin/bootstrap.jar exists Martin - Original Message - From: Walter Thompson [EMAIL PROTECTED] To: Tomcat Users List users@tomcat.apache.org Sent

Re: Update tomcat service (of version 5.5)

2008-06-22 Thread Martin
also have the option of starting with %CATALINA_HOME%/bin/startup.bat BTW: errno 6 is invalid handle indicating you are attempting to acquire occupied resource (which is most probably already acquired) Martin - Original Message - From: Caldarale, Charles R [EMAIL PROTECTED

Re: server resources

2008-06-23 Thread Martin
assuming you'll want to manage multiple resources such as DB connection(pools) and/or webservices and/or JMS Messaging Queues havent heard about Apache PHP's ability to multi-thread? anyone? Martin - Original Message - From: Johnny Kewl [EMAIL PROTECTED] To: Tomcat Users List users

Re: [Logging] Facility Specific Properties

2008-06-23 Thread Martin
these limitations as well as the ability to configure in Appenders (socket/file etc) replace with Log4j http://logging.apache.org/log4j/1.2/index.html FWIW Martin - Original Message - From: Christopher Schultz [EMAIL PROTECTED] To: Tomcat Users List users@tomcat.apache.org Sent: Monday, June 23

Re: jsp compile question

2008-07-29 Thread Martin
download TC-5.5.20 src distro inside $TOMCAT_HOME\src\apache-tomcat-5.5.2x-src\jasper\src\bin http://tomcat.apache.org/download-55.cgi look for jspc.bat Martin - Original Message - From: Jq [EMAIL PROTECTED] To: Tomcat Users List users@tomcat.apache.org Sent: Tuesday, July 29, 2008 5

Re: is it possible more than 1 tomcat in single system?

2008-07-31 Thread Martin
of scope they are freed be careful on allocations for anything which uses Collector finally if you dont need the memory (and you can spare 1-2 sec delay) dont be afraid to call Runtime.gc() to recycle the discarded memory http://java.sun.com/j2se/1.4.2/docs/api/java/lang/Runtime.html#gc() Martin

problems with welcome files

2010-03-03 Thread martin
Hi, i have installed apache http 2.2.14 and tomcat 6.0.24. I deployed railohttp://www.getrailo.org 3.1.2.001 final (cfml engine). I have to use Windows XP and i have administrative privileges. This is my httpd-vhost.conf: VirtualHost *:80 ServerName railo DirectoryIndex index.cfm index.html

RE: RE: problems with welcome files

2010-03-04 Thread martin
From: martin [mailto:mrt...@googlemail.com] Subject: problems with welcome files i have installed apache http 2.2.14 and tomcat 6.0.24. Step 1: Get httpd out of the game; test with Tomcat's HTTP Connector first. When that works, add httpd back in. Ok, httpd is not running anymore I added

mod_jk restarting during uploads of large files

2011-07-04 Thread martin
Hi I have a problem when uploading files to tomcat through mod_jk. When uploading smaller files (100kb) everything seems to work fine, but when uploading files of about 1.5Mb it seems as if the server is restarting and causing a 503 error. I've tried modifying timeouts in both apache

Re: mod_jk restarting during uploads of large files

2011-07-07 Thread martin
Yeh, I've worked out what was happening, seems that tomcat was being killed by the system running out of memory, which was happening without any log messages on the system at all, which was rather unhelpful and left me completely stumped for a while. However adding extra swap space and

Session init problem since moving to new server/tomcat

2013-11-08 Thread Martin
could be responsible for this? I obviously copied all the tomcat settings from the older version and I cannot find anything worthy in the logs. Thanks, Martin  http://www.gleichklang-mail.de: Der Email-Zugang für ökologisch und sozial denkende Menschen

Re: Session init problem since moving to new server/tomcat

2013-11-08 Thread Martin
Thank you Christopher for your in depth annotations. We just downgraded from v6.0.34 to .20 and the problem has vanished. We obviously have some changes to do before we can upgrade to v7 as far as the session handling is concerned. Your post will help us along the way. Thanks again. Martin

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
all filters and servlets and config in 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

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

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: 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
for Windows build 5716+ DLL's .. http://www-128.ibm.com/developerworks/forums/thread.jspa?messageID=13721259#13721259 Warm Regards Martin __ Disclaimer and confidentiality note Everything in this e-mail and any attachments relates to the official

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 __ Disclaimer

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

RE: database application

2008-08-13 Thread Martin Gainty
(); More information on configuration and deployment 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

RE: Hot redeploying a WAR - HTML is not refreshed

2008-08-14 Thread Martin Gainty
quiesce the container *look for shutdownbat/sh* 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

RE: Using tabbed browsers causes session sharing

2008-08-15 Thread Martin Gainty
I would suggest assigning each logged-in user the capabilities of nindividual 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
? 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 distribution to any party other

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 Host unpackWARs=true autoDeploy=true HTH Martin __ Disclaimer and confidentiality note Everything in this e-mail and any attachments relates

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 note

SingleSignOn and session inactivity

2008-08-25 Thread Martin Dubuc
. 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

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
that evaluates to a package and class name, and is passed to 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

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

2008-08-27 Thread Martin Gainty
with 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

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 ? Martin

RE: APR SSL not working

2008-08-29 Thread Martin Gainty
gregor- i assume your implementation includes configuring AprLifecycleListener listener in server.xml Listener className=org.apache.catalina.core.AprLifecycleListener / ? Martin __ Disclaimer and confidentiality note Everything in this e-mail

RE: ClassNotFoundException when moving from Java 1.5 to 1.6

2008-08-29 Thread Martin Gainty
) 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 attachments relates

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 endorse

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

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 static resources in a container vs Apache httpd webserver?Martin

RE: adding a virtual host with jmx

2008-09-01 Thread Martin Gainty
/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 endorse

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
http://tomcat.apache.org/tomcat-5.5-doc/jndi-datasource-examples-howto.htmlBR /WEB-INF/web.xml contents which contain a jndi reference BRweb-app xmlns=http://java.sun.com/xml/ns/j2ee;BR xmlns:xsi=http://www.w3.org/2001/XMLSchema-instance;BR

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

RE: Problem with JNDI environment entry resources

2008-09-03 Thread Martin Gainty
contained within this transmission. Date: Wed, 3 Sep 2008 14:42:24 +0100 From: [EMAIL PROTECTED] To: users@tomcat.apache.org Subject: Re: Problem with JNDI environment entry resources Martin, Thanks for the suggestion, though I think there may have been some misunderstanding. I'm

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

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
sample web.xmlBR ?xml version=1.0 encoding=ISO-8859-1?BR !DOCTYPE web-app PUBLIC -//Sun Microsystems, Inc.//DTD Web Application 2.3//EN http://java.sun.com/dtd/web-app_2_3.dtd;BR web-appBR display-nameTest for Rob/display-nameBR servletBR

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 relates

RE: Tomcat vs Weblogic JNDI Lookup

2008-09-06 Thread Martin Gainty
-order/ 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 HTH Martin __ Disclaimer and confidentiality note Everything in this e-mail and any

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.. Martin

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 Martin

RE: SSL https clientAuth debugging assistance

2008-09-08 Thread Martin Gainty
in tomcat console 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

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
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 official

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

2008-09-09 Thread Martin Gainty
yes .. specifically Host name=localhost appBase=webapps 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

RE: Running Tomcat with JRE?

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

RE: JVM per Context

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

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 folderBR e.g.BR WEB-INF/classes/projet/Testuser.classBR ?BR MartinBR __ BR Disclaimer and confidentiality note Everything in this e-mail and any attachments relates to the official business

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% s:if test=%{false} divWill Not Be Executed/div /s:if http://struts.apache.org/2.0.11.2/docs/if.html datorită struts Martin __ Disclaimer

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

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

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

2008-09-13 Thread Martin Gainty
@tomcat.apache.org Subject: Question is answered. See Bill Barker-2 answer Hi, Martin Thanks for the answer I see, what you mean, but the problem is slightly different The matter is that our users can change jsp files whatever they like via administrative interface, so we want to restrict

RE: Unable to start tomacat....

2008-09-14 Thread Martin Gainty
have to quiesce that TC proc which is binding 8080 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

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 every minute. Why not have your upload servlet

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 some more details or where to get some more info

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, and they

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 BR Valve className=org.apache.catalina.valves.RequestDumperValve/BR info available atBR http://tomcat.apache.org/tomcat-5.5-doc/config/valve.htmlBR HTHBR MartinBR

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

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

RE: Server Maintenance Across Timezones (global)

2008-09-18 Thread Martin Gainty
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 confidential nature and Sender does

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

2008-09-18 Thread Martin Gainty
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 endorse

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. True, I was

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

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 images - and you would like a system

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

  1   2   3   4   5   6   7   8   9   10   >