Avneet Singh

Ranch Hand
+ Follow
since Apr 25, 2006
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
0
In last 30 days
0
Total given
0
Likes
Total received
0
Received in last 30 days
0
Total given
0
Given in last 30 days
0
Forums and Threads
Scavenger Hunt
expand Ranch Hand Scavenger Hunt
expand Greenhorn Scavenger Hunt

Recent posts by Avneet Singh

Thanks , I will look into this, appreciate the help and suggestions.
But if I ask what would be the recommended way will it be the property file?
Also if we go the route of environment variable is there an issues related to app servers I mean WebSphere behaves differently then Jboss or Weblogic?

Thanks
11 years ago
Thanks, but using a property file would again mean I am assuming the property file to be loaded at a specific location or ask users to repackage the app with the modified property file. I would like to refrain from enforcing a directory structure or repackaging of the ear at user end.

Is it not possible to ask customer to create a specific environment variable which can be accessed from the app running in the jvm? or some other dynamic way to find that path. Another aspect is that this application would be an extension to a enterprise level app deployed which could have it's home directory different at different client locations. I could use the home directory as a possible source but again I need to find out what that directory would be at each location.

This app cannot be made part of the parent enterprise application since its just an extension which customer may or may not choose to have.

Thanks.
11 years ago
Hi All,

The requirement I have is that my web application should read certain data files(xmls) from the filesystem placed by the user and perform the required execution. The webapp can run on all major application servers(jboss/weblogic/websphere ......) and platforms like windows/linux/aix/solaris

The file system where the users choose to place the file is not known and cannot be hard coded in the app due to difference in file structures. Is there a way through which i can access an environment variable in my app, app server independent, to read the files?

Basically I cannot ask users to have a predefined directory or prefer not to, but then through a variable let my app know that the users will place the file at a certain directory.

Any other suggestions would be welcomed.

Thanks.





11 years ago
Hi All,

we have a application where we are getting the following exception. can any one help me out with this exception

java.lang.reflect.UndeclaredThrowableException
at $Proxy6.commit(Unknown Source)
at com.siperian.mrm.util.threads.MatchThread.closeConnection(MatchThread.java:61)
at com.siperian.mrm.match.RangerWorker.closeDB(RangerWorker.java:503)
at com.siperian.mrm.match.RangerWorker.runRangeStyle(RangerWorker.java:729)
at com.siperian.mrm.match.RangerWorker.realRun(RangerWorker.java:747)
at com.siperian.mrm.util.threads.MatchThread.run(MatchThread.java:78)
Caused by: java.lang.reflect.InvocationTargetException
at sun.reflect.GeneratedMethodAccessor22.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:585)
at com.siperian.common.db.ConnectionLogger$ConnectionInvocationHandler.invoke(ConnectionLogger.java:185)
... 6 more
Caused by: com.ibm.websphere.ce.cm.StaleConnectionException: Closed ConnectionDSRA0010E: SQL State = null, Error Code = 17,008
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
at java.lang.reflect.Constructor.newInstance(Constructor.java:494)
at com.ibm.websphere.rsadapter.GenericDataStoreHelper.mapExceptionHelper(GenericDataStoreHelper.java:523)
at com.ibm.websphere.rsadapter.GenericDataStoreHelper.mapException(GenericDataStoreHelper.java:578)
at com.ibm.ws.rsadapter.spi.InternalGenericDataStoreHelper.mapException(InternalGenericDataStoreHelper.java:533)
at com.ibm.ws.rsadapter.AdapterUtil.translateSQLException(AdapterUtil.java:1121)
at com.ibm.ws.rsadapter.spi.WSRdbManagedConnectionImpl.processLocalTransactionCommittedEvent(WSRdbManagedConnectionImpl.java:1831)
at com.ibm.ws.rsadapter.jdbc.WSJdbcConnection.commit(WSJdbcConnection.java:915)
... 10 more


We have updated the oracle drivers to 10.2.0.3,

background,
The application is running on 100 k records and trying to match duplicate records. The server loads the data from the db and then runs the match logic to find potential matches.

Earlier we were getting socket read time out exception but havnt seen that since the oracle driver updates.
can i import a jar file which is in another application in the ejb that im building part of my application. The two applications are residing on the same application server
Hi All

I have a question on how to call amethod from a ejb class in different application to the one residing in a different application. Is it possible?
What all would I need to do so.

