Peter Stokes

Greenhorn
+ Follow
since Dec 07, 2001
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 Peter Stokes

Hi,
I'm running NT sp6a with appdev, and if I try and create a new Database / EJB / anything, it throws an internal error.
For instance, when you create an EJB and after every character you type for the EJB name, it shows the error. The log report is at the end of the document.
If I try and add a new Data object, it freezes!
(but everything works in win2k at home?)
Any ideas?
Thanks in advance.
Pete.

4 org.eclipse.core.runtime 0 java.lang.NullPointerException
java.lang.NullPointerException
at com.ibm.etools.rsc.ui.wizards.NewDatabaseWizardPage.getDatabaseName(NewDatabaseWizardPage.java:310)
at com.ibm.etools.rsc.ui.wizards.NewDatabaseWizardPage.validateDatabase(NewDatabaseWizardPage.java:268)
at com.ibm.etools.rsc.ui.wizards.NewDatabaseWizardPage.determinePageCompletion(NewDatabaseWizardPage.java:260)
at com.ibm.etools.rsc.ui.wizards.NewDatabaseWizardPage.handleEvent(NewDatabaseWizardPage.java:364)
[ April 15, 2002: Message edited by: Peter Stokes ]
21 years ago
Sorted it. Don't know what it was - it worked this morning, with no changes......
22 years ago
Hi Dale,
Thanks for replying. I didn't quite understand the last bit of your answer. Anyway, in the docs for WTE, it states that for default.servlet_engine under tag <auto-reload enabled="true" polling-interval="3000"/> :
"Controls whether classes within a Web application are reloaded when a change is detected. blah..."
When I had Tomcat integrated with VAJ IDE, that was able to pick up an altered class file on the workspace without any probs. I think I must be missing something......
22 years ago
Hi,
If I change the contents of a servlet in my workspace, the servlet engine does not take any changes, even though auto-reload enabled="true" is set for my application. Although, if I rename the servlet, the browser can't find it anymore.
Any ideas ?
22 years ago
Done it !
There was a problem with the workspace so I took a clean workspace and it worked !
Hi Kyle,
As far as I can tell, it should work - the class file has debug attributes, and there are no probs with Tomcat. The servlet runs fine, but never hits a break point.
- I'm new to VA so I must be doing something stupid!
I'm using Tomcat 3.2.3 in VA J 4. How can I debug servlets with VA?
- I've tried breakpoints but can't work out how to debug even if there is an error in the servlet.
Any help is appreciated...
Hi all,
Beginners question here:
I'm using the above and am trying to run a basic servlet direct from the VisualAge environment, just like any other applet or app.
Do I always need to put the servlet in the tomcat path (which works fine) or can I somehow refer to a servlet that is in my workspace?
Any help is appreciated!
22 years ago