Hi Griffith,
yes I was talking in terms of Tomcat servlet container.
Any suggestions on this
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3946738#3946738
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3946738
---
Hi All,
Please correct me if I am wrong.
1)Does tomcat 5.5 also provide an implementation of jsp specs?
2) In side an jsp if I write
this.getClass().getName() then
the class name I get is an implementation of servlet only? (I get something
like org.apache.jsp_myjspname)
So can I get
Hi All,
I want to know is there are any errors in keeping my servlet class files inside
the WEB-INF/classes folder or keeping it
outside , say in another .jar file in the same application (i.e. ear file).
Will the servlet context of the jsp page will be affected by this?
Please suggest.
View the
se suggest.
Thanks
Ayusman
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3933017#3933017
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3933017
---
Thi
IF THE CODE IS SCRAMBLED, PLEASE COPY AND PASTE THE CONTENT IN A TEXT EDITOR.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3931877#3931877
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3931877
---
Hi All,
I have an EJB that implements EntityBean.
public void setEntityContext( EntityContext ejbCtx ) throws RemoteException
{
this.ejbCtx = ejbCtx; //this.ejbCtx is an EJBContext object.
}
I am trying to print several values of the 'EntityContext' that is being passed
.
Is
Hi Griffith,
that helped a lot. Thanks for this info.
Thanking you,
Ayusman
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3931751#3931751
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode
implementation for the same? say for example the code for GenericServlet class.
Any suggestions will be help full.
Thanks and regards
Ayusman
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3931549#3931549
Reply to the post :
http://www.jboss.com/in
Thanks but can I also achieve this using, jmx-invoker-service also??
TIA
Ayusman
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3930035#3930035
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode
HI All,
How do I get my server name at run time programaticaly, i.e using a simple java
program and if possible using an MBean service.
Any pointers will be helpfull
TIA
Ayusman
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=393#393
Repl
.0.28 logs.
Apache Tomcat/5.0.28
I have already pointed the JDK to the JDK home.
Any help will be appreciated.
TA
Ayusman.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3928659#3928659
Reply to the post :
ht
migrating ur application from weblogic to jboss!! ;-)
Regards
Ayusman
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3924482#3924482
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode
Hi All,
while deploying my ejb at a remote machine I am getting the below mentioned
error.
Any suggestions?
C:\>java MyRemoteClient
Some Exception Occured
javax.naming.CommunicationException [Root exception is
java.rmi.UnmarshalException: error unmarshalling return; nested exception is:
appreciated.
Thanks
Ayusman
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3922468#3922468
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3922468
-
Thanks a lot for the help.
Ayusman
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3922467#3922467
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3922467
Hi All,
can any one tell me if I want to change the current port my Jboss AS is running
which XML file(s) I need to change?
Currently my server runs on port 8080.
Thanks and regards
Ayusman
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3922003
Hi all,
I have successfully used an data source in the JBoss AS with Oracle 9i.
What I want to know is how can i specify the Data base pool size in the Jboss
AS, I mean which XML files and console need to be used.
Thanks and regards
Ayusman
View the original post :
http://www.jboss.com
://localhost:1099
java.naming.factory.url.pkgs=org.jboss.naming
if putting this piece of code in your stand alone program does not work
put this part in the "jndi.properties" file and then put this file in the class
path.
Thanks in advance
Ayusman
View the original post :
http://www
does JBoss access??
Is there any good documentation regarding this available.
Any suggestions will be help full.
Thanks in advance
Ayusman
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3920926#3920926
Reply to the post :
http://www.jboss.com/in
---classes
| ||
| |simpleJavaClass.class
| |
| lib
| |
| web.xml
I want to access the simpleJavaClass.class from the jsp test.jsp.
Please suggest.
Thanks and regards
Ayusman
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3916004#3916004
Reply t
It helped.
Thanks a lot.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3914585#3914585
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3914585
---
This SF.net email i
Hi All,
I was writing a simple stand alone program that would call an deployed EJB on
JBoss4.0.2.
I am getting the following error.
javax.naming.CommunicationException: Failed to retrieve stub from server
172.25.67.24:1100 [Root exception is java.io.StreamCorruptedException.
I have the followi
Hi Thanks for the reply.
Can I get an example posted here.
I am using JBoss 4.0.2.
My EJB is deployed in the JBoss server.
Thanks and regards
Ayusman
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3912620#3912620
Reply to the post :
http://www.j
Hi all,
I wrote a small java program that will use the EJB that has been deployed (I
believe that the following lines mean a successfull deployment)
21:11:30,664 INFO [EjbModule] Deploying First
21:11:30,851 INFO [EJBDeployer] Deployed:
file:/C:/jboss-4.0.2/server/default/deploy/FirstEJB.jar
2
Hi All,
I wanted to ask a very simple question,
Can I access an EJB that is deployed in an JBoss 4.0.2 server, by a simple java
programe, by getting the initial context and URL.
Please suggest.
Thanks and regards
Ayusman
View the original post :
http://www.jboss.com/index.html?module=bb&am
Yes I am now ablr to deploy the ejb. The console logs show my ejb name and
deployed successfully.
Thanks for reply.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3911452#3911452
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=r
JBoss and EJB problem.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=393#393
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=393
---
This SF.net email is s
/aa_ejbintro2_2.htm
Any suggestion will be appreciated.
Thanks and regards
Ayusman
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=390#390
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode
28 matches
Mail list logo