Questions tagged [server-mode]
8 questions
83
votes
11 answers
Emacs - Error when calling (server-start)
I am currently using GNU Emacs 23.0.93.1 in Windows Vista SP1. In my .emacs file I make a call to (server-start) and that is causing an error with the message The directory ~/.emacs.d/server is unsafe. Has anyone seen this and know a fix or…

λ Jonas Gorauskas
- 6,121
- 6
- 45
- 66
12
votes
3 answers
Start the H2 database in server mode via Spring
I'm trying to start the H2 database in server mode (I want it to run in a different process) via Spring.
Currently I'm using java Runnable.exec to start the h2 database (using the command: "java -cp h2.jar org.h2.tools.Server")
I know that there is…

Lin
- 2,445
- 5
- 27
- 37
2
votes
1 answer
Devexpress XPInstantFeedbackSource vs XPServerCollectionSource?
I need to load a huge amount of data in DXGrid(WPF) , I know that i have to use XPInstantFeedbackSource or XPServerCollectionSource to achieve the requirements, but dont know which one to use , any idea on cons and pros?

Ehsan Zargar Ershadi
- 24,115
- 17
- 65
- 95
2
votes
1 answer
LINQ to SQL. Changing table name at runtime
I have 6 tables with the same structure but with different data. In each table are stored more o less one million of record.
For performance purpose i put only one year in each table. So i have my tables like this Document_2005, Document_2006,…

Michele Massari
- 145
- 10
1
vote
1 answer
Neo4j Server Mode in Java
I have developed a Java application using Neo4j. Basically the user is able to write a cypher query and obtain some results from the graph database. The problem is that it just can access to the graph database one user at a time. And I need the…

Vicente
- 35
- 5
1
vote
2 answers
Running emacs in server mode so it's possible to connect from remote locations
Is it possible to run emacs in server mode so remote clients can connect from remote locations via network? I'm just looking for the way to run emacs on remote powerful server and edit buffers locally using emacsclient while running compile command…

Archer
- 5,073
- 8
- 50
- 96
0
votes
1 answer
HSQLDB server connection using username and password in server startup command in cmd is not working
i am starting hsqldb server with db_name as MDB and credentials as user=test and password=test using command prompt as:
java -cp hsqldb.jar org.hsqldb.server.Server --database.0 file:/E:/DB/mdb --dbname.0 mdb user=test
password=test
it…

Maha Saad
- 115
- 10
0
votes
1 answer
h2db connection to pentaho report designer is giving error
h2db is connecting thorugh the console in Server mode as you can see the picture by clicking on this line.
But the issue is coming here in the pentaho report designer while giving host name or port number as you can see the picture by clicking on…

Thanos
- 3
- 3