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: dynamic web project run from double-clicking icon

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

    Default dynamic web project run from double-clicking icon

    Hello everyone,

    I've made a client web project, which is working using Tomcat server that, in turn, connects to a server that wait socket connections in a port.

    If I start eclipse and tomcat and run the server side, I can access the application using any browser by internet.

    I've also exported the project as .war archive file.



    Basically, what I would like to do would be having an icon and double click it in such a way a browser would open and give access to the web site of the web project, and if possible a way of installing the web client project archive war file without having to open eclipse and installing tomcat and server side, the way runnable jars are run.

    I would really appreciate your help.

    Regards


  2. #2
    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: dynamic web project run from double-clicking icon

    I would like to do would be having an icon
    Create a shortcut to the html file and put that where you want access to it.

  3. #3
    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: dynamic web project run from double-clicking icon

    This thread has been cross posted here:

    http://www.java-forums.org/javaserver-pages-jsp-jstl/50988-run-dynamic-web-project-doube-clicking-icon.html

    Although cross posting is allowed, for everyone's benefit, please read:

    Java Programming Forums Cross Posting Rules

    The Problems With Cross Posting


Similar Threads

  1. Im trying to open a new GUI window by clicking on a button
    By amzwans in forum What's Wrong With My Code?
    Replies: 2
    Last Post: August 10th, 2011, 11:33 PM
  2. [SOLVED] Read double from console without having to read a string and converting it to double.
    By Lord Voldemort in forum File I/O & Other I/O Streams
    Replies: 3
    Last Post: June 26th, 2011, 08:08 AM
  3. Double Clicking JAR files
    By bgroenks96 in forum Java Theory & Questions
    Replies: 1
    Last Post: June 14th, 2011, 06:53 AM
  4. Dynamic Web Project + Tomcat 7.0
    By atul.mathur31 in forum What's Wrong With My Code?
    Replies: 0
    Last Post: January 18th, 2011, 07:01 PM
  5. java is not clicking for me, why?
    By cejay in forum Java Theory & Questions
    Replies: 1
    Last Post: February 28th, 2010, 12:57 PM