• 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
  • Ron McLeod
  • Paul Clapham
  • Tim Cooke
  • Devaka Cooray
Sheriffs:
  • Liutauras Vilda
  • paul wheaton
  • Rob Spoor
Saloon Keepers:
  • Tim Moores
  • Stephan van Hulst
  • Tim Holloway
  • Piet Souris
  • Mikalai Zaikin
Bartenders:
  • Carey Brown
  • Roland Mueller

JSP Runtime error

 
Ranch Hand
Posts: 60
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
We are getting this error when trying to access the application:

symbol : class HttpSession location: class _jsps._jsp._webCISLogin_jsp HttpSession session = null; ^ /opt/httpd/sunws6.1/https-pasteur.nyp.org/ClassCache/https-pasteur.nyp.org/EpiTest/_jsps/_jsp/_webCISLogin_jsp.java:40: cannot resolve symbol symbol : class ServletContext location: class _jsps._jsp._webCISLogin_jsp ServletContext application = null;

The war has been deployed to Sun One Web Server 6.1. We are not able to figure out the exact cause of this sudden problem, as the application is behaving fine when deployed to TOMCAT 5.5.

Any ideas will be highly appreciated....
 
We must storm this mad man's lab and destroy his villanous bomb! Are you with me tiny ad?
We need your help - Coderanch server fundraiser
https://coderanch.com/wiki/782867/Coderanch-server-fundraiser
reply
    Bookmark Topic Watch Topic
  • New Topic