Re: Exception during startup for little-g (Tomcat) 2.2.1

2011-01-20 Thread Bill Brown
Hi kevan: Thanks for helping me with this My plugin-repositories.properties file looked like this: bill@ubuntu:/opt/geronimo/var/config$ more plugin-repositories.properties #List of known plugin repositories. Fomat: url=username=password #Sun Jan 16 20:25:07 CST 2011

issue deploying webapp with security realm

2010-01-11 Thread Bill Brown
Greetings: I've got a copy of littl-g 2.2 (tomcat) running but have an issue deploying a web app that uses a properties file security realm. It is failing with the following exception during deployment: The application was not deployed. Unable to resolve reference ConfigurationFactory in

Re: installing console-tomcat on little-g 2.2 tomcat

2010-01-11 Thread Bill Brown
Yes, that would work. Installation using http://geronimo.apache.org/plugins/geronimo-2.2 is working fine for me. Not sure if that's because something was fixed... --kevan Hi Kevan: Between last night and this morning, the plugins file was updated to include the release instead of the

Re: issue deploying webapp with security realm

2010-01-11 Thread Bill Brown
Bill Brown wrote: According to the reports, I should be able to work around the issue by adding the security realm as a dependency in the geronimo-web.xml. https://issues.apache.org/jira/browse/GERONIMO-4553?focusedCommentId=12738770page=com.atlassian.jira.plugin.system.issuetabpanels

installing console-tomcat on little-g 2.2 tomcat

2010-01-10 Thread Bill Brown
Greetings: I was having an issue trying to install the tomcat-console app for little-g tomcat 2.2. Installing from the apache public geronimo 2.2 repo deploy.sh search-plugins http://geronimo.apache.org/plugins/geronimo-2.2 wasn't working because the versions in that location are only

configure 3 IP based apache vhosts to 1 geronimo host

2009-06-12 Thread Bill Brown
Greetings geronimo users. I have a question for people regarding the configuration of geronimo 2.1.4 I'm trying to get working. I have 3 apache IP based virtual hosts. hosta, hostb, hostc I have 1 backend geronimo instance with three apps: localhost/hostaApp, localhost/hostbApp,

Re: configure 3 IP based apache vhosts to 1 geronimo host

2009-06-12 Thread Bill Brown
Hi David: Thanks for the suggestions. I managed to get the sites to load now by adding the trailing slash / character in my ProxyPass directive after the app name. ProxyPass / balancer://tomcat/hostaApp stickysession=JSESSIONID changed to ProxyPass / balancer://tomcat/hostaApp/

geronimo 2.1.4 on amd64 tomcat 5 shuts down automatically

2009-06-03 Thread Bill Brown
Greetings: I am running geronimo-tomcat v2.1.4 on an amd64 linux with tomcat 5 server. The server has shut down automatically without prompting after a period of idle time several times since install several days ago. I have tuned the logs to DEBUG mode and there are no errors in the log.

Re: JSP Charset encoding issue

2008-04-05 Thread Bill Brown
the xml content encoding should affect the http header charset? thanks david jencks On Apr 4, 2008, at 6:05 PM, Bill Brown wrote: Greetings Jarek: I tried your recommendation and it looks like the embedded tomcat in geronimo is also giving the same ISO-8859-1 header response. Here is what I

JSP Charset encoding issue

2008-04-04 Thread Bill Brown
Greetings: I am checking the standards compliance for some of my jsp pages that render as XHTML. I have run into the issue where my jsp file is encoded as UTF-8 (according to the eclipse editor) and it includes the ?xml version=1.0 encoding=UTF-8? at the top of the file. However Firefox / IE6

Re: JSP Charset encoding issue

2008-04-04 Thread Bill Brown
Greetings: I also want to note that I am using the latest Geronimo 2.1 release and have added starting the server with -Dfile.encoding=UTF-8 but that doesn't seem to help. Thanks for any insight or input for this issue. Bill. Bill Brown wrote: Greetings: I am checking

Re: JSP Charset encoding issue

2008-04-04 Thread Bill Brown
a response from Apache httpd server. If so, what happens if you connect directly to the Geronimo server? Jarek On Fri, Apr 4, 2008 at 3:17 PM, Bill Brown [EMAIL PROTECTED] wrote: Greetings: I also want to note that I am using the latest Geronimo 2.1 release and have added starting

Help with virtual host configuration

2007-08-09 Thread Bill Brown
Greetings: I am trying to setup a virtual host configuration for 3 hosts with the latest tomcat based release 2.0 candidate. The documentation page http://cwiki.apache.org/GMOxDOC20/configuring-virtual-hosts-in-geronimo-tomcat.html does not seem to match the setup of the released config.xml

filter-mapping for j_security_check

2007-07-18 Thread Bill Brown
Greetings: I have an app with container managed security. There is a login form that uses j_username and j_password to post to j_security_check. I would like to perform some validation on the j_username and j_password to make sure the data entered is valid before checking the credentials

Re: filter-mapping for j_security_check

2007-07-18 Thread Bill Brown
. In fact IIUC there is no j_security_check servlet, that is handled directly by the web containers security system. Is there some reason you can't put your validation logic in an (additional) login module? thanks david jencks On Jul 18, 2007, at 9:05 AM, Bill Brown wrote