Identifying a page with no extension to be a JSP

2006-02-01 Thread Martin Dubuc
I have a page that has some JSP directives in it and I would like my Web server to process it as such, but the filename for this page is fixed and does not contain an extension. Is there a configuration item I can use in Tomcat to indicate that this file must be processed by the JSP engine? I ha

Re: Identifying a page with no extension to be a JSP

2006-02-01 Thread Martin Dubuc
Yees! I had tried to put the filename as a URL pattern, but without the path Tomcat didn't like it. Now, just adding a slash in front a the filename solves my problem! Thanks! Martin Christian Andersson <[EMAIL PROTECTED]> wrote: if you just want to do it for this fil

Servlet filter on j_security_check

2006-02-02 Thread Martin Dubuc
gets called while rendering pages, but doesn't seem to be invoked from j_security_check. Comments? Suggestions? Martin - Bring words and photos together (easily) with PhotoMail - it's free and works with Yahoo! Mail.

org.apache.log.format.Formatter

2006-02-05 Thread Martin Gainty
Good Morning Gentlemen- Any idea where I can acquire jar for org.apache.log.format? Sorry for the simple question Thanks! Martin Gainty - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL

RE: org.apache.log.format.Formatter

2006-02-05 Thread Martin Gainty
Gentlemen- I found this site EXTREMELY helpful http://www.jarhoo.com/jarhoo/jarfinder.jsp Thanks, Martin Gainty (mobile) 001-603-438-5053 Good Morning Gentlemen- Any idea where I can acquire jar for org.apache.log.format? Sorry for the simple question Thanks! Martin Gainty

Re: org.apache.log.format.Formatter

2006-02-05 Thread Martin Gainty
Good Morning Master! Im using Apache Velocity Servlet and found that class in logkit-1.0.1.jar Thanks for getting back to me so quickly! Martin Gainty (mobile) 603-438-5053 From: Rahul Akolkar <[EMAIL PROTECTED]> Reply-To: "Tomcat Users List" To: Tomcat Users L

Re: multiple domain names

2006-02-06 Thread Martin Gainty
Take a look at http://httpd.apache.org/docs/1.3/mod/core.html#virtualhost Martin- - Original Message - From: "Parsons Technical Services" <[EMAIL PROTECTED]> To: "Tomcat Users List" ; <[EMAIL PROTECTED]> Sent: Monday, February 06, 2006 8:06 PM Subject:

Re: multiple domain names

