skip to Main Content

After Configuration server Juddi in Eclipse and create environment variable
we get Problem to access to page Gui user and admin and tomcat interface :

Can't passing to Gui user

Can't passing to Tomcat

Can't passing to jUDDI

2

Answers


  1. I think you are looking at something like :

    message java.lang.IllegalStateException: No output folder

    I would check the Tomcat logs, the permissions of the user you are running tomcat under, and check the directory that you have installed your tomcat into.

    Login or Signup to reply.
  2. Do not even try to use UDDI

    these days. People are moving towards semantic web services ,UDDI is out of the scene.
    WSMO and OWL-s are major initiatives for semantic web services. These solutions can provide more precise results.

    Here’s a few

    • mDNS/Bonjour/Avahi – can be used to share endpoint information for a web service, or anything else using a TXT record
    • WS-Discovery – supported by CXF and WCF, shares implementation of a specific interface
    • ebXML – had a component similar to UDDI

    visite this link

    Login or Signup to reply.
Please signup or login to give your own answer.
Back To Top
Search