Use this tag for Java server related questions.

learn more… | top users | synonyms

0
votes
3answers
36 views

Embed Jetty to JavaSE project

I downloaded jetty from http://download.eclipse.org/jetty/stable-9/dist/. I can start/stop Jetty server. Also I know about tutorials on eclipse wiki. But I cannot find info how to add jetty to ...
0
votes
0answers
26 views

Two serverside processes in one program?

I know this is probably not practical, but for an assignment, I need to know if this is possible and how (simple example). I was thinking something like this. But then how would I have the ...
0
votes
1answer
38 views

how to slow down the speed of buffer sending java

I have a server and i want to slow it down for some reasons and for experiments long length = fileToSend.length(); byte [] longBytes = new byte[8]; ByteBuffer bbuffer = ...
1
vote
1answer
72 views

Reproduce tcp CLOSE_WAIT state with java client/server

Is there an easy way to reproduce the tcp CLOSE_WAIT state with a java program? I have a legacy java application that have this problem and I'd like to be able to reproduce it so that i can test my ...
1
vote
2answers
60 views

I want to send a string from multithreaded server only the first time a client connected

i have developed a multithreaded server that is working good! but now i want to make it send for first time that a client connects a string and then continue with the same regular process recieving a ...
0
votes
1answer
55 views

Java Rmi Exception

I want to build a RMI server, I tried like this package first_project; import java.rmi.Naming; import java.rmi.RemoteException; import java.rmi.server.UnicastRemoteObject; import ...
3
votes
2answers
88 views

Android: Using one socket connection cross all activities

The basic idea is that when the app starts a class will simply establish a socket connection to server and define output and input streams, those which should be accessed through all different ...
0
votes
1answer
39 views

Unsupported class version error in java?

I'm trying to pass some response parameters using Android to a java web application. I'm using jdk 1.6_32 for android development and jdk1.5_06 on server side. Parameters which I'm trying to pass are ...
-1
votes
3answers
44 views

Access a server from outside local network [closed]

I have a server written in Java which basically awaits requests from different clients and serves their requests. I am running this server from Eclipse. This server is accessible on the local network ...
0
votes
1answer
57 views

how do i write on server and read on android

i want to create a printwriter in my java server and a buffertreader in my android code. right know i can send a message from my android and read it on my java compiler but i want to do the oppsite ...
0
votes
0answers
45 views

java QuickServer object handler

I've recently came across an open source library for java multithread servers http://www.quickserver.org/. The first example EchoServer which uses a ClientCommandHandler worked perfect. However it ...
0
votes
1answer
179 views

ClassNotFoundException - java applet

I have a java web server. One html page serves a java applet! I tested the html file without using the server, it works fine. the html file is placed with a folder named "applets" containing the ...
0
votes
0answers
40 views

What project can be example for creating java server [closed]

I need to create java server. Server itself won't be big, dispatcher that dispatches workers and worker class (about 150 lines of code). I am looking for such project on github to get knowledge how to ...
1
vote
1answer
132 views

convert string to Mysql time stamp in servlet java

hi i am passing my date time string using get method in apache servlet and it goes like this http://localhost:8084/example/Time_ser?date=15/03/2013%2004:14:30%20PM and i am using String ...
0
votes
1answer
68 views

Integrating Guacamole Java Servlet with Rails project

I'm trying to add Guacamole (An html5 vnc client) to an existing rails project but I'm running into some trouble because the Guacamole server is implemented in Java. Based on the overview here ...
0
votes
1answer
77 views

how to make application sync offline entries with the application on web server in java?

**> I need to make web system using java technology, but considering the internet dis-connectivity issues. I also need to make a desktop version of that system... where user can do entries in ...
0
votes
1answer
132 views

Unable to update mysql databse through servlets

I wrote a servlet file SignUp.java and a helper file Updater.java. SignUp gathers the user info from a form filled by the user. Then it sends the info to Updater so that Updater updates the table in ...
0
votes
1answer
80 views

Dart game Android app and Java server to keep sore

My question isn't necessarily on how to do this - rather I'd really like to know where to start. I've made a program in Java that keeps track of a dart game. I have a core DartGame class and classes ...
1
vote
1answer
72 views

multiple Servers TCP in java

I am writing a networked multi player game where players use their own client and server handles all the data processing... I have finished writing for the game with one server. What I want to do ...
1
vote
1answer
57 views

Overcoming blocking writes in a server program

I apologize ahead of the time for the lengthy wall of text. I am writing a game server. Basically there is thread to accept connections, there are individual threads for each player, and a thread ...
0
votes
2answers
272 views

Cannot assign requested address while trying to run a Java server through an ant script

I have to execute a compiled Java server through an ant task for an assignment so that I can build a client for it. I don't have the code of the server but it's supposed to run on the 8181 port of ...
-2
votes
1answer
53 views

jax-rs code to run on server

I have a code which using RESTFul: @Path(/...) public class ..{ @GET void func(){ "Hello"; } } My question is how to run this code from the browser? I wrote this code in Eclipse ...
-1
votes
1answer
137 views

Android - Java Server or Servlet? [closed]

I am creating an Android application for a project at university. I will have several databases hosted on the university servers ( We have a web development server). I was going to create a Java ...
4
votes
1answer
110 views

A java server library that responds to both TCP/UDP and websockets?

I need a java server library which will accept both websocket and tcp requests and respond to both using the same code. Basically something which is client agnostic. I just want to concentrate on the ...
3
votes
3answers
333 views

How to read from socket using datainputstream

I can display a single image received, but now I want to receive and write multiple images on my disk which will be sent from Android client after every 5 seconds. Socket sock = servsock.accept(); ...
-1
votes
1answer
301 views

