Re: [Resin-interest] How to set up Eclipse for Web app at root?

2016-01-03 Thread Carl Whalley
Ahh ... yes I always forget they caught up now! Will try, thanks for 
your help!

On 03/01/2016 02:00, Alex Rojkov wrote:
 In Eclipse, if I create a dynamic web app project called "foo", then a
>> Hi Carl,
>>
>> I just tested with a symbolic link named ROOT pointing to the deploy foo 
>> directory and that worked for me.
>>
>> So you should remove webapps/ROOT and make a link with  ln -s foo ROOT
>>
>>
>> Alex
>>
>> Thanks Alex, its great to know there's an easy fix for Linux but ... you
>> guessed it ... devs done on Windows.
> Have you tried mklink /D  
>
> Alex
>
 ___
 resin-interest mailing list
 resin-interest@caucho.com
 http://maillist.caucho.com/mailman/listinfo/resin-interest
>>> ___
>>> resin-interest mailing list
>>> resin-interest@caucho.com
>>> http://maillist.caucho.com/mailman/listinfo/resin-interest
>>
>> ___
>> resin-interest mailing list
>> resin-interest@caucho.com
>> http://maillist.caucho.com/mailman/listinfo/resin-interest
>
> ___
> resin-interest mailing list
> resin-interest@caucho.com
> http://maillist.caucho.com/mailman/listinfo/resin-interest


___
resin-interest mailing list
resin-interest@caucho.com
http://maillist.caucho.com/mailman/listinfo/resin-interest


Re: [Resin-interest] How to set up Eclipse for Web app at root?

2016-01-02 Thread Carl Whalley
On 02/01/2016 18:25, Alex Rojkov wrote:
>> In Eclipse, if I create a dynamic web app project called "foo", then a

Hi Carl,

I just tested with a symbolic link named ROOT pointing to the deploy foo 
directory and that worked for me.

So you should remove webapps/ROOT and make a link with  ln -s foo ROOT


Alex

Thanks Alex, its great to know there's an easy fix for Linux but ... you 
guessed it ... devs done on Windows.
>> ___
>> resin-interest mailing list
>> resin-interest@caucho.com
>> http://maillist.caucho.com/mailman/listinfo/resin-interest
>
> ___
> resin-interest mailing list
> resin-interest@caucho.com
> http://maillist.caucho.com/mailman/listinfo/resin-interest


___
resin-interest mailing list
resin-interest@caucho.com
http://maillist.caucho.com/mailman/listinfo/resin-interest


[Resin-interest] How to set up Eclipse for Web app at root?

2016-01-02 Thread Carl Whalley
In Eclipse, if I create a dynamic web app project called "foo", then a 
Resin server using the plugin config tool, I can then deploy it and
it runs at localhost:8080/foo. I need to have it deployed to the root, 
i.e. just localhost:8080. It seems its the "Add/Remove" dialog in the 
Resin Plug in which creates the webapp name in the path - how can I 
choose ROOT there please? I don't want to call the project "ROOT" just 
to achieve this, nor do I want to rename any WAR's each deploy because 
the will slow down dev time. I'm sure there must be a smarter way ;-)

___
resin-interest mailing list
resin-interest@caucho.com
http://maillist.caucho.com/mailman/listinfo/resin-interest


Re: [Resin-interest] Simplest way to get resin (4.0.47) to serve *.html as if it were *.jsp?

2015-12-28 Thread Carl Whalley
> Try removing the "default". Also, you should be able to add it to the
> web.xml.
>
> The "default" is for Resin to make its defaults a lower priority than
> any other definition.
>
> -- Scott
Yup - it works now, exactly that, in resin-web.xml for the web app. Thanks.
>
> ___
> resin-interest mailing list
> resin-interest@caucho.com
> http://maillist.caucho.com/mailman/listinfo/resin-interest


___
resin-interest mailing list
resin-interest@caucho.com
http://maillist.caucho.com/mailman/listinfo/resin-interest


[Resin-interest] Simplest way to get resin (4.0.47) to serve *.html as if it were *.jsp?

2015-12-28 Thread Carl Whalley
I'm learning Polymer and want to use Resin as its server. I find if I 
rename all *.html files to *.jsp all is well, after I add the 
pageContentType and taglib prefix xml element to the top of each page. 
I'd really like to do it the other way round though, i.e. tell resin to 
treat each *.html file as if it was a *.jsp. I added this to 
app-default.xml

   

But it had no effect -it just dumps the jsp code to the browser rather 
than execute it. Whats the best way to do this please? Also, it would be 
better aimed at just one particular web-app. Thanks.

___
resin-interest mailing list
resin-interest@caucho.com
http://maillist.caucho.com/mailman/listinfo/resin-interest


[Resin-interest] A new Eclipse version and still no resin support

2008-06-29 Thread Carl Whalley
With Geronimo out this week it would have been nice to have seen resin 
supported. If not out of the box (as is for tomcat) then at least 
provided when you download additional server adapters. When you do this 
you see lots for Geronimo, Glassfish, Jetty etc ... isn't there some 
process where resin could be added?



___
resin-interest mailing list
resin-interest@caucho.com
http://maillist.caucho.com/mailman/listinfo/resin-interest