I am using IDEA4.0.3 and use Resin2.1.10 ( or Resin 3 ), i have installed Resin plugin 1.0.1, but i don't know how it works . Could you help me ? thanks, Moreno
The ZIP contains a file called resin2.conf suitable for resin 2.x.
You can modify this file the way you want. Please keep the escapes (${idea.http.app.id}, ${idea.http.app.dir}, ${idea.http.port}) as they are used by the plugin and replaced by whatever you enter i the Run configurations dialog.
Then simply create a web module. Run > Edit Configurations Add WebApp Choose Resin 2.x Server Point Resin Home to where resin is installed Set Path to resin.conf to the resin2.conf Choose a port and set Application context path: to /
/magnus
moreno wrote:
I am using IDEA4.0.3 and use Resin2.1.10 ( or Resin 3 ), i have installed Resin plugin 1.0.1, but i don't know how it works . Could you help me ? thanks, Moreno
The ZIP contains a file called resin2.conf suitable for resin 2.x.
You can modify this file the way you want. Please keep the escapes (${idea.http.app.id}, ${idea.http.app.dir}, ${idea.http.port}) as they are used by the plugin and replaced by whatever you enter i the Run configurations dialog.
Then simply create a web module. Run > Edit Configurations Add WebApp Choose Resin 2.x Server Point Resin Home to where resin is installed Set Path to resin.conf to the resin2.conf Choose a port and set Application context path: to /
/magnus
moreno wrote:
>> I am using IDEA4.0.3 and use Resin2.1.10 ( or Resin 3 ), i have >> installed Resin plugin 1.0.1, but i don't know how it works . >> Could you help me ? >> thanks, >> Moreno >>
Hello,
Something like this should work
At http://sourceforge.net/projects/idearesinplugin/ you
could download a configuration files ZIP.
The ZIP contains a file called resin2.conf suitable for
resin 2.x.
You can modify this file the way you want. Please keep the
escapes (${idea.http.app.id}, ${idea.http.app.dir}, ${idea.http.port})
as they are used by the plugin and replaced by whatever you enter
i the Run configurations dialog.
Then simply create a web module.
Run > Edit Configurations
Add WebApp
Choose Resin 2.x Server
Point Resin Home to where resin is installed
Set Path to resin.conf to the resin2.conf
Choose a port
and set Application context path: to /
/magnus
moreno wrote:
I forgot.
Please check the "Launch server after debugger starts" checkbox
/magnus
Magnus Johansson wrote:
>> I am using IDEA4.0.3 and use Resin2.1.10 ( or Resin 3 ), i have
>> installed Resin plugin 1.0.1, but i don't know how it works .
>> Could you help me ?
>> thanks,
>> Moreno
>>
many thanks, it works perfectly!
Moreno