Simple java chatroom

Quite simple I want to create a chatroom that accepts multiple clients all of which can assign their own ID. Whenever they input anything it is sent to all users. Currently I have a echo client server ...
0
votes
1answer
221 views

Implementing HttpSession in Java Se

I am using com.sun.net.httpserver.HttpServer as my HTTP Server with JAVA SE. Specification can be found here: ...
0
votes
1answer
377 views

Getting my Java SSL Client to talk to my server [closed]

(I've never done this before, I've included steps to explain where it gets up to and to aid in my own debugging. Please give any advice on the understanding that I'll need an explanation if its ...
0
votes
1answer
104 views

ObjectInputStream exception [duplicate]

Possible Duplicate: StreamCorruptedException: invalid type code: AC Hello guys I am trying to read object from the stream over the network... I am using ReadInputObject method ... and I am ...
2
votes
1answer
160 views

How to receive bufferedimage from Java server using Objective-C

I'm developing an Ipad app. I have to use the POST method to sent request to the Java server, then, the Java server will produce an outputstream of an bufferedimage. How can I receive this ...
0
votes
2answers
252 views

httpServer to execute PHP script

I am writing a java http server and I have completed FileServer class to handle requests (Get, Head, Post, etc) for normal files like index.hitml I also want to enable my server to execute PHP scripts ...
-2
votes
2answers
367 views

Java chat server-client

I'm new in Java. I'm trying to make a simple chat application, with one client, but something isn't right.. cant figure it out. It gets stuck at connection (right after it) to server when trying to ...
1
vote
1answer
83 views

Http Connection from Android

I am trying to connect from java android program to a http website. I am trying this code. But apparently, the code does not go pass the "client.execute()" statement. I have commented a return ...
0
votes
0answers
134 views

java search engine with client server in file [closed]

![Assume we have a server A waiting for searching request, when such request comes the server A will multicast it to many other servers Bs each of which has a directory contains many text files and as ...
1
vote
2answers
143 views

How to queue file read/writing to hard drive in java?

I have a server which receives requests from thousands of clients connecting tcp sockets, to either read or write data off one hard disc. I know I need somehow one thread which does all the HD ...
5
votes
3answers
144 views

Java server works in 32-bit, but not in 64-bit. Why?

I get this strange exception on only when running on 64 bit (windows 7 ultimate) Not when running 32 bit win7 ultimate. Currently its running on java version 1.6.0_26 running server! ...
0
votes
1answer
136 views

Finding path to JSF resource

I am working on a JSF website and I need some help. I have an XML file that I am trying to read from by backing bean but I don't know how to find the path to it. It is in my resources folder ...
0
votes
0answers
49 views

Writing server for mobile applicatin

I am writing a server application in Java for my Android mobile application. I am new to server programming so I am confused as what approach should I use. Should I use Servlets or Socket Programming? ...
0
votes
0answers
261 views

how to read serial port data and store in database

Which programming model is best to read data from a meter(RS232 convertor used to connect the meter and computer)? I need to read serial port data instantly whenever data from meter updated.For this i ...
2
votes
2answers
106 views

Do we need seperate file path for window and linux in java

I have a file on linux ubuntu server hosted with path name /home/kishor/project/detail/. When I made a web app in window to upload and download file from specified location i used path ...
0
votes
0answers
57 views

Preventing repeated function calls in a multi-threaded Java server

I have a multi-player java server and a flash app where users are simply chatting and interacting with several commands. Everything works fine when people use the flash app, however if they (kids or ...
3
votes
1answer
222 views

Sending Image with Exif info from Windows Phone to Java Server

I'm new in programming in Windows Phone (and StackOverflow tbh). Currently, I'm working on a task that concerns with sending images stored in the Windows Phone's storage (with Exif info) to a Java ...
0
votes
2answers
250 views

How to make a servlet protected against DDos attack? [closed]

I'm launching a website soon, which works by having the client submit a get request to a java servlet with ajax, then presenting the result. The process that the java servlet does can take up to 10 ...
0
votes
1answer
57 views

dynamic web project cannot run

I created a dynamic web project, then added to the server already, (see screenshot) but I can't get it run. The server is running, if I type in localhost:8080/ I do see the Apache homepage, but ...
0
votes
2answers
200 views

Sending files by part in JAVA

I am writing a client-server program in JAVA in which I am sending a file from server to client.As the file size may be quite high therefore I decided to divide the file in 5 parts and then send it to ...
0
votes
1answer
115 views

Glassfish v3 - how to disable stack trace on server side log

I want to disable the stack trace on server side log in Glassfish v3? Is there any option to do it?
0
votes
1answer
792 views

Server & Client Connection in Java [closed]

Here is an sample TCP/IP Server and Client programms TCPServer import java.io.*; import java.net.*; class TCPServer { public static void main(String argv[]) throws Exception ...
0
votes
1answer
295 views

GCM server crashes on online domain

Hey I have been following gcm tutorial to create gcm-demo-server and a demo-client. All was working well on tomcat, I then uploaded the .war file on a free jsp domain firstly the page said "No ...
3
votes
3answers
76 views

HTTP Download From Java Server

I need to write a small java server that can be accessed through a web browser to download a file, preferably using sockets. Could anyone point me in the right direction as I can only find examples ...
0
votes
1answer
544 views

video streaming from Android without saving on sdcard

I have code: private MediaRecorder recorder; String hostname = "192.168.1.125"; int port = 1935; Socket socket; ParcelFileDescriptor pfd; public void start() { try { socket ...

1 2