Re: Users - Fwd: Re: installing ofbiz on virtual private server

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
3 messages Options
Reply | Threaded
Open this post in threaded view
|

Re: Users - Fwd: Re: installing ofbiz on virtual private server

Si Chen-2
Is port 8080 conflict the problem?  If so, change them in base/config/ofbiz-containers.xml and see if it starts.  If so, also change it in framework/webapp/config/url.properties (I think)  If you want to get fancy you can even comment out the 8080/8443 ports and use AJP13 to connect to apache httpd directly.

Here's a warning to you in advance, though: performance on a VPS will not be very good.

Si

Rohit Sureka wrote:
Hi Si Chen

I have tried to install opentaps 0.9 on my VPS but without success. Can you suggest some tips for installing it on a VPS, i have plesk 8.0 control panel and root access to my server, but it seems there are some serious issues with the port settings, as port 8080 is used by preinstalled tomcat 4.1 on my server. Also i supoose there are some JAVA connector error, i see the ofbiz.jar file running in the services part of my control panel, but if does so only for less than a minute and then is disappears.

I will really appreciate if you could extend some help as i am desperately trying to get it running on my server.

Rohit

Rohit Sureka [hidden email]
wrote:
hi,

I am unable to install ofbiz in Linux VPS server. my webservers has the following features:

OS--- Red Hat, Fedora Core release-2
Java SDK 1.4.2._11
Tomcat 4.1 (it is using port:8080)
Postgres 7.4
Apache (it is using port:80)
Mysql- 4.11


i have root access to the server have tried to install ofbiz inmany ways but withour success.

I anyone has already installed this on Virtual Private Server, or if anyone knows how to do it, please share your ideas here, i will really appreciate it.

thanks

rohit

Yahoo! Messenger with Voice. PC-to-Phone calls for ridiculously low rates.
_______________________________________________
Users mailing list
[hidden email]
http://lists.ofbiz.org/mailman/listinfo/users


Yahoo! Messenger with Voice. Make PC-to-Phone Calls to the US (and 30+ countries) for 2�/min or less.


Talk is cheap. Use Yahoo! Messenger to make PC-to-Phone calls. Great rates starting at 1¢/min.

 
_______________________________________________
Users mailing list
[hidden email]
http://lists.ofbiz.org/mailman/listinfo/users
Reply | Threaded
Open this post in threaded view
|

Re: Users - Fwd: Re: installing ofbiz on virtual private server

rohit
hi Si,

Thanks you for the reply and thanks to you i was able to get ofbiz started on my webserver.

The following is my log file.

-sh-2.05b$ tail -f logs/console.log
180732 (http-0.0.0.0-9443-Processor4) [     ControlServlet.java:183:DEBUG] [[[main] Setup
 done, doing Event(s) and View(s)- total:0.0,since last([main] Servlet St...):0.0010]]
180733 (http-0.0.0.0-9443-Processor4) [     RequestHandler.java:211:INFO ] [Processing Re
quest]: main
180734 (http-0.0.0.0-9443-Processor4) [        LoginEvents.java:164:INFO ] reqParams Map:
 []
180735 (http-0.0.0.0-9443-Processor4) [        LoginEvents.java:165:INFO ] queryString:
180735 (http-0.0.0.0-9443-Processor4) [        LoginEvents.java:172:INFO ] checkLogin: qu
eryString=
180736 (http-0.0.0.0-9443-Processor4) [        LoginEvents.java:173:INFO ] checkLogin: Pa
thInfo=/main
180737 (http-0.0.0.0-9443-Processor4) [     RequestHandler.java:394:INFO ] [RequestHandle
r.doRequest]: Response is a view.
180738 (http-0.0.0.0-9443-Processor4) [     RequestHandler.java:546:INFO ] servletName=co
ntrol, view=login
180787 (http-0.0.0.0-9443-Processor4) [  ModelScreenWidget.java:371:INFO ] In the include
-screen tag the screen name was empty, ignoring include; in screen [GlobalDecorator]
180796 (http-0.0.0.0-9443-Processor4) [     ControlServlet.java:258:DEBUG] [[[main] Done
rendering page, Servlet Finished- total:0.064,since last([main] Setup done...):0.064]].

Can you just confirm that this is how it should be like.

Thanks once again,

Rohit


Si Chen <[hidden email]> wrote:
Is port 8080 conflict the problem?  If so, change them in base/config/ofbiz-containers.xml and see if it starts.  If so, also change it in framework/webapp/config/url.properties (I think)  If you want to get fancy you can even comment out the 8080/8443 ports and use AJP13 to connect to apache httpd directly.

Here's a warning to you in advance, though: performance on a VPS will not be very good.

Si

Rohit Sureka wrote:
Hi Si Chen

I have tried to install opentaps 0.9 on my VPS but without success. Can you suggest some tips for installing it on a VPS, i have plesk 8.0 control panel and root access to my server, but it seems there are some serious issues with the port settings, as port 8080 is used by preinstalled tomcat 4.1 on my server. Also i supoose there are some JAVA connector error, i see the ofbiz.jar file running in the services part of my control panel, but if does so only for less than a minute and then is disappears.

I will really appreciate if you could extend some help as i am desperately trying to get it running on my server.

Rohit

Rohit Sureka [hidden email]
wrote:
hi,

I am unable to install ofbiz in Linux VPS server. my webservers has the following features:

OS--- Red Hat, Fedora Core release-2
Java SDK 1.4.2._11
Tomcat 4.1 (it is using port:8080)
Postgres 7.4
Apache (it is using port:80)
Mysql- 4.11


