2

Getting following error while trying to run Struts 2 app on server (Apache Tomcat 7, Eclipse - Kepler). Previously I installed jRebel from Eclipse marketplace and then uninstalled it.

How can I get rid of jRebel_args ?.

I searched for jrebel_args all over the Application, don't have any occurrence.

enter image description here

Aleksandr M
  • 24,264
  • 12
  • 69
  • 143
knowledge flow
  • 193
  • 4
  • 16

1 Answers1

2

Open up your Tomcat run configuration and in the VM arguments delete the ${jrebel_args} bit.

Henri Viik
  • 664
  • 1
  • 5
  • 16