Hmm... I cannot think of any reason off the top of my head. I do not have the ability to test on Weblogic. I do not have any container based authentication turned on for the application to generate a 403 error.
A simple telnet session should look something like the following: rakesh:/usr/local/apache-tomcat-6.0.20/logs $ telnet localhost 8080 Trying ::1... Connected to localhost. Escape character is '^]'. GET /jcrviewer/ HTTP/1.0 HTTP/1.1 200 OK Server: Apache-Coyote/1.1 Pragma: no-cache Cache-Control: no-store Expires: 0 Set-Cookie: JSESSIONID=EE33C776C682B578018BD28F8709DC53; Path=/jcrviewer Content-Type: text/html Date: Thu, 18 Feb 2010 03:33:30 GMT Connection: close <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta content="NextApp Echo v3.0.b8" name="generator"/> <title> </title> <style type="text/css"> </style> <script src="/jcrviewer/?sid=Echo.Boot" type="text/javascript"> </script> <link href="favicon.ico" rel="icon" type="image/vnd.microsoft.icon"/> </head> <body id="body" onload="Echo.Boot.boot('/jcrviewer/', '0', true);" style="height:100%;width:100%;margin:0px;padding:0px;font-family:verdana, arial, helvetica, sans-serif;font-size:10pt"> <div id="approot" style="position:absolute;width:100%;height:100%;"/> </body> </html> Connection closed by foreign host. On 17 Feb 2010, at 21:14, [email protected] wrote: > I deployed on Weblogic 10.3.1, but I only get 403 errors, can't see anything > in the logs, when I try to go to the default page. > > Ross. > > > > Rakesh Vidyadharan <[email protected]> wrote on 17/02/2010 05:14:31 AM: > > > From: Rakesh Vidyadharan <[email protected]> > > To: [email protected] > > Date: 17/02/2010 05:15 AM > > Subject: Re: repo browser > > > > > > On 16 Feb 2010, at 11:52, Patricio Echagüe wrote: > > > > > Hey Rakesh, thank you so much. It works great. > > > > You are welcome. I released 2.1 a couple of hours ago, with some > > additional 2.0 features as well as RMI connection ability. > > > > Rakesh > > > > > > > > On Mon, Feb 15, 2010 at 1:06 PM, Rakesh Vidyadharan > > > <[email protected]>wrote: > > > > > >> > > >> On 15 Feb 2010, at 14:00, Patricio Echagüe wrote: > > >> > > >>> Do you guys have any recommendations for Jackrabbit 2.0 (JSR 283) ? > > >>> The explorers that are mentioned in those links throw an exception > > >>> complaining about 2.0 dtd when trying to open up the repository.xml > > >> > > >> http://kenai.com/projects/jcrmanager 2.0 is for JR 2.0 > > >> > > >> Rakesh > > > > > > > > > > > > > > > -- > > > Patricio.- > > > > Rakesh Vidyadharan > > President & CEO > > Sans Pareil Technologies, Inc. > > http://sptci.com/ > > > > > > | 100 W. Chestnut, Suite 1305 | Chicago, IL 60610-3296 USA | > > | Ph: +1 (312) 212 3933 | Mobile: +1 (312) 315-1596 (US), +91 949 > > 611 0873 (IN) | Fax: +1 (312) 276-4410 | E-mail: [email protected] > > > > > > > > > > -- > This message contains privileged and confidential information only > for use by the intended recipient. If you are not the intended > recipient of this message, you must not disseminate, copy or use > it in any manner. If you have received this message in error, > please advise the sender by reply e-mail. Please ensure all > e-mail attachments are scanned for viruses prior to opening or > using.
