[JBoss-user] [Management, JMX/JBoss] - Re: Problem getting mbean server

2005-09-21 Thread dhill
I have tried this method and now that I have time I retested on 4.0.1 vs 4.0.2, 
it seems something has changed between these 2 implementation, JMX wise that is.

I am running both server on 1.4.2_03 jre. The findMBeaServer works on 4.0.1 but 
not on 4.0.2.

Any thoughts or suggestions ?

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3896066#3896066

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3896066


---
SF.Net email is sponsored by:
Tame your development challenges with Apache's Geronimo App Server. Download
it for free - -and be entered to win a 42" plasma tv or your very own
Sony(tm)PSP.  Click here to play: http://sourceforge.net/geronimo.php
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Management, JMX/JBoss] - Re: web server server port using JMX

2005-08-24 Thread dhill
I am using jboss 4.0.2 which is packaged with Tomcat 5.5, I am not seeing any 
attributes for this connector, any clue as to the ObjectName that I will need 
to use ?

Thanks

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3891421#3891421

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3891421


---
SF.Net email is Sponsored by the Better Software Conference & EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA
Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Management, JMX/JBoss] - web server server port using JMX

2005-08-21 Thread dhill
How can I get the port using jmx or is there another way besides reading from a 
xml file on  disk.

Thanks Don

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3890948#3890948

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3890948


---
SF.Net email is Sponsored by the Better Software Conference & EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA
Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Management, JMX/JBoss] - Re: determining re-deployed or deployed

2005-06-16 Thread dhill
Adrian,

Did you move this or what forum should I post this in ?

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3881782#3881782

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3881782


---
SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
from IBM. Find simple to follow Roadmaps, straightforward articles,
informative Webcasts and more! Get everything you need to get up to
speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Installation & Configuration] - WEB-INF/classes not reloaded

2005-04-07 Thread dhill
I am wondering howto config 4.0.1 to get an exploded war/web-inf/classes 
reloaded on a change in the class file. It seems that Deployment scanner only 
picks up the jars.



View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3873133#3873133

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3873133


---
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Installation & Configuration] - Re: resource-ref tag used for env-entry?

2005-03-06 Thread dhill
first a couple of questions, how are the ejb being deployed , If they are being 
deployed in a EAR all you have to do is place the entrys in the deployment plan 
jboss-app.xml, this is where you will be able to set up the actual value that 
is being returned from the lookup, it is done just like a datasource. The other 
solution would be global to the AS but you could bind to the jboss jndi tree a 
value but this is a kludge IMO, I think the only real solution is to include 
inan ear and bind them using the deployment plan.

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3868977#3868977

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3868977


---
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Installation & Configuration] - ClasscastException on JSP compile

2005-03-04 Thread dhill
Hi,

I have a ear configured with

com.dit.com:loader=b.ear
java2ParentDelegation=false


and when I try and run the warf thats in the ear I get a the following 
exception, is there something I am missing , I have debugged and it seems that 
the DocumentBuilder is null or not using jaxp, I can run these ear in a sindle 
mode but this causes issues in the bootstrap servlets.


va.lang.ClassCastException
  at javax.xml.parsers.DocumentBuilderFactory.newInstance(Unknown Source)
  at 
org.apache.jasper.xmlparser.ParserUtils.parseXMLDocument(ParserUtils.java:91)
  at 
org.apache.jasper.compiler.JspConfig.processWebDotXml(JspConfig.java:70)
  at org.apache.jasper.compiler.JspConfig.init(JspConfig.java:188)
  at 
org.apache.jasper.compiler.JspConfig.findJspProperty(JspConfig.java:240)
  at org.apache.jasper.compiler.Compiler.generateJava(Compiler.java:160)
  at org.apache.jasper.compiler.Compiler.compile(Compiler.java:470)
  at org.apache.jasper.compiler.Compiler.compile(Compiler.java:451)
  at org.apache.jasper.compiler.Compiler.compile(Compiler.java:439)
  at 
org.apache.jasper.JspCompilationContext.compile(JspCompilationContext.java:511)
  at 
org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:295)
  at 
