Showing posts with label jboss. Show all posts
Showing posts with label jboss. Show all posts

Friday, May 7, 2010

JBoss How to change password

UPD:

Hi Alexey,
we upgraded account management system and now users can change their password simply in their profile page.
Help pages are:
http://www.jboss.org/help/userprofile.html
and
http://www.jboss.org/help/lostpassword.html




The change password system on JBoss is fails!


How to change your JBoss password after hacker attack on JBoss:

1. Use http://www.jboss.org/contact.html to reset your old password.

and login with the new password at https://www.jboss.org/index.html

Cannot proceed to login, your account has not been activated yet. Please click here (https://www.jboss.org/index.html?module=user&op=resendActivation) to receive your activation email again.

3. An activation e-mail has been sent to your e-mail address. You must first click on the activation link in the e-mail in order to become an active member of the website. If you did not receive this e-mail, please check to make sure that your spam filter did not block the e-mail.
If the problem persists, please click here to contact the administrator

e-mail received with the activation link
example link is
https://www.jboss.com/index.html?module=user&op=activate&i=a8e6046e836e53b65a109c1f&u=350142

4. Account successfully activated!
Login to access your account.


How to change your JBoss re-activated password:

You are now logged out!

Logging you in, please wait!

Write your new Password (type a new password twice to change it)
And click at "Save changes"


Wednesday, June 10, 2009

Merge of eXo Portal and Jboss Portal.

"

About the eXo / JBoss Partnership

The goal of the new project, is to forge a strong portal solution by bringing together the technical strengths of the two projects through the open source community. To further bolster this new effort, eXo Platform has contributed a new project to the JBoss Community, eXo JCR, which is a robust, cluster-ready Java Content Repository that is standards based and a key component for the project.

eXo Portal is the foundational technology for all of eXo’s products. In development for over six years, eXo Portal is known for its intuitive administrative capabilities, advanced user interface features, and a robust community presence. The JBoss Community Portal project will be the overall portal engine for the new project and is a standards-based portal framework known for its lightweight installation, robust performance, security, and scalability. It has been downloaded by tens of thousands of users over the last four years, and leverages JBoss Community technologies such as JBoss Application Server and Hibernate.

Under the terms of the partnership, eXo Platform will migrate the code base for its portal project to JBoss.org, where it will be integrated with the JBoss Portal code base. The new JBoss eXo Portal project will be licensed under the Gnu Lesser General Public License (LGPL).

"

http://exoplatform.com/portal/public/website/aboutUS/eXoJBossPartnership



official PR:
http://www.businesswire.com/portal/site/home/permalink/?ndmViewId=news_view&newsId=20090610005342&newsLang=en

http://www.dzone.com/links/rss/exo_platform_merges_portal_software_development_i.html

http://blog.exoplatform.org/2009/06/10/exo-jboss-partnership/

http://www.twazzup.com/search?q=exo&l=all

Wednesday, February 6, 2008

Application servers

Application servers (AS)
wiki

List of application server from google directory search here.

JSR 154: JavaTM Servlet 2.4 Specification
http://jcp.org/en/jsr/detail?id=154

JSR 53: JavaTM Servlet 2.3 and JavaServer PagesTM 1.2 Specifications
http://jcp.org/en/jsr/detail?id=53

The J2EE 1.4 Tutorial here
http://java.sun.com/products/servlet/2.3/javadoc/javax/servlet/http/HttpServletRequest.html
http://java.sun.com/products/servlet/2.3/javadoc/javax/servlet/http/HttpServletResponse.html

http://java.sun.com/dtd/web-app_2_3.dtd

Writing Web Application Deployment Descriptors

The eXo-Portlet-Container was tested on different AS, look here

The content of element type "web-app" must match
"(
icon?,display-name?,description?,distributable?,
context-param*,filter*,filter-mapping*,listener*,servlet*,servlet-mapping*,
session-config?,mime-mapping*,welcome-file-list?,error-page*,taglib*,
resource-env-ref*,resource-ref*,
security-constraint*,login-config?,security-role*,
env-entry*,ejb-ref*,ejb-local-ref*
)"
http://download-llnw.oracle.com/docs/cd/E13222_01/wls/docs61/webapp/web_xml.html

The list of servers which I know:

  • Apache Tomcat 6.0.14
official or wiki
Default port: 8080
Start: %TOMCAT_HOME%\bin\catalina.bat start
Stop:
%TOMCAT_HOME%\bin\catalina.bat stop
Log: console or %TOMCAT_HOME%\logs\catalina.YYYY-MM-DD.log
NOTE: For Tomcat prefer to cut jar's files from all war's/WEB-INF/lib to %
TOMCAT_HOME%/commons/lib. And delete war's/WEB-INF/lib directory.

Apache Tomcat Configuration Reference - The HTTP Connector
  • ObjectWeb JOnAS 4.8.4
official or wiki
Default
port: 9000

Download form wiki on objectweb
Download from objectweb file repository
Download from forge.objectweb.org

  • JBoss 4.2.2 GA
official or wiki
Default port: 8080
Jboss Download
Jboss Forum
Jboss JIRA
Jboss wiki
Jboss 4.2.2 Documentation
http://wiki.jboss.org/wiki/ClassLoadingConfiguration
jboss classloading
  • BEA Weblogic 9.2
official or wiki
Default
port: 7001
  • IBM WebSphere 6.1.0.7
official or wiki
Default
port: 9080
Start: %WebSphere_home%\AppServer\profiles\AppSrv01\bin\startServer.bat server1
Stop:
%WebSphere_home%\AppServer\profiles\AppSrv01\bin\stopServer.bat server1
Log: AppServer\profiles\AppSrv01\logs\server1\SystemOut.log
Web control: http://localhost:8888/em/
Maintenance Download Wizard
Fix list for IBM WebSphere
FTP
Verify Java SDK version shipped with IBM WebSphere Application Server fix packs
e-books
infocenter wasinfo v6.1
http://www-306.ibm.com/software/webservers/appserv/express/requirements
http://www.ibm.com/developerworks/downloads/ws/was/
http://www-306.ibm.com/software/webservers/appserv/community/
What's new in Version 6.1
http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=forum&f=46
http://saloon.javaranch.com/forums/forum-046.html

  • Oracle AS 10.1.3.1.0
official or wiki
Default
port: 8888
Start:
%oracle_home%\opnm\bin\opmnctl.exe startall
Stop: %oracle_home%\opnm\bin\opmnctl.exe stopall
Log: opmn\logs\default_group~home~default_group~1.log

  • Sun Java System AS 9.0
official or wiki
  • Jetty 6.1
official or wiki
  • Geronimo 1.1.1, 1.2-beta, 2.0-M2 with Jetty or Tomcat
official or wiki

Don't forget delete cookie in your browser when you faced with strange behave of your application while test it on other AS !!!

http://docs.sun.com/source/816-6884-10/appendixb.html

All comments are appreciated.