2006-02-07 Thread Martin Gainty
Alan - I thought for sure Apache was front-ending and not using the Tomcat standalone.. Thanks for the update, Martin- - Original Message - From: "Parsons Technical Services" <[EMAIL PROTECTED]> To: "Tomcat Users List" ; "Martin Gainty" <[EMAIL PROT

RFC2268

2006-02-07 Thread Martin Gainty
Good Afternoon All I am attempting to locate RFC2268 (RC2) java security providers for J2SDK 1.42 Suggestions??? Thanks, Martin-

Re: RFC2268

2006-02-07 Thread Martin Gainty
Good Afternoon Mike- That particular gentleman now works for RSA in bedford In the not too distant past I used to play chess with him.. Its a Small world. Thanks, M- P.S. Does IBM or Sun have any RC2 (compliant) provider jars ??? - Original Message - From: "Mike Fowler" <[EMAIL PROTECTED]

instructions on installing 5.5.7 compatibility package

2006-02-11 Thread Martin Gainty
Hello Everyone Does anyone know where the instructions for installing tc 5.5.7 compatibility package are? Thanks, M-

False Alarm

2006-02-11 Thread Martin Gainty
acquire the J2SE1.42 compat apckage from http://tomcat.apache.org/download-55.cgi This one works The other mirrors have a bad copy Thanks, Martin- - Original Message - From: Martin Gainty To: 'Tomcat Users List' Sent: Saturday, February 11, 2006 10:57 AM Subject: in

Re: java.lang.Object cannot be resolved

2006-02-11 Thread Martin Gainty
Lets start with the easy stuff is $JAVA_HOME\lib\rt.jar on your $CLASSPATH ??? Martin- - Original Message - From: "David Smith" <[EMAIL PROTECTED]> To: "Tomcat Users List" Sent: Saturday, February 11, 2006 1:56 PM Subject: Re: java.lang.Object cannot be

Re: java.lang.Object cannot be resolved

2006-02-11 Thread Martin Gainty
you make sure $JAVA_HOME is set correctly (and exported) otherwise things like $JAVA_HOME/bin/java and setting $CLASSPATH=$JAVA_HOME/jre/lib/rt.jar:$CLASSPATH wont work Martin- - Original Message - From: "Sebastian Funk" <[EMAIL PROTECTED]> To: "Tomcat Users

Re: java.lang.Object cannot be resolved

2006-02-13 Thread Martin Gainty
Sebastian- Sorry Im just a portal developer and not a Super User 'sudo' guy Im used to sticking environment variables into .profile or .bashrc files or execute at home/$USER as . .profile Thanks, Martin- 603-438-6038 - Original Message - From: "Sebastian Funk&quo

Re: OCI Driver and NLS_SORT

2006-02-16 Thread Martin Gainty
Bonjour Jean-Phillipe You can alter the default sort by manipulating SESSION NLS_SORT SESSION attribute ..for example connect [EMAIL PROTECTED] alter session set nls_sort=FRENCH; CREATE INDEX NLS_GENERIC ON TABLENAME ( NLSSORT(ColumnName,'NLS_SORT=FRENCH'));Bon Chance!Martin-E

Re: Retrieving host name

2006-02-20 Thread Martin Gainty
http://java.sun.com/products/servlet/2.3/javadoc/javax/servlet/http/HttpServletRequest.html Generally whatever variable you will be retrieving is accessed by a getHTTPVARIABLENAME i.e. getQueryString() acquires the QUERYSTRING HTH, Martin- - Original Message - From: <[EMAIL PROTEC

Re: JSP with use beans calls do not work

2006-02-26 Thread Martin Gainty
Also Claudio Make SURE your tld's (TagLibDescriptors) and jsp libraries (jars) are located in your WEB-INF/lib folder Bon Chance, Martin- - Original Message - From: Claudio Veas To: Tomcat Users List Sent: Saturday, February 25, 2006 3:04 PM Subject: Re: JSP with use

Re: [HELP] Forcing Context Reload (watched resource) via Java Code

2006-02-26 Thread Martin Gainty
summary of uses for J2EE containe thru SunOne AppServer at http://java.sun.com/blueprints/guidelines/designing_enterprise_applications_2e/deployment/deployment2.html Keep us apprised, Martin- - Original Message - From: "Rob Gregory" <[EMAIL PROTECTED]> To: "'Tomcat

Re: REMOTE_USER forwarding

2006-02-26 Thread Martin Gainty
Good Morning Karel- Which SSO package are you using? Thanks, Martin Gainty- 603-438-5053 OOA/OOD Instructor - Original Message - From: "Karel Sedlacek" <[EMAIL PROTECTED]> To: "Tomcat Users List" Sent: Saturday, February 25, 2006 5:10 PM Subject: REMOTE_

Re: Form login UTF-8 username problem

2006-03-02 Thread Martin Gainty
Dave- I believe you can effect this encoding if you specify encoding="UTF-8" in the xml element e.g. I am not aware of CJK implementations that use UTF-8 ..you may want to consider UTF-16 Scott does this look ok? HTH, Martin- - Original Message - From: "Dave" &l

Re: Form login UTF-8 username problem

2006-03-03 Thread Martin Gainty
Good Morning Dave- As more applications become localised which actually means 'internationalised' we will have to pay attention to character sets supporting DBCS character-sets Please keep me apprised, Martin- - Original Message - From: "Dave" <[EMAIL PROTECTED]&

Re: JSP on Tomcat: application scope variable

2006-03-06 Thread Martin Gainty
Good Morning Rahul- typically the properties file is located on your classpath Anyone else? Martin- - Original Message - From: "Rahul" <[EMAIL PROTECTED]> To: "Tomcat Users List" Sent: Sunday, March 05, 2006 3:42 PM Subject: RE: JSP on Tomcat: application s

Re: Form login UTF-8 username problem

2006-03-06 Thread Martin Gainty
the middle modfication to the transmission Keep us apprised, Martin- - Original Message - From: "Dave" <[EMAIL PROTECTED]> To: "Tomcat Users List" ; <[EMAIL PROTECTED]> Sent: Sunday, March 05, 2006 10:09 PM Subject: RE: Form login UTF-8 username problem Hi Danie

Re: High CPU Tomcat 5.5.12 - Caused By Norton AV on Win2K3

2006-03-12 Thread Martin Gainty
Good Evening Paul- At first glance it Appears that the component you are speaking of was blocking 8080 transmissions You should look at the Norton Internet Security config screen and manually configure Apache Tomcat to allow those transmissions.. HTH, Martin - Original Message

class file has wrong version 49.0, should be 48.0

2006-03-14 Thread Martin Gainty
Greets- Does anyone know what this message means? "class file has wrong version 49.0, should be 48.0" Thanks, M-

Re: class file has wrong version 49.0, should be 48.0

2006-03-14 Thread Martin Gainty
Yep I downloaded J2EE 1.4 from sun and somehow there were 1.5 binaries mixed in the tar I reverted back to my JDeveloper JDK/JRE and all is well Thanks Leon Martin- - Original Message - From: "Leon Rosenberg" <[EMAIL PROTECTED]> To: "Tomcat Users List"

AppServer Comparison metrics

2006-03-22 Thread Martin Gainty
Good Morning All- Has anyone come across any studies detailing comparisons of AppServers (supported name algorithms, supported security models, how many max threads are supported, J2EE support Servlet spec support?) etc ? Sorry for the O/T thread Many Thanks, Martin-

Re: system.out

2006-03-24 Thread Martin Gainty
http://logging.apache.org/log4j/docs/download.html - Original Message - From: "Gilbert, Antoine" <[EMAIL PROTECTED]> To: "Tomcat Users List" Sent: Friday, March 24, 2006 2:51 PM Subject: system.out How to redirect system.out and system.err to a file to a specific location and with a

Re: Get JDBCRealm's current user

2006-03-25 Thread Martin Gainty
Just a Cursory answer from google- ConnectionHandle.getMetaData().getUserName(). Anyone else? Viel Gluck, Martin- - Original Message - From: "Rapthor" <[EMAIL PROTECTED]> To: Sent: Saturday, March 25, 2006 8:14 AM Subject: Get JDBCRealm's current user Hello,

Re: Recommended Specs for Oracle 10g db server

2006-03-25 Thread Martin Gainty
, Martin-- - Original Message - From: "Alex Turner" <[EMAIL PROTECTED]> To: "Tomcat Users List" ; <[EMAIL PROTECTED]> Sent: Saturday, March 25, 2006 11:18 AM Subject: Re: Recommended Specs for Oracle 10g db server Turn off hyperthreading for starters. Oracle

hibernate jdbc drivers question

2006-03-25 Thread Martin Gainty
java.sql.DriverManager.getConnection(Unknown Source) Which hsqldb (presumably jdbc) drivers does Hibernate support??? Thanks, Martin-

Re: hibernate jdbc drivers question

2006-03-26 Thread Martin Gainty
Good Morning Wade- The driver is the wrong version..kinda like engine light going on your dash which will raise your blood pressure but will not deliver any useful information to whom do I send this post to? Thanks, Martin- - Original Message - From: "Wade Chandler&quo

Re: Cluster member discovery

2006-03-26 Thread Martin Gainty
Martin- - Original Message - From: "Filip Hanik - Dev Lists" <[EMAIL PROTECTED]> To: "Tomcat Users List" Sent: Sunday, March 26, 2006 3:06 PM Subject: Re: Cluster member discovery did you try to remove the bind address? Filip Parham, Clinton wrote: Hello

Re: unable to deploy a servlet while disabling the invoker

2006-03-26 Thread Martin Gainty
Good call wendy.. personally..I steer clear of things such as invoker which supposedly auto-configure web.xml for you Much better to identify jsp,servlet, startup params in web.xml beforehand That way you always know what tomcat is supposed to do- Martin- - Original Message - From

Re: Get JDBCRealm's current user

2006-03-27 Thread Martin Gainty
= (DataSource) context.lookup("java:comp/env/jdbc/WhateverPoolYouAreUsing"); Get a connection, for example: Connection con = ds.getConnection(); the connection handle will be used to access JDBCRealm information- Martin-- - Original Message - From: "Rapthor" <[EMAI

XMLSignature

2006-03-28 Thread Martin Gainty
Sorry for the O/T post but does Anyone know where XMLSignature lives? Thanks, Martin

Re: XMLSignature

2006-03-29 Thread Martin Gainty
already have that but none of the jars contain XMLSignature unless you know of a jar that may contain XMLSignature Thanks Martin-, - Original Message - From: "mylene" <[EMAIL PROTECTED]> To: "Martin Gainty" <[EMAIL PROTECTED]> Sent: Wednesday, Mar

Re: Get JDBCRealm's current user

2006-03-29 Thread Martin Gainty
If you have JNDI you can look it up that way for example Context initialContext = new InitialContext(); DataSource datasource = (DataSource)initialContext.lookup(fDATASOURCE_CONTEXT); Martin- - Original Message - From: "Rapthor" <[EMAIL PROTECTED]> To:

Re: XMLSignature

2006-03-29 Thread Martin Gainty
Good Morning Leon I found it but now I wanted to download JAXP but couldnt find it anywhere but with SUN's webservices toolkit I didnt want to download *all that other stuff * just to get jaxp.jar but I dont see any other alternative- Thanks for the response, Martin- - Original Me

Re: XMLSignature

2006-03-29 Thread Martin Gainty
sounds like a valuable resource..I look forward to his response. As far as how to use Remote Prodedure Call (XML transmissions on Port 80) vs using other transports (CORBA or DCOM) Take a look at this great tutorial http://www.angelfire.com/wi3/sjohn/etrade.html Thanks Leon Martin

Re: Get JDBCRealm's current user

2006-03-29 Thread Martin Gainty
tion items..right? I can better help you if you provide me some info on the ultimate goal, HTH, Martin-- - Original Message - From: "Rapthor" <[EMAIL PROTECTED]> To: Sent: Wednesday, March 29, 2006 12:18 PM Subject: Re: Get JDBCRealm's current user > > Using the

1.42 compat package

2006-03-29 Thread Martin Gainty
I know I only asked this a dozen or so times but I need to get ahold of the 1.42 compat package for Tomcat 5.x Is there ANY WAY we can ask the kind folks at google to put this into their keyword search?? Thanks, Martin-

Re: 1.42 compat package

2006-03-29 Thread Martin Gainty
Hello David- I could'nt find the compat package anywhere in that page look at http://www.devlib.org/apache/tomcat/tomcat-5/v5.5.15/bin/ Bookmark it Martin- - Original Message - From: "David Smith" <[EMAIL PROTECTED]> To: "Tomcat Users List" Sent: We

Re: Get JDBCRealm's current user

2006-03-29 Thread Martin Gainty
Pay close attention to how to configure Jetspeed as a servlet engine HTH, Martin-- - Original Message - From: "Rapthor" <[EMAIL PROTECTED]> To: Sent: Wednesday, March 29, 2006 3:06 PM Subject: Re: Get JDBCRealm's current user > > Sorry, here's what I

Re: Tomcat Logging

2006-03-31 Thread Martin Gainty
Good Morning Joe- Im going to take a guess at To: "Tomcat Users List" Sent: Thursday, March 30, 2006 3:06 PM Subject: Tomcat Logging > Is it possible to turn off Catalina's Commons logging > (from org.apache.catalina.*) in Tomcat 5.0 without > changing the debug level in log4j? > > Problem is

tools.jar not in CP (Tomcat 5.5.15)

2006-04-01 Thread Martin Schulz
pair. At least the order of arguments passed from startup.sh does not match how catalina.sh looks at the args, nor does catalina.sh actually consume the 'javac', or evaluate it as a valid command. I guess I'm confused at this stage as to what to believe

Re: tools.jar not in CP (Tomcat 5.5.15)

2006-04-02 Thread Martin Schulz
did I mention that I use the JDK 1.5.0_06... the tools.jar is well in $JAVA_HOME/lib. Any deeper ideas anybody? Martin Larry Meadors wrote: Sounds like you may have a JRE instead of a JDK. >From a command like do: cd $JAVA_HOME find -iname javac You should see one listed as './b

Re: tools.jar not in CP (Tomcat 5.5.15)

2006-04-02 Thread Martin Schulz
what _do_ I need to do to get access to tools.jar ? And firstly, why is the behavior different on Windows and Solaris? Nominally these are the exact same versions, 1.5.0_06. I thought there would be someone out there, who has seen this behavior before? Thanks! Martin Leon Rosenberg wrote

Re: tools.jar not in CP (Tomcat 5.5.15)

2006-04-03 Thread Martin Schulz
he Java compiler. In essence, on Unix, you will never see tools.jar in the classpath. The Windows startup scripts on the other hand, will always have tools.jar in the classpath - hence the discrepency. I will open a bug for this, and as a workaround remove the check in setclasspath.sh for my o

Re: Servlet action is not available

2006-04-04 Thread Martin Gainty
Red-- I am re-posting the question to tomcat-users with request to display contents of jndi.properties.. Thanks, Martin-- - Original Message - From: "Craig McClanahan" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" Sent: Monday, April 03, 2006 9:40 PM Subj

socket error using apr+openssl on solaris

2006-04-11 Thread Martin Hofmann
. Thanks, Martin Here is an excerpt from the catalina.out log file --- 11-Apr-2006 1:45:00 PM org.apache.coyote.http11.Http11AprProtocol start INFO: Starting Coyote HTTP/1.1 on http-8080 11-Apr-2006 1:45:01 PM org.apache.coyote.http11.Http11AprProtocol start SEVERE: Error starting

compression filter

2006-04-12 Thread Martin Gainty
Gentlemen Any clues where to acquire jar for compressionFilter ??? Thanks, Martin- * This email message and any files transmitted with it contain confidential information intended only for the person(s) to whom this email message

Re: compression filter

2006-04-12 Thread Martin Gainty
Thanks ! Martin * This email message and any files transmitted with it contain confidential information intended only for the person(s) to whom this email message is addressed. If you have received this email message in error

Re: Jasper Exception

2006-04-16 Thread Martin Gainty
Asad- in your web.xml what does your specify? Martin-- * This email message and any files transmitted with it contain confidential information intended only for the person(s) to whom this email message is addressed. If you have

Re: Stopping of tomcat failed.

2006-04-17 Thread Martin Gainty
If you do a netstat -a | grep TomcatPort will show the process listening on configured TomcatPort Is this what you're looking for? Martin-- * This email message and any files transmitted with it contain confidential inform

Re: Typical memory usage of a empty vanilla tomcat 5.5 - no webapps.

2006-04-19 Thread Martin Gainty
Frau Biernesser: for previous apache versions I would utilise the $time variable $time - The time the request was made- Anyone else? Martin-- * This email message and any files transmitted with it contain confidential

Fw: Typical memory usage of a empty vanilla tomcat 5.5 - no webapps.

2006-04-19 Thread Martin Gainty
I thought it was dependent on jvm.config args..specifically java.args=-server -Xmx512m - HTH, Martin-- * This email message and any files transmitted with it contain confidential information intended only for the person(s) to whom

Upgrade from tomcat 4.0.27 to 5.5.15 results in: "No Host matches server name"

2006-04-24 Thread Martin Sperl
e anything on the apache or mod_jk side, just changes to tomcat results in such a behaviour! The whole system is still in production with 4.0.27! Is there any explaination for this change in behaviour? What do I need to change to make this work again? Ciao, Martin P.s: Here the releva

Re: jsvc creates LOTS of processes

2006-04-25 Thread Martin Gainty
on debug option in jsvc.exe and doing a netstat -a before AND after) Just for my own understanding What do gain by running thru jsvc.exe vs &? Thanks, Martin -- * This email message and any files transmitted with it con

Unbalanced Session created/destroyed

2006-04-26 Thread Martin Goldhahn
n created. Dows this indicate an error or can this be ignored? Martin - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

O/T Jrun config topic

2006-05-01 Thread Martin Gainty
Good Morning All- One of the reasons why I like Tomcat is the ease of configuring in new components thru updates to server.xml Is there/Are there anything similar configuration capabilities available in Jrun?? Many Thanks and apologies for decidedly O/T item , Martin

JVM config in Tomcat

2006-05-07 Thread Martin Gainty
Good Morning Gentlemen- Dumb Question but I have to ask Is there a easy way to switch JVM configurations in Tomcat or does one have to re-install? Many Thanks, Martin Gainty __ Disclaimer and confidentiality note Everything in this e-mail and any

RE: JVM config in Tomcat

2006-05-07 Thread Martin Gainty
Good Morning Tim- This is Great advice Thanks for the quick response Much appreciated, Martin Gainty (mobile) 603-438-5053 From: "Tim Lucia" <[EMAIL PROTECTED]> Reply-To: "Tomcat Users List" To: "'Tomcat Users List'" Subject: RE: JVM c

Showing on the console or in the logs all the content of the post http methods

2006-05-08 Thread Julien Martin
Hello, How can I configure log4J in order to show on the console or in the logs all the content of the post http methods? thanks in advance, Julien. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EM

(Very O/T!) Oracle JDev configuration topic

2006-05-09 Thread Martin Gainty
Drivers Happy Coding, Martin -- * This email message and any files transmitted with it contain confidential information intended only for the person(s) to whom this email message is addressed. If you have received this email

When is init() called?

2006-05-11 Thread Martin Grogan
x27;t have control over when Tomcat gets restarted, but would need to re-init() our servlets from time to time. We are running on Tomcat 5.5.7 Thanks, Martin -------- Martin Grogan Keizen Software [EMAIL PROTECTED] www.keizenso

Re: deploying myapp.war as "/" - confused

2006-05-19 Thread Martin Grogan
Hello, I'm not sure if I understand your question, but for finding files that are relative to the current context, I use ServletConfig config config.getServletContext().getRealPath(your_file_here) Maybe that's not the correct way to be doing things??? But it works for me. Marti

Re: JDBCRealm authentication failing with MD5

2006-05-20 Thread Martin Gainty
accomplished with command line java org.apache.tomcat.modules.aaa.RealmBase -a MD5 where password is the plain text password to be digested Anyone else ?? Martin -- This email message and any files transmitted with it contain confidential information intended only for the person(s) to whom this email

Re: JDBCRealm authentication failing with MD5

2006-05-21 Thread Martin Gainty
a most Instructive Tutorial is located here http://www.unix.org.ua/orelly/java-ent/security/ch09_03.htm Thanks, Martin -- This email message and any files transmitted with it contain confidential information intended only for the person(s) to whom this email message is addressed. If you have

Re: Problem with Tomcat Unexpectedly Shutting Down

2006-05-21 Thread Martin Gainty
If you Start each webapp independently and note behaviour of the Tomcat engine can you determine which webapp is causing this malady? Specifically if you unload your balancer / restart Tomcat /does Tomcat Engine shutdown unexpectedly? Thanks, Martin -- This email message and any files

Re: ClassCastException on cluster deserialization

2006-05-21 Thread Martin Gainty
understand which classes are being invoked by Tomcat is located here http://tomcat.apache.org/tomcat-4.1-doc/class-loader-howto.html Martin -- This email message and any files transmitted with it contain confidential information intended only for the person(s) to whom this email message is addressed

Re: Problem with Tomcat Unexpectedly Shutting Down

2006-05-21 Thread Martin Gainty
er is that they balance the webapp software OR they are HW based in which case they can balance multiple hosts I know someone that knows balancers quite well if you provide me the vendor name offline I'll ask him tommorrow Good Luck/Viel Gluck Martin -- This email message and any files transmi

Re: Ant deploy task and cluster-wide (farm) deployment

2006-05-21 Thread Martin Gainty
Martin - This email message and any files transmitted with it contain confidential information intended only for the person(s) to whom this email message is addressed. If you have received this email message in error, please notify the sender immediately by telephone or email and destroy the

Re: Ant deploy task and cluster-wide (farm) deployment

2006-05-22 Thread Martin Gainty
complished using exec vs using ant copy) http://72.14.209.104/search?q=cache:ITQuwFOAUAAJ:buzz.bowstreet.com/post.asp%3Fmethod%3DReplyQuote%26REPLY_ID%3D506%26TOPIC_ID%3D272%26FORUM_ID%3D15+%22ANT+copy%22+and+%22samba+mount%22&hl=en&gl=us&ct=clnk&cd=1 Does this an

