web.xml reload interval

2006-11-28 Thread Martin Grogan
e and sometimes it can take several hours. I've also tried using the manager app to reload/stop/restart the app, but this has no effect. Any ideas? Martin -- -------- Martin Grogan Keizen Software [EMAIL PROTECTED] www.keizenso

Re: Tomcat 4.1 Issue - Strange

2006-11-28 Thread Martin Gainty
run those tests so we can verify its not HW also : what version JVM? java -version what is the default JVM..generally this is the 1st non commented (#) entry in $JAVA_HOME/jre/lib/i386/jvm.cfg which should say something like -client KNOWN -server ? -hotspot ? -classic? -native ? -green ? -ojvm

Re: Form Based Authentication : connection and bind to directory problems

2006-11-29 Thread Martin Gainty
Would have to see your server.xml configuration for http://mail-archives.apache.org/mod_mbox/tomcat-users/200311.mbox/[EMAIL PROTECTED] Here is the javadoc for JNDIRealm (for programmatic implementation) This e-mail communication and any attachments may contain confidential and privileged informa

Re: Form Based Authentication : connection and bind to directory problems (part 2)

2006-11-29 Thread Martin Gainty
Christopher- A programmatic example and javadoc is located here http://tomcat.apache.org/tomcat-5.5-doc/catalina/docs/api/org/apache/catalina/realm/JNDIRealm.html#referrals HTH M- This e-mail communication and any attachments may contain confidential and privileged information for the use of the

Re: Tomcat 4.1 Issue - Strange

2006-11-29 Thread Martin Gainty
: "'Tomcat Users List'" ; "'Martin Gainty'" <[EMAIL PROTECTED]> Sent: Wednesday, November 29, 2006 5:42 PM Subject: RE: Tomcat 4.1 Issue - Strange Hello Martin, Thanks for the reply. I am not in the server now which is having the problem. But I have a linux

Re: Tomcat 4.1 Issue - Strange

2006-11-29 Thread Martin Gainty
eview, disclosure, dissemination, distribution or copying of it or its contents - Original Message - From: "Bruno Vilardo" <[EMAIL PROTECTED]> To: "'Tomcat Users List'" ; "'Martin Gainty'" <[EMAIL PROTECTED]> Sent: Wednesday, Novembe

Re: Tomcat 4.1 Issue - Strange

2006-11-29 Thread Martin Gainty
t: Wednesday, November 29, 2006 7:47 PM Subject: Re: Tomcat 4.1 Issue - Strange > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Martin, > > Martin Gainty wrote: >> This bug was fixed in all VMs under JVM - J2SE 5 >> http://bugs.sun.com/bugdatabase/view_bug.do?bu

Re: Is jsp designed for use by large websites

2006-11-30 Thread Martin Gainty
This is going O/T so feel free to ping me off the list These current graphs may help if you want to gage PHP assignments http://mshiltonj.com/sm/categories/languages_p-z/ then compare to Java assignments http://mshiltonj.com/sm/categories/languages_a-m/ Can you show how a simle math routine or fo

Re: Oracle JDBC OCI driver access in Tomcat

2006-11-30 Thread Martin Gainty
You have to install Oracle 9 Client http://forums.oracle.com/forums/thread.jspa?messageID=1526720� and make a backup copy of your jvm.cfg be careful when manipulating LD_LIBRARY_PATH in $JAVA_HOME/jre/lib/$Processor/jvm.cfg to include libraries located in $ORACLE_HOME/lib (version inconsistencies

CGI Servlet in Tomcat 6.0.2

2006-11-30 Thread Martin Dubuc
assume the comment in the web.xml file is remnants from the previous release... Martin - To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL

Re: Oracle JDBC OCI driver access in Tomcat

2006-11-30 Thread Martin Gainty
M Subject: RE: Oracle JDBC OCI driver access in Tomcat > From: Martin Gainty [mailto:[EMAIL PROTECTED] > Subject: Re: Oracle JDBC OCI driver access in Tomcat > > be careful when manipulating LD_LIBRARY_PATH in > $JAVA_HOME/jre/lib/$Processor/jvm.cfg to include libraries > l

Re: Oracle JDBC OCI driver access in Tomcat

2006-11-30 Thread Martin Gainty
eived this communication in error and that any review, disclosure, dissemination, distribution or copying of it or its contents - Original Message - From: "Gregor Schneider" <[EMAIL PROTECTED]> To: "Tomcat Users List" ; "Martin Gainty" <[EMAIL PROTECTED]> Se

Re: tomcat inserts leading / on include file

2006-11-30 Thread Martin Gainty
Just ran a quick test with the same include with no ill effect I assume you have a folder labelled Connections in same folder as invoking jsp with contents of db.jsp? M- This e-mail communication and any attachments may contain confidential and privileged information for the use of the designat

Re: Host Aliases

2006-11-30 Thread Martin Gainty
which source zip/gzip or cvs? M- This e-mail communication and any attachments may contain confidential and privileged information for the use of the designated recipients named above. If you are not the intended recipient, you are hereby notified that you have received this communication in er

Re: Oracle JDBC OCI driver access in Tomcat

2006-11-30 Thread Martin Gainty
Message - From: "Caldarale, Charles R" <[EMAIL PROTECTED]> To: "Tomcat Users List" Sent: Thursday, November 30, 2006 4:47 PM Subject: RE: Oracle JDBC OCI driver access in Tomcat > From: Martin Gainty [mailto:[EMAIL PROTECTED] > Subject: Re: Oracle JDBC OCI driver

Re: Form Based Authentication : connection and bind to directory problems

2006-12-04 Thread Martin Gainty
Good Afternoon yes..sooner or later you will need to test your authenticate algorithm with valid username/password combination If you're in healthcare app such as ADAM your authentication algo will need to support HIPAA law In any case please keep me apprised on your progress, Thanks M

Re: Context problem in tomcat 5.5

2006-12-05 Thread Martin Gainty
servlet-mapping in web.xml? an example for cgi located at http://tomcat.apache.org/tomcat-5.0-doc/RELEASE-NOTES.txt HTH M- This e-mail communication and any attachments may contain confidential and privileged information for the use of the designated recipients named above. If you are not the i

Re: Tomcat 5.0.28 installed under LINUX - access to file system limited to tomcat user

2006-12-07 Thread Martin Gainty
Ekkehard A quick clarification please..Are any of these directories sym-linked? 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

Re: Is this possibe? mod_jk <==SSL==> AJP/1.3

2006-12-07 Thread Martin Gainty
unless of course the Cert is self-signed with keytool I would remove all the certs from classpath and start with a 'True Certificate' signed by Verisign or Thawte M- --- This e-mail message (including attachments, if any) is

Re: How to set app as default context in Tomcat?

2006-12-07 Thread Martin Dubuc
The way I am handling this, and it is probably not very clean, but it works for me, is to define an index.html file in webapps/ROOT with this content: On 12/7/06, kkus <[EMAIL PROTECTED]> wrote: I am using Tomcat 5.5.20 and my app in XP. I need set my app as default context so I will only u

Re: AW: Web Service Request not passing through Mod_Jk

2006-12-08 Thread Martin Gainty
Peter please ask on axis-users 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: Multi processor issue

2006-12-08 Thread Martin Gainty
Good Morning Gael- which VM are you using for this test? Thanks, 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

Re: Multi processor issue

2006-12-08 Thread Martin Gainty
1459 number of functions 1459 number of names ordinal hint RVA name so the new msvcr80.dll from setaffinity has 92 new functions which allow it to work reliably with MP calls HTH, Martin-- --- This e-ma

Re: Is this possibe? mod_jk <==SSL==> AJP/1.3

2006-12-09 Thread Martin Gainty
yes. Bill's original statement is accurate if we reference http://tomcat.apache.org/tomcat-5.5-doc/ssl-howto.html Option1 (Tomcat container running behind another SSL enabled web-server) "When running Tomcat primarily as a Servlet/JSP container behind another web server, such as Apache or Microso

Re: how do I restrict access to folder?

2006-12-12 Thread Martin Gainty
.htaccess http://www.javascriptkit.com/howto/htaccess11.shtml Tak 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: Multi processor issue

2006-12-12 Thread Martin Gainty
Jiadong/Gael Can you download the code to a sandbox and implement your synchronized algorithm in setLocked to test out the intended result? Or is the code not available? M- --- This e-mail message (including attachments, if

Re: mod_jk socket_timeout vs reply_timeout

2006-12-13 Thread Martin Gainty
Hi Mark the delta is socket_timeout is a universal timeout for the connection more specifically Socket timeout in seconds used for communication channel between JK and remote host. If remote host does not respond inside that timeout the JK will generate an error, and retry again. If set to value

Re: tomcat logs under windows

2006-12-13 Thread Martin Gainty
Simon- contents of simplelog.properties should be on classpath (preferrably \WEB-INF\lib) with the attribute showdatetime = false org.apache.commons.logging.simplelog.showdatetime = false M- --- This e-mail message (includi

Re: Error listenerStart

2006-12-13 Thread Martin Gainty
please attach connector.DATETIME.log from $CATALINA_BASE/logs directory 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: strange ssl tomcat response

2006-12-14 Thread Martin Heiden
iation (you tell it that it is a http connection not https!) it just wants to display the machine readable initialisation of the SSL negotiation. I tried the same on a Websphere-Server over here and it behaves the same way as tomcat. It's pretty valid! regard

Re: appBase & docBase in element in server.xml

2006-12-14 Thread Martin Gainty
Good Morning Wang the answer depends on the value of your autodeploy ths is straight from the doc http://tomcat.apache.org/tomcat-5.5-doc/config/host.html appBase "The Application Base directory for this virtual host. This is the pathname of a directory that may contain web applications to be

Re: using a dll in a webapp

2006-12-15 Thread Martin Gainty
2 ways place the dll in jre\bin add folder where win32com.dll is located to LD_LIBRARY_PATH in jvm.cfg? restart M- --- This e-mail message (including attachments, if any) is intended for the use of the individual or entity

Getting the Tomcat Native library to work under Fedora

2006-12-15 Thread Martin Dubuc
eFile parameter needs to be configured). See http://tomcat.apache.org/tomcat-6.0-doc/apr.html for details on the parameters. Martin - To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTECTED]

Re: Application at context path [filename] could not be started

2006-12-16 Thread Martin Gainty
--- 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 , confidential and exempt from

Re: Application at context path [filename] could not be started

2006-12-16 Thread Martin Gainty
ttp://java.sun.com/jsf/core"; %> <%@ taglib prefix="h" uri="http://java.sun.com/jsf/html"; %> Also with STAT_SAVING="client" try to view source on the jsp page in browser and see if you can see 'state' saved as hidden field in you

Re: Cannot access classes in /WEB-INF/lib

2006-12-17 Thread Martin Gainty
d=463655 and copy to WEB-INF/lib ? Anyone else 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

Re: Using 2 Realms for authentication and access control

2006-12-19 Thread Martin Gainty
Joe here is one possible starting point for JDBCRealm http://jroller.com/page/brviking?entry=glassfish_for_tomcat_users_jdbc another JDBCRealm example using kerberos http://www.pramati.com/docstore/1270002/index.htm HTH M- --

Re: Need help with JK2 connector/workers2.properties

2006-12-20 Thread Martin Gainty
could you display the port number specification for your default connector in $CATALINA_BASE/conf/server.xml you will see To: "Tomcat Users List" Sent: Wednesday, December 20, 2006 2:31 PM Subject: RE: Need help with JK2 connector/workers2.properties I tried to get it to work with JK1.2 but I

Re: Desperate: Tomcat 5.5. j_security_check

2006-12-21 Thread Martin Gainty
Hi Greg http://developers.sun.com/sunstudio/articles/options.html yes I would recompile with -xtarget=generic to stay 32bit generic or to specifically target 64 bit recompile the whole lot to 64bit with -xtarget=generic64 (for 64bit generic) Anyone else? Martin

Re: System path being ignored when using Tomcat Windows service?

2006-12-22 Thread Martin Gainty
registry itself anyone? 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

Re: Basic Auth without modification to web.xml?

2006-12-23 Thread Martin Gainty
+1 with regards to implementing users in cookies you may want to look at SSO http://tomcat.apache.org/tomcat-5.5-doc/config/host.html#Single%20Sign%20On HTH M- --- This e-mail message (including attachments, if any) is intend

Re: Tomcat on Gentoo from the horse, no hear say.

2006-12-24 Thread Martin Gainty
William- Just went to gentoo site and cant read the type (without a magnifying glass)..apparently the font is cranked way down Please advise Martin-- --- This e-mail message (including attachments, if any) is intended for

Re: Peak load of Tomcat-powered server(s)?

2006-12-24 Thread Martin Gainty
Good Evening Li One limitation is the max threads configured for the connector you are implementing http://tomcat.apache.org/tomcat-5.5-doc/config/http.html Martin-- --- This e-mail message (including attachments, if any

Re: Peak load of Tomcat-powered server(s)?

2006-12-25 Thread Martin Gainty
users would be confined to number of maxThreads for the connector used On a side note It is a welcome respite to hear from courteous and polite professionals..if only for one day! Martin-- --- This e-mail message (including

Re: JSP Reload problem (wierd)

2006-12-26 Thread Martin Gainty
As with anything its 'weird' because its not understood or undocumented EmbeddedServletOptions has method getJspConfig() which will read the init params http://tomcat.apache.org/tomcat-5.0-doc/jasper/docs/api/org/apache/jasper/EmbeddedServletOptions.html you can then interrogate the returned JspP

Re: problem: tomcat build fails. No 'execute()' method on jspc

2006-12-26 Thread Martin Gainty
to jasper) 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 , co

Re: Peak load of Tomcat-powered server(s)?

2006-12-27 Thread Martin Gainty
maxThreads is a hard gate (immutable) attribute specifying the max number of threaded connections to the implemented connector (where there is no distinction between same user connected maxThread times or maxThread users running concurrently) HTH Martin

Re: Peak load of Tomcat-powered server(s)?

2006-12-27 Thread Martin Gainty
ay, December 27, 2006 5:43 PM Subject: Re: Peak load of Tomcat-powered server(s)? > Martin -- > > That doesn't answer the question. Where is there a connection between > the maxThreads and the number of users defined in tomcat-user.xml? > > As far as I can tell, the only w

Re: [ANN] Apache Tomcat JK 1.2.20 Web Server Connector released

2006-12-28 Thread Martin Gainty
Hi Matteo Can you accomplish this same objective by registering the applicable dll's regsvr32 -i isapi_redirect.dll regsvr32 -i nsapi_redirect.dll Anyone else? M --- This e-mail message (including attachments, if any) is int

Re: session#getId changes during doGet invocation under heavy load

2006-12-29 Thread Martin Gainty
-persistence.html?page=6 Feel free to contact me offline as this is definitely O/T 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

Re: sendRedirect scheme

2006-12-29 Thread Martin Gainty
In one of those exceedingly rare moments where I agree with the previous poster can you cut and paste your entire server.xml into the message body? Also which browser version are you testing with? Thx, --- This e-mail messag

Re: [OT] Will you install VISTA?

2006-12-30 Thread Martin Gainty
Is'nt this the OS that walks on water? Thanks Leon, 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

Re: What a wonderfull world ..

2006-12-30 Thread Martin Gainty
Im still waiting for the usual insults from chuck..then again maybe he took the day off.. --- This e-mail message (including attachments, if any) is intended for the use of the individual or entity to which it is addressed

Re: session#getId changes during doGet invocation under heavy load

2006-12-30 Thread Martin Gainty
Also be aware of the distinction between Request.getSession(true) and Request.getSession(false) where Request.getSession(true) will attempt to create a new session (if none exists) Request.getSession(false) will NOT create a new session (perhaps you should use option 2) Also which mechanism are y

Re: TOMCAT 1.4

2007-01-01 Thread Martin Gainty
Greg Thanks for the input Can you double check the Tomcat version as 1.4? Thx, Martin -- --- This e-mail message (including attachments, if any) is intended for the use of the individual or entity to which it is addressed

Re: How to set up a special folder to list all files under it?

2007-01-01 Thread Martin Gainty
1)yes you need to setup the listings options for your servlet in web.xml as in NameOfServlet FullPackageNameOfServletClass listings true 2)make sure you copy your viewable (txt) files to the the webapps/WEBAPPNAME (Note the WEB-INF fo

Re: TOMCAT 1.4

2007-01-01 Thread Martin Gainty
e caractère privé ou confidentiel. Si vous n'êtes pas le destinataire de ce document, nous vous signalons qu'il est strictement interdit de le diffuser, de le distribuer ou de le reproduire. - Original Message - From: "Gregor Schneider" <[EMAIL PROTECTED]> To:

Re: mod_jk.dll Support

2007-01-01 Thread Martin Gainty
dong- download from Apache HTTP Server at http://httpd.apache.org/download.cgi mod_jk.dll is windows mod_jk-apache-2.2.3.so is Unix HTH Martin -- --- This e-mail message (including attachments, if any) is intended for the

Re: How to set up a special folder to list all files under it?

2007-01-01 Thread Martin Gainty
just as easily setup to point to a local file in Unix such as Index.html or to point to a local file on a windows box Index.html HTH Martin -- --- This e-mail message (including attachments, if any) is intended for the

Re: What a wonderfull world ..

2007-01-02 Thread Martin Gainty
what happens when your job is outsourced right Dinesh? --- 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: wrong version of Tomcat

2007-01-02 Thread Martin Gainty
Hello Leon I found this in the registry- HKEY_LOCAL_MACHINE\SOFTWARE\Apache Software Foundation\Tomcat\5.5\Version 5.5.17 Please confirm or are you running Nix? M- --- This e-mail message (including attachments, if any) is

Re: wrong version of Tomcat

2007-01-02 Thread Martin Gainty
xsi:schemaLocation and Version for parsing XML files) If 2 or more items are improperly configured it is probably *best* to reinstall and transcribe each configuration item (JVM, CATALINA_HOME etc..) Of course If you get stuck feel free to ask here Bedankt! Martin

RE: [ANN] Java Web Parts 1.0 (GA) is now available

2007-01-02 Thread Martin Gainty
for including legacy 1.2 ajax tags (is there a userguide available) is there a reconfiguration necessary? Good Stuff!!! Martin-- __ Disclaimer and confidentiality note Everything in this e-mail and any attachments relates to the official business of

Re: Embedding Tomcat in a standalone JAR

2007-01-02 Thread Martin Gainty
Joe- what/which tasks do you want this embedded tomcat to accomplish? 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 i

Re: Embedding Tomcat in a standalone JAR

2007-01-03 Thread Martin Gainty
control(start/stop) the Server service There are times when a tomcat feature is so lightly documented that the Tomcat feature would take less time (and be easier to implement) in code I am quite interested in hearing what your discoveries prove out Thanks Martin

Re: installing the admin on 5.5

2007-01-03 Thread Martin Gainty
/admin/WEB-INF/lib /***create the war***/ cd admin jar -cvf admin.war ./*.* /deploy***/ http://localhost:8080/manager/html (go to bottom and browse and select warfile to deploy) Browse/Deploy admin.war Hope this helps.. Martin

Re: Moving Tomcat

2007-01-03 Thread Martin Gainty
I'm glad to hear that Steve! to recap-- Get same version JVM installed on new tomcat Get same version Tomcat installed (with manager and admin working) on new Tomcat copy over jars from $CATALINA_BASE/shared/lib/*.* copy over class files from $CATALINA_BASE/shared/classes/*.* if you see extra jar

Re: web application - student need help

2007-01-05 Thread Martin Gainty
start with DriverManagerConnectionFactory http://svn.apache.org/viewvc/jakarta/commons/proper/dbcp/trunk/doc/ManualPoolingDriverExample.java?view=log Then use a connection from the DriverManagerConnectionFactory to populate a Datasource http://svn.apache.org/viewvc/jakarta/commons/proper/dbcp/tru

Re: Deploying to / using context.xml

2007-01-06 Thread Martin Gainty
This is a bit like string theory; if you think you understand it, you obviously don't :-) MG>and for the record Neither do you MG>you really do need to Stop with this self-righteous pontificating condescending tripe you're sending MG>It alienates users from this list and make you look like a pr

Re: Small CMS

2007-01-07 Thread Martin Gainty
Good Morning Dima I would suggest perusing the Content Management Systems illustrated at http://www.java-source.net/open-source/content-managment-systems Feel free to contact offline as this is definitely O/T item not related to Tomcat Thanks Martin

Re: Java memory profiler

2007-01-08 Thread Martin Gainty
Hakan-- Have you looked at JProfiler? http://www.javaperformancetuning.com/tools/jprofiler/index.shtml If you're exhausting permgen inspect number and upper limit of primitive arrays you are implementing http://wiki.caucho.com/Java.lang.OutOfMemoryError:_PermGen_space HTH M

Re: tomcat 5.5, java 6 and jconsole not working as service

2007-01-09 Thread Martin Dubuc
I haven't been successful running Tomcat on Java 6. My guess is that Tomcat can't run yet on Java 6. Martin On 1/9/07, teknokrat <[EMAIL PROTECTED]> wrote: I am running Tomcat 5.5 as a service using Java 6. I try to connect jconsole locally but it can't seem to find tomc

Re: Not a Tomcat question but could use your help! Netbeans 5.5: Changing the TabSet Header Color from blue to something else

2007-01-14 Thread Martin Gainty
Feel free to contact me offline as this is definitely O/T 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 inform

Re: yet another SSL question

2007-01-14 Thread Martin Gainty
availability Thanks Chuck 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

Re: HTTP Error 505

2007-01-15 Thread Martin Gainty
Rashmi is correct HTTP 303 is Resource not found HTTP 505 is Version not supported There is more work to determine the cause of the 505 Martin -- --- This e-mail message (including attachments, if any) is intended for the

Re: Cannot create JDBC driver

2007-01-16 Thread Martin Gainty
Ray- You will need to supply JDBC parameters as in this example Realm specification in server.xml M- --- This e-mail message (including attachments, if any) is intended for the use of the individual or entity to wh

Re: Configurable Errors

2007-01-16 Thread Martin Gainty
ResourceBundle.getResource("errors") will get errors.properties language and country is self-explanatory.. variant is either WIN for Windows, MAC for Macintosh, and POSIX for POSIX The order to locate the resources properties file on your classpath is .. a.. baseName + "_" + language1 + "_" + c

Re: Tomcat 5.5.20: issue with tomcat service & defining application specific environment variables

2007-01-17 Thread Martin Gainty
a re-iteration of the suggestion already offered if in $JAVA_HOME%/jre/lib/i386/jvm.cfg you would see a specification for java.library.path as in /contents of jvm.cfg**/ java.library.path=/opt/jdk1.5.0_06/jre/lib/i386/client then.. place your dll in /opt/jdk1.5.0_06/jre/lib/i386/c

Re: Change the encoding format of xml outpu

2007-01-20 Thread Martin Gainty
agreeing with the previous post..I get this same error when the XML has any whitespace characters before To: "Tomcat Users List" Sent: Saturday, January 20, 2007 2:51 PM Subject: Re: Change the encoding format of xml outpu Sarah, I'm just following up on what JV mentioned. The "Content is no

Re: Reinstalling Tomcat after screwing up first install

2007-01-21 Thread Martin Gainty
Personally I would install Tomcat to a completely clean folder to avoid these sceanrios Anyone else? Martin -- --- This e-mail message (including attachments, if any) is intended for the use of the individual or entity to which

Re: how to tell Tomcat to send a blank "WWW-Authenticate" header?

2007-01-21 Thread Martin Gainty
this is correct The authenticate header must identify at least one Authentication challenge (Basic,Digest,SPAP,MSCHAP whatever) with regards to Basic Authentication "To receive authorization, the client sends the userid and password, separated by a single colon (":") character, within a base64

Re: Tomcat 6.0.8 & JSF 1.2 RI

2007-01-23 Thread Martin Dubuc
I am able to use JSF 1.2_03 RI inside Tomcat 6.0.8. Ensure you have the JSTL 1.2 also loaded. Martin On 1/22/07, Zaphod <[EMAIL PROTECTED]> wrote: I try to use the JSF 1.2_03 RI with Tomcat 6.0.8. I get a NullPointerException: Servlet.service() for servlet jsp threw exc

Re: CGIServlet in Tomcat 6

2007-01-23 Thread Martin Dubuc
Not sure if this is all that is required, but in the Context section of the webapp context.xml file, you need to add privileged=true property. Martin On 1/23/07, Yannick Haudry <[EMAIL PROTECTED]> wrote: Hi all, I'm using CGI servlet in Tomcat 5 without any problem, but with Tom

64-bit tomcat5.exe not working properly (TC 5.5.20)

2007-01-23 Thread Martin Skøtt
the windows shows up two more times - with the other arguments from service.bat. I have checked the options against the ones documented on the procrun homepage, but they all appear to be correct. Has anyone else experienced this and what did you

RE: Tomcat 5.5 and x64 Windows

2007-01-24 Thread Martin Skøtt
mework64\ v2.0.50727 Do you have something similar on your server? I appreciate your time :) Regards, Martin > All, > > Found the problem with installing the 64-bit version of Tomcat as a > service on Windows Server 2003 x64. > > It required .Net Framework 2 x64 to be installed so ref

JSP include issue when pre-compiling using Ant/Tomcat

2007-01-25 Thread Martin Lambert
ere is a compile option. Tomcat should document what attributes the JSPc task supports, just like any other Ant task. 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: JSP include issue when pre-compiling using Ant/Tomcat

2007-01-25 Thread Martin Lambert
the Tomcat 4.1 libraries, so it appears to be a long standing problem. Don't get me wrong, I think this is a great extension to Ant that just needs some small wrinkles ironing out to become excellent. Thanks again, Martin. -Original Message- From: Tim Funk [mailto:[EMAIL PROT

Re: 64-bit tomcat5.exe not working properly (TC 5.5.20)

2007-01-25 Thread Martin Skøtt
;t be wasting as much time on this as I have... Martin > Hi everyone > > I'm trying to setup Tomcat as a service on 64-bit Windows with 64-bit > Java, but are having trouble installing the service. The Tomcat runs > properly when started using startup.bat. > > I have in

RE: JSP include issue when pre-compiling using Ant/Tomcat

2007-01-26 Thread Martin Lambert
n the same format as the standard Ant documentation for tasks, detailing each task option would be perfect. Thanks, Martin. -Original Message- From: Tim Funk [mailto:[EMAIL PROTECTED] Sent: 25 January 2007 17:17 To: Tomcat Users List Subject: Re: JSP include issue when pre-compiling

Re: XML Parse problem in a webapp context.xml

2007-01-28 Thread Martin Gainty
Pete-- I would run your xml thru a DOM Validator to test for malformed elements or attributes http://www.w3schools.com/dom/dom_validate.asp HTH Martin -- --- This e-mail message (including attachments, if any) is intended

Re: Need Help w. Database Servlet.

2007-01-28 Thread Martin Gainty
new UnavailableException( exception.getMessage() ); } //Any more SQL Statements should go here with the connection/statement/execute/GetResults } //doPost YMMV Martin-- --- This e-mail message (including attachme

Re: Tomcat and MySQL sync problems

2007-01-29 Thread Martin Dubuc
Not sure if it is the same problem, but we had similar issue and resolved it by increasing value of wait_timeout in /etc/my.cnf: wait_timeout=2147483647 I am not sure if the issue we were seeing was tied wth Tomcat or not though. Martin On 1/29/07, Chris Long <[EMAIL PROTECTED]> wrote:

Re: session hijacking again

2007-01-29 Thread Martin Gainty
John and Peter SE seems definitely O/T so please email me offline on this topic of Social Engineering..Perhaps this is a project which the government never discloses? Admittedly I have no information as to the definition and or implications of such a plan Thanks, Martin

Re: Help me implement comet !!!

2007-02-04 Thread Martin Gainty
please first check 1)that you are indeed posting HTTP GET 2)you do indeed have doGet method coded in your testComet class ... M- --- This e-mail message (including attachments, if any) is intended for the use of the individu

