hi,
Greeting for day!!!!
MY application is Tomcat web application and total application installing correctly and i gave the environment variables
as
JAVA_HOME = C:\Program Files\Java\jdk1.6.0_11
JRE_HOME = C:\Program Files\Java\jdk1.6.0_11\jre
path= %CATALINA_HOME%\bin
BUT
when i'm opening the shortcut file its showing error like
HTTP Status 500 -
--------------------------------------------------------------------------------
type Exception report
message
description The server encountered an internal error () that prevented it from fulfilling this request.
exception
org.apache.jasper.JasperException: PWC6345: There is an error in invoking javac. A full JDK (not just JRE) is required
org.apache.jasper.compiler.DefaultErrorHandler.jspError(DefaultErrorHandler.java:89)
org.apache.jasper.compiler.ErrorDispatcher.dispatch(ErrorDispatcher.java:375)
org.apache.jasper.compiler.ErrorDispatcher.jspError(ErrorDispatcher.java:116)
org.apache.jasper.compiler.Jsr199JavaCompiler.compile(Jsr199JavaCompiler.java:200)
org.apache.jasper.compiler.Compiler.generateClass(Compiler.java:380)
org.apache.jasper.compiler.Compiler.compile(Compiler.java:449)
org.apache.jasper.JspCompilationContext.compile(JspCompilationContext.java:620)
org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:377)
org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:483)
org.apache.jasper.servlet.JspServlet.service(JspServlet.java:373)
javax.servlet.http.HttpServlet.service(HttpServlet.java:722)
note The full stack trace of the root cause is available in the Apache Tomcat/7.0.11 logs.
--------------------------------------------------------------------------------
Apache Tomcat/7.0.11
please help me......