jboss老问题
我下了最新的jboss4.0
当我启动jboss后打开http://localhost:8080/jmx-console/index.jsp时,
出现了如下错误,刚接触jboss,看提示是说web服务有问题,如何解决?
Exception report
message
description The server encountered an internal error () that prevented it from fulfilling this request.
exception
org.apache.jasper.JasperException: Unable to compile class for JSP
An error occurred at line: -1 in the jsp file: null
Generated servlet error:
[javac] Since fork is true, ignoring compiler setting.
[javac] Compiling 1 source file
[javac] Since fork is true, ignoring compiler setting.
[javac] javac: invalid flag: E:\D\developer
[javac] Usage: javac
[javac] where possible options include:
[javac] -g Generate all debugging info
[javac] -g:none Generate no debugging info
[javac] -g:{lines,vars,source} Generate only some debugging info
[javac] -nowarn Generate no warnings
[javac] -verbose Output messages about what the compiler is doing
[javac] -deprecation Output source locations where deprecated APIs are used
[javac] -classpath Specify where to find user class files
[javac] -sourcepath Specify where to find input source files
[javac] -bootclasspath Override location of bootstrap class files
[javac] -extdirs Override location of installed extensions
[javac] -d Specify where to place generated class files
[javac] -encoding Specify character encoding used by source files
[javac] -source Provide source compatibility with specified release
[javac] -target Generate class files for specific VM version
[javac] -help Print a synopsis of standard options
at org.apache.jasper.compiler.DefaultErrorHandler.javacError(DefaultErrorHandler.java:130)
at org.apache.jasper.compiler.ErrorDispatcher.javacError(ErrorDispatcher.java:293)
at org.apache.jasper.compiler.Compiler.generateClass(Compiler.java:353)
at org.apache.jasper.compiler.Compiler.compile(Compiler.java:370)
at org.apache.jasper.JspCompilationContext.compile(JspCompilationContext.java:473)
at org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:190)
问题点数:20、回复次数:8Top
1 楼bread213(bread)回复于 2003-11-02 09:45:10 得分 0
求助呀!!!Top
2 楼yjawal8071(人这一辈子~~~~)回复于 2003-11-02 11:36:16 得分 8
我也最近才开始用jboss
网上建议去下载jboss+Tomcat整合的包
我下载了个jboss2.3+Tomcat4.0的
使用没问题Top
3 楼successlikun((******))回复于 2003-11-02 11:58:59 得分 8
你没有设置环境变量java_home : jdk目录Top
4 楼bread213(bread)回复于 2003-11-02 15:42:01 得分 0
java_home我设置了,我用的是最新的4.2版的,
我现在用的是jboss3.2的,里面已经内置了tomcat了,
难道说升级的东西就不能用了吗?
Top
5 楼bread213(bread)回复于 2003-11-03 09:18:39 得分 0
哪位能帮忙解释一下Top
6 楼zsq666(bluechina)回复于 2003-11-03 09:48:58 得分 2
upTop
7 楼yjawal8071(人这一辈子~~~~)回复于 2003-11-03 09:49:20 得分 2
关注Top
8 楼bread213(bread)回复于 2003-11-03 13:43:18 得分 0
我试了一下3.0.8就可以直接使用,可以出现jmx-console的web页面,
3.2为什么就不行,难道还要在哪里发布一下吗?
刚接触,不知道在哪里配置,大家帮忙呀Top




