• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Tim Cooke
  • Campbell Ritchie
  • paul wheaton
  • Ron McLeod
  • Devaka Cooray
Sheriffs:
  • Jeanne Boyarsky
  • Liutauras Vilda
  • Paul Clapham
Saloon Keepers:
  • Tim Holloway
  • Carey Brown
  • Piet Souris
Bartenders:

Create Server on WASD 6.0

 
Ranch Hand
Posts: 64
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,
I have managed to create a WEB project on WASD.

But I am not able to create a server.

When I am creating a server and trying to run it, it says the runtime environment is not configured correctly.

Any ideas on how to create a proper Server and configure it?

Thanks
 
author & internet detective
Posts: 42135
937
Eclipse IDE VI Editor Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Soumya,
I assume you mean RAD 6? The server comes preinstalled so you don't need to create one. Just right click the server and start it.

What screen do you get the error message on?
 
Soumya Saha
Ranch Hand
Posts: 64
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi Jeanne,

U are right, It is RAD 6.0.
I tried to select the server to run my application.
There are 2 options Server and Server Project.

I am adding my WEB project to the Server and when I am starting it, it says that the runtime environment is not configured and gives the path of my installation directory.. and says the server is already started..I

n the Console I am not able to see any progress.

Any Idea on how to properly start the server?

Thanks
 
Jeanne Boyarsky
author & internet detective
Posts: 42135
937
Eclipse IDE VI Editor Java
  • Likes 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
There's only one server. Go to the J2EE perspective, right click the server and start it. You can add your application to the server by right clicking the server and adding the application or right clicking the project and selecting "run on server." I'm not sure if either of these works for war files or if you need an ear though.
 
reply
    Bookmark Topic Watch Topic
  • New Topic