i think the paths are case sensitive. You said the directory name is ICS_Samples651, the application is trying to access ics_tamples651 (as the error message indicates). So, make sure you are case compliant!!
good luck
I have a jsp page and in that page i have one include directive ( <%@ include file="page_1.jsp" %> ) I want this include directive to be dependent on a certain variable.
so, .... I want to have a specific <%@ include file="filename.jsp" %> for each value of a specific variable. basically,
if...
The search function is broken again and i apologize if there is another thread answering this question.
I want to conditionally use the include directive in my jsp page (i.e. If a certain variable is true, include jsp1.jsp, else include jsp2.jsp).
something like this
<%
String show_main =...
This might seem like a really stupid question....
Is the data transfered through HttpServletRequest.setAttribute(String, Object) and HttpServletRequest.getAttribute(String) visible to traffic outside the web server. Meaning, are these objects transfered through URL rewritting/cookies or are...
the code does indeed work flawlesly.
My problem was that when uploading large files, the processing time was significant. I implemented the FileUpload package from Apache Commons and it really did cut down on the time. Also, its very easy to use, all you need too do is call a couple of methods...
you can use two <input type="file"> statements in the html code and then use the Commons Upload api from Jakarta http://jakarta.apache.org/commons/index.html to obtain the 2 different files submitted through the same html form.
have fun
Hi all,
I have a page that lets users upload files. I'm limiting users to uploading files that are smaller than 5MB. Currently, the server checks the HTTPServletRequest content length. However, this means that the whole file must 1st be uploaded before the servlet can respond with "file too...
lol
yea, i remmember the 1st time i did "rm -rf /"
My boss wasnt happy!
maryam, if you can still log onto the machiene. See if all your directories are intact. if not, try botting in emergency mode (at the boot prompt, type "<image_name> emergency" usually image name is something like "linux"...
iv been trying to figure out paypal myself.
Does anyone know if there is a minimum amount of money paypal is willing to do the transaction for. Let say a consumer buys something thats $4.99 with shipping and handling included. Will paypal process the $4.99?
Also, how much does paypal charge...
ahhh,
Iv heard of round robin but as BuckWeet mentioned, I thought the session problems would come up.
As for loadbalancers, do i need a hardware laodbalancer (like F5) or are there any software-type load balancers (preferably, of course, free) that would run on 1 server and redirect overload...
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.