Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Linux to Windows...Errors

Status
Not open for further replies.

pisth

Programmer
Mar 18, 2003
43
US
Hell0 All,
I had a program perfectly working in Linux. However when I transferred the same to Windows environment, I get a lott of strange errors which I am not able to figure out...as i did not write the prgm in linux.

Errors I got:
at org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:248)
at org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:295)
at org.apache.jasper.servlet.JspServlet.service(JspServlet.java:241)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:247)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:193)
at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:260)
at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:643)
at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:480)

and a lotttttt more like this...could anyone let me know how do i make the program compatible with windows...

THANKS.

Regards,
Karthik.
 
you didn't actually post the error message. That might be helpful. :)

Also what do you mean by strange errors, why are they "strange"?

-pete
I just can't seem to get back my IntelliSense
 
Maybe there are some JAR files missing from the CLASSPATH?
 
hell0,
alright.,,am kind of new to JSP. ALl I need to know now is...since i had moved the prgm from linux to windows...i had to change the path in the files. However..after compiling them...should i place the class files somewhere?.

how do i executute jsp files?

Karthik.
 
I think it's standard practice for the app server to compile JSPs. What are the error messages you're getting?
 
>> am kind of new to JSP

Then go read the documentation and follow the tutorials and examples. That's how everyone else learns how to do it. There really is no other way.

-pete
I just can't seem to get back my IntelliSense
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top