-1
votes
0answers
18 views

Is it possible to write Java SE socketserver using Apache, XAMPP, MySQL? [closed]

I have a prototype of client - server desktop system. Let's say that there are 2 clients - doctor and patient. Doctor has his own desktop Java app and patient has his own Java app - both are ...
0
votes
0answers
9 views

CVS Repository for BPEL in eclipse

I tried to create a CVS repository in eclipse as guided by http://www.eclipse.org/bpel/users/pdf/HelloWorld-BPELDesignerAndODE.pdf for using BPEL .But i am unable to proceed. The error is Error ...
0
votes
1answer
36 views

java.lang.NoClassDefFoundError: apache-tomcat-7.0.25

While deploying my application to a tomcat server I'm facing following errors: 2013-06-14 07:54:36 ErrorLogger [ERROR] Job (DEFAULT.NearByRioDeJaneiro threw an exception. ...
0
votes
1answer
32 views

JSP contentType and pageEncoding not working, I've tried it all

I'm completely puzzled. I've set my Apache and Tomcat config files, Java Servlet project and JSP pages, ALL OF IT to "UTF-8" to support spanish characters (á, í, ó, etc). I've systematically followed ...
0
votes
0answers
8 views

Apache CXF Post issue

I'm using apache cxf WebClient(org.apache.cxf.jaxrs.client.WebClient) for POST an JSON String. WebClient client = WebClient.create(url); client.path(""); client.header("Content-Length", ...
0
votes
0answers
14 views

Create installation bundle of apache + postgresql

I have developed a web application, that run on container Apache. It's actually a jar. It also uses a database structure, actually developed with hibernate and PostgreSql. Anyone knows a good way to ...
1
vote
0answers
31 views

Couldn't receive all document using CXF/MTOM

I'm trying to do very simple thing : a Client invokes a SOAP service via its WSDL to load a PDF document. I'm using Apache CXF 2.7.5 and MTOM The problem is that it seems that the document isn't ...
0
votes
3answers
35 views

How can I run a Java app on Apache 2.2 without Tomcat?

I'm building a webservice with Java that does not use JSP or servlets, and want to run it on my Apache HTTP server without having to install and configure Tomcat. Is this possible (easily), and how ...
0
votes
1answer
68 views

java.util.concurrent.ExecutionException: org.apache.catalina.LifecycleException:

I am new to eclipse and tomcat. I am creating a servlet that takes an image and save it in a databse. I am using Jre 1.6 and tomcat 7. For this i used custom libraries : import ...
-2
votes
0answers
23 views

While doing webapplication base on apache tuscany using tomcat server the following exception raised [closed]

While doing webapplication based on apache tuscany the following exception raised any body can help me to how to resolve the issue org.oasisopen.sca.ServiceRuntimeException: Unable to bind [] - No ...
0
votes
0answers
26 views

Android java Redirect Failed

I have got the following code to call the servlet page to redirect to the another host as below but when it goes to the execution, it runs as the connection timeout. Even when I increase the interval ...
1
vote
0answers
19 views

apache(httpd) load balancer and restfull requests

I use apache httpd as a load balancer and all the soap requests are working properly and are being navigating through the load balancer. but the problem is that all my restfull request to the load ...
0
votes
1answer
43 views

Hadoop Mapreduce: Is it possible to write mapper output to separate output files(not intermediate ones) without setting number of reducers to zero?

I need to anonymize GBs of data consisting of thousands of files. Doing this normally takes forever; hence, I plan to use an already installed pseudo-distributed Hadoop cluster on our server. ...
0
votes
0answers
9 views

Sending SSH shell commands with Apache SSHD

I am trying to send commands to an SSH shell using the Apache SSHD library. I have read the JavaDoc; but it is so sparse that I am having trouble understanding how to use the library. I'm sorry I ...
-6
votes
1answer
37 views

Java web service to reverse string [closed]

I am new to java and I have to make a webservice that will reverse the string that I will have get from a form and to print in to the same page. I mean if someone puts "good" to bring "doog" I have to ...

1 2 3 4 5 96
15 30 50 per page