[JBoss-user] [Beginners Corner] - Re: Simple Web Service with JBoss

2006-03-20 Thread wiley173
Greetings,

Class Not Found:
Your mappings are wrong in your web.xml file. Are you writing the web.xml 
yourself or is Netbeans generating it somehow and you haven't imported your 
struts jars into the project?

If you do a search for the FIBO APPLICATION tutorial you can use that example 
with eclipse and just exclude the ejb. That might give you an idea how to do it 
in netbeans...

happy trails
w


View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3931489#3931489

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3931489


---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=110944bid=241720dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Beginners Corner] - Re: Hosting providers?

2006-03-20 Thread wiley173
Greetings,

Here is a somewhat good list with ratings...
http://www.servlets.com/isps/servlet/ISPViewAll

You should just get a cheap dedicated server to learn on... your going to have 
a lot of headaches ...

-w[/url]

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3931490#3931490

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3931490


---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=110944bid=241720dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Beginners Corner] - Jboss Hosting Services

2005-11-28 Thread wiley173
Anybody know of a good place to host your j2ee apps. I've been to a couple of 
really crappy places that claim to support jboss...

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3909439#3909439

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3909439


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637alloc_id=16865op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Security JAAS/JBoss] - Re: Form Authentication

2005-10-31 Thread wiley173
I'm not an expert here either but are your users.properties and 
roles.properties files in the /default/conf directory ? And is EchoUser in them 
?

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3904474#3904474

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3904474


---
This SF.Net email is sponsored by the JBoss Inc.
Get Certified Today * Register for a JBoss Training Course
Free Certification Exam for All Training Attendees Through End of 2005
Visit http://www.jboss.com/services/certification for more information
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Security JAAS/JBoss] - Re: Form Authentication

2005-10-31 Thread wiley173
oops I meant ...

there is no EchoUser using FORM authentication 

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3904510#3904510

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3904510


---
This SF.Net email is sponsored by the JBoss Inc.
Get Certified Today * Register for a JBoss Training Course
Free Certification Exam for All Training Attendees Through End of 2005
Visit http://www.jboss.com/services/certification for more information
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Security JAAS/JBoss] - Re: Form Authentication

2005-10-31 Thread wiley173
Right but now your using form authentication

There is no EchoUser using BASIC authentication ...

now you have to put them in the /default/conf directory for FORM authentication 
to work correctly ...



View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3904509#3904509

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3904509


---
This SF.Net email is sponsored by the JBoss Inc.
Get Certified Today * Register for a JBoss Training Course
Free Certification Exam for All Training Attendees Through End of 2005
Visit http://www.jboss.com/services/certification for more information
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Security JAAS/JBoss] - Re: quick question on module-options

2005-10-28 Thread wiley173
Greetings,
That's what I'm using and what I've been working with. I've got my own 
athentication system but I think the correct way is to use yours but I can't 
figure out how to dynamically connect to a jndi name based on the login name. I 
don't want 5 apps running with 5 databases, I'd rather have 1 app with 5 
databases  but you can't query anything to get a login unless you specify 
the jndi name first right, right... so I thought I'll pass it in with the ? 
... and get my jndi name based on what the login is...

basically what I'm doing isn't possible with the DatabaseServerLoginModule ...

I guess I could create a filter in the j_security_check and pass in my jndi 
name that way ??? is that possible ? Or am I just going about this totally the 
wrong way ...:(

help

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3904209#3904209

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3904209


---
This SF.Net email is sponsored by the JBoss Inc.
Get Certified Today * Register for a JBoss Training Course
Free Certification Exam for All Training Attendees Through End of 2005
Visit http://www.jboss.com/services/certification for more information
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Security JAAS/JBoss] - Re: quick question on module-options

2005-10-28 Thread wiley173
When I use my little security system I connect to the DefaultDS ...

then in my login.class I  ...


  | try{
  | Class.forName(com.mysql.jdbc.Driver).newInstance();
  | con = DriverManager.getConnection(
  |  jdbc:mysql://localhost/ + database +
  |  ?user=unclepassword=jesse);
  | 
so I only have one jndi name but multiple databases ... I'm just trying to do 
something like this with the jboss security ?


thanks for the reply 

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3904212#3904212

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3904212


---
This SF.Net email is sponsored by the JBoss Inc.
Get Certified Today * Register for a JBoss Training Course
Free Certification Exam for All Training Attendees Through End of 2005
Visit http://www.jboss.com/services/certification for more information
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Security JAAS/JBoss] - Re: quick question on module-options

2005-10-28 Thread wiley173
Howdy ,
thanks for the reply.

After my latest post a lightbulb went off on what I really need to do to get 
this working , or at least my next learning experience ...

Basically it's a really simple content management system where there are 
/admins and /members 

based on the budget I only have access to mysql at the moment ...

I thought when the admin creates a new member I would put  some sort of id 
before the login  AXA-adminuser and AXA-members user for users and based on 
the first 3 I could determine the jndi name I have registered in the 
mysql-ds.xml . Each company needs their own datasource because with eventually 
I'll be using a widely accepted? database but I would prefer mysql because I 
think it could handle anything the big boys do but then again I haven't worked 
with the big boys or developed a big boy app yet...

I'm getting there ...

thanks for the replies...




View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3904268#3904268

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3904268


---
This SF.Net email is sponsored by the JBoss Inc.
Get Certified Today * Register for a JBoss Training Course
Free Certification Exam for All Training Attendees Through End of 2005
Visit http://www.jboss.com/services/certification for more information
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Security JAAS/JBoss] - quick question on module-options

2005-10-26 Thread wiley173
Greetings,

Can I pass over my username to my Login module using this syntax in my 
login-conf.xml?

module-option name = username?/module-option

Isn't that how it's getting the username ?  It doesn't seem to be working for 
me I'm sure someone here knows why ... please help me out in understanding how 
this process is working...

thank-you


View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3903426#3903426

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3903426


---
This SF.Net email is sponsored by the JBoss Inc.
Get Certified Today * Register for a JBoss Training Course
Free Certification Exam for All Training Attendees Through End of 2005
Visit http://www.jboss.com/services/certification for more information
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Security JAAS/JBoss] - Re: quick question on module-options

2005-10-26 Thread wiley173
I guess a better way to put would be when I pass over something like this ...
module-option name = login variable?/module-option

the ?

is just a ?

and not my login name ...

I'm just trying to figure out how it's getting the login name to add to the sql 
statements ...

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3903427#3903427

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3903427


---
This SF.Net email is sponsored by the JBoss Inc.
Get Certified Today * Register for a JBoss Training Course
Free Certification Exam for All Training Attendees Through End of 2005
Visit http://www.jboss.com/services/certification for more information
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Security JAAS/JBoss] - Re: quick question on module-options

2005-10-26 Thread wiley173
Object tmp = options.get(principalsQuery);

in regards to this code in the initialize method of the DataBaseLogin class 

is Object tmp recieving 
select Password from Principals where PrincipalID=?

or
select Password from Principals where PrincipalID=myLoginIentered

?

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3903437#3903437

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3903437


---
This SF.Net email is sponsored by the JBoss Inc.
Get Certified Today * Register for a JBoss Training Course
Free Certification Exam for All Training Attendees Through End of 2005
Visit http://www.jboss.com/services/certification for more information
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Security JAAS/JBoss] - Re: quick question on module-options

2005-10-26 Thread wiley173
could someone please help me out here on what class in the source is taking in 
a  ? so maybe I can figure this dumb question out ?




View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3903693#3903693

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3903693


---
This SF.Net email is sponsored by the JBoss Inc.
Get Certified Today * Register for a JBoss Training Course
Free Certification Exam for All Training Attendees Through End of 2005
Visit http://www.jboss.com/services/certification for more information
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Security JAAS/JBoss] - Pass another Variable besides j_username j_password

2005-10-25 Thread wiley173
Howdy,

Is it possible to pass another variable from your login form besides j_username 
and password.

So in the login-conf.xml I'd have


  | module-option name=otherVar?/module-option
  | 

and in my extended custom login class I'd have in the initialize method ..

  | newVar = (String)options.get(otherVar);
  | 

Is this possible, if so could you point me in the right direction or give me a 
clue? If it's just a bad idea please let me know why...

thank you



View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3903335#3903335

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3903335


