Subversion (SVN) using Glassfish?

View: New views
6 Messages — Rating Filter:   Alert me  

Subversion (SVN) using Glassfish?

by glassfish :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi.

I am new to using Glassfish, so please pardon how basic a question this must be.

I am planning to install Subversion (SVN) on a Windows machine that already has Glassfish installed.  The standard way of providing SVN over HTTP involves using the Apache 2.2.9 web server.  (See:  http://svnbook.red-bean.com/nightly/en/svn.serverconfig.choosing.html and http://svnbook.red-bean.com/nightly/en/svn.serverconfig.httpd.html)  But since I have Glassfish, I am wondering if it is possible to use that server instead.

Does anyone know if this is feasible?  Has anyone successfully done this already?  If so, can you suggest what the necessary steps would be?

If it is not feasible, will I get myself into any trouble by having both Apache and Glassfish running on the same machine?

Thanks for any advice.
[Message sent by forum member 'rbarbalace' (rbarbalace)]

http://forums.java.net/jive/thread.jspa?messageID=288886

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@...
For additional commands, e-mail: users-help@...


Re: Subversion (SVN) using Glassfish?

by glassfish :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

I can't answer putting subversion under Glassfish, however I can tell you that running glassfish and apache on the same machine is not an issue - you just have to ensure there are no port clashes in your configuration - for example on port 80 or perhaps SSL (443).

For development purposes, I have apache running on the same machine as glassfish and use it for URL redirect/rewrite to glassfish applications running in various domains.
[Message sent by forum member 'lazjen' (lazjen)]

http://forums.java.net/jive/thread.jspa?messageID=288900

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@...
For additional commands, e-mail: users-help@...


RE: Subversion (SVN) using Glassfish?

by Markus KARG-3 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

I wonder why you want to use an application server as a frontend to another application server? I mean, you can run SVN just without a frontend.

-----Original Message-----
From: glassfish@... [mailto:glassfish@...]
Sent: Donnerstag, 24. Juli 2008 04:28
To: users@...
Subject: Subversion (SVN) using Glassfish?

Hi.

I am new to using Glassfish, so please pardon how basic a question this must be.

I am planning to install Subversion (SVN) on a Windows machine that already has Glassfish installed.  The standard way of providing SVN over HTTP involves using the Apache 2.2.9 web server.  (See:  http://svnbook.red-bean.com/nightly/en/svn.serverconfig.choosing.html and http://svnbook.red-bean.com/nightly/en/svn.serverconfig.httpd.html)  But since I have Glassfish, I am wondering if it is possible to use that server instead.

Does anyone know if this is feasible?  Has anyone successfully done this already?  If so, can you suggest what the necessary steps would be?

If it is not feasible, will I get myself into any trouble by having both Apache and Glassfish running on the same machine?

Thanks for any advice.
[Message sent by forum member 'rbarbalace' (rbarbalace)]

http://forums.java.net/jive/thread.jspa?messageID=288886

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@...
For additional commands, e-mail: users-help@...


Re: Subversion (SVN) using Glassfish?

by Aaron Metzger :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Markus Karg wrote:

> I wonder why you want to use an application server as a frontend to another application server? I mean, you can run SVN just without a frontend.
>
> -----Original Message-----
> From: glassfish@... [mailto:glassfish@...]
> Sent: Donnerstag, 24. Juli 2008 04:28
> To: users@...
> Subject: Subversion (SVN) using Glassfish?
>
> Hi.
>
> I am new to using Glassfish, so please pardon how basic a question this must be.
>
> I am planning to install Subversion (SVN) on a Windows machine that already has Glassfish installed.  The standard way of providing SVN over HTTP involves using the Apache 2.2.9 web server.  (See:  http://svnbook.red-bean.com/nightly/en/svn.serverconfig.choosing.html and http://svnbook.red-bean.com/nightly/en/svn.serverconfig.httpd.html)  But since I have Glassfish, I am wondering if it is possible to use that server instead.
>

No.

When Subversion is fronted by Apache and you use HTTP/WebDAV, it depends
heavily on the particular behaviors in the Apache implementation of
WebDAV.  I don't know of anyone successfully standing up subversion
behind any other WebDAV implementation.


> Does anyone know if this is feasible?  Has anyone successfully done this already?  If so, can you suggest what the necessary steps would be?
>
> If it is not feasible, will I get myself into any trouble by having both Apache and Glassfish running on the same machine?
>
> Thanks for any advice.
> [Message sent by forum member 'rbarbalace' (rbarbalace)]
>
> http://forums.java.net/jive/thread.jspa?messageID=288886
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@...
> For additional commands, e-mail: users-help@...
>
>


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@...
For additional commands, e-mail: users-help@...


Re: Subversion (SVN) using Glassfish?

by Markus KARG-2 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Aaron Metzger schrieb:

> Markus Karg wrote:
>  
>> I wonder why you want to use an application server as a frontend to another application server? I mean, you can run SVN just without a frontend.
>>
>>    
> When Subversion is fronted by Apache and you use HTTP/WebDAV, it depends
> heavily on the particular behaviors in the Apache implementation of
> WebDAV.  I don't know of anyone successfully standing up subversion
> behind any other WebDAV implementation.
>  
Actually that isn't an answer to my proposal just running SVN without
any frontend.

--
http://www.xing.com/go/invita/58469



smime.p7s (4K) Download Attachment

Re: Subversion (SVN) using Glassfish?

by Aaron Metzger :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Markus KARG wrote:

> Aaron Metzger schrieb:
>> Markus Karg wrote:
>>  
>>> I wonder why you want to use an application server as a frontend to
>>> another application server? I mean, you can run SVN just without a
>>> frontend.
>>>
>>>    
>> When Subversion is fronted by Apache and you use HTTP/WebDAV, it depends
>> heavily on the particular behaviors in the Apache implementation of
>> WebDAV.  I don't know of anyone successfully standing up subversion
>> behind any other WebDAV implementation.
>>  
> Actually that isn't an answer to my proposal just running SVN without
> any frontend.
>

I know, I was answering his original specific question about HTTP but
had deleted his original post so continued the thread by replying to
yours.

Your answer was correct.  I wasn't disputing that.  Just commenting on
his original question.  Sorry.



---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@...
For additional commands, e-mail: users-help@...