• 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

Will a folder renaming cause problem?

 
Ranch Hand
Posts: 445
Android Eclipse IDE Windows
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi ranchers,
its been long since i post any queries here. Here i come with my latest headache. I had developed an application using JSP/Servlet and finished it by December 2008 and hosted it in Jan 2009. From then, it works flawlessly and i had found no problems with the application. But all of a sudden our site was attacked by hackers and for maintainence purpose, i remove all the files from our FTP and hosted it few weeks ago.

And now i change the folder name from rmanew to rma in FTP, and after entering username and password, i find it weird as it threw an error instead of logging in. Why it so? This system is working flawlessly for the past few months and now it start giving troubles?
Here is the error message i got. Although its a basic error message, i am unable to find whats wrong here?



Please let me know whats up with my code. Or the folder re-naming is the root cause for the issue....
 
Bartender
Posts: 10336
Hibernate Eclipse IDE Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
com.rajk.javacode.servlets.dbmodel appears to be missing from your classpath.
 
Rajkumar balakrishnan
Ranch Hand
Posts: 445
Android Eclipse IDE Windows
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Paul Sturrock wrote:com.rajk.javacode.servlets.dbmodel appears to be missing from your classpath.



But the folder is still there? Then how come its missing?
 
reply
    Bookmark Topic Watch Topic
  • New Topic