---
This SF.Net email is sponsored by the JBoss Inc.
Get Certified Today * Register for a JBoss Training Course
Free Certification Exam for All Training Attendees Through End of 2005
Visit http://www.jboss.com/services/certification for more information
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Security JAAS/JBoss] - Re: Pass another Variable besides j_username j_password

2005-10-25 Thread wiley173
okay bad idea ...

I'll just do this ...


  | module-option name=myVar
  |  something like select where username = ?
  | /module-option
  | 

I think I need to read up on how j_security_check actually works ...

adios ~

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3903351#3903351

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3903351


---
This SF.Net email is sponsored by the JBoss Inc.
Get Certified Today * Register for a JBoss Training Course
Free Certification Exam for All Training Attendees Through End of 2005
Visit http://www.jboss.com/services/certification for more information
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Security JAAS/JBoss] - Re: simple example help ?

2005-10-23 Thread wiley173
My simple example makes total sense now 

I just had to make sure users.properties and roles.properties were in the 
default/conf directory 

use..
url-pattern/*.jsp/url-pattern
and set the welcome file to my secure content which is automatically redirected 
to the login.html ...

if I use 
url-pattern/*/url-pattern
it authenticates every image and css file okay thank you got it .. I'm seeing 
the light 

thanks again and goodnight



View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3902834#3902834

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3902834


---
This SF.Net email is sponsored by the JBoss Inc.
Get Certified Today * Register for a JBoss Training Course
Free Certification Exam for All Training Attendees Through End of 2005
Visit http://www.jboss.com/services/certification for more information
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Security JAAS/JBoss] - Re: simple example help ?

2005-10-22 Thread wiley173
Hello, thanks for the info

I used your example but I'm not understanding why you don't have the realm 
here... members in my case and I put this in the login-config ... but I don't 
see how it can see it with this  its still looking for a properties file 
when I'm using a database ?

  | !-- this is in my web.xml for members --
  | security-constraint
  | web-resource-collection
  | web-resource-nameSample Application/web-resource-name
  | 
  | !--Require users to authenticate--
  | url-pattern*.jsp/url-pattern
  | http-methodPOST/http-method
  | http-methodGET/http-method
  | /web-resource-collection
  | auth-constraint
  | 
  | !-- Only allow Authenticated_users role --
  | role-nameuser/role-name
  | /auth-constraint
  | user-data-constraint
  | 
  | !-- Encryption is not required for the application in general.--
  | transport-guaranteeNONE/transport-guarantee
  | /user-data-constraint
  | /security-constraint
  | login-config
  | auth-methodFORM/auth-method
  | form-login-config
  | form-login-page/login.html/form-login-page
  | form-error-page/login_error.html/form-error-page
  | /form-login-config
  | /login-config
  | 

in my login-conf I've got ...

  | application-policy name = members
  |authentication
  |   login-module code = 
org.jboss.security.auth.spi.UsersRolesLoginModule
  |  flag = required
  |  
  | module-option name=dsJndiNamejava:/DefaultDS/module-option
  | module-option name=principalsQuery
  | select passwd from USER where login=?
  | /module-option
  | module-option name=rolesQuery
  | select role, 'Roles' from USER_ROLES where login=?
  | /module-option
  | 
  |   /login-module
  |/authentication
  | /application-policy
  | 

I've got the system finding j_security_check finally and loggin errors but when 
I go to ...
http://localhost:8080/members

I just get a list of the directory contents and not the login.html that I 
specified in my web.xml. Should I be even using web.xml for this or a 
web-security.xml file? Haven't got that far yet I'm just trying to get my 
login.html file recognized now . h e l p 




View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3902808#3902808

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3902808


---
This SF.Net email is sponsored by the JBoss Inc.
Get Certified Today * Register for a JBoss Training Course
Free Certification Exam for All Training Attendees Through End of 2005
Visit http://www.jboss.com/services/certification for more information
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Security JAAS/JBoss] - url-pattern tag in web.xml security constraint

2005-10-22 Thread wiley173
Okay,