org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:292)
  at org.apache.jasper.servlet.JspServlet.service(JspServlet.java:236)
  at javax.servlet.http.HttpServlet.service(HttpServlet.java:810)
  at 
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:237)
  at 
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:157)
  at 
org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter(ReplyHeaderFilter.java:75)
  at 
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:186)
  at 
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:157)
  at 
org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:214)
  at 
org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:104)
  at 
org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:520)
  at 
org.apache.catalina.core.StandardContextValve.invokeInternal(StandardContextValve.java:198)
  at 
org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:152)
  at 
org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:104)
  at 
org.jboss.web.tomcat.security.CustomPrincipalValve.invoke(CustomPrincipalValve.java:66)
  at 
org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:102)
  at 
org.jboss.web.tomcat.security.SecurityAssociationValve.invoke(SecurityAssociationValve.java:153)
  at 
org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:102)
  at 
org.jboss.web.tomcat.security.JaccContextValve.invoke(JaccContextValve.java:54)

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3868893#3868893

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3868893


---
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Installation & Configuration] - Re: no META-INF/application.xml found on new deployment

2005-02-08 Thread dhill
The ear is 22mb and if we copy over then it deploys correctly, any thought ?

don

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3865767#3865767

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3865767


---
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Installation & Configuration] - Re: no META-INF/application.xml found on new deployment

2005-02-07 Thread dhill
this should tell you the story.

--
2005-02-07 09:42:25,847 DEBUG 
[org.jboss.deployment.scanner.URLDeploymentScanner] Failed to deploy: [EMAIL 
PROTECTED] 
url=file:/home/nnguyen/JBoss/jboss-4.0.1/server/default/deploy/Express.ear, 
deployedLastModified=1107786617000 }
org.jboss.deployment.DeploymentException: No META-INF/application.xml found
at org.jboss.deployment.EARDeployer.init(EARDeployer.java:119)
at org.jboss.deployment.MainDeployer.init(MainDeployer.java:828)
at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:765)
at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:738)
at sun.reflect.GeneratedMethodAccessor48.invoke(Unknown Source)
at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:324)
at 
org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:144)
at org.jboss.mx.server.Invocation.dispatch(Invocation.java:80)
at 
org.jboss.mx.interceptor.AbstractInterceptor.invoke(AbstractInterceptor.java:122)
at org.jboss.mx.server.Invocation.invoke(Invocation.java:74)
at 
org.jboss.mx.interceptor.ModelMBeanOperationInterceptor.invoke(ModelMBeanOperationInterceptor.java:131)
at org.jboss.mx.server.Invocation.invoke(Invocation.java:74)
at 
org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:249)
at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:642)
at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:177)
at $Proxy8.deploy(Unknown Source)
at 
org.jboss.deployment.scanner.URLDeploymentScanner.deploy(URLDeploymentScanner.java:305)
at 
org.jboss.deployment.scanner.URLDeploymentScanner.scan(URLDeploymentScanner.java:463)
at 
org.jboss.deployment.scanner.AbstractDeploymentScanner$ScannerThread.doScan(AbstractDeploymentScanner.java:204)
at 
org.jboss.deployment.scanner.AbstractDeploymentScanner$ScannerThread.loop(AbstractDeploymentScanner.java:215)
at 
org.jboss.deployment.scanner.AbstractDeploymentScanner$ScannerThread.run(AbstractDeploymentScanner.java:194)
2005-02-07 09:42:30,855 DEBUG [org.jboss.deployment.MainDeployer] Starting 
deployment of package: 
file:/home/nnguyen/JBoss/jboss-4.0.1/server/default/deploy/Express.ear
2005-02-07 09:42:30,855 DEBUG [org.jboss.deployment.MainDeployer] Starting 
deployment (init step) of package at: 
file:/home/nnguyen/JBoss/jboss-4.0.1/server/default/deploy/Express.ear
2005-02-07 09:42:30,870 DEBUG [org.jboss.deployment.MainDeployer] Copying 
file:/home/nnguyen/JBoss/jboss-4.0.1/server/default/deploy/Express.ear -> 
/home/nnguyen/JBoss/jboss-4.0.1/server/default/tmp/deploy/tmp24538Express.ear
2005-02-07 09:42:31,048 DEBUG [org.jboss.deployment.MainDeployer] using 
deployer [EMAIL PROTECTED]
2005-02-07 09:42:31,048 INFO  [org.jboss.deployment.EARDeployer] Init J2EE 
application: 
file:/home/nnguyen/JBoss/jboss-4.0.1/server/default/deploy/Express.ear
2005-02-07 09:42:31,283 DEBUG [org.jboss.deployment.EARDeployer] Extracted 
deployable content: ExpressPortal.war
2005-02-07 09:42:31,290 DEBUG [org.jboss.deployment.EARDeployer] Extracted 
deployable content: library/ConfigService.jar
2005-02-07 09:42:31,291 DEBUG [org.jboss.deployment.EARDeployer] Extracted 
non-deployable content: META-INF/application.xml
-
thanks

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3865587#3865587

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3865587