Re: Ant deploy task and cluster-wide (farm) deployment

2006-05-22 Thread Martin Gainty
ilities like curl to automate the task to open the axis servlet URL such as http://localhost:8080/manager/html/reload?path=/axis Does this help you? Martin -- * This email message and any files transmitted with it contain confidential

Re: Permission denied

2006-05-23 Thread Martin Gainty
The location directive for the virtual site has to be specified in httpd.conf ProxyPass ajp://localhost:8009/contact/ Allow from localhost Also determine if the admin is either blocking or using that port..if so find a work around Anyone else? M

Re: Permission denied (O/T)

2006-05-24 Thread Martin Gainty
considered 'O/T' for this list Suggestions for off-posting would/should be entertained Anyone else care to comment? Martin -- * This email message and any files transmitted with it contain confidential information intended o

Re: Tomcat 5.0.28 Manager Stopped Allowing Login

2006-05-25 Thread Martin Grogan
Hi, I had a similar problem recently. There are two Tomcat users files. One is locaed in the $TOMCAT/conf folder and the other is in your user home. Check both files to see what the problem might be there. Cheers, Martin nightdots wrote: I'm having trouble with Tomcat Manager (T

Re: Native connector startup problem

2006-05-25 Thread Martin Gainty
Looks more like AJP port is bound ..grep thru http*.conf , find the AJPPort specifier (usually 8009) then netstat -a | grep ThatPort (then go after the process id) If that doesnt solve it shutdown Tomcat/ shutdown Apache, and start Apache / start Tomcat If that doesnt solve it you may have to