Now I've finally got the login.html file coming up in the app root with the 
following in my web.xml  I took a look at the jmx-console.war and how that 
was setup and ...


  | security-constraint
  |  web-resource-collection
  |web-resource-namemembers/web-resource-name
  |descriptionThe Members Application/description
  |url-pattern/*/url-pattern
  |http-methodGET/http-method
  |http-methodPOST/http-method
  |  /web-resource-collection
  |  auth-constraint
  |role-nameUser/role-name
  |  /auth-constraint
  |/security-constraint
  | 
  | 
  |login-config
  |   auth-methodFORM/auth-method
  |   realm-nameMembers Area/realm-name
  | form-login-config
  | form-login-page/login.html/form-login-page
  | form-error-page/login-error.jsp/form-error-page
  | /form-login-config
  |/login-config
  | 

If I use url-pattern/*.jsp/url-pattern though my form-login page does not 
show up but when I try to go to ANY file in the directory I'm sent to the login 
page. I thought by specifying the .jsp that only jsp's would be protected and 
my html login form would come up but not the case ?

thanks for the posts






View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3902825#3902825

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3902825


---
This SF.Net email is sponsored by the JBoss Inc.
Get Certified Today * Register for a JBoss Training Course
Free Certification Exam for All Training Attendees Through End of 2005
Visit http://www.jboss.com/services/certification for more information
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Security JAAS/JBoss] - simple example help ?

2005-10-21 Thread wiley173
Hello ~ I'm using Jboss 3-2-6 ...
I've been through the Integrate security infrastructures with JBossSX and 
forums and websites ... JAAS on sun

I've got this in my login-config.xml

  | application-policy name = myREALM
  |authentication
  |   login-module code = 
org.jboss.security.auth.spi.UsersRolesLoginModule
  |  flag = required  
  | module-option name=dsJndiNamejava:/DefaultDS/module-option
  | module-option name=principalsQuery
  | select passwd from USER where login=?
  | /module-option
  | module-option name=rolesQuery
  | select role, 'Roles' from USER_ROLES where login=?
  | /module-option
  | 
  |   /login-module
  |/authentication
  | /application-policy
  | 

this in my jboss-web.xml

  | security-domainjava:/jaas/myREALM/security-domain
  | 

When I goto http://localhost:8080/myREALM/loginForm.jsp
and login I get the dreaded ...

  | type Status report
  | 
  | message /myREALM/j_security_check
  | 
  | description The requested resource (/myREALM/j_security_check) is not 
available.
  | 

My question is where can I configure or where am I missing or how to enable 
j_security_check ?

Obviously not getting something...please fill me in for just a very simple 
example

thanks...


View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3902505#3902505

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3902505


---
This SF.Net email is sponsored by:
Power Architecture Resource Center: Free content, downloads, discussions,
and more. http://solutions.newsforge.com/ibmarch.tmpl
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Beginners Corner] - Re: The requested resource not available. Please help!

2005-10-18 Thread wiley173
hello, 

I haven't done the pet store thing but I usually get those kinds of errors when 
my web.xml or jboss-web.xml files are misconfigured some how in the project.

~

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3901825#3901825

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3901825


---
This SF.Net email is sponsored by:
Power Architecture Resource Center: Free content, downloads, discussions,
and more. http://solutions.newsforge.com/ibmarch.tmpl
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Beginners Corner] - Securing Jboss - Class Loading in jboss-service.xml

2005-10-18 Thread wiley173
Hello,

I'm using jboss-3.2.6 ~
I commented out the portion for class loading to tighten up the security of the 
server in the /server/default/conf/jboss-service.xml - I don't need this 
service ...



  |!--
  |mbean code=org.jboss.web.WebService
  |   name=jboss:service=WebService
  |   attribute name=Port8083/attribute --
  |   !-- Should resources and non-EJB classes be downloadable --
  |   !-- attribute name=DownloadServerClassestrue/attribute
  |   attribute name=Host${jboss.bind.address}/attribute
  |   attribute name=BindAddress${jboss.bind.address}/attribute
  |/mbean
  |--
  | 

My question is how can I stop this from being called when I start the server to 
avoid these errors ...


  | 
  | 
  | MBeans waiting for other MBeans:
  | ObjectName: jboss.ejb:service=EJBDeployer
  |  state: CONFIGURED
  |  I Depend On:  jboss:service=TransactionManager
  |  jboss:service=WebService
  | 
  |  Depends On Me: 
  | 
  | MBEANS THAT ARE THE ROOT CAUSE OF THE PROBLEM:
  | ObjectName: jboss:service=WebService
  |  state: NOTYETINSTALLED
  |  I Depend On: 
  |  Depends On Me:  jboss.ejb:service=EJBDeployer
  | 
  | 
  | 12:35:30,078 ERROR [Server] (main) Root deployment has missing 
dependencies; continuing
  | Incomplete Deployment listing:
  | Packages waiting for a deployer:
  | [EMAIL PROTECTED] { 
url=file:/C:/jboss-3.2.6/server/default/tmp/deploy/tmp35941FiboApp.ear-contents/FiboEJB.jar
 }
  |   deployer: null
  |   status: Starting
  |   state: START_SUBDEPLOYMENTS
  |   watch: 
file:/C:/jboss-3.2.6/server/default/tmp/deploy/tmp35941FiboApp.ear-contents/FiboEJB.jar
  |   lastDeployed: 1129664128781
  |   lastModified: 1129664128765
  |   mbeans:
  | 
  | MBeans waiting for other MBeans:
  | ObjectName: jboss.ejb:service=EJBDeployer
  |  state: CONFIGURED
  |  I Depend On:  jboss:service=TransactionManager
  |  jboss:service=WebService
  | 
  |  Depends On Me: 
  | 
  | MBEANS THAT ARE THE ROOT CAUSE OF THE PROBLEM:
  | ObjectName: jboss:service=WebService
  |  state: NOTYETINSTALLED
  |  I Depend On: 
  |  Depends On Me:  jboss.ejb:service=EJBDeployer
  | 
  | 
  | at 
org.jboss.deployment.MainDeployer.checkIncompleteDeployments(MainDeployer.java:1155)
  | at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:607)
  | at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:588)
  | at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  | at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
  | at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
  | at java.lang.reflect.Method.invoke(Method.java:585)
  | at 
org.jboss.mx.server.ReflectedDispatcher.dispatch(ReflectedDispatcher.java:60)
  | at org.jboss.mx.server.Invocation.dispatch(Invocation.java:62)
  | at org.jboss.mx.server.Invocation.dispatch(Invocation.java:54)
  | at org.jboss.mx.server.Invocation.invoke(Invocation.java:82)
  | at 
org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:197)
  | at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:473)
  | at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:176)
  | at $Proxy5.deploy(Unknown Source)
  | at org.jboss.system.server.ServerImpl.doStart(ServerImpl.java:407)
  | at org.jboss.system.server.ServerImpl.start(ServerImpl.java:311)
  | at org.jboss.Main.boot(Main.java:145)
  | at org.jboss.Main$1.run(Main.java:399)
  | at java.lang.Thread.run(Thread.java:595)
  | 

thank you


View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3901830#3901830

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3901830


---
This SF.Net email is sponsored by:
Power Architecture Resource Center: Free content, downloads, discussions,
and more. http://solutions.newsforge.com/ibmarch.tmpl
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Beginners Corner] - Re: Securing Jboss - Class Loading in jboss-service.xml

2005-10-18 Thread wiley173
I got rid of the Fibo.ear to stop any confusion in my question 

this is the error with nothing deployed ...


  | 12:43:10,953 ERROR [URLDeploymentScanner] (main) Incomplete Deployment 
listing:
  | MBeans waiting for other MBeans:
  | ObjectName: jboss.ejb:service=EJBDeployer
  |  state: CONFIGURED
  |  I Depend On:  jboss:service=TransactionManager
  |  jboss:service=WebService
  | 
  |  Depends On Me: 
  | 
  | MBEANS THAT ARE THE ROOT CAUSE OF THE PROBLEM:
  | ObjectName: jboss:service=WebService
  |  state: NOTYETINSTALLED
  |  I Depend On: 
  |  Depends On Me:  jboss.ejb:service=EJBDeployer
  | 
  | 
  | 12:43:11,390 ERROR [Server] (main) Root deployment has missing 
dependencies; continuing
  | Incomplete Deployment listing:
  | MBeans waiting for other MBeans:
  | ObjectName: jboss.ejb:service=EJBDeployer
  |  state: CONFIGURED
  |  I Depend On:  jboss:service=TransactionManager
  |  jboss:service=WebService
  | 
  |  Depends On Me: 
  | 
  | MBEANS THAT ARE THE ROOT CAUSE OF THE PROBLEM:
  | ObjectName: jboss:service=WebService
  |  state: NOTYETINSTALLED
  |  I Depend On: 
  |  Depends On Me:  jboss.ejb:service=EJBDeployer
  | 
  | 
  | at 
org.jboss.deployment.MainDeployer.checkIncompleteDeployments(MainDeployer.java:1155)
  | at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:607)
  | at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:588)
  | at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  | at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
  | at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
  | at java.lang.reflect.Method.invoke(Method.java:585)
  | at 
org.jboss.mx.server.ReflectedDispatcher.dispatch(ReflectedDispatcher.java:60)
  | at org.jboss.mx.server.Invocation.dispatch(Invocation.java:62)
  | at org.jboss.mx.server.Invocation.dispatch(Invocation.java:54)
  | at org.jboss.mx.server.Invocation.invoke(Invocation.java:82)
  | at 
org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:197)
  | at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:473)
  | at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:176)
  | at $Proxy5.deploy(Unknown Source)
  | at org.jboss.system.server.ServerImpl.doStart(ServerImpl.java:407)
  | at org.jboss.system.server.ServerImpl.start(ServerImpl.java:311)
  | at org.jboss.Main.boot(Main.java:145)
  | at org.jboss.Main$1.run(Main.java:399)
  | at java.lang.Thread.run(Thread.java:595)
  | 

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3901833#3901833

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3901833


---
This SF.Net email is sponsored by:
Power Architecture Resource Center: Free content, downloads, discussions,
and more. http://solutions.newsforge.com/ibmarch.tmpl
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Beginners Corner] - Developer Notebook Orielly

2005-10-18 Thread wiley173
Okay, dumb Idea. As soon as you disable the class download service or ejb 
deployer your ejb's stop working.

page 143 Chapter 9:

so how do I stop external clients from accessing http://:8083/login-config.xml 
or worse yet http::8083/props/jmx-console-users.properties 

without disabling the correct deployment of EJB's ...
==
okay so I just set DownloadServerClasses to false as suggested ...
solved the problem - I see the light

thank you and good night.


View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3901842#3901842

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3901842


---
This SF.Net email is sponsored by:
Power Architecture Resource Center: Free content, downloads, discussions,
and more. http://solutions.newsforge.com/ibmarch.tmpl
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Beginners Corner] - Re: Securing Jboss - Class Loading in jboss-service.xml

2005-10-18 Thread wiley173
You are correct of course ... and thanks for the book and the response. That 
worked beautifully and I was able to comment out the entire class loader and 
still deploy my ejb. I removed the dependency as you suggested. Still learning 


thanks again !

 

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3901916#3901916

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3901916


---
This SF.Net email is sponsored by:
Power Architecture Resource Center: Free content, downloads, discussions,
and more. http://solutions.newsforge.com/ibmarch.tmpl
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Beginners Corner] - Re: Securing Jboss - Class Loading in jboss-service.xml

2005-10-18 Thread wiley173
by the way I didn't mean you had a dumb idea I just thought I screwed up 
something again ...

-adios


View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3901923#3901923

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3901923


---
This SF.Net email is sponsored by:
Power Architecture Resource Center: Free content, downloads, discussions,
and more. http://solutions.newsforge.com/ibmarch.tmpl
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Installation, Configuration Deployment] - Re: log4j help required

2005-10-18 Thread wiley173
I learned this from the Orielly Developer Notebook  very helpfull by the 
way 

in the log4j I made an entry for my app ...


  | 
  | appender name=MYAPP 
class=org.jboss.logging.appender.DailyRollingFileAppender
  |   errorHandler class=org.jboss.logging.util.OnlyOnceErrorHandler/
  |   param name=File value=${jboss.server.home.dir}/log/MYAPP.log/
  |   param name=Append value=false/
  | 
  |   !-- Rollover at midnight each day --
  |   param name=DatePattern value='.'-MM-dd/
  | 
  |   !-- Rollover at the top of each hour
  |   param name=DatePattern value='.'-MM-dd-HH/
  |   --
  | 
  |   layout class=org.apache.log4j.PatternLayout
  |  !-- The default pattern: Date Priority [Category] Message\n --
  |  param name=ConversionPattern value=%d %-5p [%c] %m%n/
  | 
  |  !-- The full pattern: Date MS Priority [Category] (Thread:NDC) 
Message\n
  |  param name=ConversionPattern value=%d %-5r %-5p [%c] (%t:%x) 
%m%n/
  |   --
  |   /layout
  |/appender
  | 
  | 

then I specified the error I want to log ...


  | 
  |category name=MYAPP.web// my class folder logging
  |  priority value=ERROR/
  |  appender-ref ref=MYAPP/
  |/category
  | 

then added to the root node ...

  |root
  |   appender-ref ref=CONSOLE/
  |   appender-ref ref=FILE/
  |   appender-ref ref=MYAPP/
  |   
  |/root
  | 

everything seems to be A-OK  maybe if you specified 2 category names for 
the same app possibly  just a thought





View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3901929#3901929

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3901929


---
This SF.Net email is sponsored by:
Power Architecture Resource Center: Free content, downloads, discussions,
and more. http://solutions.newsforge.com/ibmarch.tmpl
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Tomcat, HTTPD, Servlets JSP] - Re: Problem with JSP import

2005-09-19 Thread wiley173
http://www.jboss.org/index.html?module=bbop=viewtopict=69461

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3895702#3895702

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3895702


---
SF.Net email is sponsored by:
Tame your development challenges with Apache's Geronimo App Server. Download
it for free - -and be entered to win a 42 plasma tv or your very own
Sony(tm)PSP.  Click here to play: http://sourceforge.net/geronimo.php
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Beginners Corner] - Re: Problem with JSP, import package

2005-09-19 Thread wiley173
you have to have a reference to the lib in your descriptor also

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3895704#3895704

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3895704


---
SF.Net email is sponsored by:
Tame your development challenges with Apache's Geronimo App Server. Download
it for free - -and be entered to win a 42 plasma tv or your very own
Sony(tm)PSP.  Click here to play: http://sourceforge.net/geronimo.php
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Beginners Corner] - Re: Problem with JSP, import package

2005-09-17 Thread wiley173


I'm not a total expert here but I'd start with this first.


~ package org.apache.commons.io does not exist


View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3895316#3895316

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3895316


---
SF.Net email is sponsored by:
Tame your development challenges with Apache's Geronimo App Server. Download
it for free - -and be entered to win a 42 plasma tv or your very own
Sony(tm)PSP.  Click here to play: http://sourceforge.net/geronimo.php
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Beginners Corner] - I wish I had this book when I started.

2005-09-17 Thread wiley173
I recommend this book to anyone just starting out with jboss.

JBOSS
A Developers Notebook by

Norman Richards  Sam Griffith, Jr.

O'REILLY



View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3895317#3895317

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3895317


---
SF.Net email is sponsored by:
Tame your development challenges with Apache's Geronimo App Server. Download
it for free - -and be entered to win a 42 plasma tv or your very own
Sony(tm)PSP.  Click here to play: http://sourceforge.net/geronimo.php
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Beginners Corner] - Beginner in the Corner - Custom Login Module 3.2.6

2005-06-13 Thread wiley173
Hello,

Where exactly is the org.jboss.security.auth.spi.DatabaseServerLoginModule ?

I'm trying to create a custom login module in my webapp using eclipse and when 
I extend or import the ( D S L M ) of course it can't find it okay. So I tried 
to find it ??? I can't find it anywhere, I'm sure this is a lame question but 
where is this class ?

thanks

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3881306#3881306

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3881306


---
This SF.Net email is sponsored by: NEC IT Guy Games.  How far can you shotput
a projector? How fast can you ride your desk chair down the office luge track?
If you want to score the big prize, get to know the little guy.  
Play to win an NEC 61 plasma display: http://www.necitguy.com/?r=20
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Beginners Corner] - Re: Beginner in the Corner - Custom Login Module 3.2.6

2005-06-13 Thread wiley173
it's in the jbosssx.jar. :O} 

thanks !


No problem...




View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3881314#3881314

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3881314


---
This SF.Net email is sponsored by: NEC IT Guy Games.  How far can you shotput
a projector? How fast can you ride your desk chair down the office luge track?
If you want to score the big prize, get to know the little guy.  
Play to win an NEC 61 plasma display: http://www.necitguy.com/?r=20
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Beginners Corner] - import a class into jsp error - quick question ...

2005-04-07 Thread wiley173
I can import org.gjt.mm.mysql.* into my jsp page but I always get error 
package not found when I try and import com.mypackage.* ...

They are both setup the same way ? Will jboss only understand org.**


thanks...
in advance

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3873135#3873135

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3873135


---
SF email is sponsored by - The IT Product Guide
Read honest  candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595alloc_id=14396op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Beginners Corner] - Re: import a class into jsp error - quick question ...

2005-04-07 Thread wiley173
Let me just say I'm trying to understand the file system on jboss coming from 
tomcat. I have this simple application working great on tomcat but when I pack 
it up into an ear file it has a problem with ONLY import com.** . What am I not 
getting, I haven't put in any ejb's yet I'm just trying to get the web module 
to work

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3873136#3873136

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3873136


---
SF email is sponsored by - The IT Product Guide
Read honest  candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595alloc_id=14396op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Beginners Corner] - Re: import a class into jsp error - quick question ...

2005-04-07 Thread wiley173
Well, my xdoclet and packaging were really screwed up to say the least. I went 
back into the JBOSS IDE Quick Start Guide and modeled my app after the tutoria 
and found my error. After figuring that out it works beautifully.

I still can't figure out why I don't have to add anything to the configuration 
for my org.gjt.mm.mysql package. I just drop it in and it works, if someone 
could possibly explain that to me that would be great.


thanks

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3873137#3873137

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3873137


---
SF email is sponsored by - The IT Product Guide
Read honest  candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595alloc_id=14396op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [HTTPD, Servlets JSP] - import statement in .jsp fails --jboss-3.2.6 -- Eclipse 3.0.

2005-04-04 Thread wiley173
Hello

I trying to import a class via ...


  | %@ page contentType=text/html; charset=iso-8859-1 language=java 
import=java.sql.* ,com.mypackage.*, java.util.ArrayList %
  | 

from a jsp file.

com.mypackage.* gives me a package does not exist error. 

I have other packages like another.package.files.*  in the same place under 
src and they import fine via ...

  | %@ page contentType=text/html; charset=iso-8859-1 language=java 
import=java.sql.* ,another.package.files.*, java.util.ArrayList %
  | 



I developed the JSP/Servlets in Tomcat and they work fine I just can't figure 
out why the package com.mypackage.* will not import ?

--h e l p

In eclipse my file structure looks like this ...

- MYPROJECT
   -src
+com.mypackage
+another.package.files
+META-INF
+WEB-INF


I didn't add anything to xdoclet or packaging when I plopped both of these 
folders in the src folder but another.package.files is ok but com.mypackage 
gives me the error ???

Thanks for any help






View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3872507#3872507

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3872507


---
SF email is sponsored by - The IT Product Guide
Read honest  candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595alloc_id=14396op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Beginners Corner] - Re: How Debug an error?

2005-01-12 Thread wiley173
I'm a newbie too and it looks like this is what you need to focus on...


  | 15:16:44,691 ERROR [EntityContainer] Starting failed 
jboss.j2ee:jndiName=ejb/Cabin,service=EJB
  | java.lang.ClassCastException: org.jnp.interfaces.NamingContext
  | 
  | MBEANS THAT ARE THE ROOT CAUSE OF THE PROBLEM:
  | ObjectName: jboss.j2ee:service=EJB,plugin=pool,jndiName=ejb/Cabin
  | 


View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3861818#3861818

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3861818


---
The SF.Net email is sponsored by: Beat the post-holiday blues
Get a FREE limited edition SourceForge.net t-shirt from ThinkGeek.
It's fun and FREE -- well, almosthttp://www.thinkgeek.com/sfshirt
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [HTTPD, Servlets JSP] - Re: lost session attributes

2005-01-12 Thread wiley173
Hello,
Have you tried just response redirect instead of the dispatcher? I had some 
simliliar issues when I tried to keep two applications talking to each other on 
the same session ...


View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3861821#3861821

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3861821


---
The SF.Net email is sponsored by: Beat the post-holiday blues
Get a FREE limited edition SourceForge.net t-shirt from ThinkGeek.
It's fun and FREE -- well, almosthttp://www.thinkgeek.com/sfshirt
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [HTTPD, Servlets JSP] - another servlet Error 404 question

2005-01-07 Thread wiley173
Hello, I'm sure this question has been asked alot but here goes ... I can't 
seem to find the answer.

When I go here http://www.mysite.xyz:8080/shoppingCart/Cart

Everything is great.

When I go here http://www.mysite.xyz/shoppingCart/Cart

404 Error not found

The thing is  http://www.mysite.xyz/shoppingCart/ 
comes up great it is just not seeing my servlet defined in my web.xml ...

This is my jboss-web.xml for shoppingCart ...

  | ?xml version=1.0 encoding=UTF-8?
  | jboss-web
  | context/com-html-jsp/shoppingCart/*/context
  | !-- I've also tried /com-html-jsp/shoppingCart/context --
  | virtual-hostwww.mysite.xyz/virtual-host
  | /jboss-web
  | 

