[JBoss-user] Un subscribe

2001-07-31 Thread Alvin Yap
___ JBoss-user mailing list [EMAIL PROTECTED] http://lists.sourceforge.net/lists/listinfo/jboss-user

Re: [JBoss-user] Jetty vs. Tomcat

2001-04-19 Thread Alvin Yap
Tomcat is more robust and extensible. Jetty is lightweight and fast. Alvin Jason Dillon wrote: Does anyone have any opinions as to which contain is more robust, easier to use and such? --jason ___ JBoss-user mailing list [EMAIL PROTECTED]

[JBoss-user] JBoss 2.1 and Catalina-NullPointerException problem

2001-03-29 Thread Alvin Yap
I have a Jboss2.1 and Tomcat 4.0 (Catalina) on Linux 6.2 using JDK1.3 Does anybody have a fix to this problem. I have this app working on Jboss2.1 and Tomcat 3.2.1 [J2EE Deployer Default] Starting module bfrs_web.war [Auto deploy] java.lang.NullPointerException [Auto deploy] at

[JBoss-user] JBoss 2.1 and Catalina ( Tomcat 4.0)- JDBCRealm supported??

2001-03-23 Thread Alvin Yap
I know that JBoss 2.1 now works with Tomcat 4.0(catalina). Does anybody know if JDBCRealm is supported yet??. If not, Is there any alternative to using JDBCRealm?? Alvin ___ JBoss-user mailing list [EMAIL PROTECTED]

Re: [JBoss-user] how to access servlet within embedded tomcat??

2001-03-23 Thread Alvin Yap
In your application.xml you should have a web module context defined. ... module web web-urisample.war/web-uri context-root/sample/context-root /web /module To get to the servlet http://hostname:port/sample/servlet/ServletName Alvin Joe wrote: what context are you

Re: [JBoss-user] JDBCRealm , please help

2001-03-22 Thread Alvin Yap
I got it working over JBoss 2.1, Tomcat 3.2 and Postgres. 1)Edit the server.xml 2)Uncomment the JDBCRealm: RequestInterceptor className="org.apache.tomcat.request.JDBCRealm" debug="99" driverName="org.postgresql.Driver"