[JBoss Web Services Development] - JSP for my web service
by DimShust Shust
DimShust Shust [http://community.jboss.org/people/dimshust1985] created the discussion
"JSP for my web service"
To view the discussion, visit: http://community.jboss.org/message/603394#603394
--------------------------------------------------------------
HI all, i've created (deploy to jboss *.jar package) with my simple web service using ejb, all work correct, i send soap messages, and all is working good....
Now i need create web page(JSP, or HTML, Servlet, or something else), for administrating my service.
For example, my service's adress is http://localhost:8080/MyService http://localhost:8080/MyService. On This adress i send my soap messages. So, i want to create Web Page for example, http://localhost:8080/MyService/index http://localhost:8080/MyService/index.. And this page must work with web service data.
--------------------------------------------------------------
Reply to this message by going to Community
[http://community.jboss.org/message/603394#603394]
Start a new discussion in JBoss Web Services Development at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1&cont...]
13 years, 8 months
[JBoss AS7 Development] - BASIC Authentication in AS7
by c go
c go [http://community.jboss.org/people/goc] created the discussion
"BASIC Authentication in AS7"
To view the discussion, visit: http://community.jboss.org/message/603131#603131
--------------------------------------------------------------
I'm running in some troubles using Basic Authentication in AS7 to secure the access to a simple test servlet.
Standard error message is:
[org.jboss.security.auth.spi.UsersRolesLoginModule] (http-localhost.localdomain-127.0.0.1-8080-1) Failed to load users/passwords/role files: java.io.IOException: No properties file: users.properties or defaults: defaultUsers.properties found
Specifying the users.properties & roles.properties files in standalone.xml causes the same error:
[org.jboss.security.auth.spi.UsersRolesLoginModule] (http-localhost.localdomain-127.0.0.1-8080-1) Failed to load users/passwords/role files: java.io.IOException: No properties file: /absolute/path/to/users.properties or defaults: defaultUsers.properties found
The application's jboss-web.xml file looks like this:
<?xml version='1.0' encoding='UTF-8' ?>
<!DOCTYPE jboss-web
PUBLIC -//JBoss//DTD Web Application 2.3V2//EN
http://www.jboss.org/j2ee/dtd/jboss-web_3_2.dtd>
<jboss-web>
<security-domain>other</security-domain>
</jboss-web>
The servlet security is defined like this (web.xml):
<security-constraint>
<web-resource-collection>
<web-resource-name>All resources</web-resource-name>
<description>Protects all resources</description>
<url-pattern>/*</url-pattern>
</web-resource-collection>
<auth-constraint>
<role-name>role</role-name>
</auth-constraint>
</security-constraint>
<login-config>
<auth-method>BASIC</auth-method>
<realm-name>Test Realm</realm-name>
</login-config>
<security-role>
<role-name>role</role-name>
</security-role>
Is there anything obvious that I could be missing?
P.S.: Sorry for my English
--------------------------------------------------------------
Reply to this message by going to Community
[http://community.jboss.org/message/603131#603131]
Start a new discussion in JBoss AS7 Development at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1&cont...]
13 years, 8 months
[JBoss AS7 Development] - ManagementConsoleRoadmap
by Heiko Braun
Heiko Braun [http://community.jboss.org/people/heiko.braun] modified the document:
"ManagementConsoleRoadmap"
To view the document, visit: http://community.jboss.org/docs/DOC-16376
--------------------------------------------------------------
h1. Roadmap for the AS7 Management Console
h4. Coarse grained Tasks:
|| Task || *Description* || *Goals
* || *Dependencies* || *Risks* ||
|
| Project setup (codebase, repo, JIRA, etc) |
|
|
|
| %1,5% *M0: Project Setup done.*
*5.Feb
*
*
* |
|
| UI Framework (both domain and standalone)
- rough UI layout
- maybe outer most domain tree (domain, profiles, server-groups, etc)
- excluding subsystems and management operations | Explore outermost conceptual model |
| Might not reflect ambiguity in information design w/o example subsystem |
|
| Installation on Standalone Server
- Integrated with AS build/deliverables |
|
|
|
| %1,5% *M1: Core UI. Supports standalone scenario. Part of AS7 build/deliverable. *
*28.Feb*
*
* |
|
| Installation on Domain Controller
- Integrated with AS build/deliverables |
|
|
|
|
| Server Group configuration
- domain sceanario only
- potential release candidate | Configure, launch, shutdown server instances | Management infrastructure in place and ability to install console |
|
| %1,5% *M2: Core UI, supports domain scenario. Part of AS7 build/deliverable.*
*15. Mar*
*
* |
|
| Example subsystem management completed
- complete functional set
- distinction between domain and host level operations
- potential release candiate | Explore detailed conceptual model, verify management API, remove ambiguity | Rough UI framework, extension hooks |
|
|
| Application Deployment | Deploy applications through the console | AS7 deployment API |
|
|
| Client Server API mature (pivot)
- Match AS7 management API |
|
|
|
| %1,5% *M3: Example subsystem management and metrics included. Supports application deployment.*
*30.Apr*
*
* |
|
| Authentication |
| Security components in place |
|
|
| Iterate over remaining subsystems
- with each subsystem another potential release candiate | Complete management functionality | Example subsystem, rough UI framework | Might reveal issues with the overall conceptual model |
| %1,6% *M4: Core Management Functionality available*
*30.May*
*
* |
|
| Integrate themes (.org & RH):
- early in the game
- provide means for design people to work on this | Introduce customization hooks, verify i18n issues, work towards JON |
|
|
|
| Example Metrics completed
- covers a typical metric request (domain, host, subsystem)
- re-use example subsystem | Verify management API exposes runtime state correctly/sufficiently | Example subsystem |
|
| %1,6% *GA: Reasonable 1.0 Feature Set
15.Jun* |
| %1,6%
|
| %1,6% *Beyond 1.0.0.GA*
*
* |
|
| Management Operation Plans | Enable composite (bulk) management operations on the whole domain. Verify error handling, consistency |
|
|
|
| Deployment Plans | Rollout applications to a domain.
Verify error handling, consistency |
|
|
|
| User management | Create/Remove users that have access to the management infrastructure |
|
|
|
| Provide UI extension hooks
- minimal API: i.e. GWT 2.1 PlaceManager, plus boiler plate magic (borrowed from Errai Workspaces)
- Feedback from layered products (JON, Drools) | Baseline for subsystem integration, extensibility | Decision on UI Framework & Widgets Libraries |
|
|
| i18n | Full i18n support |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
h4.
--------------------------------------------------------------
Comment by going to Community
[http://community.jboss.org/docs/DOC-16376]
Create a new document in JBoss AS7 Development at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=102&co...]
13 years, 8 months