Tagged Questions
0
votes
1answer
258 views
opengts error (/gprmc/Data) is not available
I am trying to make a test connection between gps2opengts andriod aplication and my opengts server. But the following erorr comes every time. I have the following parameters in my server:
Group: demo
...
0
votes
0answers
72 views
Session tracking for java servers?
This is the first time I'm dealing with this, so I'm a bit of a newbie when I comes to the following. Here's the background info:
I hava a database, a server application and a client (applet).
The ...
0
votes
1answer
148 views
Track HTTP requests in Websphere
I have the following requirement: I want to track all requests, that go through our WebSphere servers. We have some web applications, and some web services deployed to our servers. However, i don't ...
0
votes
1answer
71 views
Tracking file state while editing files with Desktop.getDesktop().edit(File file)
Is it somehow possible to keep track of the current file state when opening/editing a file by calling Desktop.getDesktop().edit(File myFile)?
My goal is to lock a shared file (which is stored in a ...
1
vote
5answers
228 views
How can you find out if a Java program failed on a Linux server?
I was running a big overnight batch program last night written in Java on a Linux based server. I can't seem to find anything in my error logs that suggests an error was encountered in my Java ...
1
vote
1answer
365 views
Mouse Tracking within a Qualtrics Survey
I've written a Java applet to record the position of a user's mouse and calculate the velocity and acceleration at each time step. I'd like to convert it to Javascript. Is this possible?
EDIT - ...
0
votes
1answer
53 views
How to track and persist events from catched exceptions or logged data processing deviances?
Let say that there are events that may occur (are less likely), but they should be registered. This is data that one just need for tuning ... to see what has happened and what needs to be changed and ...
1
vote
2answers
933 views
Best way to track mobile clients which use dynamic IP addresses
I need to track users of my mobile application. When they are connected using wifi, they have a static IP address which never changes - this makes tracking easy. However, if they use their mobile ...
2
votes
0answers
194 views
In search of a detailed user tracking application
I am looking for a (preferably) open source application that meets a very specific set of requirements for user tracking. I need to be able to do the following:
1) track unique user sessions (easy)
...
1
vote
3answers
84 views
How can I configure my .htaccess file such that a query for myurl.com/imageX.bmp where X is some interger all serve up the same image?
I want to be able to take a large number of requests for an image using unique image names (for the purposes of tracking) however I don't want to upload them all. How can I configure my .htaccess file ...
0
votes
1answer
168 views
Where can I find code that will let me know when an email is opened that will work for a large number of recipients?
If I send someone an email I'd like to know if they have read it. We have a large number of clients and need to be able to send thousands of emails at once.
We are not using gmail, outlook or any ...
0
votes
2answers
2k views
how to implement session tracking for jsp pages
I have using jsp technology in my project.I want to do session tracking
in my login form.
After logout when i press back button it should be show
session is expired.Please help me.
0
votes
2answers
418 views
Best grails implementation for tracking number of views (or unique visitors) for a web page?
I need to implement a very popular feature : displaying the number of views for a profile page.
For instance, my profile page in StackOverflow will display how many persons have viewed my profile ...
0
votes
1answer
443 views
Programatically track conversions with/whithout Google Analytics - SpringMVC
I need to track conversions from a banner ad which will be displayed on different affiliate websites. This is not via AdWords.
Now, I read about Campaigns and Goals in Google Analytics, and I think ...
1
vote
3answers
368 views
Encoding data in URL for efficient transport
I'm searching for a library that can encode data in URL, because using plain "¶m=value is" inefficient.
I'm looking for a library that will accept a defined set of parameters and will encode ...