The tag has no wiki summary.

learn more… | top users | synonyms

0
votes
0answers
16 views

A Java based modifyable web shop platform? [duplicate]

I have a project which requires a web shop. It should be a Java based web shop, since I know Java well. The functional requirements are: modifiable layout for main/goods pages modifiable processes ...
0
votes
1answer
36 views

Books / Resources on how to setup a website [closed]

I started building a website recently. I have no problem with the language technical skills. However, it's my first website, and I don't know how to setup my local machine and how to make it available ...
0
votes
1answer
130 views

Ideal web application framework for newcomers and whether it is better to use Java or PHP based framework? [closed]

My primary question is whether a Java based web application framework is better or a PHP based one and why? Moreover, if I were just starting web development then what would be some ideal frameworks ...
0
votes
0answers
48 views

Proxy using a java applet?

I was wondering if it was possible to have a proxy (similar to web proxies [Where you input the site and the site keeps your cookies and a log for legal reasons.] not ip proxies) from a Java applet? ...
0
votes
0answers
62 views

which service to use among Amazon's free tier for Java app [closed]

this is the first time I am going to host a java app, Amazon offers a free tier which provides free usage for one year, and I am going to use it. But there are so many services (S3, EC2, etc etc), I ...
3
votes
1answer
281 views

Is there a Java-based web browser that doesn't follow hyperlinks properly?

Looking through my logs, I get this error a lot: A potentially dangerous Request.Path value was detected from the client (:). The error is usually due to someone navigating to a URL like this: ...
0
votes
0answers
33 views

Portal construction with JetSpeed2

How good is JetSpeed2 for a full fledge complex portal construction? Due to licensing issues, the company I work for has decided (most probably) to not to go ahead with Liferay or GateIn etc and ...
0
votes
2answers
262 views

Java based portal framework [closed]

We have an application that needs to be built and are looking for some Java based portal framework. In last few days we have gone through over 10 different open source option Liferay, JetSpeed2, ...
0
votes
0answers
135 views

How to create the right loop / jquery / picture wipe? [closed]

<script type="text/javascript" src="slider/jquery.touch-gallery-1.0.0.js"></script> <script type="text/javascript" src="slider/jquery.touch-gallery-1.0.0.min.js"></script> ...
0
votes
1answer
245 views

Apache real time robot detection

Background Our website is being a. scraped - complete pages downloaded b. spidered - complete pages and sub links followed c. mined - specific files downloaded at high speed by hundreds of ...
0
votes
0answers
78 views

Tomcat 6 broken images

I am using Tomcat 6 to serve both static content and dynamic content. For some reason, from time to time, I see that images are broken. It usually happens when I copy and paste the image url to the ...
1
vote
1answer
979 views

Why the difference between Tomcat and Tomcat7 regarding servlet mapping and defaults?

With the following configuration: <servlet-mapping> <servlet-name>default</servlet-name> <url-pattern>*.css</url-pattern> </servlet-mapping> ...
2
votes
1answer
171 views

SSL Certificate Works in Monit - But Not in Keystore

I have a situation where there's a keystore file with the various root/intermediate certificates stored in it in a way that it seems to work for most browsers. Problem is that when mobile browsers ...
0
votes
0answers
18 views

Making Web Plugin [closed]

So there are a whole bunch of web plugins out there, quicktime, flash, silverlight, java, ActiveX. I was wondering how someone might go about making a plugin of their own and what language they would ...
0
votes
2answers
162 views

Which operating system for my first VPS? [closed]

I'm starting to host my first web app on a VPS but I dont yet have any experience managing a server. I want to minimize the costs of hosting but also reduce the hassles which a 1 man startup can bear ...
3
votes
1answer
951 views

How / Where can I host my Java web application? [duplicate]

Possible Duplicate: How to find web hosting that meets my requirements? Edit: Just to be clear. I want a place where I can do $>java myapp, where myapp uses plain old ServerSocket. No ...
1
vote
1answer
109 views

Control Panel to host java based sites

i am new to webhosting and want to know something about it. I have 2 dedicated servers with full control over them 1 with linux(CentOS5.5) other with windows 2008 server Please suggest me some FREE ...
1
vote
1answer
148 views

Hosting a website with Rails, Groovy or Java servlets - shared hosting or VPS? [duplicate]

Possible Duplicate: How to find web hosting that meets my requirements? Are there hosting companies that cater for Rails, Groovy and Java servlets? Or is my only choice to use a VPS? If ...
1
vote
2answers
65 views

Running a program that extracts data from websites

I have created a program that searches through every player of a particular online game, visits their information webpage and extracts pieces of information about them (ie. their stats). The problem ...
2
votes
2answers
3k views

is there any free java(grails)(tomcat) hosting server? [duplicate]

Possible Duplicate: How to find web hosting that meets my requirements? I want to host my grails application in net for testing ... is there any free server sites? supports grails,mysql
0
votes
1answer
189 views

How to refresh server caching dynamically when we have the web application running in clustering environment?

Consider a typical webapplication which runs on an application or web server in clustering mode. Let us say we have 3 nodes in the cluster and the application is running on these 3 nodes and ...
3
votes
1answer
163 views

Recaptcha statistics

Of late recaptcha images have become excessively difficult to decipher. Is there any way to get analytics on unsuccessful attempts before a successful one for your website? I'm pretty certain the ...
1
vote
1answer
70 views

Hosting services for JEE [duplicate]

Possible Duplicate: How to find web hosting that meets my requirements? I'm using EJBS, JPA and GWT. I was wondering if someone knows a hosting service that offers what I need (like a ...
1
vote
2answers
143 views

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 ...
1
vote
2answers
235 views

SSL Configuration Problem

I've generated an SSL certificate with keytool: keytool -keystore keystore -alias mySite -genkey -keyalg RSA -keysize 2048 I got this configured and working fine, but obviously it wasn't signed by ...
1
vote
3answers
180 views

Java hosting service provider? [duplicate]

Possible Duplicate: How to find web hosting that meets my requirements? I want to host a Java web application. How to decide which hosting service provider to choose from. Is there any ...