|
SageTV Github Development Discussion related to SageTV Open Source Development. Use this forum for development topics about the Open Source versions of SageTV, hosted on Github. |
|
Thread Tools | Search this Thread | Display Modes |
#61
|
|||
|
|||
How hard would it be to get the /apps page working with JAVA 8?
__________________
Home Network: https://karylstein.com/technology.html |
#62
|
||||
|
||||
Quote:
"/apps" doesn't do much except show you a list of apps in a nice way... you get they same info, in an ugly way, if you use "/" and you can bookmark pretty easily in a browser (which is actually what I use instead of /apps, even in Java 7)
__________________
Batch Metadata Tools (User Guides) - SageTV App (Android) - SageTV Plex Channel - My Other Android Apps - sagex-api wrappers - Google+ - Phoenix Renamer Downloads SageTV V9 | Android MiniClient |
#63
|
|||
|
|||
Quote:
Code:
HTTP ERROR 403 Problem accessing /. Reason: FORBIDDEN Powered by Jetty://
__________________
Home Network: https://karylstein.com/technology.html |
#64
|
||||
|
||||
Quote:
Code:
Error 404 - Not Found. No context on this server matched or handled this request. Contexts known to this server are: / ---> org.mortbay.jetty.handler.ContextHandler@51a83a0f{/,file:/opt/sagetv/server/jetty/static} /GWTDownloadManager ---> org.mortbay.jetty.webapp.WebAppContext@36fa053b{/GWTDownloadManager,/opt/sagetv/server/jetty/webapps/GWTDownloadManager.war} /stream ---> org.mortbay.jetty.webapp.WebAppContext@b9e2855{/stream,/opt/sagetv/server/jetty/webapps/MediaStreaming.war} /phoenix-rest ---> org.mortbay.jetty.webapp.WebAppContext@4cb6d31{/phoenix-rest,/opt/sagetv/server/jetty/webapps/phoenix-rest.war} /sage ---> org.mortbay.jetty.webapp.WebAppContext@6f1c5ee4{/sage,/opt/sagetv/server/jetty/webapps/nielm_sagewebserver.war} /apps ---> org.mortbay.jetty.webapp.WebAppContext@3d42882d{/apps,/opt/sagetv/server/jetty/webapps/apps.war} /sagex ---> org.mortbay.jetty.servlet.Context@59a7b0dc{/sagex,null} /bmt ---> org.mortbay.jetty.webapp.WebAppContext@366e2143{/bmt,/opt/sagetv/server/jetty/webapps/bmt.war} /sagem ---> org.mortbay.jetty.webapp.WebAppContext@7b8271c7{/sagem,/opt/sagetv/server/jetty/webapps/SageWebApp.war}
__________________
Batch Metadata Tools (User Guides) - SageTV App (Android) - SageTV Plex Channel - My Other Android Apps - sagex-api wrappers - Google+ - Phoenix Renamer Downloads SageTV V9 | Android MiniClient |
#65
|
||||
|
||||
In the SAGE_HOME/jetty/ directory, create a directory called static and then create an index.html file (ie, jetty/static/index.html) with the following....
HTML Code:
<html> <head><title>SageTV Appliations</title></head> <body> <ul> <li><a href="/bmt">Batch Metadata Tools</a> <li><a href="/sage">Sage Web Server</a> <li><a href="/sagem/m">Sage Mobile Web Server</a> <li><a href="/sagex/api">SageTV API</a> </ul> </body> </html>
__________________
Batch Metadata Tools (User Guides) - SageTV App (Android) - SageTV Plex Channel - My Other Android Apps - sagex-api wrappers - Google+ - Phoenix Renamer Downloads SageTV V9 | Android MiniClient |
#66
|
|||
|
|||
Any idea how to capture logs that might say from where the permission denied came? I enabled jetty-logging.xml and it's logging a bit, but nothing related to the 403 error. The static page will work fine once I track down all the paths, but it would be nice to be able to see what links the server thinks it has.
__________________
Home Network: https://karylstein.com/technology.html |
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Plugin: Jetty Web Server 2.0 | jreichen | SageTV v7 Customizations | 389 | 06-19-2021 09:38 PM |
Jetty Web Server Issue | Ghildebr | SageTV v9 Customizations | 17 | 09-03-2016 09:52 AM |
Windows OS Update For Server? | voorhees | General Discussion | 11 | 12-28-2012 03:26 PM |