Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

1
vote
1answer
24 views

setting up workers.properties file for mod_jk

I'm trying to create a workers.properties file to get mod_jk communicating with Apache webserver 2.2.x. The GlassFish 3.1 Administration Document includes the following example for worker.properties: ...
1
vote
0answers
36 views

glassfish v3 and java EE in production mode: what are the options to update a live web app?

I am building a web app using java EE and glassfish v3. I want to move it to production mode soon, however i have zero experience with using glassfish in production, i would appreciate if you give me ...
0
votes
0answers
17 views

Why is a java application causing 100% CPU usage in Mac OS X Dock? [migrated]

I develop java applications using the Glassfish application server and when I deploy/undeploy applications the CPU usage of the Dock in Mac OS X shoots up to >100% and the system becomes unresponsive ...
0
votes
1answer
39 views

Putting varnish in front of a mod_jk balanced Glassfish cluster

I am just trying to get varnish in front of Glassfish instances, which are load balanced with the mod_jk connector in Apache. But I don't really know how to combine them. The AJP_Ports for instances ...
1
vote
1answer
31 views

Glassfish admin page login

I have no idea what is going on here. Installed glassfish 3.1.1 onto my windows server, created domain (with admin and password) during the installation phase, everything seems to have went smoothly. ...
0
votes
1answer
36 views

Reverse Proxy and Java Application Server Security

