[JBoss-user] [Beginners Corner] - Re: Jboss 3.2.3 not starting with jdk1.5.0

2005-11-25 Thread frankgrimes
"JBoss AS 3.2.6 and 4.0.1 are the first to be fully functional under JDK 5." http://wiki.jboss.org/wiki/Wiki.jsp?page=JBossVsJavaJDKVersionMatrix View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3909080#3909080 Reply to the post : http://www.jboss.com/index.htm

[JBoss-user] [Installation, Configuration & Deployment] - Re: JBOSS on AIX system

2005-11-22 Thread frankgrimes
Be aware that the tar program shipped with AIX is not GNU-tar compatible, so you may want to download the .zip distribution and use $JAVA_HOME/bin/jar -xvf to decompress it. Make sure you have the latest IBM JDK filesets installed since we have hit many bugs in previous releases. I think the la

[JBoss-user] [Tomcat, HTTPD, Servlets & JSP] - Re: JspCompiler issue with JBoss-3.2.3 running on Java 1.5.0

2005-11-18 Thread frankgrimes
http://wiki.jboss.org/wiki/Wiki.jsp?page=JBossVsJavaJDKVersionMatrix View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3907886#3907886 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3907886

[JBoss-user] [Installation, Configuration & Deployment] - Re: Can JBoss 3.2.3 run on JDK1.5?

2005-09-19 Thread frankgrimes
http://wiki.jboss.org/wiki/Wiki.jsp?page=RunJBossWithJ2SDK1.5 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3895583#3895583 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3895583 ---

[JBoss-user] [Installation, Configuration & Deployment] - Re: Error trying to run jboss 3.2.7 on AIX 4.3 (using java 1

2005-08-25 Thread frankgrimes
You haven't provided very much info, but here's a couple of things you need to verify. 1) Are you using the latest IBM jdk filesets? See http://www-128.ibm.com/developerworks/java/jdk/aix/131/SDK131.fixes.html 2) Did you build Jboss-3.2.7 using the IBM 1.3.1 JDK? (I'd recommend you do so) You d

[JBoss-user] [Installation, Configuration & Deployment] - Re: JBoss 3.2.5 & JDK 5.0

2005-08-22 Thread frankgrimes
http://wiki.jboss.org/wiki/Wiki.jsp?page=RunJBossWithJ2SDK1.5 View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3891182#3891182 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3891182 ---

[JBoss-user] [JBoss Getting Started Documentation] - Re: What happened to jetty ??

2005-07-30 Thread frankgrimes
Yes, Tomcat replaced Jetty as the default web container in Jboss. This happened quite a while back, say jboss-3.2.1 or jboss-3.2.3. Acutally, to be more precise, Jetty is no longer supported by Jboss, but Jboss can still be configured to use Jetty instead of Tomcat. This is thanks to the Jetty dev

[JBoss-user] [JNDI/Naming/Network] - Re: java: prefix for datasources

2005-07-28 Thread frankgrimes
See the resource-ref tag of jboss.xml and jboss-web.xml. e.g. http://www.huihoo.com/jboss/online_manual/3.0/ch07.html http://www.huihoo.com/jboss/online_manual/3.0/ch07s22.html View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3887192#3887192 Reply to the post :

[JBoss-user] [Persistence,JBoss/CMP, Hibernate, Database] - Re: jboss-hibernate.deployer/ missing commons-collections-2.

2005-07-28 Thread frankgrimes
Yes, it was accidentally omitted from the jboss-4.0.2 binary distribution. You'll need to add it manually to your server/lib directory or upgrade to jboss-4.0.3-RC1. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3887189#3887189 Reply to the post : http://www

[JBoss-user] [JCA/JBoss] - Re: Problems with informix

