Tagged Questions
0
votes
0answers
13 views
Select between tomcat and Glassfish [closed]
I am reading about tomcat and glassfish and Tomcat is a servlet container and GlassFish is the reference implementation of Java EE. Glassfish serves to everything he does Tomcat.
My question is: is ...
-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
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:
...
0
votes
1answer
29 views
JAAS configuration from Tomcat to Glassfish
I understood all three JAAS Elements:
JAAS Client
Login Module
JAAS Config file
But I am confused where/how to change tomcat Context to Glassfish context.
Current Tomcat Context :
<Context ...
0
votes
1answer
28 views
@InjectParam not working as expected
I have a peculiar problem.The @InjectParam works on tomcat but not on glassfish.
It is just null in glassfish.
Any reasons for this?
public class RestControllers {
private static Log ...
0
votes
0answers
59 views
Web Service with glassfish and tomcat
I have generated a RestFul web service using NetBeans 7.2.1, Tomcat 6+ and MySQL, but When I test this Web Service I get the following exception:
java.lang.RuntimeException: ...
5
votes
3answers
222 views
sharing session in web applications
I am developing A Web Application using JSP & Servlets (Container: Tomcat7, Database: Oracle10)
I have developed some web applications like Profile, Reports, Leads. Then I have developed A Login ...
0
votes
0answers
82 views
tomcat and spring cant lookup for an ejb in glassfish server
I have a problem with Tomcat and Spring looking up for an ejb in a Glasfish server
here is the ejb-services.xml loaded:
...
<jee:jndi-lookup id="inscriptionService"
...
0
votes
1answer
78 views
Is Glassfish an overkill if using Spring and not using EJB? [closed]
In a nutshell, I am trying to evaluate, in a scenario of a Spring-based web application not using EJB, if Glassfish offers any features that Tomcat does not that would make it worth using. In other ...
0
votes
0answers
67 views
Why resource-ref is required for tomcat and not glassfish
I'm migrating an app from Glassfish to Tomcat7 and I'm curious as to why you need to add something like "web.xml example below" to your app WEB-INF/web.xml file with Tomcat7, but with Glassfish, this ...
0
votes
1answer
186 views
Deploying java applications (Tomcat/Glassfish)
We are currently working on a project for college which we would like to implement as a logic module and UI module. We have little experience deploying web applications, however we came up with the ...
0
votes
3answers
89 views
Should we use ApacheCXF or EJBs for communicating the logic and web modules?
We are currently developing a web application for college and we would like some advice from a more experienced developer.
We have a backend using Hibernate to operate on a MySQL database. Another ...
2
votes
0answers
77 views
Glassfish - ajax does not work
I've done the migration from Tomcat to Glassfish and now my ajax requests does not work. I read this post I changed the settings glassfish-web.xml file such as there, but it did not help. I'm use JSF ...
1
vote
1answer
132 views
Tomcat vs Glassfish, is jpa with both possible?
Hi i often read about this topic the following:
"Tomcat is a servlet container only, which simply means that it will not
provide support for Java EE features."
JPA for example is a Java EE ...
1
vote
1answer
37 views
What are the procedures to consider when migrating from Tomcat to Glassfish webserver?
I am building a webapplication project that runs on Tomcat web server. Now I think we will be using Glassfish server in my build webapp. Do I only need to replace the servlet.api of my jsp project to ...
-2
votes
2answers
40 views
How certain technologies got their names? [closed]
How did Ant, Maven, Tomcat, Glass Fish, etc got their names?
I noticed these are all animal (-related) names.
0
votes
1answer
133 views
Java RMI deployment
I'm trying to develop a 3-tier architecture distributed java application.
Database Server
Application Server
Thin-Client Swing Applications
I haven't developed this type of applications before. ...
1
vote
2answers
73 views
Why the commandButton works in my form running in tomcat and don't work running in glassfish?
What I do is pass no value in the fields and send to give the error message of the required fields and then I pass values in the fields and sending again. Works in tomcat, glassfish in the request ...
0
votes
1answer
43 views
localhost not being resolved after tomct startup, instead display weird glas fish server message
I tried to locate "http://localhost:8080" in the browser, but i am getting the message the server is start up using glass fisher, i had stopped it, event uninstalled it restarted the PC, but still ...
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:
...
0
votes
1answer
30 views
preserving and retrieving user socket from within a servlet
i am building an restful ws which i would like to add a instant messaging capabilities ,i understand there is out of the box solutions and restful is not the proper design for such cases,my quastion ...
1
vote
1answer
261 views
Tomcat 7 vs. ehCache Standalone Server (Glassfish) Configuration with RESTful Web Services
My requirements consist of using ehCache to send and store data via RESTful web service calls. The data can be stored in-memory or via the filesystem...
Never used ehCache before so I am having some ...
0
votes
1answer
94 views
How to compile a Web App in Netbeans without using Tomcat or Glassfish
I need to compile a webapp created with Netbeans (7.2) in Jenkins and I have an error indicating that I need to pass this argument to Ant:
-Dj2ee.server.home=<app_server_installation_directory>
...
0
votes
2answers
822 views
Changing Java EE server from GlassFish to Tomcat
I developed an applications using Netbeans with JSF, JPA and Primefaces and works fine in GlassFish server. I wanted to deploy in Tomcat server. I changed the server through properties, but the ...
2
votes
1answer
291 views
Web Sockets + Tomcat/Glassfish + Cluster + Load Balancing - What are the options?
I'm working on a Java SE 7 / Java EE 6 application that may use either Tomcat 7 or Glassfish 3.1 (probably GlassFish, but this has not been decided yet). The application will take advantage of the new ...
4
votes
1answer
260 views
Which MBeanServer to use in Tomcat, WebLogic, Glassfish et al?
I am currently working on http://truevfs.java.net , a virtual file system for Java. TrueVFS is modular and uses a plug-in architecture to load features at run-time without the need for configuring ...
0
votes
1answer
160 views
JSF 2.1.X validation behaves differently on Glassfish 3.1.2 vs. Tomcat 6 & 7
I'm experiencing what I think is odd behavior with the JSF validation between Tomcat and Glassfish. Previously we were using Tomcat, but now have requirements to run a full Java EE App Server.
...
2
votes
1answer
736 views
Metro vs Java's JAX-WS?
What is/are the difference/s of Java's JAX-WS and Metro? Are they the same of are they two different JAX-WS implementations?
According to my research, JAX-WS is already a part of JDK 6. However, ...
1
vote
1answer
488 views
How to view WSDL on a JAX-WS web service running under Glassfish?
How can I view the WSDL of my JAX-WS web service if I'm running it under Glassfish? I know I can generate the WSDL file using wsgen, but I'm want to know if I can have a runtime WSDL on Glassfish?
...
1
vote
1answer
377 views
Apache Tomcat is good with MySQL or Jetty or Glassfish? [closed]
I have developed WebService using Restlet API in Java for iPhone/iPad devices.
Our server is Linux CentOS, 2GB RAM, 14GB disk space.
I am using Apache Tomcat 6.0.35 and MySQL 5.1 database.
These ...
2
votes
1answer
243 views
Can Netbeans Deploy to a remote tomcat server when my localhost is using glassfish?
I'm using NetBeans for creating and testing a web application, primarily servlets and JSPs. Though at the moment it's just the random tinkering or someone who claims not to like web-development, I've ...
2
votes
1answer
349 views
Serving static content GlassFish
I want GlassFish to serve static content (jpg, css, js) which i've insterted in the project's war file.
I used the default servlet with tomcat and it works. Here is the declaration in web.xml:
...
0
votes
0answers
242 views
context failed to start using apache tomcat and netbeans
when i tried to run my project using apache tomcat6.0.35 server i get these following errors
SEVERE: End event threw exception
java.lang.reflect.InvocationTargetException
at ...
0
votes
1answer
261 views
Managing shared libraries in GlassFish Server Open Source Edition 3.1.2
What my question is all war files deployed in Glassfish are using same code base but with different database names , so libraries used in all war files are same.
1)Can Glassfish have shared lib ...
0
votes
0answers
109 views
Spring ltw glassfish V3 web app TomcatInstrumentableClassLoader NOT FOUND EXCEPTION
Hi I use Spring LTW for my web app.I use it for tomcat before and it work!.i write my context.xml like this:
Code:
<Context>
<Loader ...
0
votes
1answer
231 views
Sql Connection Exception With Hibernate in Spring
We developed a sample web application using Spring, and hibernate(JPA). We used tomcat as a container to deploy the application, we connected to the db using the JPA entity manger, giving the db ...
0
votes
2answers
266 views
glassfish, tomcat and jersey
If I use Glassfish and only need jersey for jax-rs and grizzly for servlet/jsp, will glassfish load all other Java EE components I don't need and take more up more resources than just running ...
0
votes
0answers
57 views
Trying to get a glassfish maven project to work on Tomcat
So I was asked to get into maven at work and figure out how to use it to build a project in both eclipse and netbeans. Since I was told that maven was working really easily in netbeans, that's where I ...
8
votes
2answers
3k views
Glassfish vs Tomcat for RESTful Services
I have a .net development background but relatively new to Java world. We have started development of RESTful services (public web APIs) with JAX-RS to be consumed mostly by mobile platforms (Android, ...
1
vote
2answers
803 views
Glassfish and Tomcat
I write a web service program on NetBeans. it's work without any problem with GlassFish server but when I want to run by Tomcat 7.x.x I received this error:
Type Exception report
message
...
2
votes
0answers
118 views
Trust Relationship between containers in Java EE 6
in this link there's lack of information on making 2 containers trust each other, quote from "Trust between Containers":
When an enterprise bean is designed so that either the original caller ...
0
votes
1answer
182 views
Need to use Tomcat 6.0 and Glassfish v3 on same server machine
Currently we have a server into which one application is deployed on Tomcat 6.0 and now we have one more KM application which is on Glassfish v3.
Are Tomcat and Glassfish co-existing services?
Can ...
1
vote
1answer
155 views
Saving data inside user session getting shared between user
i am having one jsp file with the following code
String name=request.getParameter("user");
if(name==null)
name=(String)request.getSession().getAttribute("name");
else
...
3
votes
2answers
95 views
How to override Java container URL mappings for deployed apps
If I have a WAR called my-web-app.war and I deploy it to Tomcat's webapps/ directory, assuming it starts up correctly, I could access it by pointing my browser at:
http://localhost/my-web-app
...
0
votes
1answer
374 views
need to configure an old JDBCRealm for tomcat webapp with oracle database
I am trying to resurrect some old java webapps but lost my old glassfish config files in which my JDBCRealm was defined. Now I am trying to deploy the old war's to Tomcat 7 and need to recreate the ...
0
votes
2answers
230 views
Java EE container - self managed threads?
Is it possible to start for example a OrientDB Server Instance inside a Java EE server?
Is this possible or do i need to use only Servlets or EJB inside the containers?
Can you give me a quick ...
-2
votes
1answer
113 views
Application Architecture : servers and layers
I want to know what is the difference between an application server and a web server and what is the classification of glassfish and Tomcat (application server or a web server) .
In wich kind of ...
4
votes
6answers
2k views
Java - Get server absolute path
How to get the absolute path of server location in my machine?
Suppose I am using glassfish server then I need to get absolute path of glassfish docroot location as below:
...
5
votes
5answers
1k views
Efficiently deploy multiple instances of same WAR ( different contexts, same container )
I have one WAR ( app.war ) and one container ( Tomcat, Jetty, Glassfish, whatever ).
My goal is to deploy, on demand, hundreds of instances of this same web application on the container.
...




