Questions tagged [appserver]

appserver.io is a next-generation PHP infrastructure consisting of a lightning fast webserver completely written in PHP

appserver.io is a next-generation PHP infrastructure consisting of a lightning fast webserver completely written in PHP including additional frequently needed services in one powerful bundle. You can use all of the services or only specifically selected services in your existing application with no additional tweaks. This is just what you need since we have eliminated the need for additional tools or additional services, appserver.io and PHP and you´re done!

appserver.io should not be confused with appserv which is an old, abandoned project that provided a LAMP stack for Windows.

141 questions
3
votes
1 answer

Trusted certificates becomes invalid

In a Sun Glassfish server I have deployed an application that communicates with an external webservice over SSL. I have manually imported certificates in cacerts.jks with java keytool cli (keytool -import -trustcacerts -keystore cacerts.jks -alias…
aksamit
  • 2,325
  • 8
  • 28
  • 40
3
votes
1 answer

How to proxy proxy domain name to internal app server URL in Nginx?

I have an internal app server (Django+gunicorn) running behind an Nginx reverse proxy on a private port (listening on port 5000, for example.) There are several Django apps installed in the app server, mapped to separate base paths. …
Inactivist
  • 9,997
  • 6
  • 29
  • 41
3
votes
2 answers

How to make App server to start even if database is down?

I am using spring & hibernate. my application has 3 modules. Each module has a specific database. So, Application deals with 3 databases. On server start up, if any one of the databases is down, then server is not started. My requirement is even if…
user1016403
  • 12,151
  • 35
  • 108
  • 137
2
votes
1 answer

Run the some code whenever I upload the project on to the app engine server

I've built an appeninge project so, how can I run some piece of code on the appserver only once, i.e when ever I upload the whole project on to the server. How should I achieve this task???
user578542
  • 113
  • 4
  • 12
2
votes
3 answers

Network wide data synchronization

We have developed an C# WinForms application running on a MS SQL Server. Until today we are using a very simple self-made OR-Mapper (using Reflection) with a cheap caching mechanism implemented with a singleton pattern. There's a user triggered…
falstaff
  • 3,413
  • 2
  • 25
  • 26
2
votes
1 answer

How does web server know that it has to send the request to the app server and static files?

I am coming from background where a website (asp.net) code was configured on IIS server. I am now working on Flask and do not have clarity on how the following work together: Flask, WSGI, app server and web server. Flask is just the python app.…
variable
  • 8,262
  • 9
  • 95
  • 215
2
votes
1 answer

Understanding Django's server console output

I need help understanding what the final characters in django's development server output mean. Example: [04/Jan/2011 12:24:16] "GET /polls/ HTTP/1.1" 200 216 What does 216 stand for? Thanks!
2
votes
1 answer

Determine App Server type from Spring?

I would like to print (as debug info) the type and version of the App Server my webapp is running on. With a little search so far I was able to come up with this via the…
Csuki
  • 1,297
  • 8
  • 21
2
votes
2 answers

Wildfly server doesn't start under Windows environment

I am using Wildfly 9 under both Ubuntu an Windows servers. Sometimes, I need to restart the servers but after I stop the server, I cannot start it again. There is a red message box saying Server start failed. The detailed message is: WFLYCTL0158:…
iso_9001_
  • 2,655
  • 6
  • 31
  • 47
2
votes
2 answers

PHP pthreads with Laravel DB Connection with ORM queries

My existing Laravel project is such that all the tasks are executed sequentially. I have identified part of the code which can be run in parallel using PHP threads and can reduce the response time. So I'm trying to use pthreads,…
2
votes
1 answer

how does fileServingEnabled="false" in ibm-web-ext.xmi loads static file

We are using app server: IBM WAS 6.1 and web server: IBM HTTP Server. Issue is explained below I know that fileServingEnabled="true" in ibm-web-ext.xmi helps in loading static content. And when fileServingEnabled="false", none of the static content…
Onki
  • 1,879
  • 6
  • 38
  • 58
2
votes
1 answer

Avoid Byte Code injection Java

I am currently using javassist to manipulate byte code at runtime for my appserver. I am not creating methods or changing prototype nor creating additional member variables. Are there any security policies or any other ways to block runtime byte…
2
votes
2 answers

SAP NetWeaver Java EE AS

Where is it possible to download a trial/community/developer version of SAP NetWeaver Java EE Application Server? Thanks a lot!
sof
  • 9,113
  • 16
  • 57
  • 83
2
votes
1 answer

Docker application deployment DEV vs TEST

I'm really struggling to grasp the workflow of Docker. The issue is: where exactly are the deliverables? One would expect the developers image to be the same one as the one used for testing, production. But how can one develop use auto-reload and…
Zveratko
  • 2,663
  • 6
  • 35
  • 64
2
votes
1 answer

weblogic.Server to create domain but don't start it (Chef cookbook)

As i'm working with Chef for automation, i'm required to create a cookbook for weblogic. The thing is that, when the cookbook is executed it hangs at the final step, and that's totally normal since that step runs weblogic.Server Java Class to create…
JGutierrezC
  • 4,398
  • 5
  • 25
  • 42
1
2
3
9 10