Is it possible to have the reverse proxy (Apache HTTP 2.2) handle authentication (HTTP Basic) and then still use the container managed security of the Java application server (GlassFish 3.1 or JBoss ...
1
vote
2answers
64 views

Apache ProxyPass Missing Images

I have a apache server that sits in front of my glassfish server. mydomain.com goes directly to my static files on apache, than if you hit the subdomain forum.mydomain.com it goes to the glassfish ...
0
votes
1answer
105 views

Apache / Glassfish integration

So I currently have a glassfish 3.1 server and an apache 2.2 server running on a single box. However I am trying to figure out to route some traffic through the apache server to the glassfish server ...
0
votes
0answers
38 views

Hosting with Glassfish, cannot connect from remote computer

This is my first time atempting something like this. I've made a little something using my NetBeans/Glassfish bundle, but I've crashed into a problem: When trying to access the project through ...
0
votes
1answer
76 views

Glassfish Daemon with Apache and Mod_proxy

I am trying to setup an ubuntu web server which utilizes both Apache's httpd web server for some content and glassfish for Java-based applications. I figured I would use mod_proxy as I've had luck ...
0
votes
1answer
36 views

Glassfish 3 Cluster and Local init scripts

I'm trying to set-up a Glassfish 3.1.1 Cluster for testing purposes. Currently, I've got 2 hosts with Glassfish 3.1.1 installed. I've set-up a DAS domain on host1, and followed this guide to create ...
0
votes
0answers
26 views

Glassfish Virtual Servers with Different Contents

I have been searching google for hours trying to find out whether different virtual servers in glassfish 3.1 could contain different contents. For example there are two virtual servers named VS1 and ...
0
votes
0answers
47 views

Integrating IIS 7 and Glassfish server

I'm trying to integrate IIS 7 and glassfish server. So that the webpages from my web app are pulled up from the glassfish server over the internet.
0
votes
0answers
17 views

Switching glassfish 2.x to 3.1.1

So I am managing a old java project that is using glassfish 2.x. Seems like netbeans does not support 2.x versions any more, so I want to change it to 3.1.1. How to properly make that change? I have ...
2
votes
0answers
52 views

Uninstall Glassfish and metro completely

I thought of updating my Glassfish server from 2.1 to 3.1.1 in a Linux machine. I downloaded the .ZIP package. However during uninstalling of Glassfish v2.1 I did not find the uninstall.sh file in ...
0
votes
0answers
15 views

Can different Glassfish domains be owned by different unix users?

Is it possible to assign different unix users to each domain under ${GLASSFISH_HOME}/domains ? I tried assigning different users (even though same belonging to common group) I found permission ...
1
vote
0answers
79 views

How to construct SELinux rules for a Glassfish server

I'm running Glassfish 3.1 on a CentOS 6 solution and by default SELinux is enabled. I have installed Sun's JDK version 1.6.0_29 on the server and extracted the Glassfish 3.1.1 to /opt/glassfish-3.1.1 ...
0
votes
0answers
44 views

Glassfish server not starting

I am using glassfish v3 server and trying to run a demo web application using netbeans 6.5 but when I try to run project firstly server does not start and console shows GlassFish V3 Start Failed. ...
1
vote
2answers
165 views

Application Server vs. Web Server?

I asked my teacher in class that Java Server Faces will work on Apache Tomcat. But he then corrected me saying that Tomcat is a Web Server not an Application Server, hence it will not run Java Server ...
2
votes
1answer
84 views

What can I do to collect usage statistics for a local web application deployed on Glassfish behind Apache?

I have an application running in Glassfish v2.1 which does not have access to the outside world, so I cannot use Google Analytics or something else that has to phone home. It needs to be local to our ...
0
votes
0answers
223 views

Ho to setup GlassFish and phpMyAdmin on IIS 7

I have successfully configured IIS 7 in order to display phpMyAdmin correctly on top, so that when I run http://mydomain/phpmyadmin it works. I also have GlassFish running on the same Windows Server ...
1
vote
2answers
64 views

Why's Glassfish so laggy at times?

I've got GlassFish running as a service on a Windows Server (2008 R2). If you're actively using GlassFish, it stays nice and fast. However, if you go away and don't use it for several minutes, when ...
1
vote
0answers
70 views

How to make glassfish v3.1.1 run with -Xmx256m?

I have a t1.micro amazon instance and that machine have very scarce resources. I need for the moment to run glassfish3.1.1 (due to complete JEE6 support) on those conditions. Any guidance is welcome. ...
1
vote
1answer
73 views

How to best debug JDBC connection leaks on Glassfish v2?

Does anyone have any good tips on debugging connection leaks on GlassFish? I am currently debugging a GlassFish server which contains an application that has memory leaks sporadically, eventually ...
1
vote
1answer
299 views

Glassfish behind Apache reverse proxy: Mod-jk or HTTP?

I am planning a large deployment of a Glassfish-powered web application: A number of nodes running multiple Glassfish 3.1.1 instances are running the web application. The web application consists of ...
0
votes
1answer
369 views

how to set ENABLE_CLEAR_REFERENCES in GlassFish 3.1.1?

I'm running GlassFish 3.1.1 on Linux and in my server.log I've noticed the following error: SEVERE: log4j:ERROR log4j called after unloading, see ...
0
votes
1answer
82 views

Is there any reason to use Apache as a proxy between my users and Glassfish?

I've seen a lot of discussion on the best way to use Apache as a proxy (either mod_proxy or mod_jk) with Glassfish (and other Java application servers), but I haven't seen anybody really explain why. ...
0
votes
1answer
416 views

glassfish - Unknown error when trying port 4848

I'm installing glassfish 3.1 on Windows XP service pack 3. but in configuration step it gives this error: PERFORMING THE REQUIRED CONFIGURATIONS ______________________________________ CREATING ...
0
votes
1answer
21 views

What is the default URL for a Java EE app running on Glassfish?

Newbie question: What is the default URL for a Java EE application running on a glassfish server? I've been googling for a while, and looked through the Glassfish documentation, but I may have ...
0
votes
1answer
58 views

How to run a multi language web application server?

I'm a web application developer and whenever I buy a web hosting for my application I'm either limited by the technologies supported or the amount of resources (heap size for instance) so I have ...
1
vote
1answer
76 views

Glassfish DNS Configuration

First of all, I know that I'm asking a basic question. I'm a software developer and I'm not an expert in server administration and network stuff. I have a VPS (Win 2008) with one static IP e.g. ...
0
votes
0answers
69 views

Glassfish DNS Configuration

First of all, I know that I'm asking a basic question. I'm a software developer and I'm not an expert in server administration and network stuff. I have a VPS (Win 2008) with one static IP e.g. ...
0
votes
1answer
158 views

Apache/Glassfish recipe for running multiple apps on a single host

I'm trying to set up Apache + Glassfish so that I can access two different webapps on the same physical host, differentiated by the hostname in the URL. So if I visit http://host1.com, I'll get app1. ...
0
votes
1answer
86 views

how to workaround glassfish 3.0.1 admin page slow startup?

I've installed netbeans which comes with glassfish. i just got a book about glassfish and i wanted to try.the first surprise is the time it took to the admin page to load. i've found on serverfault ...
0
votes
1answer
447 views

apache mod_jk loadbalancing issue for glassfish cluster instances

I have a JEE ear application deployed on 2 clusters with 2 instances each on Glassfish v3.1. These are load balanced by an Apache server running on the same machine. My problem is that I am frequently ...
0
votes
1answer
393 views

Large concurrent user performance issues for Apache + mod_jk + GlassFish v3.1 clusters

I am running a java ee 6 ear application on a GlassFish v3.1 ( 2 clusters with 2 instances each) load balanced by an Apache v2.2 with mod_jk - all on the same server (Windows Server 2003 R2, Intel ...
1
vote
1answer
352 views

Redirecting from http to https in Glassfish 3

How do you redirect port 80 -> 443 in Glassfish 3? My scenario is a web application SSL, and I want non-SSL requests to be automatically redirected.
0
votes
0answers
119 views

Auto-deployed Glassfish having trouble with secure connection between Redhat and Windows7 machines

I have inherited a web-service that was written in Netbeans and runs on Glassfish (version 3) and used to talk between a Redhat server and a Windows7 machine. These can be started manually, by using ...
0
votes
3answers
575 views

“Too many openfiles” error with Glassfish on Ubuntu

I am having issues with tuning Glassfish 2.1.1 on Ubuntu 10.04 LTS 64-bit (Amazon EC2). As soon as I change the HTTP Service thread count from the default 5 value to 100, I get the following errors ...
0
votes
1answer
74 views

Should I install both j2EE and J2SE

I just installed J2EE. Det version that come bundled with a JDK. Is there any reason for me to install Java SE as well? I need to run Java SE programs, but the J2EE bundled java runtime should work ...
0
votes
0answers
43 views

EJB or webservice client injection in a Custom Realm

Is it possible to inject an EJB into a custom realm? Or is that object managed outside the range of the injector?
0
votes
2answers
144 views

How does a certificate make a server HTTPS?

I've read plenty but i'm still very confused about the server certificate concept. At what stage does it turn a glassfish server from HTTP to HTTPS and how? I know how to create a certificate with ...
0
votes
0answers
223 views

Glassfish An existing connection was forcibly closed by the remote host

I was trying to deploy message bean jar file in Glassfish but some how i was getting EJB initialization fail exception after that i have update the Glassfish server and now my server is stop working ...
0
votes
0answers
242 views

How to change web service endpoint address in glassfish

I'm developing a web application that's communicating with third party software via web service and I need to implement that service on my side using wsdl that they provided for me. I've generated ...
0
votes
0answers
144 views

Glassfish 3.1: What is the difference between glassfish-instance and s1as?

I've been looking into the keystore and found two cert/key pairs, which differs from GF 3.0 where there was only the sa1s one. What is glassfish-instance used for ?
0
votes
0answers
137 views

how to add cross domain policy

I have a dedicated server in which there is apache 2.2.X installed and glassfish 3.1 installed. I have web services created in JAVA on glassfish and few web pages are created in PHP on apache. but ...
1
vote
1answer
467 views

Issues with setting up SSL on Glassfish v3

I am currently setting up SSL on glassfish and having some issues connecting to the server. http://javadude.wordpress.com/2010/04/06/getting-started-with-glassfish-v3-and-ssl/ I have followed this ...
3
votes
1answer
1k views

Installing Glassfish 3.1 on Ubuntu 10.10 Server

I've used the directions here to successfully install Glassfish 3.0.1 on an virtualized (VirtualBox and VMWare) Ubuntu 10.10 Server instance without any real difficulty not resolved by more closely ...
1
vote
0answers
236 views

Glassfish failed start on update

I'm new to ServerFault. My problem is that recently(today) the Update Tool Notifier of glassfish executed an update. Everything seemed to go well but when I tried to start the server, it threw this ...
0
votes
1answer
241 views

glassfish v2 access control by IP

How can I restrict access to some web-app deployed in Glassfish from certain IPs ? Are there any internal access control in Glassfish or I need to proxy it with external nginx or Apache ?

1 2 3