I have shoppingCart.war in the deploy directory everythings setup and 
shoppingCart application comes up fine like I said ...

This is my WEB-INF/web.xml inside shoppingCart ...

  | ?xml version=1.0 encoding=ISO-8859-1?
  | 
  | !DOCTYPE web-app
  | PUBLIC -//Sun Microsystems, Inc.//DTD Web Application 2.3//EN
  | http://java.sun.com/dtd/web-app_2_3.dtd;
  | 
  | web-app
  | 
  | servlet
  | servlet-nameCart/servlet-name
  | servlet-classSTOREBEANS.Cart/servlet-class
  | /servlet
  | 
  | servlet-mapping
  | servlet-nameCart/servlet-name
  | url-pattern/Cart/url-pattern
  | /servlet-mapping
  | 
  | /web-app
  | 

I can't seem to find out what I'm doing wrong here. Please help ...

thanks in advance.




View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3861201#3861201

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3861201


---
The SF.Net email is sponsored by: Beat the post-holiday blues
Get a FREE limited edition SourceForge.net t-shirt from ThinkGeek.
It's fun and FREE -- well, almosthttp://www.thinkgeek.com/sfshirt
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [HTTPD, Servlets JSP] - Re: another servlet Error 404 question

2005-01-07 Thread wiley173
Okee Dokee, I just put this ...

  Location /shoppingCart/*
  JkUriSet worker ajp13:localhost:8009
  Order Deny,Allow
 #Deny from all
  Allow from  all
  

In my virtual host tag ... DOH!

thanks ...


View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3861229#3861229

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3861229


---
The SF.Net email is sponsored by: Beat the post-holiday blues
Get a FREE limited edition SourceForge.net t-shirt from ThinkGeek.
It's fun and FREE -- well, almosthttp://www.thinkgeek.com/sfshirt
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [HTTPD, Servlets JSP] - Re: virtual hosts / jboss-web.xml

2005-01-04 Thread wiley173
That did the trick.

Thank you

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3860697#3860697

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3860697


---
The SF.Net email is sponsored by: Beat the post-holiday blues
Get a FREE limited edition SourceForge.net t-shirt from ThinkGeek.
It's fun and FREE -- well, almosthttp://www.thinkgeek.com/sfshirt
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [HTTPD, Servlets JSP] - virtual hosts / jboss-web.xml

2004-12-29 Thread wiley173
I asked this question in the beginner corner, no luck I think I had it in the 
wrong place so please forgive me... I still can't seem to figure out how to get 
myste.com AND www.mysite.com to work???

This is my jboss-web.xml ...


  | ?xml version=1.0 encoding=UTF-8? 
  | jboss-web 
  | context-root / 
  | virtual-hostwww.mysite./virtual-host 
  | virtual-hostmysite./virtual-host 
  | /jboss-web
  |  

I've also tried 


  | ?xml version=1.0 encoding=UTF-8? 
  | jboss-web 
  | context-root / 
  | virtual-hostwww.mysite./virtual-host 
  | Aliasmysite./Alias
  | /jboss-web 
  | 

Am I doing something right? Both these examples do not work... hlp




View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3860158#3860158

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3860158


---
The SF.Net email is sponsored by: Beat the post-holiday blues
Get a FREE limited edition SourceForge.net t-shirt from ThinkGeek.
It's fun and FREE -- well, almosthttp://www.thinkgeek.com/sfshirt
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Beginners Corner] - Re: jboss-web.xml and virtual-hosts

2004-12-28 Thread wiley173
Hello, thanks for the help. 

I tried that but it does not work. Does it work for you?

thanks

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3860043#3860043

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3860043


---
SF email is sponsored by - The IT Product Guide
Read honest  candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now. 
http://productguide.itmanagersjournal.com/
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Beginners Corner] - Re: jboss-web.xml and virtual-hosts

2004-12-28 Thread wiley173
This is what my jboss-web.xml looks like...

?xml version=1.0 encoding=UTF-8?
jboss-web
context-root /
virtual-hostwww.mysite.tld/virtual-host
virtual-hostmysite.tld/virtual-host
/jboss-web

I've also tried 
?xml version=1.0 encoding=UTF-8?
jboss-web
context-root /
virtual-hostwww.mysite.tld/virtual-host
mysite.tld
/jboss-web

I can't seem to get anything to work, maybe I should use mod-rewrite...




View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3860045#3860045

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3860045


---
SF email is sponsored by - The IT Product Guide
Read honest  candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now. 
http://productguide.itmanagersjournal.com/
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Beginners Corner] - Re: Can you change the root context of ROOT.war ?

2004-12-26 Thread wiley173
I think I found something out. You don't want to do this. Maybe when I've 
graduated from the beginners corner. When you make an application the / it 
over-rides the root context of the ROOT.war when you are using name based 
vhosts like I am - so it seems. If I'm wrong about that I'm wrong but that's 
really how it looks on 3.2.6 .

So I basically just put jboss on its own IP, thats probably how it should be 
done anyway and my website on it's own IP and everything is just peachy now.

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3859908#3859908

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3859908


---
SF email is sponsored by - The IT Product Guide
Read honest  candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now. 
http://productguide.itmanagersjournal.com/
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Beginners Corner] - jboss-web.xml and virtual-hosts

2004-12-26 Thread wiley173
This works great

?xml version=1.0 encoding=UTF-8?
jboss-web
context-root /
virtual-hostwww.mysite.comvirtual-host
/jboss-web

But I can't get jboss to see justmysite.com... I've set an alias in 
server.xml 
mysite.com

I tried adding another vhost entry in jboss-web.xml and also an alias and that 
doesn't work either ??? Can anyone give me a clue please ?

xx
Newbie
xx


View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3859913#3859913

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3859913


---
SF email is sponsored by - The IT Product Guide
Read honest  candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now. 
http://productguide.itmanagersjournal.com/
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Beginners Corner] - Can you change the root context of ROOT.war ?

2004-12-25 Thread wiley173
Hello, 
Where can I change the ctxPath of the ROOT.war from / to /somethingElse/ or 
can I ?

The reason I am asking is this. I finally figured out how to get this working...

http://www.mysite.com/APP/

to

http://www.mysite.com

By adding the jboss-web.xml with context-root parmater but when I goto
http://www.mysite.com:8080 - It just displays my site and no jmx console 
anymore. Is there a way to still see the admin page for jboss AND have your 
sites at root context ???

thanks for some help




View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3859898#3859898

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3859898


---
SF email is sponsored by - The IT Product Guide
Read honest  candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now. 
http://productguide.itmanagersjournal.com/
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Beginners Corner] - Re: Symlinks in the deploy directory?

2004-12-24 Thread wiley173
Yeah, I found that one out after starting jboss and watching the output for an 
hour

-thanks happy christmas !

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3859866#3859866

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3859866


---
SF email is sponsored by - The IT Product Guide
Read honest  candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now. 
http://productguide.itmanagersjournal.com/
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Beginners Corner] - spurious error

2004-12-23 Thread wiley173
So this error should just be ignored, is there a way to get rid of it ?

I edited the jboss-service.xml instead of symlinks...


  |   attribute name=URLs
  |  deploy/,
  | file:/home/wiley173/
  |   /attribute
  | 

my hellowWorld.war  seems to work fine but this error ???


  | 13:12:32,386 WARN  [JARDeployer] Failed to add deployable jar: 
file:/home/wiley173/jboss-3.2.6/server/default/tmp/deploy/tmp62289jboss-3.2.6.tar.gz
  | java.util.zip.ZipException: error in opening zip file
  | at java.util.zip.ZipFile.open(Native Method)
  | at java.util.zip.ZipFile.init(ZipFile.java:112)
  | at java.util.jar.JarFile.init(JarFile.java:127)
  | at java.util.jar.JarFile.init(JarFile.java:65)
  | at 
org.jboss.deployment.SubDeployerSupport.processNestedDeployments(SubDeployerSupport.java:241)
  | at 
org.jboss.deployment.SubDeployerSupport.init(SubDeployerSupport.java:139)
  | at org.jboss.deployment.MainDeployer.init(MainDeployer.java:696)
  | at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:631)
  | at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:604)
  | at sun.reflect.GeneratedMethodAccessor14.invoke(Unknown Source)
  | at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
  | at java.lang.reflect.Method.invoke(Method.java:324)
  | at 
org.jboss.mx.server.ReflectedDispatcher.dispatch(ReflectedDispatcher.java:60)
  | at org.jboss.mx.server.Invocation.dispatch(Invocation.java:62)
  | at org.jboss.mx.server.Invocation.dispatch(Invocation.java:54)
  | at org.jboss.mx.server.Invocation.invoke(Invocation.java:82)
  | at 
org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:197)
  | at 
org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:473)
  | at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:176)
  | at $Proxy8.deploy(Unknown Source)
  | at 
org.jboss.deployment.scanner.URLDeploymentScanner.deploy(URLDeploymentScanner.java:304)
  | at 
org.jboss.deployment.scanner.URLDeploymentScanner.scan(URLDeploymentScanner.java:478)
  | at 
org.jboss.deployment.scanner.AbstractDeploymentScanner$ScannerThread.doScan(AbstractDeploymentScanner.java:201)
  | at 
org.jboss.deployment.scanner.AbstractDeploymentScanner.startService(AbstractDeploymentScanner.java:274)
  | at 
org.jboss.system.ServiceMBeanSupport.jbossInternalStart(ServiceMBeanSupport.java:271)
  | at 
org.jboss.system.ServiceMBeanSupport.jbossInternalLifecycle(ServiceMBeanSupport.java:221)
  | at sun.reflect.GeneratedMethodAccessor2.invoke(Unknown Source)
  | at 
  | 
  | ...
  | 
  | 

Is this just an error with how I set up my .war file?



View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3859800#3859800

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3859800


---
SF email is sponsored by - The IT Product Guide
Read honest  candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now. 
http://productguide.itmanagersjournal.com/
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Beginners Corner] - Re: Symlinks in the deploy directory?

2004-12-23 Thread wiley173
I moved the .war outside of my jboss user directory wiley173 and it went away 
...


View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3859802#3859802

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3859802


---
SF email is sponsored by - The IT Product Guide
Read honest  candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now. 
http://productguide.itmanagersjournal.com/
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Beginners Corner] - JBoss 3.2.6 / MySQL / redhat question

2004-12-21 Thread wiley173
I've finally got jboss talking to the mysql database. Wondering if someone can 
point me in the right direction as to why I'm getting the errors below. I will 
try and ask a better question this time hopefully explain everything. I am 
wide-awake now.

This is what I did...

First I moved mysql-ds.xml from /docs/examples/jca/mysql-ds.xml to the 
/server/default/deploy directory and removed the hsqldb-ds.xml.

It looks like this...

  local-tx-datasource
jndi-nameDefaultDS/jndi-name
connection-urljdbc:mysql://localhost:3306/test/connection-url
driver-classcom.mysql.jdbc.Driver/driver-class
user-nameroot/user-name
password
  /local-tx-datasource

 


user root and my jboss user wiley173 have access to the test db

then I move mysql-jdbc2-service.xml from the /docs/examples/jms directory to 
/server/default/deploy/jms

It looks like this...
depends 
optional-attribute-name=ConnectionManagerjboss.jca:service=LocalTxCM,name=DefaultDS

I also removed the hsqldb service .xml and my hsqldb-jdbc-state-service.xml 
looks like this... 
depends 
optional-attribute-name=ConnectionManagerjboss.jca:service=LocalTxCM,name=DefaultDS

my server/default/conf/standardjaws.xml looks like this

   java:/DefaultDS
   type-mappingmySQL/type-mapping
   false

and my server/default/conf/standardjbosscmp-jdbc.xml looks like this
jbosscmp-jdbc 
  
   
  java:/DefaultDS
  datasource-mappingmySQL/datasource-mapping

So thats how I'm doing it and this is what happens when I start jboss... (to 
sum up the error its ...

13:14:29,598 INFO  [DefaultDS] Bound connection factory for resource adapter 
for ConnectionManager 'jboss.jca:service=LocalTxCM,name=DefaultDS to JNDI name 
'java:/DefaultDS'
13:14:31,317 ERROR [PersistenceManager] Starting failed 
jboss.mq:service=PersistenceManager
org.jboss.mq.SpyJMSException: Could not resolve uncommited transactions.  
Message recovery may not be accurate; - nested throwable: 
(java.sql.SQLException: Syntax error or access violation message from server: 
You have an error in your SQL syntax near 'JMS_MESSAGES FROM JMS_MESSAGES, 
JMS_TRANSACTIONS WHERE JMS_MESSAGES.TXID = JMS_T' at line 1)


this is the complet output...
=
 
  JBoss Bootstrap Environment
 
  JBOSS_HOME: /home/wiley173/jboss-3.2.6
 
  JAVA: /usr/java/jdk/bin/java
 
  JAVA_OPTS: -server -Dprogram.name=run.sh
 
  CLASSPATH: /home/wiley173/jboss-3.2.6/bin/run.jar:/usr/java/jdk/lib/tools.jar
 
=
 
13:13:26,587 INFO  [Server] Starting JBoss (MX MicroKernel)...
13:13:26,591 INFO  [Server] Release ID: JBoss [WonderLand] 3.2.6 (build: 
CVSTag=JBoss_3_2_6 date=200410140106)
13:13:26,592 INFO  [Server] Home Dir: /home/wiley173/jboss-3.2.6
13:13:26,738 INFO  [Server] Home URL: file:/home/wiley173/jboss-3.2.6/
13:13:26,739 INFO  [Server] Library URL: file:/home/wiley173/jboss-3.2.6/lib/
13:13:26,741 INFO  [Server] Patch URL: null
13:13:27,022 INFO  [Server] Server Name: default
13:13:27,023 INFO  [Server] Server Home Dir: 
/home/wiley173/jboss-3.2.6/server/default
13:13:27,024 INFO  [Server] Server Home URL: 
file:/home/wiley173/jboss-3.2.6/server/default/
13:13:27,165 INFO  [Server] Server Data Dir: 
/home/wiley173/jboss-3.2.6/server/default/data
13:13:27,165 INFO  [Server] Server Temp Dir: 
/home/wiley173/jboss-3.2.6/server/default/tmp
13:13:27,166 INFO  [Server] Server Config URL: 
file:/home/wiley173/jboss-3.2.6/server/default/conf/
13:13:27,307 INFO  [Server] Server Library URL: 
file:/home/wiley173/jboss-3.2.6/server/default/lib/
13:13:27,307 INFO  [Server] Root Deployment Filename: jboss-service.xml
13:13:27,315 INFO  [Server] Starting General Purpose Architecture (GPA)...
13:13:28,872 INFO  [ServerInfo] Java version: 1.4.2_04,Sun Microsystems Inc.
13:13:28,872 INFO  [ServerInfo] Java VM: Java HotSpot(TM) Server VM 
1.4.2_04-b04,Sun Microsystems Inc.
13:13:28,873 INFO  [ServerInfo] OS-System: Linux 2.4.21-27.EL,i386
13:13:30,189 INFO  [Server] Core system initialized
13:13:41,598 INFO  [Log4jService$URLWatchTimerTask] Configuring from URL: 
resource:log4j.xml
13:13:42,237 INFO  [WebService] Using RMI server codebase: 
http://localhost.localdomain:8083/
13:13:43,983 INFO  [NamingService] Started jndi bootstrap jnpPort=1099, 
rmiPort=1098, backlog=50, bindAddress=/0.0.0.0, Client SocketFactory=null, 
Server [EMAIL PROTECTED]
13:13:59,138 INFO  [RARMetaData] Loading JBoss Resource Adapter for JDBC 2 XA 
drivers
13:13:59,140 INFO  [RARMetaData] Required license terms present. See deployment 
descriptor.
13:14:13,133 INFO  [MailService] Mail Service bound to java:/Mail
13:14:16,385 INFO  [Embedded] Catalina naming disabled
13

[JBoss-user] [Beginners Corner] - Re: JBoss 3.2.6 / MySQL / redhat question

2004-12-21 Thread wiley173
I failed to mention I put the j connector in /server/default/lib where it 
should be

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3859521#3859521

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3859521


---
SF email is sponsored by - The IT Product Guide
Read honest  candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now. 
http://productguide.itmanagersjournal.com/
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Beginners Corner] - Re: JBoss 3.2.6 / MySQL / redhat question

2004-12-21 Thread wiley173
I finally figured it out! I'm sorry about my previous post regarding the WAKE 
UP comment. I truly was not awake. I've been at this for a bit.

Anyway, all I did was uninstall the old version of mysql I was running and 
re-install the current version of mysql. 

I knew it was not a connection issue OR a syntax error. I successfully got 
things running on windows and linux and feel pretty damn good about my beginner 
success in this area

This is my new output when I run jboss...

=
 
  JBoss Bootstrap Environment
 
  JBOSS_HOME: /home/wiley173/jboss-3.2.6
 
  JAVA: /usr/java/jdk/bin/java
 
  JAVA_OPTS: -server -Dprogram.name=run.sh
 
  CLASSPATH: /home/wiley173/jboss-3.2.6/bin/run.jar:/usr/java/jdk/lib/tools.jar
 
=
 
19:53:28,105 INFO  [Server] Starting JBoss (MX MicroKernel)...
19:53:28,108 INFO  [Server] Release ID: JBoss [WonderLand] 3.2.6 (build: 
CVSTag=JBoss_3_2_6 date=200410140106)
19:53:28,109 INFO  [Server] Home Dir: /home/wiley173/jboss-3.2.6
19:53:28,203 INFO  [Server] Home URL: file:/home/wiley173/jboss-3.2.6/
19:53:28,203 INFO  [Server] Library URL: file:/home/wiley173/jboss-3.2.6/lib/
19:53:28,206 INFO  [Server] Patch URL: null
19:53:28,394 INFO  [Server] Server Name: default
19:53:28,395 INFO  [Server] Server Home Dir: 
/home/wiley173/jboss-3.2.6/server/default
19:53:28,395 INFO  [Server] Server Home URL: 
file:/home/wiley173/jboss-3.2.6/server/default/
19:53:28,491 INFO  [Server] Server Data Dir: 
/home/wiley173/jboss-3.2.6/server/default/data
19:53:28,491 INFO  [Server] Server Temp Dir: 
/home/wiley173/jboss-3.2.6/server/default/tmp
19:53:28,492 INFO  [Server] Server Config URL: 
file:/home/wiley173/jboss-3.2.6/server/default/conf/
19:53:28,588 INFO  [Server] Server Library URL: 
file:/home/wiley173/jboss-3.2.6/server/default/lib/
19:53:28,589 INFO  [Server] Root Deployment Filename: jboss-service.xml
19:53:28,597 INFO  [Server] Starting General Purpose Architecture (GPA)...
19:53:29,967 INFO  [ServerInfo] Java version: 1.4.2_04,Sun Microsystems Inc.
19:53:29,967 INFO  [ServerInfo] Java VM: Java HotSpot(TM) Server VM 
1.4.2_04-b04,Sun Microsystems Inc.
19:53:29,968 INFO  [ServerInfo] OS-System: Linux 2.4.21-27.EL,i386
19:53:31,217 INFO  [Server] Core system initialized
19:53:42,657 INFO  [Log4jService$URLWatchTimerTask] Configuring from URL: 
resource:log4j.xml
19:53:48,241 INFO  [WebService] Using RMI server codebase: 
http://localhost.localdomain:8083/
19:53:50,873 INFO  [NamingService] Started jndi bootstrap jnpPort=1099, 
rmiPort=1098, backlog=50, bindAddress=/0.0.0.0, Client SocketFactory=null, 
Server [EMAIL PROTECTED]
19:54:06,713 INFO  [RARMetaData] Loading JBoss Resource Adapter for JDBC 2 XA 
drivers
19:54:06,715 INFO  [RARMetaData] Required license terms present. See deployment 
descriptor.
19:54:15,830 INFO  [MailService] Mail Service bound to java:/Mail
19:54:18,586 INFO  [Embedded] Catalina naming disabled
19:54:23,075 INFO  [Http11Protocol] Initializing Coyote HTTP/1.1 on 
http-0.0.0.0-8080
19:54:23,693 INFO  [Catalina] Initialization processed in 4800 ms
19:54:23,694 INFO  [StandardService] Starting service jboss.web
19:54:23,810 INFO  [StandardEngine] Starting Servlet Engine: Apache 
Tomcat/5.0.28
19:54:23,978 INFO  [StandardHost] XML validation disabled
19:54:24,142 INFO  [Catalina] Server startup in 449 ms
19:54:24,699 INFO  [TomcatDeployer] deploy, ctxPath=/invoker, 
warUrl=file:/home/wiley173/jboss-3.2.6/server/default/deploy/http-invoker.sar/invoker.war/
19:54:28,194 INFO  [TomcatDeployer] deploy, ctxPath=/, 
warUrl=file:/home/wiley173/jboss-3.2.6/server/default/deploy/jbossweb-tomcat50.sar/ROOT.war/
19:54:29,249 INFO  [TomcatDeployer] deploy, ctxPath=/jbossmq-httpil, 
warUrl=file:/home/wiley173/jboss-3.2.6/server/default/deploy/jms/jbossmq-httpil.sar/jbossmq-httpil.war/
19:54:30,316 INFO  [JmsXA] Bound connection factory for resource adapter for 
ConnectionManager 'jboss.jca:service=TxCM,name=JmsXA to JNDI name 'java:/JmsXA'
19:54:30,457 INFO  [DefaultDS] Bound connection factory for resource adapter 
for ConnectionManager 'jboss.jca:service=LocalTxCM,name=DefaultDS to JNDI name 
'java:/DefaultDS'
19:54:31,656 INFO  [A] Bound to JNDI name: queue/A
19:54:31,662 INFO  [B] Bound to JNDI name: queue/B
19:54:31,935 INFO  [C] Bound to JNDI name: queue/C
19:54:31,940 INFO  [D] Bound to JNDI name: queue/D
19:54:32,161 INFO  [ex] Bound to JNDI name: queue/ex
19:54:32,394 INFO  [testTopic] Bound to JNDI name: topic/testTopic
19:54:32,541 INFO  [securedTopic] Bound to JNDI name: topic/securedTopic
19:54:32,549 INFO  [testDurableTopic] Bound to JNDI name: topic/testDurableTopic
19:54:32,783 INFO  [testQueue] Bound to JNDI name: queue/testQueue
19:54:33,518 INFO  [UILServerILService] JBossMQ UIL service available at : 
/0.0.0.0:8093
19:54:34,010 INFO  [DLQ] Bound to JNDI name: queue/DLQ
19:54:34,307 INFO  [TomcatDeployer] deploy

[JBoss-user] [Beginners Corner] - securing the tomcat status servlet

2004-12-20 Thread wiley173
Just in case any other newbie wants to know. I commented out tomcat status in 
the html of the default page and renamed the status servlet in the web.xml of 
the ROOT.war to something only I know. I couldn't delete the ROOT.war becuase I 
want to use it and I couldn't secure  it because I basically wanted to do 
things like http://localhost/myjsp.jsp . If that makes sense.

Happy New Year , I feel very Zen now

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3859347#3859347

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3859347


---
SF email is sponsored by - The IT Product Guide
Read honest  candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now. 
http://productguide.itmanagersjournal.com/
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Beginners Corner] - Re: Please help with ZEN of Jboss for dedicated newbie/stude

2004-12-19 Thread wiley173
I can't remove the .sar because I'm using tomcat. How do I secure it? Where do 
I begin to find information on securing this. I've been on google for hours 
secure status servlet status secure jboss???  Do I have to secure it myself 
from scratch? Or is there something already there to help like in the case of 
the jmx-console and web-console? 

How about a clue?

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3859201#3859201

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3859201


---
SF email is sponsored by - The IT Product Guide
Read honest  candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now. 
http://productguide.itmanagersjournal.com/
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Beginners Corner] - Re: Please help with ZEN of Jboss for dedicated newbie/stude

2004-12-19 Thread wiley173
Why don't you wake up and read my last post. 

Where do I begin to find information on securing this. I've been on google 
for hours secure status servlet status secure jboss??? Do I have to secure 
it myself from scratch? Or is there something already there to help like in the 
case of the jmx-console and web-console?

I can't remove the ROOT.war in my situation. I'm so sorry to disturb you oh 
mighty one


View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3859205#3859205

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3859205


---
SF email is sponsored by - The IT Product Guide
Read honest  candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now. 
http://productguide.itmanagersjournal.com/
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Beginners Corner] - Re: Please help with ZEN of Jboss for dedicated newbie/stude

2004-12-19 Thread wiley173
Yeah, I read that.
Merry Christmas and thanks so much for the help

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3859214#3859214

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3859214


---
SF email is sponsored by - The IT Product Guide
Read honest  candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now. 
http://productguide.itmanagersjournal.com/
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Beginners Corner] - Please help with ZEN of Jboss for dedicated newbie/student

2004-12-17 Thread wiley173
Hello sir/madam,

I'm getting there with my default install of jboss 3.2.6 . So far my posts have 
gone unasnwered and this has actually helped me figure out for myself the 
problems therefore making me stronger in knowledge but I cannot seem to figure 
one thing now and have hit a brick wall.

I've secured the jmx-console, web-console and have disabled the hypersonic 
database, although it looks like it was already somewhat disabled ( I changed 
the default login, password )

I've been using tomcat for years as a program developer for years, never as a 
system admin or linux user. I've finally decided to flush my MS down the toilet 
anyway, I cannot seem to figure out how to on /mysite:8080 how to disable the 
tomcat status link. I feel this would be a security issue? Am I wrong? I 
noticed lots of tutorials on securing the jmx-console and web-console which I 
have done but the tomcat status is worrying me and I would really appreciate 
someone to help me secure this area.

Thank you
-B Wiley







View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3859126#3859126

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3859126


---
SF email is sponsored by - The IT Product Guide
Read honest  candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now. 
http://productguide.itmanagersjournal.com/
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Installation Configuration] - JBOSS vs. Resin and Apache2

2004-12-16 Thread wiley173
Hello, 
I just want to make sure I am correct in this obsveration and would really 
appreciate any feedback.

When you set up .jsp pages or servlets and use resin as your container you can 
put your .jps pages and servlets ANYWHERE on the server, just have apache send 
the requests to resin and setup resin to listen for them.

On JBOSS with tomcat inside your .jsp's HAVE TO BE IN THE WEBAPPS FOLDER of 
tomcat for them to work. Then you use mod_jk to map them accordingly. There is 
no way to put your .jsp's ANYWHERE you want then map them like you can in resin.

I hope this makes sense, seems kind of a bummer jboss can't do that or am I 
mistaken??

Thank you for response


View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3858939#3858939

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3858939


---
SF email is sponsored by - The IT Product Guide
Read honest  candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now. 
http://productguide.itmanagersjournal.com/
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Beginners Corner] - JAVA_HOME is now found but JAVA_HOME is set correctly ???

2004-12-12 Thread wiley173
Hello experts, I need help. I've set java home to where it is but jboss can't 
seem to find it. PLEASE HELP !!!

[EMAIL PROTECTED] bin]# ./run.sh
run.sh: Missing file: $/usr/java/jdk/lib/tools.jar
run.sh: Unexpected results may occur.  Make sure JAVA_HOME points to a JDK and 
not a JRE.
=
 
  JBoss Bootstrap Environment
 
  JBOSS_HOME: /home/wiley173/jboss-3.2.6
 
  JAVA: $/usr/java/jdk/bin/java
 
  JAVA_OPTS:  -Dprogram.name=run.sh
 
  CLASSPATH: 
/home/wiley173/jboss-3.2.6/bin/run.jar:$/usr/java/jdk/lib/tools.jar 
=
 
./run.sh: line 170: $/usr/java/jdk/bin/java: No such file or directory
[EMAIL PROTECTED] bin]# echo $JAVA_HOME
$/usr/java/jdk
[EMAIL PROTECTED] bin]#

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3858271#3858271

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3858271


---
SF email is sponsored by - The IT Product Guide
Read honest  candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now. 
http://productguide.itmanagersjournal.com/
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Beginners Corner] - error when starting jboss on redhat linux

2004-12-08 Thread wiley173
Everything seems to go just peachy until this error when I startup jboss. The 
jboss-service.xml file is there but it can't find it for some reason? Do you 
think it is a permission problem? thanks in advace


15:42:04,611 INFO  [Server] Core system initialized
15:42:04,722 ERROR [MainDeployer] Could not make local copy for 
file:/home/wiley 173/jboss-3.2.6/server/default/conf/jboss-service.xml
java.io.IOException: No such file or directory
at java.io.UnixFileSystem.createFileExclusively(Native Method)
at java.io.File.checkAndCreate(File.java:1314)
at java.io.File.createTempFile(File.java:1402)
at 
org.jboss.deployment.MainDeployer.makeLocalCopy(MainDeployer.java:990 )
at org.jboss.deployment.MainDeployer.init(MainDeployer.java:673)
at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:631)
at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:604)
at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:588)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl. java:39)
at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces 
sorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:324)
at 
org.jboss.mx.server.ReflectedDispatcher.dispatch(ReflectedDispatcher. java:60)
at org.jboss.mx.server.Invocation.dispatch(Invocation.java:62)
at org.jboss.mx.server.Invocation.dispatch(Invocation.java:54)
at org.jboss.mx.server.Invocation.invoke(Invocation.java:82)
at 
org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker. java:197)
at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:473)
at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:176)
at $Proxy5.deploy(Unknown Source)
at org.jboss.system.server.ServerImpl.doStart(ServerImpl.java:407)
at org.jboss.system.server.ServerImpl.start(ServerImpl.java:311)
at org.jboss.Main.boot(Main.java:145)
at org.jboss.Main$1.run(Main.java:399)
at java.lang.Thread.run(Thread.java:534)
15:42:05,424 ERROR [MainDeployer] Could not initialise deployment: 
file:/home/wi ley173/jboss-3.2.6/server/default/conf/jboss-service.xml
org.jboss.deployment.DeploymentException: Failed to find 
META-INF/jboss-service. xml
at org.jboss.deployment.SARDeployer.parseDocument(SARDeployer.java:522)
at org.jboss.deployment.SARDeployer.init(SARDeployer.java:137)
at org.jboss.deployment.MainDeployer.init(MainDeployer.java:696)
at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:631)
at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:604)
at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:588)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl. java:39)
at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces 
sorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:324)
at 
org.jboss.mx.server.ReflectedDispatcher.dispatch(ReflectedDispatcher. java:60)
at org.jboss.mx.server.Invocation.dispatch(Invocation.java:62)
at org.jboss.mx.server.Invocation.dispatch(Invocation.java:54)
at org.jboss.mx.server.Invocation.invoke(Invocation.java:82)
at 
org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker. java:197)
at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:473)
at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:176)
at $Proxy5.deploy(Unknown Source)
at org.jboss.system.server.ServerImpl.doStart(ServerImpl.java:407)
at org.jboss.system.server.ServerImpl.start(ServerImpl.java:311)
at org.jboss.Main.boot(Main.java:145)
at org.jboss.Main$1.run(Main.java:399)
at java.lang.Thread.run(Thread.java:534)
Failed to boot JBoss:
org.jboss.deployment.DeploymentException: Failed to find 
META-INF/jboss-service. xml
at org.jboss.deployment.SARDeployer.parseDocument(SARDeployer.java:522)
at org.jboss.deployment.SARDeployer.init(SARDeployer.java:137)
at org.jboss.deployment.MainDeployer.init(MainDeployer.java:696)
at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:631)
at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:604)
at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:588)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl. java:39)
at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces 
sorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:324)
at