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 2 of 2

Thread: How to View a .jsp file with an internet browser

  1. #1
    Junior Member
    Join Date
    Jun 2012
    Posts
    1
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default How to View a .jsp file with an internet browser

    I am a beginner Java programmer and I cannot figure out how to view a .jsp file with an internet browser. It is a simple .jsp file to display date and time. I have tried to get it to work in a number of different ways (XAMP, glassfish, and Tomcat by itself) but nothing will work. I am desperate and can move forward with the rest of my assignment until I figure this out.


  2. #2
    Administrator copeg's Avatar
    Join Date
    Oct 2009
    Location
    US
    Posts
    5,320
    Thanks
    181
    Thanked 833 Times in 772 Posts
    Blog Entries
    5

    Default Re: How to View a .jsp file with an internet browser

    When you attempt to view the file, how do you attempt do so and what is the result? jsp is parsed by servers such as glassfish and tomcat, the result of which is sent to a client - similar to how a web browser (client) would view a file on a server. Did you try to load the file via a web browser?

Similar Threads

  1. JAVA help on file: Internet Service Provider
    By Plural in forum What's Wrong With My Code?
    Replies: 26
    Last Post: March 30th, 2014, 11:03 PM
  2. Replies: 0
    Last Post: May 22nd, 2012, 09:08 AM
  3. Problem downloading file from internet
    By loicus in forum File I/O & Other I/O Streams
    Replies: 7
    Last Post: November 21st, 2011, 01:29 AM
  4. Replies: 10
    Last Post: January 12th, 2011, 05:48 AM
  5. Facing problem with posting Excel file for download - Content in browser
    By ragz_82 in forum JavaServer Pages: JSP & JSTL
    Replies: 1
    Last Post: February 9th, 2010, 08:28 AM

Tags for this Thread