|
|
|
Re:Error on Startup 5 Months, 2 Weeks ago
|
Karma: 7
|
You can try it using Java Networking Properties
| Code: |
-Dhttp.proxyHost=x.x.x.x -Dhttp.proxyPort=yyyy
|
I'have no idea about passing the proxy password.
Anyway you can disable WebServices removing the files
- WEB-INF/webservices.xml
- WEB-INF/OKM*.xml
- WEB-INF/wsdl
from OpenKM.ear -> OpenKM.war.
|
|
|
|
|
|
|
Be open, my friend!
|
|
|
The administrator has disabled public write access.
|
Dave (User)
Fresh Boarder
Posts: 9
|
|
Re:Error on Startup 5 Months, 2 Weeks ago
|
Karma: 0
|
|
Thank you, I'll definitely spend a little time working on it, as I really want to see this working.
I have no idea where to enter the code you suggested or how to edit the OpenKM.ear file at the moment, as I'm new to all this, but all part of the learning process. I'll try the Java Networking Properties first as suggested, if we can get past the proxy then this would be my first option.
Thanks again for all your help.
|
|
|
|
|
|
|
The administrator has disabled public write access.
|
Dave (User)
Fresh Boarder
Posts: 9
|
|
Re:Error on Startup 5 Months, 2 Weeks ago
|
Karma: 0
|
|
Ok, I found out that the .ear and .war files are simply compressed zip files, you can change the extension to .zip and extract them, make the changes, zip them up again and rename back.
Took out the files and folder as you indicated above, ran it up, and hey presto I'm at a login screen, awesome!
Now I just have to work out how to upload files (I'm getting an error message, I'm guessing permissions somewhere) and also get it so that I can use a web browser from another PC to access this application.
Thanks for the advice, very much appreciated.
|
|
|
|
|
|
|
The administrator has disabled public write access.
|
Dave (User)
Fresh Boarder
Posts: 9
|
|
Re:Error on Startup 5 Months, 2 Weeks ago
|
Karma: 0
|
|
Found the problem with uploading a file, it was an unsupported file type, once I tried a .pdf and .doc file they went in fine.
But, this is from the client on the machine running OpenKM, I apologise for appearing to be very stupid, but I'm having no luck from another computer browser in running OpenKM.
I've tried http://hostmachineip:8080/OpenKM/ in the browser, but get no responce. Have I missed something basic?
|
|
|
|
|
|
|
The administrator has disabled public write access.
|
|
|
|
Re:Error on Startup 5 Months, 1 Week ago
|
Karma: 7
|
JBoss, by default, only allow local connections. So you need to start by passing this param:
| Code: |
$ ./bin/run.sh -b host.machine.ip
|
|
|
|
|
|
|
|
Last Edit: 2008/03/10 09:46 By pavila.
|
|
|
Be open, my friend!
|
|
|
The administrator has disabled public write access.
|
Dave (User)
Fresh Boarder
Posts: 9
|
|
Re:Error on Startup 5 Months ago
|
Karma: 0
|
|
We're up and running, thank you very much for your support and advice.
Firstly I found and allowed access through the windows firewall for port 8080, then I amended the server.xml file as suggested, and thirdly as I'm running on a windows box I used the command run.bat -b host.ip.address and tried again, and we are able to access the application from other PC's on the network.
Again, appreciate all your help.
|
|
|
|
|
|
|
Last Edit: 2008/03/19 04:50 By Dave.
|
|
|
The administrator has disabled public write access.
|
|