&
Best unofficial Apache Server developers community
Username
Remember me?
Password
Forgot password?
Create an account
List archives
Videos
Answers
Questions
Unanswered
Tags
Ask Question
tomcat deployment
0
votes
1
answers
40
views
How can i use maven tomcat plugin for two different environment ?
in my tomcat project i've a configuration folder, in path src/main/tomcatconf . Now i want to deploy to 2 different server, a development server,…
tomcat
deployment
configuration
maven
profile
asked
June 15, 2011 9:54 am CDT
antonio Musella
0
votes
0
answers
62
views
Eclipse WebApp deploying over Maven with Tomcat results in Error: 'Failed to deploy application at context path'
When I try deploying my HelloWorld project as describet at IBM Developerworks to Tomcat 7 with Maven 3 using the command mvn tomcat:deploy I get the…
java
eclipse
tomcat
deployment
maven
asked
June 13, 2011 5:03 am CDT
Jack Murphy
0
votes
0
answers
46
views
Trying to use SOAP with tomcat and send a serialized bean inside a bean.
Hi i am new with soap and i m not sure if this is even possible. So lets start. The bean is VehicleBean it has 3 strings and the methods and it is…
java
apache
tomcat
deployment
soap
asked
June 9, 2011 7:13 pm CDT
Evan
0
votes
0
answers
35
views
GRAILS application behaves differently when deployed in WAS 7.0 vs Tomcat 6.0
Greetings! I was asked to migrate our web application (WAR file) from Tomcat 6.0 to Websphere Application Server 7.0. I managed to deploy the…
tomcat
deployment
grails
websphere
asked
June 9, 2011 6:25 am CDT
Cibbo
0
votes
1
answers
29
views
How to deploy and install using single command
I have an application that is broken into four Flex modules: 1) Main module 2) Sub module 1 3) Sub module 2 3) Library project. We have created this…
tomcat
deployment
maven
asked
June 7, 2011 1:14 am CDT
vennela
0
votes
0
answers
44
views
Fast Way to Deploy Webapp with Maven to Remote Server
I am using cargo:deploy with maven to deploy applications to servers. This works well, but I recently tried using CloudBees. They have a similar…
tomcat
deployment
maven
asked
June 4, 2011 8:07 pm CDT
Mark
2
votes
2
answers
33
views
What is the Python equivalent of Tomcat?
This question likely betrays a misconception, but I'm curious what the "Tomcat" of the Python world is. All of my web programming experience is in…
java
python
web-development
tomcat
deployment
asked
May 27, 2011 2:52 pm CDT
FarmBoy
0
votes
2
answers
35
views
Multiple instances of application
Is it possible to create multiple instances of your application and run them on the same server and same tomcat container. How ?
tomcat
deployment
application
asked
May 27, 2011 1:44 pm CDT
Pan
0
votes
1
answer
48
views
Problem with stacktrace.log while deploying grails app
Hi, i've problem with the deployment of an grails app. i get the following exception: log4j:ERROR setFile(null,true) call failed.…
tomcat
deployment
grails
log4j
stack-trace
asked
May 25, 2011 6:25 pm CDT
raoulinski
1
vote
4
answers
37
views
How Apache Ant deploys .war file to Tomcat
I'm using Apache Ant 1.8 to deploy a web application into a local Tomcat server, and the build.xml file (below) produces the desired effect when I…
java
apache
tomcat
deployment
ant
asked
May 25, 2011 4:55 pm CDT
dvanaria
0
votes
1
answers
46
views
Deploying WAR to multiple Tomcat instances
I'm wondering if anyone can point me to some links and/or scripts that deal with deploying a web application to multiple Tomcat instances without…
tomcat
deployment
apache2
war
asked
May 24, 2011 1:52 pm CDT
Gregg
1
vote
1
answer
31
views
Problem accesing a file when deploying in tomcat a java/flex application
Hi all, I have two applications: a client in flex and a server in Java. When I deploying the application inside flex builder with the tomcat server…
java
flex
tomcat
deployment
asked
May 22, 2011 9:59 am CDT
alicia
0
votes
0
answers
35
views
NoSuchMethodError on tomcat deployment
I compiled the .java files through ant (1.8.2) and try to append those .class file to war file. No change had been displayed. I deleted all the…
java
tomcat
deployment
tomcat7
asked
May 18, 2011 5:30 am CDT
hari
0
votes
1
answers
57
views
Grails production WAR deploying error with code-coverage plugin
I built WAR of my grails application and tried to deploy it to my local tomcat instance (Tomcat 6.0.26). But application can't start, because of…
tomcat
deployment
grails
code-coverage
war
asked
May 9, 2011 10:59 am CDT
jjczopek
0
votes
1
answers
62
views
Undeploy target not working properly
hi, I am using tomcat6 and ant1.7.1. Trying out the cactus chapter in oreilly's java extreme programming book,I was trying to deploy ,undeploy a web…
tomcat
deployment
ant
asked
May 7, 2011 12:15 am CDT
markjason72
1
vote
3
answers
34
views
Deploying both JSF 1.2 and JSF 2.0 apps on same Tomcat Server.
Up to this point I've been running JSF 1.2 apps on Tomcat 6.0. I have now started a new JSF 2.0 project on a different instance of Tomcat (For…
java
jsf
tomcat
deployment
jsf-2.0
asked
May 4, 2011 3:59 am CDT
Ben
0
votes
1
answer
73
views
How do I use Ant's DeployTask to deploy a Web application to tomcat?
$ ant deploy Buildfile: /Users/simpatico/SOLR_HOME/build.xml deploy: BUILD FAILED /Users/simpatico/SOLR_HOME/build.xml:531: java.io.IOException:…
tomcat
rest
deployment
ant
manager-app
asked
May 4, 2011 3:26 am CDT
simpatico
0
votes
2
answers
48
views
Best Way To Set Up Ruby/Java Build/Deploy?
Hello, I have a project which is going to use Ruby on the front end, and have JRuby call some needed Java libraries on the back-end. If this was…
java
ruby
tomcat
deployment
build-automation
asked
April 25, 2011 1:37 pm CDT
Genadinik
0
votes
1
answer
43
views
Deploying Java Application in Tomcat/Glassfish
I have an issue and I cannot solve it, even if I know that Maven deals with it. I have been looking for a solution for a long time and I cannot find…
java
tomcat
deployment
struts2
struts
asked
April 25, 2011 12:57 pm CDT
hoss
1
vote
1
answer
49
views
How to deploy multiple Grails apps on one Tomcat + Apache?
Hi, I've read the several questions on StackOverflow and googled several hours but I can't find a complete and clear answer to my problem of…
apache
tomcat
deployment
grails
asked
April 21, 2011 9:15 pm CDT
Jörg Rech
Pages
:
1
|
2
|
3
>
53
tomcat deployment
Tagged:
tomcat + deployment
Related Tags
tomcat
× 53
java
× 26
apache
× 19
mysql
× 10
django
× 9
maven
× 9
ruby-on-rails
× 7
mod-wsgi
× 7
nginx
× 7
python
× 7
war
× 6
grails
× 5
tomcat6
× 5
ant
× 5
php
× 4
netbeans
× 4
svn
× 3
ruby
× 3
capistrano
× 3
maven-cargo
× 3
.htaccess
× 3
apache2
× 3
amazon-ec2
× 3
linux
× 3
eclipse
× 2
installation
× 2
wordpress
× 2
jsf
× 2
release
× 2
English
Russian
Copyright 2007 - 2012
Best unofficial Apache Server developers community
Privacy policy