Andreas Koenig

Greenhorn
+ Follow
since Jan 10, 2012
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
In last 30 days
0
Forums and Threads

Recent posts by Andreas Koenig

Works for me. What java version are you using?
12 years ago
seems like it's nearly working. my tomcat-users.xml has the entries already, apparently imported when I created the server in eclipse. did you restartet the server after editing?
12 years ago
found a solution. the problem is like I said the webapps-folder within the workspace and the missing manager app. you need to add the folowing line to the server.xml in your workspaces server/tomcat folder

and restart the server
12 years ago
Don't know if you kept in mind that from within eclipse the webapps gets deployed temporarily inside the workspace, for me it's .metadata\.plugins\org.eclipse.wst.server.core\tmp0\wtpwebapps
12 years ago
After changing the port to 80 I get the same exception, maybe because it's default http-port. You should simply use another port.
12 years ago
works for me, but are you sure about the port 80 in tomcat.manager.url in the build.properties because default it's 8080, unless you changed it in tomcat's server.xml
12 years ago
You should either use type declarations like this:

or leave out the name-attribute when using the ref-attribute: