Welcome to the Java Programming Forums


The professional, friendly Java community. 21,500 members and growing!


The Java Programming Forums are a community of Java programmers from all around the World. Our members have a wide range of skills and they all have one thing in common: A passion to learn and code Java. We invite beginner Java programmers right through to Java professionals to post here and share your knowledge. Become a part of the community, help others, expand your knowledge of Java and enjoy talking with like minded people. Registration is quick and best of all free. We look forward to meeting you.


>> REGISTER NOW TO START POSTING


Members have full access to the forums. Advertisements are removed for registered users.

Results 1 to 3 of 3

Thread: Problem With Tomcat

  1. #1
    Junior Member
    Join Date
    Sep 2014
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Problem With Tomcat

    Guys,
    I am stuck with my application. I have jsp,servlet application with jasper report server. When I run the application through eclipse, everything works perfectly. But When I try to run it in Tomcat (without eclipse) it gives me the "Unable to resolve the class file " error. I tried all the solutions I got through the google, but still I am unable to come over it. Any help will be appreciated.


  2. #2
    Junior Member
    Join Date
    Sep 2014
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Problem With Tomcat

    Guys,
    I am stuck with my application. I have jsp,servlet application with jasper report server. When I run the application through eclipse, everything works perfectly. But When I try to run it in Tomcat (without eclipse) it gives me the "Unable to resolve the class file " error. I tried all the solutions I got through the google, but still I am unable to come over it. Any help will be appreciated.

  3. #3
    Super Moderator Norm's Avatar
    Join Date
    May 2010
    Location
    Eastern Florida
    Posts
    25,042
    Thanks
    63
    Thanked 2,708 Times in 2,658 Posts

    Default Re: Problem With Tomcat

    Duplicate threads merged.
    it gives me the "Unable to resolve the class file " error
    What is the "it"? Where is the error message shown?
    Can you post the full text of the error message that shows the class name?
    If you don't understand my answer, don't ignore it, ask a question.

Similar Threads

  1. 'Starting Tomcat v7.0 Server at Localhost' has encountered a problem.
    By Venkatanaidu Gullialli in forum Java Theory & Questions
    Replies: 2
    Last Post: July 29th, 2013, 06:24 PM
  2. ODBC driver problem with MS Access and Tomcat
    By Java Bean in forum JDBC & Databases
    Replies: 0
    Last Post: March 8th, 2013, 02:07 PM
  3. Problem of retrieving pdf file from database using tomcat server
    By kalkumbenitin in forum What's Wrong With My Code?
    Replies: 1
    Last Post: October 26th, 2012, 06:16 AM
  4. Problem Upgrading Tomcat 5.5 to 7.0
    By JohannaQ in forum Web Frameworks
    Replies: 0
    Last Post: June 11th, 2012, 04:47 PM
  5. Problem running Apache tomcat 6.0 using i.p. address
    By nakul in forum JavaServer Pages: JSP & JSTL
    Replies: 3
    Last Post: April 8th, 2010, 07:58 AM