Hi,
my project structure is:
http://img199.imageshack.us/img199/6161/springc.png
If I delete the HelloController, build does not fail. But with the HelloController I get the following error:...
Type: Posts; User: ArtjomZab; Keyword(s):
Hi,
my project structure is:
http://img199.imageshack.us/img199/6161/springc.png
If I delete the HelloController, build does not fail. But with the HelloController I get the following error:...
Hi,
Now I have another build failure:
Buildfile: C:\Users\Artjom\Desktop\neargear_ids\neargear_ids\build.xml
usage:
[echo] neargear_ids build file
[echo]...
deploy and list is successful now:
Buildfile: C:\Users\Artjom\Desktop\xy\xy\build.xml
usage:
[echo] xy build file
[echo] -----------------------------------
[echo] Available...
Hi,
tomcat is running now, I can login as admin and manager. But if I start Tomcat via eclipse, the browser shows an 404 error. Only when I start it by doubleclicking on startup.bat tomcat...
when I double click on startup the cmd appears for one secounds and I have no chance to recognice whats written there. tomcat doesnt start
1. manager doent work, getting 404 error
2. I used eclipse to install tomcat
3. conf/tomcat-users.xml and the tomcat-users.xml in eclipse have different content
should I install tomcat without...
build.properties
# Ant properties for building the neargear app
appserver.home=c:/apache_tomcat
# for Tomcat 5 use $appserver.home}/server/lib
# for Tomcat 6 use $appserver.home}/lib...
Step 1.4 in Spring Tutorial
Hi,
I have set up tomcat and eclipse. Starting tomcat via eclipse I can access the localhost:8080/ tomcat wellcome page.
But when I run list after the deploy commad I get the following error:
...
hello,
i am always getting this warning message when running my project, but i do not see the problem:
I have this in my DispatcherServlet named xy-servlet.xml
<bean name="/hello.htm"...