I am building a Financial Web Application and need to send a text file from Internet Explorer(client side) to a DOS Shell to print to a Dot Matrix Printer. This may sound odd, but I need to print in text mode(not supported in IE only DOS) not graphical mode. Banks still like to use these old bad...
tried this below, still Null on the web page when loading localhost/portal
<?xml version="1.0" encoding="ISO-8859-1"?>
<!DOCTYPE web-app
PUBLIC "-//Sun Microsystems, Inc.//DTD Web Application 2.3//EN"
"http://java.sun.com/dtd/web-app_2_3.dtd">...
This is killing me.
I have a directory called portal in my webapps dir with a file default.jsp(my home file). I have the web-inf folder and my web.xml file inside. All good. Now, when I goto localhost/portal. I get a web page with "null" and a NullPointer Exception in my shell, but if...
I would make life easier and drop an xml file in you webapps directoy.
For example:
Put you web application folder "test" in the webapps dir.
Then put a test.xml with:
<Context path="/test" docBase="C:\tomcat4.1\webapps\test" debug="9"...
I have setup Tomcat workers to run through IIS. I have the workers set on separate IP's(machines). I set the host IP in the workers.properties file to another machine with SSL and I get denied access. So, I removed the web.xml file from the other machines webinf directory and the pages load...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.