Re: Native connector startup problem

2006-05-26 Thread Martin Gainty
Good Morning Josh- You asked Yoav Shapira (from Apache) on a very similar topic and he provided a suggestion last November I would be interested to know what were the results when you followed his suggestion? Thanks, Martin

Re: How to get process/threads dump when running tomcat in console

2006-05-28 Thread Martin Gainty
mkssoftware.com/eval/ HTH, Martin -- This email message and any files transmitted with it contain confidential information intended only for the person(s) to whom this email message is addressed. If you have received this email message in error, please notify the sender immediately by telepho

Re: Native connector startup problem

2006-05-28 Thread Martin Gainty
uilt and published the APR connector interface In any case let us know how you progress, Martin - This email message and any files transmitted with it contain confidential information intended only for the person(s) to whom this email message is addressed. If you have received this email messa

Fw: SSL with Tomcat and Apache..IE problems

2006-05-28 Thread Martin Gainty
tools/commons-daemon/bootsrap is the correct config which is defined here CLASSPATH=$CLASSPATH:\ > $JAVA_HOME/lib/tools.jar:\ > $DAEMON_HOME/dist/commons-daemon.jar:\ > $CATALINA_HOME/bin/bootstrap.jar:\ > $CATALINA_HOME/common/lib/log4j-1.2.8.jar:\ > $CATALINA_HOME/common/

