Yes, that worked. I did have to copy the WebServerResources into the proper directory under /Library/WebServer/Documents but all seems well now. So basically I have two instances of JavaMonitor running. Any downside to that, Or should I unload the one running on port 56789?
Thanks! Jeff > On Nov 30, 2015, at 4:47 AM, Patrick Middleton <[email protected]> > wrote: > > Another choice is to install JavaMonitor as a regular application, with a > single instance, always running. JavaMonitor has its own password > protection, but use Apache access permissions to further lock down access to > it. > > > -- Patrick > > > > > > > > On 29/11/2015 20:09, Tim Worman wrote: > >> Jeff: >> >> Even if it were not El Capitan, I would not open that port to outside >> traffic. Instead, use ssh to tunnel that traffic to localhost, like: >> >> ssh -L 8080:localhost:56789 <username>@<remote host> >> >> Then you can connect your browser to: http://localhost:8080 to interact w >> JavaMonitor on the remote host. You can also put the above command in your >> .alias file so you can use a shortcut to start it up. >> >> Tim >> UCLA GSE&IS >> >>> On Nov 29, 2015, at 10:24 AM, Jeff Schmitz <[email protected]> wrote: >>> >>> One last annoyance with the El Capitan machine, I can’t seem to open port >>> 56789 for accessing javamonitor remotely. >>> >>> I tried the steps outlined at the link below, but according to Network >>> Utility port scan it’s still not open. Also, I have the firewall >>> completely turned off under Security & Privacy Settings. > > >> > > _______________________________________________ > Do not post admin requests to the list. They will be ignored. > Webobjects-dev mailing list ([email protected]) > Help/Unsubscribe/Update your Subscription: > https://lists.apple.com/mailman/options/webobjects-dev/jeffschmitz%40icloud.com > > This email sent to [email protected] _______________________________________________ Do not post admin requests to the list. They will be ignored. Webobjects-dev mailing list ([email protected]) Help/Unsubscribe/Update your Subscription: https://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com This email sent to [email protected]
