anadi kumar

Greenhorn
+ Follow
since Mar 19, 2010
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
In last 30 days
0
Forums and Threads

Recent posts by anadi kumar

1. Log-in by visiting the following URI:
http://localhost:7001/console/login/LoginForm.jsp

2. Provide your Weblogic UserId and Password.
3. On Home Page
Go to :
Domain Configurations >> Your Deployed Resources >> Deployments (Click here).
Deployments -> Install -> specify location of your WAR/EAR file -> Next -> Finish

Regards,
Anadi KUMAR
Senior Software Engineer | HSBC Technology and Services - Global Technology
HSBC Software Development (India) Limited,GLT 4.0 - Panchshil Tech. Park, Block D, S.No. 19, Hissa 2A/11/2, Yerawada, Pune, 411006.
India.

Mobile:+91-9822622054
Email: [email protected]
Email: [email protected]
13 years ago

anadi kumar wrote:Solution for windows-XP and Linux
Let WPS_HOME = C:\IBM\WebSphere

Step (1): Go to command prompt
Step (2): cd \wp_profile\bin
Step (3): execute file "osgiCfgInit.bat" at command prompt

Now, start server using startServer.bat

Step (4): startServer.bat WebSphere_Portal -user wpsadmin -password wpsadmin

serverName : WebSphere_Portal
userName : wpsadmin
password : wpsadmin

Note: For Linux, use osgiCfgInit.sh and startServer.sh file

Regards,
Anadi Kumar,
Patna, Bihar, India
+91-9822622054

13 years ago

anadi kumar wrote:give second parameter, "UTF-16" or "UTF-8" as encoding type, to the InputStream / OutputStream.


InputStreamReader ir = new InputStreamReader(fileinputstream, "UTF-16");





Regards,
Anadi KUMAR
Architecture and R2ds, Channels and Framework, Software Engineer | HSBC Technology and Services - Global Technology
HSBC Software Development (India)Limited
GLT 4.0 - Panchshil Tech. Park, Block D, S.No. 19, Hissa 2A/11/2, Yerawada, Pune, 411006.
India.

Mobile. +91 9822622054
Email. [email protected]
Email. [email protected]

13 years ago
G:\study\eclipse-jee-galileo-SR2-win32\eclipse\eclipse.exe -vm "E:\Program Files\Java\jdk1.6.0_23\bin\javaw.exe"

This works fine.

Regards,
Anadi KUMAR
Architecture and R2ds, Channels and Framework, Software Engineer | HSBC Technology and Services - Global Technology
HSBC Software Development (India)Limited
GLT 4.0 - Panchshil Tech. Park, Block D, S.No. 19, Hissa 2A/11/2, Yerawada, Pune, 411006.
India.

Mobile. +91 9822622054
Email. [email protected]
Email. [email protected]
give second parameter, "UTF-16" or "UTF-8" as encoding type, to the InputStream / OutputStream.


InputStreamReader ir = new InputStreamReader(fileinputstream, "UTF-16");





Regards,
Anadi KUMAR
Architecture and R2ds, Channels and Framework, Software Engineer | HSBC Technology and Services - Global Technology
HSBC Software Development (India)Limited
GLT 4.0 - Panchshil Tech. Park, Block D, S.No. 19, Hissa 2A/11/2, Yerawada, Pune, 411006.
India.

Mobile. +91 99822622054
Email. [email protected]
Email. [email protected]
14 years ago
Solution for windows-XP and Linux
Let WPS_HOME = C:\IBM\WebSphere

Step (1): Go to command prompt
Step (2): cd \wp_profile\bin
Step (3): execute file "osgiCfgInit.bat" at command prompt

Now, start server using startServer.bat

Step (4): startServer.bat WebSphere_Portal -user wpsadmin -password wpsadmin

serverName : WebSphere_Portal
userName : wpsadmin
password : wpsadmin

Note: For Linux, use osgiCfgInit.sh and startServer.sh file

Regards,
Anadi Kumar,
Patna, Bihar, India
+91-9822622054
14 years ago
Step to resolve the "ADMU3011E" error.

Solution for windows-XP
Let WPS_HOME = C:\IBM\WebSphere

Step (1): Go to command prompt
Step (2): cd <WPS_HOME>\wp_profile\bin
Step (3): execute file "osgiCfgInit.bat" at command prompt

Now, start server using startServer.bat

Step (4): startServer.bat WebSphere_Portal -user wpsadmin -password wpsadmin

serverName : WebSphere_Portal
userName : wpsadmin
password : wpsadmin
14 years ago