Re: Fw: SSL with Tomcat and Apache..IE problems

2006-05-28 Thread Martin Gainty
any access Outside the internet (vis a vis the internet) RewriteCond uses https Bon Chance, Martin -- This email message and any files transmitted with it contain confidential information intended only for the person(s) to whom this email message is addressed. If you have received this email

Re: Configuring Tomcat HTTP server to generate proper links for non-English file names in a Directory Listing

2006-05-28 Thread Martin Gainty
You will need download and configure the i18 International jars (which are optional) to enable multi-language functionality Take a look at tomcat-i18n-**.jar item at http://tomcat.apache.org/tomcat-5.5-doc/class-loader-howto.html Bon Chance, Martin -- This email message and any files

Re: Help needed:Context Creation Failed.

2006-05-29 Thread Martin Gainty
Did you setup each context as described http://tomcat.apache.org/tomcat-5.5-doc/config/context.html Did you setup crossContext = true so that multiple context's will route to other RequestDispatcher's configured within VirtualHost? M-

Re: mod_jk: shm and performance, & which port?

2006-05-29 Thread Martin Gainty
I assume you are implementing Tomcat 4/5? in which case I would suggest looking at http://tomcat.apache.org/connectors-doc/howto/workers.html for configuring AJPv13 workers- M- * This email message and any files transmitted with

