Skip to main content

Questions tagged [server]

A server is a running instance of a software application capable of accepting requests from a client and giving responses accordingly.

server
0 votes
1 answer
9 views

How to run a background task from within a route's handler in Ktor

How to run a long-running task from a route's handler and restrict the lifetime of the task to the lifetime of the server or the entire application? How to prevent a cancellation of the task caused by ...
Aleksei Tirman's user avatar
-1 votes
0 answers
17 views

Jquery Datatable not working in the JSP file

<%@ page language="java" contentType="text/html; charset=UTF-8" pageEncoding="UTF-8"%> <%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="...
Raj Bura gohain's user avatar
-1 votes
0 answers
11 views

Google chrome console reveals the list of allowed domain in CORS policy...(how to supress)

I have applied CORS policy on my web service portal (https://web-service-portal) and enabled the domain https://allowed-site. Now when I try to access https://web-service-portal from https://site-not-...
crazy innovator's user avatar
0 votes
1 answer
10 views

How to troubleshoot the "Neither port nor sslPort specified" error in Ktor

What could be the reasons for the following error when a server application bundled into a fat JAR is launched? Exception in thread "main" java.lang.IllegalArgumentException: Neither port ...
Aleksei Tirman's user avatar
0 votes
0 answers
10 views

Flask Bad Request only when in production

I've recently implemented a reporting system for my website, I got it working on my laptop, but when I deployed it into vercel, it would give a "bad request" when using fetch. I don't think ...
SuperSIlly2's user avatar
0 votes
0 answers
8 views

How do I deploy my site from 3 projects to hosting

I'm writing an e-commerce website which includes 3 projects: Admin: Next.JS project Client: Next.JS project Server: Nest.JS project DB: Using PostgreSQL in Server via TypeORM It's my first multiple ...
Lvasche's user avatar
  • 302
-1 votes
0 answers
12 views

Receiving CSVS from Database and rewriting .csv file based on the content. How to optimize this process (maybe caching/redis)?

So I am receiving csvs from an azure database based on the url on the clientside. Then I rewrite the ExampleData.csv file to have this new csv received from the database. I am having a problem when ...
user26305916's user avatar
-2 votes
0 answers
14 views

FMB 920 Server SetUP [closed]

I am tring to create a vehicle tracking system based on GPS & GMS using Teltonika FMB920 tracking device. I am a bit confused on following things: How to setup the server for communicating with ...
guzelim's user avatar
0 votes
0 answers
12 views

run tileserver-gl on a server without internet access Error

I am encountering an issue while trying to run tileserver-gl on a server without internet access. I have successfully set up tileserver-gl on other servers using a prepared folder with all necessary ...
Andreas's user avatar
-1 votes
0 answers
14 views

Why does port 8443 work, and port 4223 doesn't? [closed]

I implemented a https server and a wss server using NetCoreServer in DotNet8.0 When in run the server(s) in a local virtualbox, and access it by its extern ip, everything works fine. I now uploaded ...
Dryzler's user avatar
  • 17
0 votes
0 answers
14 views

How do I use .htaccess to redirect a page only when it has a particular query string?

I want to setup a redirect for a page on my e-commerce site, which relies on query strings to display pages. I want to point a particular brand page to a new URL. Currently, the URL is: https://...
guru's user avatar
  • 307
0 votes
1 answer
31 views

NodeJs and Postgres-Connection terminated unexpectedly

I'm trying to connect my Node project to Postgres. My server is running in the project. In Postgres, when I execute a data retrieval command, it also return me the correct data. But when he wants to ...
Rivky Friedman's user avatar
0 votes
0 answers
29 views

Can't open xampp pages [closed]

I am facing a problem with connecting to xampp pages. The localhost/127.0.0.1 works and loading fine.When i am trying to connect at phpmyadmin or my wordpress site the page keeps loading but never ...
0 votes
0 answers
45 views

How to get data from an Oracle .dbf file / cold save? [closed]

In my company they gave me a COLD save of an AIX 4.3.3 server running and Oracle 7.3.4. The problem is that the hardware is totally corrupt and we are not able to restart it and get back the database. ...
user24560168's user avatar
0 votes
1 answer
27 views

Browser doesn't get response header from my inherited http.server.SimpleHTTPRequestHandler

I am trying to build a HTTP server by inheriting http.server.SimpleHTTPRequestHandler. It works fine and unless that the browser just doesn't know my server is trying to send HTML data, and keep ...
Limina102's user avatar
  • 1,001

15 30 50 per page
1
2 3 4 5
1687