Re: IllegalStateException in Tomcat 5.5.X

2007-02-08 Thread Martin Gainty
Tim- Jumping into the middle of a thread is always dangerous but that said.. How about placing these session specific entites in Servlet so all have access? Martin __ Disclaimer and confidentiality note Everything in this e-mail and any attachments

Re: get a strange cast error with using the tomcat mail ressource

2007-02-11 Thread Martin Gainty
en(Folder.READ_WRITE); } (you will notice I didnt use lookup on mail/MonMail ) Martin-- --- This e-mail message (including attachments, if any) is intended for the use of the individual or entity to which it is addre

Re: Unable to work with Tomcat 4.0

2007-02-11 Thread Martin Gainty
That said What is the problem you are experiencing? 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

Re: Servlet/JSP source code to save data in a file

2007-02-11 Thread Martin Gainty
also..make sure your container identifies write permissions in $TOMCAT_HOME/conf/catalina.policy grant { permission java.io.FilePermission "/test.txt", "write"; }; HTH Martin-- --- This e-mai

How to configure logfile and options for mod_jk2

2005-10-19 Thread Martin Knoblauch
r.receive(): Received len=6430 type=3 So, how do I shut that up? Any help is appreciated. I already tried stuff like JKLogFile or logger.file, but no real success :-( Cheers Martin ------ Martin Knoblauch email: k n o b i AT knobisoft DOT de

Re: How to configure logfile and options for mod_jk2

2005-10-19 Thread Martin Knoblauch
true. The docs are not very clear about the relationships :-( Anyway, mod_jk 1.2.14 works great and does what I want :-) Cheers Martin ------ Martin Knoblauch email: k n o b i AT kno

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