[JBoss-user] [Installation, Configuration & Deployment] - Re: how do you map multiple context paths to the same web ap

2005-10-20 Thread gmoh
the servlet specification allows mapping like that (i.e., /*/myapp) in web.xml. on the other hand, it does support the syntax /myapp/*, would that work for you? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3902388#3902388 Reply to the post : http://www.jbos

[JBoss-user] [Installation, Configuration & Deployment] - Re: Unable to deploy exploded EAR

2005-10-20 Thread gmoh
what could the issue be? any help is appreciated. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3902369#3902369 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3902369 ---

[JBoss-user] [Installation, Configuration & Deployment] - Unable to deploy exploded EAR

2005-10-19 Thread gmoh
Got the following error while starting up jboss: 11:53:10,301 ERROR [URLDeploymentScanner] Incomplete Deployment listing: --- Packages waiting for a deployer --- [EMAIL PROTECTED] { url=file:/home/gmoh/jboss-4.0.3/server/myapp/deploy/myapp.ear/myapp-jar/ } deployer: null status: Starting

[JBoss-user] [Persistence,JBoss/CMP, Hibernate, Database] - Re: Incomplete Deployment Listing

2005-10-19 Thread gmoh
forgot to mention that i'm running jboss 4.0.3 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3902041#3902041 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3902041 --

[JBoss-user] [Persistence,JBoss/CMP, Hibernate, Database] - Re: Incomplete Deployment Listing

2005-10-19 Thread gmoh
i'm getting the same issue but the state says "START_SUBDEPLOYMENTS" View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3902040#3902040 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3902040

[JBoss-user] [JBoss Portal] - Unable to deploy portlets

2005-07-22 Thread gmoh
i'm getting the following error while deploying some portlets: 11:32:17,743 ERROR [CoreServlet] Exception caught in processing servlet java.lang.NullPointerException at org.jboss.portal.core.invocation.ViewInterceptor.invoke(ViewInterceptor.java:43) at org.jboss.portal.server.im

[JBoss-user] [HTTPD, Servlets & JSP] - Re: servlet mapping

2005-07-05 Thread gmoh
sorry, i meant to say that http://host/myapp/a/myservlet and http://host/myapp/b/myservlet be mapped to the same servlet. however, i want to avoid have to hardcode the context subpath "a" and "b" in web.xml View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=38837

[JBoss-user] [HTTPD, Servlets & JSP] - servlet mapping

2005-06-30 Thread gmoh
suppse i have an application with the context root set to myapp. is it possible to map the urls http://host/myapp/a/myservlet and http://myapp/b/myservlet to the same servlet class? if so, what needs to go into the url-pattern value in web.xml? any help is appreciated. View the original post :

[JBoss-user] [Clustering/JBoss] - partition based on path

2005-06-29 Thread gmoh
say i have a cluster of a number of jboss nodes running a web application with apache/mod_jk being the load balancer. if there a way i can set up such that a request be redirected to a particular node based on the path, i.e., http://host/a/servlet?query will be serviced by node a, where http:

[JBoss-user] [Clustering/JBoss] - Setup document for 4.0.2

2005-05-23 Thread gmoh
are there any updated setup document covering 4.0.2? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3878756#3878756 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3878756

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: Getting java.lang.IllegalArgumentException when setting

2005-05-20 Thread gmoh
Thanks, why does a property name have to be a java identifier? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3878587#3878587 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3878587 --

[JBoss-user] [Messaging, JMS & JBossMQ] - Getting java.lang.IllegalArgumentException when setting stri

2005-05-20 Thread gmoh
I'm getting an IllegalArgumentException when setting a property with a dot in the property name saying it is "not a valid java identifier" Could someone explain what this means? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3878548#3878548 Reply to the post :