Firfox web driver not run in selenium web driver - eclipse

Showing error- Session not created exception. In eclipse while using selenium web driver for browsing FireFox web driver

Related

Apache tomcat server v8 fails to start in eclipse

I am developing web application in Java using JSP and Servlet. But when I start my Apache tomcat server v8 it takes some time and after this it display message of Server Tomcat v8 Server at localhost failed to start

GWT Deployment to JBoss

I am currently working on a project which has a GWT frontend and a seperate Java module with servlets and a REST interface on the backend. The project when deployed runs on a single JBoss server.
I am running into difficulties though as when I run the GWT app in hosted mode (in eclipse) the jetty server does not have a deployed Java module to interact with.
My idea was to setup a JBoss server which eclipse could deploy into for development purposes, the problem with this is that the installer for the product sets up a JBoss server with a GWT app already embedded in it, so redeploying into this JBoss instance might cause problems?
My other idea would be to create a second JBoss server to host the GWT app, with some sort of url redirect for the rest calls which would redirect to the first JBoss instance. Is this possible?
EDIT: Can I do this with the built in jetty server in eclipse and not have to worry about using a seperate JBoss server. In other words can I somehow get the jetty server in eclipse to redirect particular requests to a different URL?

Web-Service Deployment Error

I am using Apache Tomcat 7.0 for web-service deployment and eclipse IDE.I have made the web service using eclipse but when i close eclipse and try to use the web service it gives an error while giving the result stating
exception: java.net.ConnectException: Connection refused: connect
but when i start eclipse and start the tomcat localhost server(i.e clicking Run Tomcat Server at localhost) from eclipse then the web service works fine and give the result as it should.
How to use the web-service without starting eclipse and just starting tomcat 7.0 normally.
Package you application as a war (Web ARchive) file
Put it in your <TOMCAT_DIR>/webapps folder.
Start Tomcat using <TOMCAT_DIR>/bin/startup.bat

Java AppEngine Backend Testing on local machine

I'm running appengine 1.6.1 using Google plugin for eclispse. How do i test my backend before i deploy it?
AppEngine got you cover, just debug as > Web Application and it will run at http://localhost:8888/

Deploy grails application to Eclipse internal server adapter

I am trying to deploy my grails application to Geronimo/Tomcat 7/Glassfish 3.1. None of the servers allow me to add the grails application. I get the error "There are no resources that can be added or removed to the server" or "Project facet Grails Application version 1.0 is not supported."
The internal server always barfs with permgen/heap error and increasing it by command line does no favour to it. I just need to have an application server running my grails project to which I can hot deploy.
Any ideas/suggestions?
The Grails tooling in STS has been optimized to support grails apps running on tcServer. This is working. We don't have the resources to test the other servers. Please try running on tcServer (a default instance should have been created for you when you installed STS).