1, appears ' findstr ' is not an internal or external command, nor is it a running program or a batch file collection
From the online download jboss-5.0.0.beta2, put to c:/program files under decompression, run bin under the Run.bat.
The black screen flashed past,
I don't know what's going on. A lot of information was not solved. Finally try to cut down the text on the black screen.
It shows the problem: "The presence of ' findstr ' is not an internal or external command, nor a running program or batch file";
This is a problem with the PATH environment variable, which is over by adding a directory of Windows commands to path. That is: Append in path:%systemroot%/system32;%systemroot%;
2,tomcat under normal operation, go to JBoss under the following error:
Org.springframework.beans.factory.BeanDefinitionStoreException:Unexpected exception parsing XML document from class P ATH resource [applicationcontext.xml]; Nested exception is Java.lang.ClassCastException:org.apache.xerces.jaxp.DocumentBuilderFactoryImpl cannot being cast to Javax.xml.parsers.DocumentBuilderFactory
I'm guessing it's a jar packet conflict. Remove Xml-apis-1.0.b2.jar It's not a mistake.
3, can not find the action, from JBOSS5 replaced Jboss4 solved, hehe, strange. Don't know why.