[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: Configuring virtual directories in Jboss4.2.2

pgib do-not-reply at jboss.com
Tue Dec 16 17:52:35 EST 2008


Some more details: 
server.xml

  | 		   <Context path="/llama" appBase=""
  | 				docBase="/home/llama" debug="99" reloadable="true">
  | 			</Context>
  | 

However, I get this:

17:46:42,885 WARN  [Digester] [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property 'appBase' to '' did not find a matching property.  
  | 17:46:42,886 WARN  [Digester] [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property 'debug' to '99' did not find a matching property.  
  | 17:46:42,908 INFO  [AprLifecycleListener] The Apache Tomcat Native library which allows optimal performance in production environments was not found on the java.library.path: /usr/lib/jvm/java-6-openjdk/jre/lib/amd64/server:/usr/lib/jvm/java-6-openjdk/jre/lib/amd64:/usr/lib/jvm/java-6-openjdk/jre/../lib/amd64:/usr/java/packages/lib/amd64:/usr/lib64:/lib64:/lib:/usr/lib              
  | 17:46:43,006 INFO  [Http11Protocol] Initializing Coyote HTTP/1.1 on http-0.0.0.0-8080                                                                     
  | 17:46:43,007 INFO  [AjpProtocol] Initializing Coyote AJP/1.3 on ajp-0.0.0.0-8009                                                                          
  | 17:46:43,007 INFO  [Catalina] Initialization processed in 252 ms             
  | 17:46:43,007 INFO  [StandardService] Starting service jboss.web              
  | 17:46:43,009 INFO  [StandardEngine] Starting Servlet Engine: JBossWeb/2.0.1.GA                                                                            
  | 17:46:43,246 WARN  [config] Unable to process deployment descriptor for context '/llama'                                                              

So, I removed appBase and debug from the context, however, I still get:

    17:48:11,725 WARN  [config] Unable to process deployment descriptor for context '/llama'            

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

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



More information about the jboss-user mailing list