Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我是 WebSphere 应用程序服务器的新手。我需要在服务器上做一些小的改动。我不知道如何启动管理控制台。
假设使用默认端口,您可以从http://localhost:9060/ibm/console访问控制台
I have class Menu, it's a self to self with manytoone and onetomany relational.
package models; import java.util.*; import javax.persistence.*; import play.