---
This SF.Net email is sponsored by: IntelliVIEW -- Interactive Reporting
Tool for open source databases. Create drag-&-drop reports. Save time
by over 75%! Publish reports on the web. Export to DOC, XLS, RTF, etc.
Download a FREE copy at http://www.intelliview.com/go/osdn_nl
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Installation & Configuration] - Re: no META-INF/application.xml found on new deployment

2005-02-04 Thread dhill
heres the most relevent piece of the stacktrace
15:11:19,771 ERROR [MainDeployer] Could not initialise deployment: file:/home/nn
guyen/JBoss/jboss-4.0.0/server/standard/deploy/myProjectJboss.ear
org.jboss.deployment.DeploymentException: No META-INF/application.xml found
at org.jboss.deployment.EARDeployer.init(EARDeployer.java:119)
at org.jboss.deployment.MainDeployer.init(MainDeployer.java:799)
at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:736)
at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:709)
at sun.reflect.GeneratedMethodAccessor37.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3865223#3865223

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3865223


---
This SF.Net email is sponsored by: IntelliVIEW -- Interactive Reporting
Tool for open source databases. Create drag-&-drop reports. Save time
by over 75%! Publish reports on the web. Export to DOC, XLS, RTF, etc.
Download a FREE copy at http://www.intelliview.com/go/osdn_nl
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Installation & Configuration] - no META-INF/application.xml found on new deployment

2005-02-04 Thread dhill
I am running 4.0.1 and have a issue when I deploy a ear, it apperars on the 
first deployment on a jboss server that it can't find the application.xml, The 
ear is being copied over via a IDE,  if I restart the server it loads with out 
issue, is there anyway to prevent this from happening ?

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3865222#3865222

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3865222


---
This SF.Net email is sponsored by: IntelliVIEW -- Interactive Reporting
Tool for open source databases. Create drag-&-drop reports. Save time
by over 75%! Publish reports on the web. Export to DOC, XLS, RTF, etc.
Download a FREE copy at http://www.intelliview.com/go/osdn_nl
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Security & JAAS/JBoss] - Adding users with Jboss API

2004-11-29 Thread dhill
I have a need to be able to add users for the config jaas module, in my case I 
am using ldap and jdbc, does jboss have a facility(API) for managing these 
users and group, is there example code for this.

I have already configed a custom JAAS module for the auth part and now I need 
to administer the users and group. For example if a client want to config   
jboss using ldap how do I hook out security manager to admin the users.

thanks!!

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3856715#3856715

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3856715


---
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now. 
http://productguide.itmanagersjournal.com/
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Management, JMX/JBoss] - Re: war classloading issue on jboss-4.0.0

2004-11-11 Thread dhill
I am putting the castor jar in war/WEB-INF/lib and here is my jboss-web.xml

   
  test.com:loader=portal.war
  
 java2ParentDelegaton=false
  
   
   

I know if I remove the jar from server/default/lib it works but a client may 
want to use jaxr in this config.

.don


View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3854816#3854816

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3854816


---
This SF.Net email is sponsored by:
Sybase ASE Linux Express Edition - download now for FREE
LinuxWorld Reader's Choice Award Winner for best database on Linux.
http://ads.osdn.com/?ad_id=5588&alloc_id=12065&op=click
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Management, JMX/JBoss] - war classloading issue on jboss-4.0.0

