Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [che-dev] Run Web Project in Eclipse Che

Can you write all the commands you use to build and run the app locally? It is not a Che issue since I see the same behavior locally with Maven and Wildfly.

On Thu, Dec 10, 2015 at 2:41 PM, Rodolfo <rof20004@xxxxxxxxx> wrote:
My application only runs in Wildfly 8.2.0

2015-12-10 8:39 GMT-04:00 Eugene Ivantsov <eivantsov@xxxxxxxxxxx>:
cd /projects/$yourProject
mvn clean install
cp /projects/$yourProject/target/*.war /home/user/tomcat8/webapps/ROOT.war


Start Tomcat with another command:

/home/user/tomcat8/bin/catalina.sh run

The go to Servers tab, copy the link for tomcat - your application should be there.

But again, I failed to run your app locally with Wildfly 10 and Maven 3.3.9

On Thu, Dec 10, 2015 at 2:16 PM, Rodolfo <rof20004@xxxxxxxxx> wrote:
Sorry,

I runned it in my work, old ambient, using normal eclipse.

2015-12-10 3:24 GMT-04:00 Eugene Ivantsov <eivantsov@xxxxxxxxxxx>:
Hi

The default images have Tomca8 on board at /home/user/tomcat8

Create a command at Run Edit Commands > Arbitrary:

cd /projects/$yourProject
mvn clean install
cp /projects/$yourProject/target/*.war /home/user/tomcat8/webapps/ROOT.war


Start Tomcat with another command:

/home/user/tomcat8/bin/catalina.sh run

I tried the project you have previously shared with me and it does not run both in Tomcat and Windfly. Are there any special requirements to run it? I did mvn clean install, copied war to Tomcat/Wildfly and started the server - a stacktrace of exceptions showed up.

On Thu, Dec 10, 2015 at 6:13 AM, Rodolfo <rof20004@xxxxxxxxx> wrote:
Hello,

How can i run my java web project inside eclipse che ?

Another question, Can i use JBoss inside it ?

_______________________________________________
che-dev mailing list
che-dev@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/che-dev




--

Eugene Ivantsov | Docs&Support |eivantsov@xxxxxxxxxxx



_______________________________________________
che-dev mailing list
che-dev@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/che-dev



_______________________________________________
che-dev mailing list
che-dev@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/che-dev




--

Eugene Ivantsov | Docs&Support |eivantsov@xxxxxxxxxxx



_______________________________________________
che-dev mailing list
che-dev@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/che-dev



_______________________________________________
che-dev mailing list
che-dev@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/che-dev




--

Eugene Ivantsov | Docs&Support |eivantsov@xxxxxxxxxxx



Back to the top