e.g.
I have an ejb class in myappejb.jar which is part of my application myapp.
I need to call a method in another ejb which resides in pyapp2ejb.jar part of different application called myapp2. These applications will be residing on the same application server.

Need help on this
CHKJ2802E: <ejb-class> class com.lilly.cdm.admin.app.ejb.HolidayEBBean, or one of its supertypes, cannot be reflected.Check the classpath. ejb-jar.xml cdmEJB/ejbModule/META-INF

Can any body help me with this error.

What I'm doing is rebuilding the code in RAD6. Earlier this message was not coming but now it's not going np matter how many times i do a clean on the project. The code gets deployed and works fine on the server Websphere 6.

Im able to run my code but this error is still not going away. The EJB's are working fine but for all the declarations in ejb_jar.xml i'm getting this error.

Would appreciate any help on this.

Thanks & regards
Avneet
Hi All,
below is the error that im getting while running my application.

Error failed to locate setter method for attribute lock in tag class com.lilly.cdm.util.taglib.LOVTag

What i have done is add a new param to a existing cutom library for this i have made a entry in the tld file , included the field injsp file and enter setter and getter method for it in the tag implementation class.

below is the code -
1.) TLD file entry fo the tag


2)entry in jsp file



3) code of taglib implementation class


Thanks 2 all of you for your help.
regards
Avneet
[ August 07, 2007: Message edited by: Ben Souther ]
16 years ago
JSP
wel i cant understand this because i do have admin rights on my id, so idealy it shoudn't say access denied.
also what about unknown bean home name error that its throwing
the ear file that im using to configure is correct and is running on the main server but still im getting these errors.
HI All,

I am getting some issues in configuring my application on the websphere server, need help , below are the errors that i'm getting

I have RAD version 6 with test environemnt of Websphere 5.0 and 5.1, Data source is getting connected