2004-11-11 Thread dhill
I am trying to deploy a war to the default server using the isolation methods 
described in the classloading docs, the issue I am having is that we use a diff 
version of castor than what is shipped with jboss-4.0.0, I have tried the 
isolation methods but it seems that once the castor.jar from server/default/lib 
is accessed it is placed on a classloader that seems to be the parent of the 
war, the class is loaded in the 
jboss-4.0.0\server\default\deploy\ebxmlrr-service.sar\ebxmlrr.war servlet, so 
when I try to call my version, the classes are already loaded and hence I get a 
ClassCastException, how do I get around this issue, do I need to create a 
subclass or my own LoaderRepository, any thought or suggestions would be 
helpful.

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3854793#3854793

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3854793


---
This SF.Net email is sponsored by:
Sybase ASE Linux Express Edition - download now for FREE
LinuxWorld Reader's Choice Award Winner for best database on Linux.
http://ads.osdn.com/?ad_id=5588&alloc_id=12065&op=click
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Installation & Configuration] - jboss-4.0.0 and class-loader

2004-11-03 Thread dhill
I am trying to get a war deployed to the default server, i alreayd know that I can use 
the standard but I will later be moving to the all server for clustering. I am having 
a conflict issue between the version of castor we use and the version in 
jboss-4.0.0/server/default/lib, I have set this in my jboss-web.xml and the server 
still seems to pick up the one loaded in the server/lib folder, here is my 
class-loader config

   
  dot.com:war=jboss4.war
  java2ParentDelegation=true
   


I have tryied other but they don't seem to work, always get the ClassCastException, if 
I remove the jar it works fine, I have also tried all the option that I can think of 
as far as the ClassLoading page 
http://www.jboss.org/wiki/Wiki.jsp?page=ClassLoadingConfiguration states. 

Any help in this would be greatfull

.don


View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3853789#3853789

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3853789


---
This SF.Net email is sponsored by:
Sybase ASE Linux Express Edition - download now for FREE
LinuxWorld Reader's Choice Award Winner for best database on Linux.
http://ads.osdn.com/?ad_id=5588&alloc_id=12065&op=click
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [The Lizzard's corner] - Jboss and i18n/ l10n

2004-09-29 Thread dhill
Does the current build of JBoss support i18n and l10n, how do I run in in japanese, I 
tried the usual, -Duser.country and -Duser.language but still english, is there a road 
map for this ?

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3849918#3849918

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3849918


---
This SF.net email is sponsored by: IT Product Guide on ITManagersJournal
Use IT products in your business? Tell us what you think of them. Give us
Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find out more
http://productguide.itmanagersjournal.com/guidepromo.tmpl
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Installation & Configuration] - Custom Authentication

2004-08-19 Thread dhill
Is there a way to use custom authentication within jboss so that all request will have 
a principal assocaited with them, I am trying to get around the j2ee security 
constraint, what I mean is I don't want to have to use this method, I would like to 
just call a JBossAuthenticator in my login portlet and then be authenticated.

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3845624#3845624

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3845624


---
SF.Net email is sponsored by Shop4tech.com-Lowest price on Blank Media
100pk Sonic DVD-R 4x for only $29 -100pk Sonic DVD+R for only $33
Save 50% off Retail on Ink & Toner - Free Shipping and Free Gift.
http://www.shop4tech.com/z/Inkjet_Cartridges/9_108_r285
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Installation & Configuration] - Custom Auth Valve on jboss-3.2.5 w/tomcat

2004-08-19 Thread dhill
I have a custom authentication valve that I use on tomcat 5.x with no problem, on 
tomcat I just add the Valve and the Realm to the context and add the jar to the 
server/lib folder. How can I confgiure this to work on jboss, I tried adding it to the 
server.xml but I am getting a lot of mbean errors.



View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3845623#3845623

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3845623


---
SF.Net email is sponsored by Shop4tech.com-Lowest price on Blank Media
100pk Sonic DVD-R 4x for only $29 -100pk Sonic DVD+R for only $33
Save 50% off Retail on Ink & Toner - Free Shipping and Free Gift.
http://www.shop4tech.com/z/Inkjet_Cartridges/9_108_r285
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user