I have a development environment on my machine and a remote shared development environment. Both have "identically" configured WebLogic 10.3 servers.
On my local dev environment, the meta tag below works as expected. However, upon being deployed to…
We get, in our opinion, a lot of failed download attempts and want to understand why.
We offer downloads via an email link (typical):
http://www.semanticdesigns.com/deliverEval/
This is processed by Tomcat on Linux via a jsp file,…
Possible Duplicate:
How to find web hosting that meets my requirements?
I am thinking of hosting a small web application built using Spring MVC. Does anybody know any free web hosting sites that supports JDBC also?
I haven't tried web hosting…
The processing time for my project on Google App Engine is about 20 ms for a JSP page. Using HtmlCompressor at runtime (using a JSP tag) to minify the HTML, the processing time increases to about 100 ms. With (embedded) CSS minification turned on,…
I have a website that having some applets, which works without any issues in IE6-IE9. But when I tried in IE10 and IE11, it seems to be buggy. All the pages where not loading properly.
After some searches in google, I found adding the following will…
I wondered how to add my own JSP files in Google app engine. I created my account in Google app engine. I don't know where to host my file and what is the url of my google appengine. Can anybody give me a simplified explanation?
What is a good managed hosting service for server side Java code which uses Tomcat servers? I want something that is like Heroku (for Ruby), Gondor (for Python), no.de (for node.js). I know there is Google App Engine out there but I am not a fan of…
Is it possible to get a visitor/requester public (WAN/external) IP address with pure Javascript? IE. without the use of additional JS libraries like jQuery? If so, how?