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
2
votes
2 answers

HttpContex null on wcf

i have 2 servers web server and the app server on the app server i have WCF running . in any function on the wcf i"m trying to get the current user with System.Web.HttpContext.Current.User but i"m getting null there is a way to get the user…
avnic
  • 3,241
  • 8
  • 37
  • 46
1
vote
1 answer

WebSphere equivalent in .NET

Is there an equivalent in .NET to a websphere-style app server? Something that will manage all our WCF endpoints across multiple projects/solutions, track dependencies and versions, handle WS-Discovery (or WSDL or whatever)? Ideally something F/OSS?
XeroxDucati
  • 5,130
  • 2
  • 37
  • 66
1
vote
2 answers

How do I create a jetty 6 and jetty 7 compatible jetty-web.xml file in the same war file?

In Jetty 6 I need to create a WEB-INF/jetty-web.xml file which contains this: But in Jetty 7 I need the same exact file WEB-INF/jetty-web.xml to contain this:
Geoffrey De Smet
  • 26,223
  • 11
  • 73
  • 120
1
vote
1 answer

install Appserv with Ms sql server in one system

Is it possible to install "Appserv" (Containing PHP, MySQL, phpmyadmin, apache web server) into a system that already has IIS, MS Sql server 2008, ASP.NET and visual studio 2010 installed?
1
vote
1 answer

getClass().getClassLoader().getResource() Doesn't work in OC4J App Server

I've the following code snipet that doesn't work in EJB code in OC4J: String name = getClass().getPackage().getName(); name = name.replace('.','/'); URL url = this.getClass().getClassLoader().getResource(name); File directory = new…
Muhammad Hewedy
  • 29,102
  • 44
  • 127
  • 219
1
vote
0 answers

MarkLogic 8 - request not getting timed out - keeps retrying after logging XDMP-XDQPNOSESSION

We are using MarkLogic-8 with a setup of three nodes (two Forests on each). We have an HTTP App-Server with request timeout and session timeout set to 30 mins. An incoming request through this App-Server has been running for over 8 hours before it…
Ashish Patil
  • 150
  • 9
1
vote
2 answers

Unable to find taglib after migration tomcat7 to tomcat9

I am facing a problem on my migration to Tomcat7 to Tomcat9. I am trying to deploy my web app but I keep having the same error: org.apache.jasper.JasperException: /tiles/layout.jsp (Zeile: [5], Spalte: [0]) Unable to find taglib [myTagLib] for URI:…
Carloshf
  • 529
  • 1
  • 6
  • 25
1
vote
3 answers

why rate limiting logic should be placed with application code rather then web server

I am exploring to put rate limiting functionality on rest API which are developed using spring boot. After going through many articles, I came to know that the best way to put rate limiting functionality is with application code, rather then putting…
Onki
  • 1,879
  • 6
  • 38
  • 58
1
vote
1 answer

How can I log the Glassfish domain?

I do a bit of logging in a ServletFilter to log which web services are being called, response times, etc, and I would ideallly like to log the domain name of the running Glassfish server. But so far I have not been able to come up with any way of…
oligofren
  • 20,744
  • 16
  • 93
  • 180
1
vote
1 answer

Not being able to reach MySQL data

I've been using AppServ which includes MySQL, PHP, Apache24 and phpMyAdmin features. One day, I accidentally uninstalled my AppServ service from my computer and I had to install it yet again. Everything was OK until I saw my database is not working…
Masea
  • 103
  • 2
  • 10
1
vote
0 answers

Why would a server process stop receiving requests?

I have a few java programs, Appserver1 and Appserver2, which handle command line arguments to external programs, and VocsServer, an intermediary to the MySql database. These programs are always supposed to be running and waiting to receive…
saucewagon
  • 37
  • 6
1
vote
2 answers

How to host and refer to static content from within your ear file

We have several j2ee applications (e.g. A.ear, B.ear, C.war) running in a single jboss instance, we have a requirement to share a set of static files across these applications. So I should be in a position to access these files as…
Jason
  • 12,229
  • 20
  • 51
  • 66
1
vote
1 answer

Does Spring Boot needs to be run on AppServer like Weblogic?

I have used only Spring framework and deployed as spring boot application It just opens and runs as a java application , Why do a companies with only spring framework runs on app server they can run on JAVA application as usual ? why do they need…
Akon
  • 51
  • 8
1
vote
2 answers

Multi server application reading data from same table

I have an application running on two different server instances. Application has a singleton EJB which has timer set to run after every one minute. The method in EJB reads records from table deletes it and publishes it over the queue (all part of…
1
vote
0 answers

Always MismatchSenderId error from ASP.net C# while sending notification

I have taken the applicationID and senderId from Cloud Message tab. But I always get: {"multicast_id":4754956504020103312,"success":0,"failure":1,"canonical_ids":0,"results":[{"error":"MismatchSenderId"}]} I am not sure what I'm doing wrong. var…
1 2
3
9 10