i have root access to the server have tried to install ofbiz inmany ways but withour success.

I anyone has already installed this on Virtual Private Server, or if anyone knows how to do it, please share your ideas here, i will really appreciate it.

thanks

rohit

Yahoo! Messenger with Voice. PC-to-Phone calls for ridiculously low rates.
_______________________________________________
Users mailing list
[hidden email]
http://lists.ofbiz.org/mailman/listinfo/users


Yahoo! Messenger with Voice. Make PC-to-Phone Calls to the US (and 30+ countries) for 2�/min or less.


Talk is cheap. Use Yahoo! Messenger to make PC-to-Phone calls. Great rates starting at 1¢/min.

_______________________________________________
Users mailing list
[hidden email]
http://lists.ofbiz.org/mailman/listinfo/users


Yahoo! Messenger with Voice. PC-to-Phone calls for ridiculously low rates.
 
_______________________________________________
Users mailing list
[hidden email]
http://lists.ofbiz.org/mailman/listinfo/users
Reply | Threaded
Open this post in threaded view
|

Re: Users - Fwd: Re: installing ofbiz on virtual private server

Si Chen-2
Looks good to me.

Rohit Sureka wrote:
hi Si,

Thanks you for the reply and thanks to you i was able to get ofbiz started on my webserver.

The following is my log file.

-sh-2.05b$ tail -f logs/console.log
180732 (http-0.0.0.0-9443-Processor4) [     ControlServlet.java:183:DEBUG] [[[main] Setup
 done, doing Event(s) and View(s)- total:0.0,since last([main] Servlet St...):0.0010]]
180733 (http-0.0.0.0-9443-Processor4) [     RequestHandler.java:211:INFO ] [Processing Re
quest]: main
180734 (http-0.0.0.0-9443-Processor4) [        LoginEvents.java:164:INFO ] reqParams Map:
 []
180735 (http-0.0.0.0-9443-Processor4) [        LoginEvents.java:165:INFO ] queryString:
180735 (http-0.0.0.0-9443-Processor4) [        LoginEvents.java:172:INFO ] checkLogin: qu
eryString=
180736 (http-0.0.0.0-9443-Processor4) [        LoginEvents.java:173:INFO ] checkLogin: Pa
thInfo=/main
180737 (http-0.0.0.0-9443-Processor4) [     RequestHandler.java:394:INFO ] [RequestHandle
r.doRequest]: Response is a view.
180738 (http-0.0.0.0-9443-Processor4) [     RequestHandler.java:546:INFO ] servletName=co
ntrol, view=login
180787 (http-0.0.0.0-9443-Processor4) [  ModelScreenWidget.java:371:INFO ] In the include
-screen tag the screen name was empty, ignoring include; in screen [GlobalDecorator]
180796 (http-0.0.0.0-9443-Processor4) [     ControlServlet.java:258:DEBUG] [[[main] Done
rendering page, Servlet Finished- total:0.064,since last([main] Setup done...):0.064]].

Can you just confirm that this is how it should be like.

Thanks once again,

Rohit


Si Chen [hidden email] wrote:
Is port 8080 conflict the problem?  If so, change them in base/config/ofbiz-containers.xml and see if it starts.  If so, also change it in framework/webapp/config/url.properties (I think)  If you want to get fancy you can even comment out the 8080/8443 ports and use AJP13 to connect to apache httpd directly.

Here's a warning to you in advance, though: performance on a VPS will not be very good.

Si

Rohit Sureka wrote:
Hi Si Chen

I have tried to install opentaps 0.9 on my VPS but without success. Can you suggest some tips for installing it on a VPS, i have plesk 8.0 control panel and root access to my server, but it seems there are some serious issues with the port settings, as port 8080 is used by preinstalled tomcat 4.1 on my server. Also i supoose there are some JAVA connector error, i see the ofbiz.jar file running in the services part of my control panel, but if does so only for less than a minute and then is disappears.

I will really appreciate if you could extend some help as i am desperately trying to get it running on my server.

Rohit

Rohit Sureka [hidden email]
wrote:
hi,

I am unable to install ofbiz in Linux VPS server. my webservers has the following features:

OS--- Red Hat, Fedora Core release-2
Java SDK 1.4.2._11
Tomcat 4.1 (it is using port:8080)
Postgres 7.4
Apache (it is using port:80)
Mysql- 4.11


i have root access to the server have tried to install ofbiz inmany ways but withour success.

I anyone has already installed this on Virtual Private Server, or if anyone knows how to do it, please share your ideas here, i will really appreciate it.

thanks

rohit

Yahoo! Messenger with Voice. PC-to-Phone calls for ridiculously low rates.
_______________________________________________
Users mailing list
[hidden email]
http://lists.ofbiz.org/mailman/listinfo/users


Yahoo! Messenger with Voice. Make PC-to-Phone Calls to the US (and 30+ countries) for 2�/min or less.


Talk is cheap. Use Yahoo! Messenger to make PC-to-Phone calls. Great rates starting at 1¢/min.

_______________________________________________
Users mailing list
[hidden email]
http://lists.ofbiz.org/mailman/listinfo/users


Yahoo! Messenger with Voice. PC-to-Phone calls for ridiculously low rates.

_______________________________________________ Users mailing list [hidden email] http://lists.ofbiz.org/mailman/listinfo/users

 
_______________________________________________
Users mailing list
[hidden email]
http://lists.ofbiz.org/mailman/listinfo/users