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: build a localhost java maven project (about WAS and EAR)

  1. #1
    Member
    Join Date
    May 2020
    Posts
    56
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default build a localhost java maven project (about WAS and EAR)

    I am building a java web project, the project is using Spring, jsp, js, servlet.
    and it is not using apache tomcat. but it has a IBM WAS to maintain.
    when I build a localhost project, i just start the was, then it can be accessed the web.


    i found there is ALL SERVER > web application server , it can be added java WAS or EAR.
    may i know what object should i add into WAS by WAS web console. what is the function of it?

    if i add WAS via was console, then when i amend the project, i need to place build a WAS and then add into WAS Admin console? if i don't add it into console, then it can't effect in localhost project?

    i am so confused.
    Last edited by -_-"; June 14th, 2020 at 12:48 PM.

  2. #2
    Member
    Join Date
    May 2020
    Posts
    56
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Re: build a java project (about WAS and EAR)

    the system is reading the file (WAR or EAR) in local PC directory? or read the uploaded WAR or EAR in IBM WAS Console under all servers > all Web application servers section ?

  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: build a localhost java maven project (about WAS and EAR)

    I do not know if there is anyone on this forum that is familiar with those programs.
    You should try another forum that could have someone that knows about those programs.
    Perhaps someone on this one: http://www.coderanch.com/forums
    If you don't understand my answer, don't ignore it, ask a question.

Similar Threads

  1. Help me build old java game project
    By theBoolean in forum What's Wrong With My Code?
    Replies: 3
    Last Post: October 30th, 2017, 09:21 AM
  2. Difference between Maven Build and Eclipse Build
    By Beginner2java in forum Java IDEs
    Replies: 2
    Last Post: October 14th, 2013, 10:13 AM
  3. Difference between Maven Build and Eclipse Build
    By Beginner2java in forum What's Wrong With My Code?
    Replies: 2
    Last Post: October 14th, 2013, 10:13 AM
  4. Difference between Maven Build and Eclipse Build
    By Beginner2java in forum Java IDEs
    Replies: 1
    Last Post: October 14th, 2013, 10:09 AM
  5. Difference between Maven Build and Eclipse Build
    By Beginner2java in forum What's Wrong With My Code?
    Replies: 1
    Last Post: October 14th, 2013, 10:09 AM