[7/24/07 17:19:28:101 IST] 32e8e85a SystemErr R Warning: validation was turned on but an org.xml.sax.ErrorHandler was not
[7/24/07 17:19:28:116 IST] 32e8e85a SystemErr R set, which is probably not what is desired. Parser will use a default
[7/24/07 17:19:28:116 IST] 32e8e85a SystemErr R ErrorHandler to print the first 10 errors. Please call
[7/24/07 17:19:28:116 IST] 32e8e85a SystemErr R the 'setErrorHandler' method to fix this.
[7/24/07 17:19:28:116 IST] 32e8e85a SystemErr R Error: URI=wsjar:file:/D:/CDM Workspace/cdmWeb/WebContent/WEB-INF/lib/log4j.jar!/org/apache/log4j/xml/log4j.dtd Line=3: Element type "log4j:configuration" must be declared.
[7/24/07 17:19:28:116 IST] 32e8e85a SystemErr R Error: URI=wsjar:file:/D:/CDM Workspace/cdmWeb/WebContent/WEB-INF/lib/log4j.jar!/org/apache/log4j/xml/log4j.dtd Line=5: Element type "appender" must be declared.
[7/24/07 17:19:28:116 IST] 32e8e85a SystemErr R Error: URI=wsjar:file:/D:/CDM Workspace/cdmWeb/WebContent/WEB-INF/lib/log4j.jar!/org/apache/log4j/xml/log4j.dtd Line=6: Element type "appender-ref" must be declared.
[7/24/07 17:19:28:116 IST] 32e8e85a SystemErr R Error: URI=wsjar:file:/D:/CDM Workspace/cdmWeb/WebContent/WEB-INF/lib/log4j.jar!/org/apache/log4j/xml/log4j.dtd Line=9: Element type "appender" must be declared.
[7/24/07 17:19:28:132 IST] 32e8e85a SystemErr R Error: URI=wsjar:file:/D:/CDM Workspace/cdmWeb/WebContent/WEB-INF/lib/log4j.jar!/org/apache/log4j/xml/log4j.dtd Line=10: Element type "param" must be declared.
[7/24/07 17:19:28:132 IST] 32e8e85a SystemErr R Error: URI=wsjar:file:/D:/CDM Workspace/cdmWeb/WebContent/WEB-INF/lib/log4j.jar!/org/apache/log4j/xml/log4j.dtd Line=11: Element type "layout" must be declared.
[7/24/07 17:19:28:132 IST] 32e8e85a SystemErr R Error: URI=wsjar:file:/D:/CDM Workspace/cdmWeb/WebContent/WEB-INF/lib/log4j.jar!/org/apache/log4j/xml/log4j.dtd Line=12: Element type "param" must be declared.
[7/24/07 17:19:28:132 IST] 32e8e85a SystemErr R Error: URI=wsjar:file:/D:/CDM Workspace/cdmWeb/WebContent/WEB-INF/lib/log4j.jar!/org/apache/log4j/xml/log4j.dtd Line=16: Element type "category" must be declared.
[7/24/07 17:19:28:132 IST] 32e8e85a SystemErr R Error: URI=wsjar:file:/D:/CDM Workspace/cdmWeb/WebContent/WEB-INF/lib/log4j.jar!/org/apache/log4j/xml/log4j.dtd Line=17: Element type "priority" must be declared.
[7/24/07 17:19:28:132 IST] 32e8e85a SystemErr R Error: URI=wsjar:file:/D:/CDM Workspace/cdmWeb/WebContent/WEB-INF/lib/log4j.jar!/org/apache/log4j/xml/log4j.dtd Line=18: Element type "appender-ref" must be declared.
[7/24/07 17:19:28:506 IST] 32e8e85a SystemErr R log4j:ERROR setFile(null,true) call failed.
[7/24/07 17:19:28:506 IST] 32e8e85a SystemErr R java.io.FileNotFoundException: D:\Temp\logs\cdm (Access is denied)
[7/24/07 17:19:28:506 IST] 32e8e85a SystemErr R at java.io.FileOutputStream.openAppend(Native Method)
[7/24/07 17:19:28:506 IST] 32e8e85a SystemErr R at java.io.FileOutputStream.<init>(FileOutputStream.java:188)
[7/24/07 17:19:28:506 IST] 32e8e85a SystemErr R at java.io.FileOutputStream.<init>(FileOutputStream.java:117)
[7/24/07 17:19:28:506 IST] 32e8e85a SystemErr R at java.io.FileWriter.<init>(FileWriter.java:66)
[7/24/07 17:19:28:506 IST] 32e8e85a SystemErr R at org.apache.log4j.FileAppender.setFile(FileAppender.java:284)
[7/24/07 17:19:28:506 IST] 32e8e85a SystemErr R at org.apache.log4j.FileAppender.activateOptions(FileAppender.java:239)
[7/24/07 17:19:28:522 IST] 32e8e85a SystemErr R at org.apache.log4j.config.PropertySetter.activate(PropertySetter.java:247)
[7/24/07 17:19:28:522 IST] 32e8e85a SystemErr R at org.apache.log4j.xml.DOMConfigurator.parseAppender(DOMConfigurator.java:205)
[7/24/07 17:19:28:522 IST] 32e8e85a SystemErr R at org.apache.log4j.xml.DOMConfigurator.findAppenderByReference(DOMConfigurator.java:144)
[7/24/07 17:19:28:522 IST] 32e8e85a SystemErr R at org.apache.log4j.xml.DOMConfigurator.parseAppender(DOMConfigurator.java:196)
[7/24/07 17:19:28:522 IST] 32e8e85a SystemErr R at org.apache.log4j.xml.DOMConfigurator.findAppenderByReference(DOMConfigurator.java:144)
[7/24/07 17:19:28:584 IST] 32e8e85a SystemErr R at org.apache.log4j.xml.DOMConfigurator.parseChildrenOfCategoryElement(DOMConfigurator.java:361)
[7/24/07 17:19:28:584 IST] 32e8e85a SystemErr R at org.apache.log4j.xml.DOMConfigurator.parseCategory(DOMConfigurator.java:317)
[7/24/07 17:19:28:584 IST] 32e8e85a SystemErr R at org.apache.log4j.xml.DOMConfigurator.parse(DOMConfigurator.java:691)
[7/24/07 17:19:28:584 IST] 32e8e85a SystemErr R at org.apache.log4j.xml.DOMConfigurator.doConfigure(DOMConfigurator.java:593)
[7/24/07 17:19:28:584 IST] 32e8e85a SystemErr R at org.apache.log4j.xml.DOMConfigurator.doConfigure(DOMConfigurator.java:545)
[7/24/07 17:19:28:584 IST] 32e8e85a SystemErr R at org.apache.log4j.xml.DOMConfigurator.configure(DOMConfigurator.java:615)
[7/24/07 17:19:28:584 IST] 32e8e85a SystemErr R at com.lilly.cdm.util.common.CDMLogger.<init>(CDMLogger.java:100)
[7/24/07 17:19:28:584 IST] 32e8e85a SystemErr R at com.lilly.cdm.util.common.CDMLogger.getInstance(CDMLogger.java:147)
[7/24/07 17:19:28:584 IST] 32e8e85a SystemErr R at com.lilly.cdm.admin.app.ejb.MapUserRolesSlBBean.<clinit>(MapUserRolesSlBBean.java:46)
[7/24/07 17:19:28:584 IST] 32e8e85a SystemErr R at java.lang.Class.newInstance0(Native Method)
[7/24/07 17:19:28:584 IST] 32e8e85a SystemErr R at java.lang.Class.newInstance(Class.java(Compiled Code))
[7/24/07 17:19:28:584 IST] 32e8e85a SystemErr R at com.ibm.ejs.container.EJSContainer.loadBeanMetaData(EJSContainer.java:1322)
[7/24/07 17:19:28:584 IST] 32e8e85a SystemErr R at com.ibm.ejs.container.EJSContainer.getHomeWrapperCommon(EJSContainer.java:985)
[7/24/07 17:19:28:584 IST] 32e8e85a SystemErr R at com.ibm.ejs.container.EJSContainer.getHomeInstance(EJSContainer.java:908)
[7/24/07 17:19:28:584 IST] 32e8e85a SystemErr R at com.ibm.ejs.container.EJSContainer.startBean(EJSContainer.java:887)
[7/24/07 17:19:28:584 IST] 32e8e85a SystemErr R at com.ibm.ws.runtime.component.EJBContainerImpl.startBean(EJBContainerImpl.java:1255)
[7/24/07 17:19:28:600 IST] 32e8e85a SystemErr R at com.ibm.ws.runtime.component.EJBContainerImpl.install(EJBContainerImpl.java:988)
[7/24/07 17:19:28:600 IST] 32e8e85a SystemErr R at com.ibm.ws.runtime.component.EJBContainerImpl.start(EJBContainerImpl.java:1462)
[7/24/07 17:19:28:600 IST] 32e8e85a SystemErr R at com.ibm.ws.runtime.component.ApplicationMgrImpl.start(ApplicationMgrImpl.java:415)
[7/24/07 17:19:28:600 IST] 32e8e85a SystemErr R at com.ibm.ws.runtime.component.DeployedApplicationImpl.fireDeployedObjectStart(DeployedApplicationImpl.java:808)
[7/24/07 17:19:28:600 IST] 32e8e85a SystemErr R at com.ibm.ws.runtime.component.DeployedModuleImpl.start(DeployedModuleImpl.java:351)
[7/24/07 17:19:28:600 IST] 32e8e85a SystemErr R at com.ibm.ws.runtime.component.DeployedApplicationImpl.start(DeployedApplicationImpl.java:578)
[7/24/07 17:19:28:646 IST] 32e8e85a SystemErr R at com.ibm.ws.runtime.component.ApplicationMgrImpl.startApplication(ApplicationMgrImpl.java:268)
[7/24/07 17:19:28:771 IST] 32e8e85a SystemErr R at com.ibm.ws.runtime.component.ApplicationMgrImpl.start(ApplicationMgrImpl.java:246)
[7/24/07 17:19:28:771 IST] 32e8e85a SystemErr R at com.ibm.ws.runtime.component.ContainerImpl.startComponents(ContainerImpl.java:543)
[7/24/07 17:19:28:771 IST] 32e8e85a SystemErr R at com.ibm.ws.runtime.component.ContainerImpl.start(ContainerImpl.java:418)
[7/24/07 17:19:28:771 IST] 32e8e85a SystemErr R at com.ibm.ws.runtime.component.ApplicationServerImpl.start(ApplicationServerImpl.java:134)
[7/24/07 17:19:28:771 IST] 32e8e85a SystemErr R at com.ibm.ws.runtime.component.ContainerImpl.startComponents(ContainerImpl.java:543)
[7/24/07 17:19:28:771 IST] 32e8e85a SystemErr R at com.ibm.ws.runtime.component.ContainerImpl.start(ContainerImpl.java:418)
[7/24/07 17:19:28:771 IST] 32e8e85a SystemErr R at com.ibm.ws.runtime.component.ServerImpl.start(ServerImpl.java:183)
[7/24/07 17:19:28:771 IST] 32e8e85a SystemErr R at com.ibm.ws.runtime.WsServer.start(WsServer.java:128)
[7/24/07 17:19:28:771 IST] 32e8e85a SystemErr R at com.ibm.ws.runtime.WsServer.main(WsServer.java:225)
[7/24/07 17:19:28:771 IST] 32e8e85a SystemErr R at java.lang.reflect.Method.invoke(Native Method)
[7/24/07 17:19:28:771 IST] 32e8e85a SystemErr R at com.ibm.ws.bootstrap.WSLauncher.main(WSLauncher.java:94)
[7/24/07 17:19:28:771 IST] 32e8e85a SystemErr R at com.ibm.etools.websphere.tools.runner.api.ServerRunnerV5$1.run(ServerRunnerV5.java:92)
[7/24/07 17:19:28:942 IST] 32e8e85a EJBContainerI E WSVR0040E: addEjbModule failed for cdmEJB.jar [class com.ibm.ws.runtime.component.DeployedModuleImpl]
java.lang.ExceptionInInitializerError: java.lang.NullPointerException
at com.lilly.cdm.util.common.CDMLogger.setAppenderFileName(CDMLogger.java:299)
at com.lilly.cdm.util.common.CDMLogger.initializeLogger(CDMLogger.java:264)
at com.lilly.cdm.util.common.CDMLogger.<init>(CDMLogger.java:135)
at com.lilly.cdm.util.common.CDMLogger.getInstance(CDMLogger.java:147)
at com.lilly.cdm.admin.app.ejb.MapUserRolesSlBBean.<clinit>(MapUserRolesSlBBean.java:46)
at java.lang.Class.newInstance0(Native Method)
at java.lang.Class.newInstance(Class.java(Compiled Code))
at com.ibm.ejs.container.EJSContainer.loadBeanMetaData(EJSContainer.java:1322)
at com.ibm.ejs.container.EJSContainer.getHomeWrapperCommon(EJSContainer.java:985)
at com.ibm.ejs.container.EJSContainer.getHomeInstance(EJSContainer.java:908)
at com.ibm.ejs.container.EJSContainer.startBean(EJSContainer.java:887)
at com.ibm.ws.runtime.component.EJBContainerImpl.startBean(EJBContainerImpl.java:1255)
at com.ibm.ws.runtime.component.EJBContainerImpl.install(EJBContainerImpl.java:988)
at com.ibm.ws.runtime.component.EJBContainerImpl.start(EJBContainerImpl.java:1462)
at com.ibm.ws.runtime.component.ApplicationMgrImpl.start(ApplicationMgrImpl.java:415)
at com.ibm.ws.runtime.component.DeployedApplicationImpl.fireDeployedObjectStart(DeployedApplicationImpl.java:808)
at com.ibm.ws.runtime.component.DeployedModuleImpl.start(DeployedModuleImpl.java:351)
at com.ibm.ws.runtime.component.DeployedApplicationImpl.start(DeployedApplicationImpl.java:578)
at com.ibm.ws.runtime.component.ApplicationMgrImpl.startApplication(ApplicationMgrImpl.java:268)
at com.ibm.ws.runtime.component.ApplicationMgrImpl.start(ApplicationMgrImpl.java:246)
at com.ibm.ws.runtime.component.ContainerImpl.startComponents(ContainerImpl.java:543)
at com.ibm.ws.runtime.component.ContainerImpl.start(ContainerImpl.java:418)
at com.ibm.ws.runtime.component.ApplicationServerImpl.start(ApplicationServerImpl.java:134)
at com.ibm.ws.runtime.component.ContainerImpl.startComponents(ContainerImpl.java:543)
at com.ibm.ws.runtime.component.ContainerImpl.start(ContainerImpl.java:418)
at com.ibm.ws.runtime.component.ServerImpl.start(ServerImpl.java:183)
at com.ibm.ws.runtime.WsServer.start(WsServer.java:128)
at com.ibm.ws.runtime.WsServer.main(WsServer.java:225)
at java.lang.reflect.Method.invoke(Native Method)
at com.ibm.ws.bootstrap.WSLauncher.main(WSLauncher.java:94)
at com.ibm.etools.websphere.tools.runner.api.ServerRunnerV5$1.run(ServerRunnerV5.java:92)

