フォーラム

ホーム » Liferay Portal » English » 2. Using Liferay » General

構造的に表示 平面上に表示 ツリー上に表示
スレッド数 [ 前へ | 次へ ]
toggle
Chaitanya Swamy
company id in workflow definition
2008/10/22 3:01
答え

Chaitanya Swamy

ランク: New Member

投稿数: 13

参加年月日: 2008/10/06

最近の投稿

Where can I get the "company id" required to specify in my workflow definition? What does this stand for?
Ganesh Ram
RE: company id in workflow definition
2008/10/23 10:52
答え

Ganesh Ram

ランク: Regular Member

投稿数: 201

参加年月日: 2008/02/05

最近の投稿

Look in the user_ table. You will find the value for companyId.
Michael Saechang
moved thread.
2008/10/23 11:05
答え

Michael Saechang

LIFERAY STAFF

ランク: Liferay Master

投稿数: 577

参加年月日: 2007/11/19

最近の投稿

moved to Using Liferay
Ray Augé
Re: [Liferay Forums][Liferay English] company id in workflow definition
2008/10/23 13:23
答え

Ray Augé

LIFERAY STAFF

ランク: Liferay Legend

投稿数: 1206

参加年月日: 2005/02/07

最近の投稿

Open the Admin portlet and then the "Instances" tab. The list of
Companies is listed. The first column is "Company Id".

HTH!
Chaitanya Swamy
RE: company id in workflow definition
2008/10/23 21:01
答え

Chaitanya Swamy

ランク: New Member

投稿数: 13

参加年月日: 2008/10/06

最近の投稿

thank you Ganesh.I will see.
Chaitanya Swamy
RE: Re: [Liferay Forums][Liferay English] company id in workflow definitio
2008/10/23 21:03
答え

Chaitanya Swamy

ランク: New Member

投稿数: 13

参加年月日: 2008/10/06

最近の投稿

Ray Augé:
Open the Admin portlet and then the "Instances" tab. The list of
Companies is listed. The first column is "Company Id".

HTH!


Ok I will see there.Thank you Ray.
murali krishna
my liferay-tomcat server not recognising CSS and JS files in portel page
2011/07/19 5:10
答え

murali krishna

ランク: New Member

投稿数: 11

参加年月日: 2011/07/19

最近の投稿

hi all,

my liferay server not recognizing the CSS,JS and Images files. it throughing null's.

my error log's :
17:39:07,074 INFO [PortalImpl:3829] Current URL /user/joebloggs/css/admin.css generates exception: null
17:39:07,074 INFO [PortalImpl:3841]
17:39:07,132 INFO [PortalImpl:3829] Current URL /user/joebloggs/js/admin.js generates exception: null
17:39:07,132 INFO [PortalImpl:3841]
17:39:08,546 INFO [PortalImpl:3829] Current URL /user/joebloggs/images/globe.png generates exception: null
17:39:08,547 INFO [PortalImpl:3841]
17:39:08,588 INFO [PortalImpl:3829] Current URL /user/joebloggs/images/icon_alert_embed.gif generates exception: null
17:39:08,588 INFO [PortalImpl:3841]
17:39:08,617 INFO [PortalImpl:3829] Current URL /user/joebloggs/CsPrtlLognDtl050Hlp.htm generates exception: null
17:39:08,617 INFO [PortalImpl:3841]
17:39:08,673 INFO [PortalImpl:3829] Current URL /user/joebloggs/images/photo9_bg.png generates exception: null
17:39:08,674 INFO [PortalImpl:3841]
17:39:08,710 INFO [PortalImpl:3829] Current URL /user/joebloggs/images/photo10_bg.png generates exception: null
17:39:08,711 INFO [PortalImpl:3841]
17:39:08,739 INFO [PortalImpl:3829] Current URL /user/joebloggs/css/admin.css generates exception: null
17:39:08,739 INFO [PortalImpl:3841]
17:39:08,768 INFO [PortalImpl:3829] Current URL /user/joebloggs/images/photo11_bg.png generates exception: null
17:39:08,803 INFO [PortalImpl:3841]
17:39:08,792 INFO [PortalImpl:3829] Current URL /user/joebloggs/js/admin.js generates exception: null
17:39:08,833 INFO [PortalImpl:3841]
17:39:09,508 INFO [PortalImpl:3829] Current URL /user/joebloggs/js/admin.js generates exception: null
17:39:09,509 INFO [PortalImpl:3841]
17:39:09,557 INFO [PortalImpl:3829] Current URL /user/joebloggs/CsPrtlLognDtl050Hlp.htm generates exception: null
17:39:09,558 INFO [PortalImpl:3841]
17:39:10,303 INFO [PortalImpl:3829] Current URL /user/joebloggs/css/admin.css generates exception: null
17:39:10,303 INFO [PortalImpl:3841]
17:39:10,350 INFO [PortalImpl:3829] Current URL /user/joebloggs/js/admin.js generates exception: null
17:39:10,351 INFO [PortalImpl:3841]
17:39:10,396 INFO [PortalImpl:3829] Current URL /user/joebloggs/CsPrtlLognDtl050Hlp.htm generates exception: null
17:39:10,397 INFO [PortalImpl:3841]
17:39:11,193 INFO [PortalImpl:3829] Current URL /user/joebloggs/CsPrtlLognDtl050Hlp.htm generates exception: null
17:39:11,194 INFO [PortalImpl:3841]
17:39:11,243 INFO [PortalImpl:3829] Current URL /user/joebloggs/js/admin.js generates exception: null
17:39:11,244 INFO [PortalImpl:3841]
17:39:11,974 INFO [PortalImpl:3829] Current URL /user/joebloggs/CsPrtlLognDtl050Hlp.htm generates exception: null
17:39:11,975 INFO [PortalImpl:3841]

regards,
murali
Jan Gregor
RE: my liferay-tomcat server not recognising CSS and JS files in portel pa
2011/07/19 7:31
答え

Jan Gregor

ランク: Regular Member

投稿数: 221

参加年月日: 2010/10/20

最近の投稿

Hi,

If your using just one company and not planning to use more companies in future, you can use PortalUtil.getDefaultCompanyId().

Regards,
Jan.