Details
-
Bug
-
Status: Open
-
Minor
-
Resolution: Unresolved
-
11.3
-
None
-
None
Description
Steps:
- Tools > Server
- Select Add Server
- Select Apache Tomcat or TomEE
- Press Next
- Fill location of Tomcat installation
- Specify existing manager role username (manager in my case)
- Specify existing manager role password
- Press Finish
- Create a new Maven Web project
- Create a servlet class in the project
- Run project
Expected: the project is compiled, Tomcat started, the project is deployed and the browser opened on the project context URL
Actual: the project is compiled, Tomcat is started, a dialog asking for manager role credentials is displayed. Once the credentials are re-entered the project is deployed and the browser opened