Satish Kulkarni

Ranch Hand
+ Follow
since Jul 19, 2003
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
In last 30 days
0
Forums and Threads

Recent posts by Satish Kulkarni

Hi,
I have a struts web application and I want to convert it to struts portlet.
Has anybody done this. Can somebody point to me to a doc or website?

Regards,
Satish
19 years ago
Hi,
I am developed a application using struts. I need to add the functionality so that user can setup the appointments/tasks using a web..so basically i need to develop a web based calendar. Before I work on this I wanted to check if there are any open source calendar servers which have the interfaces exposed which I can use.
If you know of any such calendar server please let me know.

Thanks in advance.

Regards,
Satish
19 years ago
Hi,
Is there any open source tool to convert html to pdf?

Regards,
Satish
I found the problem..the properties filename did not match with the resource in the struts-config.xml file.

Thanks

-Satish
19 years ago
Hi
I am migrating from struts 1.1 to 1.2.4 and when i start my server i see the following error message. Any idea why ...thanks

19 years ago
Hi Alan,
Thanks for the response. I am not using Validator..but I will have to change the ActionError to ActionMessage though. I had another question on the controller interface. It currently has two methods "execute" and "perform", but the "perform" is deprecated. So if I am extending Controller class i need to implement both the methods...

Regards,
Satish
19 years ago
Hi,
I had developed web application using struts 1.1, but want it to migrate it to 1.2.4. Has anybody done this..what are the risks?

Regards,
Satish
19 years ago
Hi,
I have a software which can be installed on via command line and I have to automate the testing of this command line installation. When install script is executed on command line it prompts for lot of questions based on the user platform. So in my automation script i need to provide the anwsers ...is this possible with Python scripting language ... any reference to a good website.

Regards,
Satish
19 years ago
Could you tell us what kind of things should the installation script do?
If it's ok for the installation script test to actually alter the environment (by installing your software), it should be pretty easy to do assertions against the environment ("does that directory exist with these three files?", etc.)

When I run the install on the command line the script generates questions based on the software installed on the user paltform. My automated script should be able to provide answers to those questions and then verify if the installation is successfully. To verify if the installation is successfully I can just check for a process but what I need help is on how to provide the answers to the questions prompted by the install script?

What is the best programming/scripting language. Any reference to a website for more assistance would be good.

Regards,
Satish
19 years ago
Hi,
We have a software which can be installed on command line. So when you run the install script, based on the user environment it will ask few questions and then install the software. I am trying to automate the testing of the install script. The software is primariy installed on UNIX platforms. so what is the best way to automate this. Also if you know of any reference url please let me know

Regards,
Satish
19 years ago
Hi,
I have a web application which is working fine with Tomcat 5.0.28. But I recently installed Tomcat 5.5.7 and deployed the war file...i am getting the following exception below. Any tips to debug would be appreciated.


SEVERE: Servlet /shopping threw load() exception
javax.servlet.ServletException: Error instantiating servlet class COM.dallstore.DataXml
at org.apache.catalina.core.StandardWrapper.loadServlet(StandardWrapper.java:1034)
at org.apache.catalina.core.StandardWrapper.load(StandardWrapper.java:900)
at org.apache.catalina.core.StandardContext.loadOnStartup(StandardContext.java:3823)
at org.apache.catalina.core.StandardContext.start(StandardContext.java:4087)
at org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:759)
at org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:739)
at org.apache.catalina.core.StandardHost.addChild(StandardHost.java:524)
at org.apache.catalina.startup.HostConfig.deployDirectory(HostConfig.java:909)
at org.apache.catalina.startup.HostConfig.deployDirectories(HostConfig.java:872)
at org.apache.catalina.startup.HostConfig.deployApps(HostConfig.java:474)
at org.apache.catalina.startup.HostConfig.start(HostConfig.java:1106)
at org.apache.catalina.startup.HostConfig.lifecycleEvent(HostConfig.java:310)
at org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent(LifecycleSupport.java:119)
at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1019)
at org.apache.catalina.core.StandardHost.start(StandardHost.java:718)
at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1011)
at org.apache.catalina.core.StandardEngine.start(StandardEngine.java:440)
at org.apache.catalina.core.StandardService.start(StandardService.java:450)
at org.apache.catalina.core.StandardServer.start(StandardServer.java:683)
at org.apache.catalina.startup.Catalina.start(Catalina.java:537)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at org.apache.catalina.startup.Bootstrap.start(Bootstrap.java:271)
at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:409)
19 years ago
This is resolved..i basically reinstalled the Tomcat and everything was fine...
19 years ago
Hi,
On Win XP profession edition I am getting the following pop-up while installing Tomcat 5.5.7. The pop-up is indicating that

"Failed to install Tomcat5 service
Check you settings and permissions.
Ignore and continue anyway(not recommended)?"

Why am I getting this error.

Thanks in advance

-Satish
19 years ago
Hi,
I am using log4j in my application for logging purpose. Whenever this a an exception or unexpected behavior in the application it is logger using error or fatal methods of the Logger instance. I want the exception to be also emailed to me.
Has anybody done this or have an idea of how this can be achieved in log4j?

Thanks

Regards,
Satish
Hi,
I have developed a swing based editor. If the user opens a HTML file instead of the html source code i need to display HTML in the editor. How would I do this...any examples would be helpful.

Regards,
Satish
19 years ago