Forum: JSP Dec 26th, 2005 |
| Replies: 3 Views: 3,546 some browsers and firewalls will prohibit loading or accessing files from the users computer, but otherwise try this:
file:///C:/w.gif |
Forum: JSP May 9th, 2005 |
| Replies: 0 Views: 2,808 my question applies to servlets, but i am hoping it is the same for jsp, how do I stop a page from continuing, sort of like
System.exit(0);
if I do this in tomcat, it will cause tomcat to... |
Forum: JSP Apr 28th, 2005 |
| Replies: 6 Views: 6,774 i mean like a get (from url) or posted (client connection) variable |
Forum: JSP Apr 28th, 2005 |
| Replies: 6 Views: 6,774 that wont work because i need it to be serverside, otherwise i might as well do it in html/javascript instead of jsp |
Forum: JSP Apr 27th, 2005 |
| Replies: 6 Views: 6,774 I am in the process of learning JSP and my question is how do I check to see if a variable exists? The equivalent of this in php would be
if (isset($_POST['someVar'])) or
if... |
Forum: JSP Apr 26th, 2005 |
| Replies: 4 Views: 7,430 http://cs.saddleback.edu/rwatkins/CS4B/Section13/Section13.html
there are instructions on how to set up tomcat 3 once you have this running and are familiar with this I would recommend upgrading... |
Forum: JSP Apr 26th, 2005 |
| Replies: 4 Views: 5,753 do you want all html pages to be treated as jsp? modify your .htaccess file and AddType so that your html will be handled as jsp files, this is generally a bad idea, but you can do it if you want too |
Forum: JSP Apr 26th, 2005 |
| Replies: 5 Views: 15,232 http://hostitnow.com/budget.php
for $5.00/month you can get PHP/JSP (tomcat)/MySQL/PostgreSQL/Apache/ASP (chilisoft i believe) hosting, there not the greatest of web hosts, but for that price it's... |
Forum: JSP Apr 26th, 2005 |
| Replies: 2 Views: 4,187 http://cs.saddleback.edu/rwatkins/CS4B/ExamplesIndex.html
go there, there is even a GREAT explanation of how to setup and run tomcat server on your computer under "Servlets, Beans, JSPs, and CGI"... |