0
votes
0answers
7 views
Tomcat to JBOSS Migrationconfigu
I am working on a automated tool which helps in migrating apps from tomcat to JBOSS by creating all the deployment descriptors and server configuration xmls required for JBOSS by parsing the ...
-1
votes
0answers
22 views
Advantage of Glassfish server over JBoss and all other J2EE servers [closed]
What is the advantage of Glassfish server over other j2EE server like JBoss,Tomcat etc ?
0
votes
0answers
54 views
+50
JBoss Clustering and Lighttpd Load Balancing displaying inconsistent behaviour
PROBLEM
We have two JBossAS 4.2.3 installed on separate machines and they are clustered. We also make use of Lighttpd that acts as load balancer, and is placed between our Tomcat servers (the Tomcat ...
0
votes
0answers
17 views
How to make Glassfish use different configuration for every application
I am using GlassFish, JBoss, Tomcat for my application servers.
I want to use different log4j.properties for my applications on local, dev, test and prod envirment. So every project's application ...
1
vote
0answers
35 views
Tomcat External Executable Call
I am using an application that runs on Tomcat 5 environment. This application needs to call an external application (Delphi Executable). I am using the following command line to make the call:
...
1
vote
0answers
62 views
How to design a sample ussd app in java and test using a simulator [closed]
I'm trying to develop a simple hello word application for my assignment in java,
I'm stuck on how to begin, I have downloaded the simulator (Leibcit) but cant figure out how to make it work with my ...
0
votes
1answer
22 views
Opening multiple servers on the same port
I am really new to web development. I have installed tomcat v7.0 and jboss v4.2 on my windows7 64bit OS. The editor is Eclipse Juno. I start the Tomcat ( within eclipse ), and type the address
...
1
vote
3answers
102 views
Configure hibernate.cfg.xml in OpenShift RedHat servers
I'm trying to configure a xWiki server on a OpenShift hosting (Tomcat 6 (JBoss EWS 1.0)). I've never configured a Java server before and I have a issue:
I followed THIS tuto on my local Ubuntu and ...
-1
votes
2answers
54 views
How to run a website on tomcat in ubuntu?
Well, I would like to run a website that was made using eclipse and jboss in my tomcat server that is running.
Structure of the app:
app/build/
app/resources/
app/src/
app/WebContent/
0
votes
0answers
74 views
Getting the JSESSIONID as HTTP header instead of cookie
I have a REST application, deployed on Jboss AS7.
When I do a REST request, I get back the JSESSIONID by a cookie.
On subsequent REST calls, if the client passes the cookie, I don't require any ...
0
votes
0answers
23 views
IIS JK Connector and Client IP
I have setup JK_Connector on IIS 7.5 to proxy to Jboss, all working fine.
For one Jboss app, I am using RemoteAddrValve in the context.xml to control access based on IP (only allow access to the ...
0
votes
1answer
78 views
intercept j_security_check
when doing login in my login form which is based on j_security_check all ok. in that case I see that the path in JSESSIONID cookie has a value from the URL. but when a nother login page construct ...
0
votes
1answer
44 views
Differ database library names (artifacts) for various maven profiles (jboss,tomcat,glassfish) in Maven, Artifactory and Jenkins environment
We have CI Jenkins jobs configured to build for various maven profiles.
Each compiled library goes into Artifactory libs-release or libs-snapshots virtual repository depending on its version.
Now we ...
0
votes
2answers
138 views
Testing spring openshift application locally
I have an application running on Openshift. It works fine, but testing is difficult because i have to push every little thing to openshift and wait for all the building and restarting to see the ...
1
vote
2answers
116 views
Clustering with JBoss EWS 2.0
In our production environment, we're using JBoss Enterprise Web Server 2.0, which basically is a bundling of Apache HTTP Server and a slightly modified Tomcat 7. We have two nodes, on different ...
0
votes
0answers
38 views
taglib not working when imported to Jboss from tomcat
I have an web application which is initially deployed in Tomcat and it is working fine without any issue. Now we want to move it to JBoss. My application has following folder structure for taglib
...
0
votes
0answers
90 views
InputStream content dissapearing under JBoss
I have a pretty strange situation with JBoss in production environment. As usual, I have no control over the container and its overall configuration.
The issue: when a requests hits my application ...
0
votes
0answers
50 views
RMI Classloading causing almost 2 minutes of wait
I'm having an issue with RMI. The situation is like this:
I have a JBOSS 4.2.2 Server that expose an EJB Object, there is a client in a different server, running tomcat, that uses RMI to invoke the ...
0
votes
0answers
21 views
depley JMSClient Application on tomcat
I have a (JBoss_esb)JMSClient which is working fine, I need to Configure this program in such a way that, On deploy of this client into tomcat server, Client should be up and running, for this I have ...
0
votes
0answers
32 views
jBoss or TomCat for very high traffic volumes? [closed]
Which applicationserver performes better with very high traffic volumes?
Our favourites are jboss or tomcat. Which one would you recommend and what are the pros and cons? We want to handle traffic ...
0
votes
0answers
47 views
aws autoscale mod_jk
We have an Apache with mod_jk that act as a load balancer for Jboss 5.1 app server.
mod_jk doesn't support the dynamic configuration of httpd workers. Is there a way to handle dynamic scale up/down ...
0
votes
0answers
38 views
customize http codes and reasonphrase in jboss7
can anyone tell me how i can customize http codes and reasonphrase in jboss7?
basically i have a rest webservice that returns a nonstandard status code '499' with reasonphrase 'app error'
In ...
0
votes
0answers
64 views
Java Server that supports multi-tenant web apps with Realm Security
I'm looking for an advice for this task:
A Multitenant-GWT Webapp (JAR) with different login screens and different security realms per tenant, but with the WAR only deployed once.
What I have:
...
-4
votes
2answers
150 views
Create your own java application server from scratch [closed]
Is anyone aware of any tutorial or link from where I could learn how to create my own custom application server like Tomcat or Jboss.
0
votes
1answer
276 views
Is there an example for utilization of WebSockets in JBoss AS7?
Is there somewhere an example that utilizes this websocket implementation for JBoss Application Server > 7.1.2 https://github.com/mikebrock/jboss-websockets
I can't get it to work with the brief ...
0
votes
1answer
250 views
Simple web project deploys on Tomcat 6, not on JBoss 6
I use the latest Eclipse (Java EE development).
I have two servers defined in the servers view: Tomcat 6, and JBoss 6 (I have to use these).
I am trying to test the following simple web application: ...
1
vote
1answer
431 views
mod_jk vs mod_cluster
Can someone please tell me the pro's and con's of mod_jk vs mod_cluster.
We are looking to do very simple load balancing.. We are going to be using sticky sessions and just need something to route ...
2
votes
1answer
354 views
call ejb remote
Is it possible to access an EJB remote interface method from a GWT client module write with RPC? The gwt application is on an server with Tomcat and the EJB is deployed in a Jboss server. If is it ...
1
vote
1answer
108 views
How do I view available webservices on Tomcat?
There are two applications deployed in our project, one each on JBoss and Tomcat (using a proprietary FAST stack framework). The following URL lists available web services / the jmx-console on JBoss:
...
0
votes
1answer
148 views
Single page app, no cookies, tomcat session management
Here's the scenario:
Single page app (AJAX-based), in an environment that disallows cookies, but still requires sessions, and Tomcat (or JBoss) in the back-end.
What's the best and easiest way to ...
0
votes
1answer
273 views
JBoss deploy error after upgrading app to Grails 2
I've upgraded a Grails app from 1.3.6 to 2.1.1. After some fixing and tidying up, run-app works (for the most part, still some deprecated issues to deal with). grails war also builds without error. ...
0
votes
1answer
64 views
How to customize worker selection process through AJP13
In apache load-balancing is there a way to selecting the worker in AJP13 according to our requirement ?
That means if we say currently there are server instances (jboss or tomcat) load balanced with ...
2
votes
2answers
969 views
Apache/mod_jk module fail to connect jboss after running some time
I use Apache/mod_jk module to connect jboss. But after running some time, something goes wrong .
Apache: 2.2.22
mod_jk: 1.2.37
Jboss: 5.1.0 GA(cluster environment)
OS: CentOS 5.2 x86_64
JDK: ...
1
vote
3answers
103 views
Finding the Requested Server Host Ip?
I have an application(client application) hosted in a Tomcat server and this application has to be integrated as a Tab in another application(parent application). In the Parent application the user ...
0
votes
0answers
83 views
Wildcard Aliases in JBoss Virtual Hosting
I am currently using Tomcat that has a specific limitation to not allow wildcards in the but am hoping to get that functionality if I switch to JBoss. Before I make the switch though I'd like some ...
0
votes
1answer
193 views
How to capture post method request in access log file?
I am enabling the access log in jboss Server by uncommenting the below code in server.xml file
<Valve className="org.apache.catalina.valves.AccessLogValve"
...
1
vote
0answers
222 views
error in deployment
am trying since to deploy a GWT project in jboss and i have this error
> 18:59:51,074 ERROR
> [org.jboss.kernel.plugins.dependency.AbstractKernelController] Error
> installing to PreReal:
...
1
vote
1answer
547 views
How to create a file in webroot during runtime in java web project?
Hi i must create a XML file in the project using java dynamically and must read it using the base Path URL. i can read the File when i create it manually, but not able to create it dynamically. When i ...
0
votes
1answer
627 views
How to deploy portet developed in Liferay Tomcat bundle to Jboss bundle
I am currently developing my liferay portlets in Tomcat bundle 6.1.1.I need to deploy the developed portlets to liferay Jboss bundle and running it. Please help in executing this.
Thanks in advance.
0
votes
1answer
86 views
how to redirect from tomcat to jboss
I hired a web hosting with Tomcat and Jboss. Tomcat is running in the port 8080 and I need to redirect all the requests to the jboss server. The administrator of the hosting server told me to use ...
0
votes
0answers
188 views
JBossESB 4.11 at Tomcat 7.0.30
We have an aplication which uses jboss-esb features. For starting our application we use JBoss AS 6.1.0.Final application server.
My question is it possible to start such type of application at ...
-1
votes
1answer
65 views
best way to implement transactions in spring on tomcat
We have a new project am start. As a framework is Spring 3.1 and Spring Data JPA already decided. Dispute goes about the best options for the application server. Tomcat vs. JBoss. I am at the team ...
3
votes
1answer
186 views
Equivalent of Tomcat Lifecycle Listener in JBoss 7?
I have an application running on Tomcat 7 which uses a LifeCycle listener in server.xml. I'd like to know if there's an equivalent in JBoss 7, because I'm thinking to port my applications on this ...
0
votes
0answers
188 views
null pointer exception when deploying to jboss
I am getting the following null pointer exception when I deploy my JSF application to JBoss AS 7.02. The application deploys fine on Tomcat7. I am not getting enough of a log trace to figure out what ...
0
votes
2answers
157 views
Why JDBC driver call works in Tomcat but not in JBOSS
I have an application that makes a connection to a database via Tomcat using the following method in the DriverManager
DriverManager.getConnection(url, user,password);
This works fine in Tomcat ...
0
votes
0answers
101 views
Debug logging for JBoss APR using OpenSSL
I have a JBoss web server using the APR native libraries (so openSSL for ssl transport). Everything is working fine with the native libs, but I need to debug some connection attempts to a web service ...
0
votes
2answers
43 views
Which AS suits better with EJB-2 application and the client code will reside in tomcat6
I am new to EJB.I want do some experiment with EJB2.I a have installed tomcat 6 as container.
I am able to build simple web application with it.Now I want to develop a client which will reside in the ...
0
votes
0answers
1k views
Could not find MessageBodyWriter for response object of type: java.util.LinkedHashMap of media type: application/json
I have this REST service that returns JSON code :
@GET
@Path("/mypath")
@Produces(MediaType.APPLICATION_JSON)
public Response getS() {
Map<String, String> map = new ...
0
votes
1answer
122 views
Datasource error when migrating from Tomcat server to JBoss?
I would appreciate if anyone can help me out here. I have developed an application using Apache Tomcat and it is deployed and working. However when I wanted to migrate the app to JBoss and deploy the ...
0
votes
1answer
197 views
Extract the list of MBeans registered against a Domain in JMX using Jython
I am able to get Attribute info if I know the name of an MBean, but the application I am trying to monitor generates randomly named MBeans and therefore need to be able to query JMX for the list of ...
