Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 552735
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 13, 20262026-05-13T11:31:53+00:00 2026-05-13T11:31:53+00:00

i am creating a simple SOAP web service. i am to ensure that it

  • 0

i am creating a simple SOAP web service.
i am to ensure that it runs on a tomcat web service.

im trying to implement this with JAX-WS (see code)

my question is: does the Endpoint.publish use the tomcat server to host this or is it a mini glassfish kind of server?

should i be extending UnicastRemoveObject or something similiar instead?

ideally it would be able to be packaged into a .WAR and dropped in the directory and just work.

It doesn’t seem to work with my installed tomcat server as is because it says the port is already in use. I’m using Ubuntu karmic with the tomcat6 package installed, it could also be my user doesnt have permissions to publish to the running tomcat on 8080

i hope this question is clear enough

sample code:

@WebService
public class UserAttributes {
    public static void main(String[] args) {
        UserAttributes instance = new UserAttributes();
        Endpoint.publish("http://localhost:8082/WebServices/userattributes", 
            instance);
    }

    public string Hello() {
       return "Hello World";
    }
}
  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-13T11:31:54+00:00Added an answer on May 13, 2026 at 11:31 am

    Does Endpoint.publish use the tomcat server to host this or is it a mini glassfish kind of server?

    JAX-WS RI Endpoint.publish API uses by default a light-weight HTTP server implementation that is included in Sun’s Java SE 6. So no, it does not use an embedded GlassFish nor an embedded Tomcat and even less your existing Tomcat install: it uses an embedded container i.e. something running inside the same JVM. Just FYI, it is however possible to plug other implementations as long as they provide a Service Provider Implementation (SPI). For example, Jetty 6 does so, see J2se6HttpServerSPI. But I’m not going to cover all the details here 🙂

    It doesn’t seem to work with my installed tomcat server as is because it says the port is already in use.

    As I said above, the Enpoint.publish API doesn’t use your existing Tomcat install. It uses its own server and allows you to deploy your web service without having to package and deploy your app. It is especially useful during development (as it speeds up things). Actually, it’s extremely handy.

    Now, if you have a Tomcat server running on port 8082 and if you try to publish your Endpoint using the same port, things won’t work as you noticed. Use a different (and unused) port during development.

    And if you want to deploy your web services to your existing Tomcat install, then you’ll have to package them in a war and to deploy this war on Tomcat. But this is totally different and doesn’t have anything to do with using the Endpoint.publish API.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I am creating a simple SOAP web service using a SLSB and JAX-WS annotations.
I am having trouble creating a Web Service in Java that contains two methods
I'm creating a Groovy client for a .net SOAP service that requires a soap
Creating a simple RPG game, first time using XNA. Trying to get my character
I am creating a simple web application. But I am facing a problem with
I'm creating a simple drag-file-and-upload-automatically-to-ftp windows application and I'm using the MSDN code to
I'm creating a simple HTTP proxy that will sit between mobile apps and a
I'm creating simple application, some kind of portfolio. I've heard that it's better to
I'm creating simple circle control (with center and radius properties) based on ellipse. Code
I am fairly familiar with creating simple custom controls, but I haven't had this

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.