Questions tagged [server-application]

28 questions
0
votes
0 answers

How can I send formfiles incl. 2 integers to the API?

I have a Blazor-project (ServerApp). And I want to import data from Excel-files and a start week and an end week by using an API. And the data I send is all 0. MinWeek, MaxWeek and the number of FormFiles. Please can anybody help me? public class…
user1531040
  • 2,143
  • 6
  • 28
  • 48
0
votes
1 answer

How to customize the button responsive based on the size of the browser-window?

I have a ServerApp (Blazor .net6). And I have a window with 1 or more buttons. If the window (browser-window) is large than there will be shown max 3 buttons shown on one row. If the window is small, than there will be shown 1 button on one…
user1531040
  • 2,143
  • 6
  • 28
  • 48
0
votes
1 answer

how to receive msg from client app through TCPserver in WPF

namespace Server_App { public partial class MainWindow : Window { public TcpListener server; public Socket socket; public NetworkStream ns; public MainWindow() { …
0
votes
2 answers

How can I migrate my JSF 1.2 project from WAS 7 to 9

Good afternoon, I have a project done in JSF version 1.2 which is on a WebSphere Application Server 7 server but I want to deploy it on a WebSphere Application Server 9. What points should I take into account so that everything goes well. My project…
Renzo Llagas
  • 115
  • 2
  • 10
0
votes
0 answers

server application wildfly(jboss)

Hi everyone I search in forum and google but I don't have response. When I run server application Wildfly(Jboss) I have this error: Deploying on WildFly Application Server profile mode: false debug mode: false force redeploy:…
ema
  • 175
  • 1
  • 2
  • 9
0
votes
1 answer

Websphere instalation v 7 Error

I'm trying to install websphere application server v7 I followed the steps and when I click on next after after entering security administration password I got this error message System Prerequisite Check The system prerequisite check failed. The…
YK mar
  • 669
  • 2
  • 10
  • 32
0
votes
1 answer

Creation of a client-server desktop application

I've in the past created client-server web applications using Javascript, AJAX, Node, Express and MongoDB, but now I'm required to creare a client-server desktop application. It will therefore basically consists of a desktop program which will…
nbro
  • 15,395
  • 32
  • 113
  • 196
0
votes
0 answers

How to make sure that a PHP page is called from my mobile app

I have an iOS/Android app and I want to convert some of its functionality to webview, as this will make minor changes easier as I will only have to update the web app, rather than updating both iOS and Android and wait the review process. I already…
Abdalla
  • 2,071
  • 2
  • 16
  • 27
0
votes
1 answer

Obtain servlet response when using Cross-Context

I'm using cross-context to call a servlet in another server application: Servlet /bar from server application 'A' calls /foo servlet on server application 'B'. I'm using this very nice solution, just as in the Abhijeet Ashok Muneshwar answer, I…
user2256799
  • 229
  • 1
  • 3
  • 10
0
votes
1 answer

Do all servers have operating systems?

Do all servers have operating systems? Can you run applications on any kind of server? What is an example of an application that can be run on a server? Believe it or not, I have searched for weeks on Google for answers to these questions, and have…
KimberleyK
  • 125
  • 1
  • 3
0
votes
1 answer

Web server script running continuosly

what I'm trying to do is a web server that simply answers clients requests. I am able to use PHP scripts, an executable written in C++ or services written in Java to create the response, but the problem is they always have to be loaded with every…
0
votes
2 answers

enable disable option of console output in multithreaded applications

Hello I am working on a Server Application that is multithreaded having a control panel form and a console for the output. I am using log by console output. For Enabling log I compile the version with log and for disabling log I compile the version…
M Naeem Ashraf
  • 241
  • 2
  • 9
0
votes
1 answer

remove apple server app on osx 10.8

I normally develop in ruby and serve my developement site with pow.cx. For some client work I have to work with php and drupal. I had quite a bit of set up problems and incompatibilities between apache / php / Mamp and my pow server. I've tried to…
Yannick Schall
  • 32,601
  • 6
  • 29
  • 42
1
2