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: Working with Apache and .JSP

  1. #1
    Junior Member
    Join Date
    Oct 2011
    Posts
    1
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Working with Apache and .JSP

    Thank you for reading this thread!

    I am a total noob and have a few questions about running my .jsp with my html I have created. First of all I am assuming that I need some sort of Server management program like Apache.

    My html is supposed to gather data for a .jsp that will calculate the amount of cost for renting cars. When I hit my submit but it displays all of the strings and I'm not sure why. It looked like it was working in class.

    I have installed Apache and it will not allow me to manage it. It says cannot open service. I have tried through firefox to go through localhost/8080 the default I believe.

    I appreciate any insight anyone can give me.


  2. #2
    Member
    Join Date
    Oct 2011
    Posts
    42
    Thanks
    0
    Thanked 3 Times in 3 Posts

    Default Re: Working with Apache and .JSP

    Can you post your code here?
    Maybe the Apache's port number is already in used by another applications. Try to change listen port.

    java exception
    Last edited by hns1984; January 11th, 2012 at 06:52 PM.

  3. #3
    Junior Member
    Join Date
    Sep 2011
    Location
    philadelphia
    Posts
    8
    Thanks
    0
    Thanked 1 Time in 1 Post

    Default Re: Working with Apache and .JSP

    Is that "apache web server" or "apache tom cat"? for running JSP , it must to be "apache tom cat".

    please post your code here.
    Acoolme is an Online Marketing Software Platform And Social Community

Similar Threads

  1. need help with 'org.apache.commons.net.ftp.FTPClient'
    By rtumatt in forum File I/O & Other I/O Streams
    Replies: 1
    Last Post: May 22nd, 2013, 07:02 PM
  2. Apache POI
    By PineAppleKing in forum What's Wrong With My Code?
    Replies: 10
    Last Post: May 31st, 2011, 12:12 PM
  3. Problem with apache xml-rpc lib
    By tah_206207 in forum What's Wrong With My Code?
    Replies: 1
    Last Post: April 22nd, 2011, 02:31 PM
  4. apache-jboss
    By supriya ramjee in forum Web Frameworks
    Replies: 0
    Last Post: August 12th, 2009, 05:37 AM
  5. Replies: 4
    Last Post: January 27th, 2009, 12:03 AM