2005-07-28 Thread frankgrimes
FYI, 3.00JC2 seems to have resolved the ifxjdbc.jar dependency on ifxjdbcx.jar: >From the release notes's list of fixed bugs: "171425 IFXJDBCX.JAR IS NOW REQUIRED. JAVA.LANG.NOCLASSDEFFOUNDERROR: COM/INFORMIX/JDBCX/IFXXAREUSABLECONNECTION" It's available here: http://www14.software.ibm.com/weba

[JBoss-user] [Persistence,JBoss/CMP, Hibernate, Database] - Re: HAR files and event listeners

2005-07-27 Thread frankgrimes
For anyone watching for a reply, looks like this question has been answered here: http://forum.hibernate.org/viewtopic.php?t=943345 View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3886894#3886894 Reply to the post : http://www.jboss.org/index.html?module=bb&op

[JBoss-user] [Installation, Configuration & Deployment] - Re: boot.log location ignores jboss.server.log.dir

2005-07-25 Thread frankgrimes
Hi Scott, I guess we must have introduced our own jboss.server.log.dir in-house a while back and I mistakenly assumed it was one of yours. FWIW, I added my vote to JBAS-1156. Thanks for taking the time to point it out to me. View the original post : http://www.jboss.org/index.html?module=bb&op

[JBoss-user] [Installation, Configuration & Deployment] - boot.log location ignores jboss.server.log.dir

2005-07-22 Thread frankgrimes
Hi, We would like to run multiple server instances from one server directory with log output going to a specified location for each instance. So far, it looks like everything obeys the jboss.server.log.dir property except run.jar's boot.log. $JBOSS_SRC\system\src\resources\log4j.properties curr

[JBoss-user] [Persistence,JBoss/CMP, Hibernate, Database] - HAR files and event listeners

2005-07-18 Thread frankgrimes
Hi, There doesn't seem to be a way to configure hibernate event listeners in HAR/META-INF/jboss-service.xml. For the moment, I've reverted back to creating and binding a SessionFactory myself in application code, but would ideally like to be able to take advantage of the JBoss/Hibernate JMX bea

[JBoss-user] [Beginners Corner] - Re: JDK vs. JRE

2005-07-05 Thread frankgrimes
Yes, what you're looking for is the J2SDK (Java 2 Software Developement Kit)... it used to simply be called the JDK (Java Development Kit). View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3883737#3883737 Reply to the post : http://www.jboss.org/index.html?mod

