hi,
i have been trying to install ofbiz on linux VPS , offered by www.webintellects.com, i have root access and have follwed the instruction deligently, but still could not get the server to run ofbiz. The server has preinstalled apache and tomcat which uses port 8080, hence i am not sure if ofbiz can use port 8080. if anyone has installed ofbiz on websever please share the steps undertaken to install the software. offers for installing ofbiz on my server are also welcome. Please help ASAP. rohit
Yahoo! Messenger with Voice. Make PC-to-Phone Calls to the US (and 30+ countries) for 2¢/min or less. _______________________________________________ Users mailing list [hidden email] http://lists.ofbiz.org/mailman/listinfo/users |
Rohit,
If you have another tomcat running, it would be a good idea to stop it, you don't want it wasting resources. Also, if you want to use the default OFBiz ports http(8080) https(8443) rmi(1099), you need to make sure they're available. (you can use netstat to check this). -- Kind Regards Andrew Sykes <[hidden email]> Sykes Development Ltd http://www.sykesdevelopment.com _______________________________________________ Users mailing list [hidden email] http://lists.ofbiz.org/mailman/listinfo/users |
Hello Andrew,
thanks for the info. I ran the nestat -a command and got the following response: Active Internet connections (servers and established) Proto Recv-Q Send-Q Local Address Foreign Address State tcp 0 0 *:9080 *:* LISTEN tcp 0 0 *:postgres *:* LISTEN tcp 0 0 *:smtp *:* LISTEN tcp 0 0 admin.***.com:rndc *:* LISTEN tcp 0 0 *:8443 *:* LISTEN tcp 0 0 *:https *:* LISTEN tcp 0 0 *:imaps *:* LISTEN tcp 0 0 *:pop3s *:* LISTEN tcp 0 0 admin.***.com:8005 *:* LISTEN tcp 0 0 *:8009 *:* LISTEN tcp 0 0 *:mysql *:* LISTEN tcp 0 0 *:poppassd *:* LISTEN tcp 0 0 *:pop3 *:* LISTEN tcp 0 0 *:imap *:* LISTEN tcp 0 0 *:8880 *:* LISTEN tcp 0 0 *:9008 *:* LISTEN tcp 0 0 *:http *:* LISTEN tcp 0 0 *:webcache *:* LISTEN tcp 0 0 *:smtps *:* LISTEN tcp 0 0 *:ftp *:* LISTEN tcp 0 0 207.158.22.124:domain *:* LISTEN tcp 0 0 admin.***.com:domain *:* LISTEN tcp 0 0 *:ssh *:* LISTEN tcp 0 2076 207.158.22.124:ssh 59.93.247.44:1349 ESTABLISHED udp 0 0 *:38680 *:* udp 0 0 207.158.22.124:domain *:* udp 0 0 admin.***.c:domain *:* udp 0 0 admin.***.co:38737 admin.***.co:38737 ESTABLISHED Active UNIX domain sockets (servers and established) Proto RefCnt Flags Type State I-Node Path unix 2 [ ACC ] STREAM LISTENING 212958551 /etc/httpd/run/fpcgisock unix 2 [ ACC ] STREAM LISTENING 209997794 /tmp/spamd_light.sock unix 2 [ ACC ] STREAM LISTENING 210002629 /var/run/saslauthd/mux unix 2 [ ACC ] STREAM LISTENING 209992234 /tmp/.s.PGSQL.5432 unix 2 [ ACC ] STREAM LISTENING 209991706 /var/lib/mysql/mysql.sock unix 9 [ ] DGRAM 209990908 /dev/log unix 2 [ ACC ] STREAM LISTENING 209997592 /tmp/spamd_full.sock unix 3 [ ] STREAM CONNECTED 231636070 unix 3 [ ] STREAM CONNECTED 231636069 unix 2 [ ] DGRAM 210002628 unix 2 [ ] DGRAM 210002538 unix 3 [ ] STREAM CONNECTED 209999157 unix 3 [ ] STREAM CONNECTED 209999156 unix 3 [ ] STREAM CONNECTED 209999152 unix 3 [ ] STREAM CONNECTED 209999151 unix 3 [ ] STREAM CONNECTED 209999151 unix 3 [ ] STREAM CONNECTED 209999148 unix 3 [ ] STREAM CONNECTED 209999147 unix 3 [ ] STREAM CONNECTED 209999143 unix 3 [ ] STREAM CONNECTED 209999142 unix 2 [ ] DGRAM 209997793 unix 2 [ ] DGRAM 209997591 unix 2 [ ] DGRAM 209993142 unix 2 [ ] DGRAM 209991299 unix 2 [ ] DGRAM 209991030 it seems the porte mentioned by you are already in use. I did disable tomcat from the plesk control panel but it did not help. Can you suggest some way in which i can check if the ofbiz is receiving requests from browsers, though there may me some errors in processing the request. Also i do we need to insert my domain name in any of the config files of ofbiz. thanks rohit Andrew Sykes <[hidden email]> wrote: Rohit,
Yahoo! Messenger with Voice. Make PC-to-Phone Calls to the US (and 30+ countries) for 2¢/min or less. _______________________________________________ Users mailing list [hidden email] http://lists.ofbiz.org/mailman/listinfo/users |
Rohit,
You might want to run ofbiz on some other port instead of default port 8080. You can change the default ports in ofbiz/base/config/ofbiz-containers.xml I hope this will help. Pradeep On 5/8/06, Rohit Sureka <[hidden email]> wrote:
-- Pradeep Sharma In2M Corporation, Mumbai Mob.- +91-9892853803 _______________________________________________ Users mailing list [hidden email] http://lists.ofbiz.org/mailman/listinfo/users |
Free forum by Nabble | Edit this page |