[ https://issues.apache.org/jira/browse/GERONIMO-2964?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12527805
]
Anita Kulshreshtha commented on GERONIMO-2964:
----------------------------------------------
I did not expect SUID change to work.. The Holder class
http://svn.apache.org/viewvc/geronimo/server/trunk/modules/geronimo-j2ee/src/main/java/org/apache/geronimo/j2ee/annotation/Holder.java?sortdir=down&r1=566236&r2=568253
changes a List to a Set, which is equivalent to deleting a field. This is not a compatible
change as described here:
http://java.sun.com/j2se/1.5.0/docs/guide/serialization/spec/version.html#6678
This is likely to produce unexpected behavior irrespective of your patch. If we want
to promise upward compatibility to our users, we need to fix this.
> Cannot specify the Tomcat work directory for a web application
> --------------------------------------------------------------
>
> Key: GERONIMO-2964
> URL: https://issues.apache.org/jira/browse/GERONIMO-2964
> Project: Geronimo
> Issue Type: Improvement
> Security Level: public(Regular issues)
> Components: Tomcat
> Affects Versions: 1.2, 2.0-M5
> Reporter: Aman Nanner
> Assignee: Vamsavardhana Reddy
> Priority: Minor
> Fix For: 2.0.2, 2.0.x, 2.1
>
> Attachments: g2964.war, GERONIMO-2964-combined-new.patch, GERONIMO-2964-combined.patch,
GERONIMO-2964.patch, tomcat-config-workdir.patch, tomcat-workdir.patch
>
>
> In Tomcat, a work directory can be specified for a web application in a WEB-INF/context.xml
file. The GeronimoStandardContext does not permit the user to specify a work directory, and
so the work directory defaults to var/catalina/work/<web-app>.
> I've submitted a patch file that modifies the geronimo-tomcat-1.2 schema to permit the
user to optionally specify a work directory. This work directory is then propagated into
the TomcatContext. I've tested this and it seems to work well.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.
|