• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Compile error at JSP

 
Greenhorn
Posts: 2
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,

I am getting weird error when trying to access the jsp from oracle weblogic server. Here it is.

Compilation of JSP File '/iStudy sample/oneNovartiswebsite.jsp' failed:
--------------------------------------------------------------------------------

oneNovartiswebsite.jsp:1:33: The declared package "jsp_servlet._istudy_32_sample" does not match the expected package "jsp_servlet._istudy_37_20sample"
<%@page language="java" import="java.util.*"%>
^---------^

The same code is working in Tomcat server, oracle weblogic server (locally from eclipse) but not running from oracle weblogic hosted in unix environment. Could you pl let me know the reason behind it.

Quick response is much appreciated.
Regards,
Asmath
 
Ranch Hand
Posts: 376
2
Eclipse IDE Firefox Browser Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
are the JSP precompiled ?

make sure to delete all precompiled JSP in your war file and deploy again

thanks.
 
reply
    Bookmark Topic Watch Topic
  • New Topic