[JBoss-user] [Installation & Configuration] - Re: JBoss 4.0.2 and Jetty 5.1.4 problem (yes i have looked a

2005-07-05 Thread frankgrimes
FYI, jboss-ws4ee.sar contains jboss-ws4ee.war, which contains the invalid web.xml that was being referred to in previous posts. A fix for this was subsequently checked into jboss CVS and should have been included in 4.0.3RC1. I suggest you try jboss-4.0.3RC1. You'll probably still need to commen

[JBoss-user] [Beginners Corner] - Re: Drowning in complexity

2005-06-03 Thread frankgrimes
Checking the Wiki could have saved you half a day of browsing config files: http://wiki.jboss.org/wiki/Wiki.jsp?page=UsingJBossBehindAFirewall View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3880205#3880205 Reply to the post : http://www.jboss.org/index.html?mo

[JBoss-user] [Installation & Configuration] - Re: JBoss 4.0.2 with Jetty 5.x

2005-06-02 Thread frankgrimes
Try the Jetty mailing list: http://lists.sourceforge.net/lists/listinfo/jetty-support View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3880013#3880013 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3880013 --

[JBoss-user] [HTTPD, Servlets & JSP] - Re: streaming pdf's from servlet to IE browser not working o

2005-05-26 Thread frankgrimes
One thing that we did to avoid this problem is to enable caching (TTL of 5 mins.) and tack on a generated "magic number" (a.k.a. timestamp) to the URL. That way, IE re-requests would all be for the same URL and therefore cached, but our own URLs would always change, forcing IE to fetch from the s

[JBoss-user] [HTTPD, Servlets & JSP] - Re: streaming pdf's from servlet to IE browser not working o

2005-05-26 Thread frankgrimes
This seems to be a known issue with IE. e.g. the jakarta POI FAQ has the following to say on the topic: anonymous wrote : 7. I'm trying to stream an XLS file from a servlet and I'm having some trouble. What's the problem? | | The problem usually manifests itself as the junk characters being

[JBoss-user] [Installation & Configuration] - Re: JBoss 3.2.3 on AIX 5.2

2005-05-19 Thread frankgrimes
First thing I would do is check to make sure I have the latest IBM JDK filesets... looks like 1.4.2.5 (32 and 64-bit) is the latest available now for JDK-1.4.2. Next, I would try to build Jboss with the IBM JDK. Over the years, I've occasionally seen cases where the IBM JVM chokes on classes co

[JBoss-user] [Installation & Configuration] - Re: JBoss 4.0.2 with Jetty 5.x

2005-05-10 Thread frankgrimes
The log output you posted doesn't show what exception(s) are occurring that are keeping those services from being deployed. Still, I did manage to get everything working by building a jetty-5.1.4rc0-jboss-4.0.2.sar from the jetty-5.1.4rc0-all.zip distribution. Just edit jboss.properties and run

[JBoss-user] [Installation & Configuration] - Re: JBoss 4.0.2 with Jetty 5.x

2005-05-09 Thread frankgrimes
http://www.jboss.org/index.html?module=bb&op=viewtopic&t=63494 View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3877010#3877010 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3877010 --

[JBoss-user] [JBossWS] - Re: jboss-4.0.2 jboss-ws4ee.war won't deploy

2005-05-04 Thread frankgrimes
Hmm, it looks like jbossweb-tomcat55.sar is pretty lenient about invalid web.xml files. The java.lang.ClassNotFoundException only appeared when I tried to deploy jboss-ws4ee.war with jbossweb-jetty.sar (built from jetty-5.1.4rc0). Tomcat deployed the war file without so much as a warning. Also,

[JBoss-user] [JBossWS] - jboss-4.0.2 jboss-ws4ee.war won't deploy

2005-05-03 Thread frankgrimes
In jboss-4.0.2's jboss-ws4ee.war, the web.xml file defines the following: | JBossAxisAdminServlet | JBoss-Axis Admin Servlet | org.jboss.webservice.server.JBossAdminServlet | When starting either the all or default server directory that come with jboss-4.0.2, the follow

[JBoss-user] [Security & JAAS/JBoss] - Re: Password Encryption with DatabaseLoginModule

2005-04-27 Thread frankgrimes
mjdinsmore, DatabaseServerLoginModule supports hashing of passwords out-of-the-box. (functionality inherited from its base class, UsernamePasswordLoginModule) More specifically, check out the following login-module parameters... hashAlgorithm: the message digest algorithm used to hash passw

[JBoss-user] [Installation & Configuration] - Re: howto setup jboss in AIX

2005-03-18 Thread frankgrimes
Looks like you've found a bug in IBM's latest 64-bit 1.4.2 JDK for AIX. I suggest that you open up a support case with them through your AIX support channels. In the meantime, you might want to check to see if the 32-bit version of their JDK works (you should be able to install it on a 64-bit AI

[JBoss-user] [Installation & Configuration] - Re: AIX @LongLink problem

2005-03-17 Thread frankgrimes
Not 100% sure that it applies to your problem, but you might want to have a look at this thread: http://www.jboss.org/index.html?module=bb&op=viewtopic&t=55007 View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3870557#3870557 Reply to the post : http://www.jbos

[JBoss-user] [Installation & Configuration] - Re: howto setup jboss in AIX

2005-03-17 Thread frankgrimes
Well, it does look like your IBM JDK filesets are up-to-date. Are you absolutely sure that there is no javacore.txt file generated by the IBM JRE? It would likely show up where you launched JBoss from (e.g. $JBOSS_HOME/bin). If there is such a core dump file, it would tend to indicate a bug in th

[JBoss-user] [Installation & Configuration] - Re: howto setup jboss in AIX

2005-03-16 Thread frankgrimes
Can you post the results of $JAVA_HOME/bin/java -version? Also, any stack trace(s) in your server log might be helpful too. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3870361#3870361 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&

[JBoss-user] [Installation & Configuration] - Re: howto setup jboss in AIX

2005-03-15 Thread frankgrimes
All you need is the *latest* IBM JDK filesets installed, and you should be good to go. Just watch out for AIX tar and GNU tar incompatibilities: http://www.jboss.org/index.html?module=bb&op=viewtopic&t=55007 View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=38701

[JBoss-user] [The Lizzard's corner] - Thoughts on Tapestry

2005-03-13 Thread frankgrimes
Hi All, Just a thought, but I found myself wondering if Tapestry might not be another good candidate for inclusion under the JBoss umbrella, same as what happened with the Hibernate and (to a lesser extent) Tomcat projects. Personally, I think it could really help make JBoss an even more attrac

[JBoss-user] [Installation & Configuration] - Re: Request for help (URGENT) JBOSS ON LINUX

2005-02-23 Thread frankgrimes
Duplicate post. See http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3867638 View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3867640#3867640 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3867640

[JBoss-user] [Installation & Configuration] - Re: problem while running Jboss on redhat linux 8.0

2005-02-23 Thread frankgrimes
It looks like the linux kernel that linux 8.0 runs lists threads as separate processes when doing ps. I see the same behaviour on Redhat ES 2.1, but not e.g. on FreeBSD-5.3. If I remember correctly, it depends on the kernel's threading model I think linux threads list each thread as a separat

[JBoss-user] [Installation & Configuration] - Re: Why is -XX:+UseParallelGC causing the JVM

2005-02-17 Thread frankgrimes
No java application should be able to crash a JVM under normal conditions. That is why you are seeing: # HotSpot Virtual Machine Error, Internal Error # Please report this error at # http://java.sun.com/cgi-bin/bugreport.cgi I would suggest you try updating your JVM to the latest version (I beli

[JBoss-user] [Persistence & CMP/JBoss] - Re: org.jboss.ejb.plugins.LogInterceptor not printing SQLExc

2005-02-08 Thread frankgrimes
Any chance of finding out if/when this issue will be addressed? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3865705#3865705 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3865705 -

[JBoss-user] [Installation & Configuration] - Re: JBOSS 3.2.2 with Java SDK 1.3.1 on AIX 5.3

2005-02-02 Thread frankgrimes
FWIW, we experienced no problems in moving our jboss-3.2.3 app. from AIX 4.3.3-32bit to AIX 5.2-64bit with the IBM Java SDK 1.3.1 SR 7P. Haven't tried either AIX 5.3 or IBM Java SDK 1.3.1 SR 8 yet. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3864935#3864935

[JBoss-user] [The Lizzard's corner] - Re: Where's jboss-3.2.7?

2005-01-28 Thread frankgrimes
I see that it's been released today... it must have been removed from the JIRA roadmap while the release was being created the other night. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3864087#3864087 Reply to the post : http://www.jboss.org/index.html?modu

[JBoss-user] [The Lizzard's corner] - Re: Where's jboss-3.2.7?

2005-01-28 Thread frankgrimes
Yeah, I just noticed that this morning. Thanks. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3864105#3864105 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3864105 -

[JBoss-user] [Persistence & CMP/JBoss] - Re: org.jboss.ejb.plugins.LogInterceptor not printing SQLExc

2005-01-28 Thread frankgrimes
FYI, the issue has been logged as http://jira.jboss.org/jira/browse/JBAS-1324 View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3863896#3863896 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3863896 ---

[JBoss-user] [The Lizzard's corner] - Where's jboss-3.2.7?

2005-01-27 Thread frankgrimes
Why has jboss-3.2.7 disappeared from the JIRA road map? Also, it looks like jboss-3.2.7RC1 has been removed from the sourceforge downloads section. Has the 3.2 branch suddenly been killed off?? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3864025#3864025 Rep

[JBoss-user] [Persistence & CMP/JBoss] - org.jboss.ejb.plugins.LogInterceptor not printing SQLExcepti

2005-01-25 Thread frankgrimes
Hi, We are getting intermittent SQLExceptions from some CMP beans and the logs don't show any vendor-specific (ISAM) errors. By walking back through the sources, following the stack trace in the logs, it seems that org.jboss.ejb.plugins.LogInterceptor.handleException() doesn't check for SQLExce

[JBoss-user] [Performance Tuning] - Re: JBoss and usage of multiple processors

2005-01-11 Thread frankgrimes
If load isn't being balanced correctly across your processors, here are two likely culprits: a) Operating System b) Java Virtual Machine implementation for said O/S I seriously doubt there is any Jboss code that could impact processing load distribution View the original post : http://www

[JBoss-user] [Installation & Configuration] - Re: upgrading from 3.2.3. To 4.0.1 or 3.2.6 ?

2004-12-29 Thread frankgrimes
If I were running on jdk1.4, I would go for 4.0.1. Between 3.2.3 and 3.2.6 a lot of changes were introduced (some backported from the 4.x branch), so if you're gonna bang your head against the wall, it might as well be for 4.0.1. :-) Note that from 3.2.3 to 3.2.6, jdk1.3 compatibility has been b

[JBoss-user] [Installation & Configuration] - Re: JBOSS 3.2.7 & 4.0.0 on ISeries V5R2M0

2004-12-22 Thread frankgrimes
To determine the full version of your JVM, type $JAVA_HOME/bin/java -version from the command line. Based on that, you can go to IBM to determine if they have patches/updates available for you. Also, you might want to post more of the server.log output because "09:32:14,484 ERROR [MainDeployer

[JBoss-user] [Installation & Configuration] - Re: JBOSS 3.2.7 & 4.0.0 on ISeries V5R2M0

2004-12-22 Thread frankgrimes
First, I would make sure you have the latest IBM java filesets installed (i.e. up to date in terms of JVM). Next, I would check to make sure that you are using the appropriate xerces and xalan classes (your VM might be bundled with older versions which have trouble parsing jboss' xml config file

[JBoss-user] [Beginners Corner] - Re: How to use run.jar and shutdown.jar

2004-12-13 Thread frankgrimes
Please post the error you are getting, otherwise it is nearly impossible for anyone to help you. Also, knowing the JVM, Jboss and OS versions might be useful too. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3858365#3858365 Reply to the post : http://www.jb

[JBoss-user] [HTTPD, Servlets & JSP] - Re: mod_jk, mod_jk2 or mod_jk1.2 ?

2004-11-11 Thread frankgrimes
For apache 1.3.x: RewriteEngine On RewriteRule ^(.*) http://localhost:8080$1 [L,P] ProxyPassReverse / http://localhost:8080/ View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3854854#3854854 Reply to the post : http://www.jboss.org/index.html?module=

[JBoss-user] [HTTPD, Servlets & JSP] - Re: mod_jk, mod_jk2 or mod_jk1.2 ?

2004-11-10 Thread frankgrimes
For what it's worth, we have found mod_jk to be a little flakey at times, so we use neither. If you don't need to rely on mod_jk for load balancing, then simply using mod_rewrite/mod_proxy will likely save you some hassles. View the original post : http://www.jboss.org/index.html?module=bb&op=

[JBoss-user] [Beginners Corner] - Re: Few newbie admin questions...

2004-11-03 Thread frankgrimes
Hi jeffzoot, For what it's worth, I have found mod_jk to be a little flakey at times. If you don't need to rely on it for load balancing, then simply using mod_rewrite/mod_proxy might save you some hassles. As for Jboss 4.x/jdk1.5, if I were planning a new deployment I might consider starting o

[JBoss-user] [Installation & Configuration] - Re: Installing and configuring JBoss 3.2.6 on solaris with j

2004-11-01 Thread frankgrimes
I believe that while the 3.2 branch of Jboss supports jdk1.3.1, the binary distribution is compiled on JDK 1.4 (1.4 target) so you should probably download the source distribution and build it yourself on your environment. Note that some features that were backported from 4.0 to the 3.2 branch (i

[JBoss-user] [Installation & Configuration] - Re: I am looking for a JBoss-Jetty.sar for jboss4.0.0RC1

2004-10-20 Thread frankgrimes
"lilredheadgrl" wrote : Doesn't seem to exist yet. Here is what is available: | http://sourceforge.net/project/showfiles.php?group_id=7322 While a binary distribution isn't available, I was able to build a jetty-5.0.0-jboss-4.0.0 sar file. Simply download Jetty, modify Jetty/extra/j2ee/jboss.p

[JBoss-user] [News & Announcements] - Re: 3.2.6 Release Available

2004-10-20 Thread frankgrimes
Incidentally, I was able to build a jetty-5.0.0-jboss-4.0.0 sar file with the above-mentioned method. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3852068#3852068 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3852068

[JBoss-user] [Security & JAAS/JBoss] - Re: Will $100 Manual help us to resolve this security issue

2004-10-19 Thread frankgrimes
Just a quick tip. I've noticed that in order to get help on these (and most Open Source) fora, it helps to provide specific information. Such as: JBoss version JVM OS Stack Trace (where applicable) View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3851944#38519

[JBoss-user] [News & Announcements] - Re: 3.2.6 Release Available

2004-10-18 Thread frankgrimes
"In addition to that, we're stuck with using JBoss 3.2.3 because that's the last version that came with Jetty as a bundled JSP/Servlet engine." You're not stuck. Binary distributions of jetty-jboss.sar for jboss-3.2.5 are available at http://sf.net/projects/jetty (4.2 for servlet 2.3/JSP 1.2 or

[JBoss-user] [Installation & Configuration] - Re: JBoss 3.2.5 & Jetty combination?

2004-10-08 Thread frankgrimes
In moving from jetty-4.2.14 to jetty-5.0.0, you are moving from a servlet 2.3 to a servlet 2.4 web container. (and probably a different Jasper version too JSP 1.2 v.s JSP 2.0) Do you get the same error with jetty-4.2.22-jboss-3.2.5.sar? If so, you might want to take this up on the Jetty forums.

[JBoss-user] [Beginners Corner] - Re: unarchiving jboss 3.2.5 on AIX 5.2

2004-10-07 Thread frankgrimes
We've seen incompatibilities between AIX's tar and linux tar. You might want to try creating a zip/jar of the contents on a windows or linux box and then unjarring it on AIX. (JAVA_HOME/bin/jar -xvf jboss-3.2.5.jar) View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: JBoss + AIX + java.lang.NullPointerException at org.mort

2004-10-06 Thread frankgrimes
I believe that this was a Jetty bug fixed quite a while ago: Jetty-4.2.15rc0 - 22 November 2003 + PathMap uses own Map.Entry impl for IBM JVMs View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3850565#3850565 Reply to the post : http://www.jboss.org/index.ht

[JBoss-user] [Installation & Configuration] - Re: JBoss 3.2.5 & Jetty combination?

2004-10-01 Thread frankgrimes
Simply dropping in a correct jetty-jboss.sar (built against the right version of jboss) and deleting the tomcat sar is all you should need to do. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3850086#3850086 Reply to the post : http://www.jboss.org/index.htm