[7/24/07 17:19:29:036 IST] 32e8e85a EJBContainerI I WSVR0041I: Stopping EJB jar: cdmEJB.jar
[7/24/07 17:19:29:379 IST] 32e8e85a EJBContainerI E WSVR0042E: Unable to stop cdm#cdmEJB.jar#cdmmapuserroleservice: unknown bean home name - cdm#cdmEJB.jar#cdmmapuserroleservice
[7/24/07 17:19:29:395 IST] 32e8e85a EJBContainerI E WSVR0042E: Unable to stop cdm#cdmEJB.jar#cdmcrcancellationservice: unknown bean home name - cdm#cdmEJB.jar#cdmcrcancellationservice
[7/24/07 17:19:29:426 IST] 32e8e85a EJBContainerI E WSVR0042E: Unable to stop cdm#cdmEJB.jar#roleprivilegeassoc: unknown bean home name - cdm#cdmEJB.jar#roleprivilegeassoc
[7/24/07 17:19:29:441 IST] 32e8e85a EJBContainerI E WSVR0042E: Unable to stop cdm#cdmEJB.jar#CDM_HLDY_SCHED: unknown bean home name - cdm#cdmEJB.jar#CDM_HLDY_SCHED
[7/24/07 17:19:29:457 IST] 32e8e85a EJBContainerI E WSVR0042E: Unable to stop cdm#cdmEJB.jar#CDM_SYSTM_RL: unknown bean home name - cdm#cdmEJB.jar#CDM_SYSTM_RL
[7/24/07 17:19:29:472 IST] 32e8e85a EJBContainerI E WSVR0042E: Unable to stop cdm#cdmEJB.jar#CDM_MSG: unknown bean home name - cdm#cdmEJB.jar#CDM_MSG
[7/24/07 17:19:29:488 IST] 32e8e85a EJBContainerI E WSVR0042E: Unable to stop cdm#cdmEJB.jar#CDM_SYSTM_PRMTR: unknown bean home name - cdm#cdmEJB.jar#CDM_SYSTM_PRMTR
[7/24/07 17:19:29:504 IST] 32e8e85a EJBContainerI E WSVR0042E: Unable to stop cdm#cdmEJB.jar#CDM_SYSTM_RL_PRIV: unknown bean home name - cdm#cdmEJB.jar#CDM_SYSTM_RL_PRIV
[7/24/07 17:19:29:597 IST] 32e8e85a DeployedAppli W WSVR0206E: Module, cdmEJB.jar, of application, cdm.ear/deployments/cdm, failed to start
[7/24/07 17:19:29:628 IST] 32e8e85a ApplicationMg W WSVR0101W: An error occurred starting, cdm
[7/24/07 17:19:29:644 IST] 32e8e85a ApplicationMg A WSVR0217I: Stopping application: cdm
[7/24/07 17:19:29:800 IST] 32e8e85a ApplicationMg A WSVR0220I: Application stopped: cdm
[7/24/07 17:19:29:940 IST] 32e8e85a HttpTransport A SRVE0171I: Transport http is listening on port 9,080.
[7/24/07 17:19:32:247 IST] 32e8e85a HttpTransport A SRVE0171I: Transport https is listening on port 9,443.
[7/24/07 17:19:32:340 IST] 32e8e85a HttpTransport A SRVE0171I: Transport http is listening on port 9,090.
[7/24/07 17:19:32:917 IST] 32e8e85a HttpTransport A SRVE0171I: Transport https is listening on port 9,043.
[7/24/07 17:19:33:011 IST] 32e8e85a RMIConnectorC A ADMC0026I: RMI Connector available at port 2809
[7/24/07 17:19:33:167 IST] 32e8e85a WsServer A WSVR0001I: Server server1 open for e-business



Would appreciate your help
thanks
Avneet
thanks to all of you for helping me out
17 years ago
JSP
hey wether you make a html page or jsp page that wont affect your css or javascript just import/link these files in your pages or declare the scripts and styles within the page.

I mean you can either associate a page to a js file or declare your javascripts within the page.

look below -
this how you get your css file to your page
<link href="path/xyz.css" rel="stylesheet" type="text/css">
this how you get your js files that you have made on your page
<script language="javascript" src="<%=JsFilePath%>/cr/ManageHCP.js"></script>
17 years ago
JSP
it's part of the custom tag 'GenderPopulation(this)'

all i want to know is that wether 'this' will send the selected value of the combo to the script.
17 years ago
JSP
can any one provide me with some suggestions on this.
17 years ago
JSP