I have a general question that I can't seem to find anywhere. Does the connectionTimeout value in the server.xml take presidence over the sessionTimeout value found in the web.xml?
after 7 hrs. Once again it was an easy problem to fix. And it took some other guy 10 mins to find. Problem is that I did not have the most up-to-date commons.lang jar file. I was using what ever...
Ok, so i don't know where to up this because I can't decide where there error is residing in. My first assumption would be Tomcat but we don't have a forum for that so here I go.
Hi, I have created a simple AJAX login posting system. When a user clicks the submit button, everything works perfectly the password will be checked with the correct username and such. and will be...
I found what the issue was. I found that within my usr/local/tomcat/conf/Catalina/localhost there is a bunch of xml files each resembling each project that is on tomcat. I found that within the...
Found issue. Which it was a latency issue between the update master and the reading of the slave. The reason for which why the servers differed was that in the database property file server 1 was...
If i understand you correctly you want to start a new line when the edge of the table is hit. You can use a script that will calculate the x coordinate and then keep that value and then you keep...
Thanks, though I would like to have the user see these fields, just so that they know what is all there, since they are able to change some(checkboxes) and not others. But you do make a good point...
I have a list of checkboxes that I want to have some "not editable", but at the same time i want those values to still pass to the servlet. Using the keyword "disabled" won't allow these values to...
I have 3 iframes on one page all editable. When I click a button i would like to display the value of the iframe that is currently selected. Up to this point i have been able to grab the information...
I take it you are using only the console to do everything correct? Entries and then printing out the result. If that is the case then I will tell you to look at the StringBuffer object and the...