Questions tagged [jsp]

Acronym to Java Server Pages technology.

Acronym to Java Server Pages technology.

10 questions
6
votes
2 answers

What is the difference between JSP and PHP regarding hosting?

Is it easy to host a jsp website like PHP? Is the server open source like Apache? and What is the best server for jsp?
user509953
3
votes
1 answer

Meta refresh tag works locally (on WebLogic server), but not remotely

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…
3
votes
1 answer

Issues with timed out downloads via TomCat?

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,…
Ira Baxter
  • 41
  • 8
2
votes
1 answer

Free JSP/Spring MVC Web Hosting Site

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…
Mark Estrada
1
vote
0 answers

runtime HTML minification

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,…
Marcus
  • 165
  • 1
  • 8
1
vote
1 answer

Compatibility Issue with IE10 and IE11

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…
AKHIL K
  • 11
  • 1
  • 3
1
vote
1 answer

How to host my jsp files in google appengine?

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?
Dinesh
  • 113
  • 4
1
vote
2 answers

Managed hosting for Java websites?

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…
pathikrit
  • 111
  • 4
0
votes
1 answer

Javascript Requester IP Address

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?
Salem874
  • 111
  • 2
0
votes
1 answer

Newer constructs are recommended

The World Wide Web consortium now regards the tag as outdated. Newer constructs are recommended.What's new?