Re: Help with Tomcat & MySQL using JNDI

2006-05-30 Thread Martin Gainty
ld re-reploy the webapps HTH, Martin -- * This email message and any files transmitted with it contain confidential information intended only for the person(s) to whom this email message is addressed. If you have received this email m

Re: Configuring Tomcat HTTP server to generate proper links for non-English file names in a Directory Listing

2006-05-30 Thread Martin Gainty
Encoding("UTF-8") for both the request AND the response.. (article available at http://java.sun.com/developer/technicalArticles/Intl/HTTPCharset/) HTH, Martin -- This email message and any files transmitted with it contain confidential information intended only for the person(s) to w

Re: JNDI datasource failing

2006-05-31 Thread Martin Grogan
experiencing something like this? Martin Dan Simmonds wrote: I hope someone can help me with this problem. I have a webapp that used an JNDI datasource that runs fine on my local test environment. When I put it on my server it fails with the following error: javax.servlet.jsp.JspException: Unable to get

Re: JNDI datasource failing

2006-05-31 Thread Martin Grogan
nment. Martin Dan Simmonds wrote: I have tried to put the resource in the server.xml file, and found that the same problem occurred. Also the exact same configuration works flawlessly in my test environment, so I don't know. I'd rather keep the details in my webapp's context if poss

Re: Configuring Tomcat HTTP server to generate proper links for non-English file names in a Directory Listing

2006-05-31 Thread Martin Gainty
Sounds good, Thanks Mark Martin -- * This email message and any files transmitted with it contain confidential information intended only for the person(s) to whom this email message is addressed. If you have received this email

Re: Webapp reload failing, but restarting tomcat allows webapp to load fine

2006-06-01 Thread Martin Gainty
If you check the logs ..more than likely you may be trying to pull a class that is not on classpath or maybe an aberrant configuration abeerant config is servlet-mapping may be munged in web.xml HTH, Martin -- * This email

Re: Tomcat as a standalone webserver. Why not?

2006-06-01 Thread Martin Gainty
s beats em all.. +1 Martin -- * This email message and any files transmitted with it contain confidential information intended only for the person(s) to whom this email message is addressed. If you have received this email messag

Re: Tomcat windows service terminated expectedly

2006-06-03 Thread Martin Gainty
Good Morning Bill- I agree this can be a bit of a challenge but I found starting with base webapps and then adding one webapp at a time usually helps Also in the server.xml turn on debug flag via debug attribute Then check the Logs and send that to us here HTH, Martin-- This email message

Re: Retrieve certain session data inside a servlet

2006-06-03 Thread Martin Gainty
68 spec is published at http://jcp.org/aboutJava/communityprocess/final/jsr168/ For specific implementation details I would encourage you to look at John Lewis' article available at http://www.theserverside.com/tt/articles/article.tss?l=ClusteringTomcat HTH. Martin-- This email messag

Re: ajax response from tomcat by including JSP from a servlet - fails silently when HTML is badly formed.

2006-06-04 Thread Martin Gainty
, Martin -- This email message and any files transmitted with it contain confidential information intended only for the person(s) to whom this email message is addressed. If you have received this email message in error, please notify the sender immediately by telephone or email and destroy the

Re: Can`t resolve JDBCRealm problem

2006-06-04 Thread Martin Gainty
userRoleTable column name which specifies roles given to a user..best to call 'role' HTH Martin -- This email message and any files transmitted with it contain confidential information intended only for the person(s) to whom this email message is addressed. If you have receiv

Re: Problem while deploying war

2006-06-04 Thread Martin Gainty
Agreed- The protocol part of the URL spec seems to confuse alot of people Take a look at this very brief primer on URL construction courtesy of Williams College http://www.cs.williams.edu/~cs105s00/outlines/CS105_70.html HTH, Martin -- This email message and any files transmitted with it

<    1   2   3   4   5   6   7   8   9   10   >