[jira] Created: (GERONIMO-3221) Apache HTTP Server portal in admin console ends in HTTP 404 error

2007-06-06 Thread Rajiv M (JIRA)
: Bug Security Level: public (Regular issues) Components: console Affects Versions: 2.0-M5 Environment: Windows XP Reporter: Rajiv M On clicking Apache HTTP Server link in the console, a 404 error is received. -- This message is automatically generated

[jira] Created: (GERONIMO-3150) Cannot open mutliple connections to Derby from Geronimo

2007-05-11 Thread Rajiv M (JIRA)
Level: public (Regular issues) Components: databases Affects Versions: 1.1.1 Environment: Windows XP. 32-bit. Reporter: Rajiv M The below is a testcase to simulate the problem: Steps: Create a Derby database from DBManager Create a Derby database pool in Geronimo

[jira] Created: (GERONIMO-3108) Deploy fails when a WAR is deployed having a CSS file with special character

2007-04-20 Thread Rajiv M (JIRA)
Issue Type: Bug Security Level: public (Regular issues) Components: deployment Affects Versions: 1.1.1 Environment: Windows XP Reporter: Rajiv M Priority: Minor A WAR with a CSS file named with special characters fails to deploy

[jira] Created: (GERONIMO-3009) java.lang.IllegalArgumentException from hot deployer needs improved error message

2007-03-23 Thread Rajiv M (JIRA)
: Geronimo Issue Type: Improvement Security Level: public (Regular issues) Components: Hot Deploy Dir Affects Versions: 1.1.1 Reporter: Rajiv M Priority: Minor When an invalid directory structure for a web app is placed in the deploy folder

Error in Tomcat Connector

2007-02-13 Thread Rajiv M
Hello, Attempting to configure Geronimo with IIS Web Server. The IIS setup was done based on a previous thread in the mailing list. While launching the web application as http://localhost/Test/index.jsp, the below error occured in AJP log: [Tue Feb 13 23:06:33 2007] [4616:4004] [info]

Re: VM options to run Geronimo

2006-03-29 Thread Rajiv M
Hello, -Xmx2048m -Xms2048m - this is a very bad setting. this will induce fragmentation of java heap, which means heap will fail to allot contiguous memory for a large object allocation (greater than 7 MB is considered large). This would subsequently end in an OOM. Ideally -Xms256 and -Xmx1024

Re: VM options to run Geronimo

2006-03-29 Thread Rajiv M
I mean -Xms=-Xmx is a bad setting ~rajiv On 3/29/06, Rajiv M [EMAIL PROTECTED] wrote: Hello, -Xmx2048m -Xms2048m - this is a very bad setting. this will induce fragmentation of java heap, which means heap will fail to allot contiguous memory for a large object allocation (greater than 7 MB

Re: [jira] Created: (GERONIMODEVTOOLS-37) Spec JARs missing in Geronimo targetted Web project

2006-01-10 Thread Rajiv M
The spec jars are located at Geronimo installdir\repository\org.apache.geronimo.specs\jarsOn 1/11/06, Kathy Chan (JIRA) [EMAIL PROTECTED] wrote:Spec JARs missing in Geronimo targetted Web project --- Key: GERONIMODEVTOOLS-37 URL:

[jira] Commented: (GERONIMODEVTOOLS-37) Spec JARs missing in Geronimo targetted Web project

2006-01-10 Thread Rajiv M (JIRA)
[ http://issues.apache.org/jira/browse/GERONIMODEVTOOLS-37?page=comments#action_12362412 ] Rajiv M commented on GERONIMODEVTOOLS-37: - The spec jars are located at Geronimo installdir\repository\org.apache.geronimo.specs\jars Spec JARs missing