public static final String APP_LOGO = "file:resources/logoFiles/X.png"; this.primaryStage.getIcons().add(new Image(APP_LOGO)); Always code as if the guy who ends up maintaining your code will be a violent psychopath who knows where you live.Stephan...
David Freed Ranch Hand Posts: 33 posted 10 years ago Hello dear All, I'm learning J2EE and i run tomcat and web apps, but now tomcat seem to work, but the web apps don't work. i get for every web app this error HTTP Status 404 - /listenerTest/ListenTest.do ? 1 2 3...
Michael Dunn Ranch Hand Posts: 4632 posted 12 years ago using your originally posted html code (no table), worked fine for me when I swapped lines 1 and 2 William P O'Sullivan Ranch Hand Posts: 859 I like... posted 12 years ago Which lines 1 and 2? I was going to recreate...
Jeroen Wenting Ranch Hand Posts: 5093 posted 20 years ago check the URL for the popup. Most likely it's pointing to an address on your own machine (either directly on your harddisk or hard to http://localhost/... ). Change that to the real URL for the file (make it a relative...
Krishna Srinivasan Ranch Hand Posts: 1880 I like... posted 11 years ago It looks perfect for me. Have you checked if there is any error in the tomcat console while string up spring application? Your application is not loaded the spring context information, that's why its not registered...
Rituparna Duttagupta Ranch Hand Posts: 55 I like... posted 13 years ago yeah i know that, but still it was a mistake. actually i wanted to display the values on to textboxes directly from the database table, so i coded in the jsp page. but ok, now i will store the values ...