Yes, I can log into Tomcat's homepage at http://localhost:8080/manager/html. I'm prompted for my username/password, which does work.
My tomcat-users.xml file does contain the manager role:
<user...
Type: Posts; User: Jakeman1086; Keyword(s):
Yes, I can log into Tomcat's homepage at http://localhost:8080/manager/html. I'm prompted for my username/password, which does work.
My tomcat-users.xml file does contain the manager role:
<user...
I believe so. After running "ant deploy" I get this message:
C:\Users\Jacob\workspace\springapp>ant deploy
Buildfile: C:\Users\Jacob\workspace\springapp\build.xml
build:
[javac]...
Hi,
I am new to Spring, and I am trying to follow the online tutorial at http://static.springsource.org/docs/Spring-MVC-step-by-step/part1.html. I have successfully done everything up to step 1.4....